/* stylelint-disable */
/**************************************************************

	THE USE OF NEW COLOURS ARE NOT PERMITED. ONLY THE COLOURS LISTED IN THE BRAND IDENTITY ARE ALLOWED TO BE USED. 
    REFER BRAND IDENTITY POLICY. 
    /**************************************************************

	COLOUR STYLESHEET INDEXING
	|
	|
	|___ Backgrounds
	|___ Hyperlinks
    |___ Gold hyperlinks when used on smaller font
	|___ Table borders, Table headers
	    |___Grey
        |___Gold
        |___Copper
        |___Teal
	|___ Error Message Colours

**************************************************************/
/* ALLOWED TO BE USED ONLY AS BACKGROUND COLOURS */
/* USE THIS ONLY FOR HYPERLINKS */
/* GOLD HYPERLINKS HYPERLINKS - WHEN USED ON SMALLER FONT TO PASS AA */
/* USE THIS ONLY TO HIGHLIGHT'S IN TABLE */
/* USE THIS FOR TABLE BORDERS, TABLE HEADERS */
/* GREY */
/* GOLD */
/* COPPER */
/* TEAL */
/* COLOURS ALOOWED FOR ERROR MESSAGES ON FORMS */
/* Badge color */
/* Focus color */
/* GRID LAYOUT BREAKPOINTS */
/* ANCHOR mixins */
/* ANCHOR Customisation */
.w-auto {
  width: auto !important;
}

.h-auto {
  height: auto !important;
}

.w10 {
  width: 10% !important;
}

.h10 {
  height: 10% !important;
}

.w-sm-10 {
  width: 10% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-10 {
    width: 100% !important;
  }
}

.h-sm-10 {
  height: 10% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-10 {
    height: 100% !important;
  }
}

.w-md-10 {
  width: 10% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-10 {
    width: 100% !important;
  }
}

.h-md-10 {
  height: 10% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-10 {
    height: 100% !important;
  }
}

.w-lg-10 {
  width: 10% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-10 {
    width: 100% !important;
  }
}

.h-lg-10 {
  height: 10% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-10 {
    height: 100% !important;
  }
}

.w-xl-10 {
  width: 10% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-10 {
    width: 100% !important;
  }
}

.h-xl-10 {
  height: 10% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-10 {
    height: 100% !important;
  }
}

.w15 {
  width: 15% !important;
}

.h15 {
  height: 15% !important;
}

.w-sm-15 {
  width: 15% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-15 {
    width: 100% !important;
  }
}

.h-sm-15 {
  height: 15% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-15 {
    height: 100% !important;
  }
}

.w-md-15 {
  width: 15% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-15 {
    width: 100% !important;
  }
}

.h-md-15 {
  height: 15% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-15 {
    height: 100% !important;
  }
}

.w-lg-15 {
  width: 15% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-15 {
    width: 100% !important;
  }
}

.h-lg-15 {
  height: 15% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-15 {
    height: 100% !important;
  }
}

.w-xl-15 {
  width: 15% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-15 {
    width: 100% !important;
  }
}

.h-xl-15 {
  height: 15% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-15 {
    height: 100% !important;
  }
}

.w20 {
  width: 20% !important;
}

.h20 {
  height: 20% !important;
}

.w-sm-20 {
  width: 20% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-20 {
    width: 100% !important;
  }
}

.h-sm-20 {
  height: 20% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-20 {
    height: 100% !important;
  }
}

.w-md-20 {
  width: 20% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-20 {
    width: 100% !important;
  }
}

.h-md-20 {
  height: 20% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-20 {
    height: 100% !important;
  }
}

.w-lg-20 {
  width: 20% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-20 {
    width: 100% !important;
  }
}

.h-lg-20 {
  height: 20% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-20 {
    height: 100% !important;
  }
}

.w-xl-20 {
  width: 20% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-20 {
    width: 100% !important;
  }
}

.h-xl-20 {
  height: 20% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-20 {
    height: 100% !important;
  }
}

.w25 {
  width: 25% !important;
}

.h25 {
  height: 25% !important;
}

.w-sm-25 {
  width: 25% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-25 {
    width: 100% !important;
  }
}

.h-sm-25 {
  height: 25% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-25 {
    height: 100% !important;
  }
}

.w-md-25 {
  width: 25% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-25 {
    width: 100% !important;
  }
}

.h-md-25 {
  height: 25% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-25 {
    height: 100% !important;
  }
}

.w-lg-25 {
  width: 25% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-25 {
    width: 100% !important;
  }
}

.h-lg-25 {
  height: 25% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-25 {
    height: 100% !important;
  }
}

.w-xl-25 {
  width: 25% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-25 {
    width: 100% !important;
  }
}

.h-xl-25 {
  height: 25% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-25 {
    height: 100% !important;
  }
}

.w30 {
  width: 30% !important;
}

.h30 {
  height: 30% !important;
}

.w-sm-30 {
  width: 30% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-30 {
    width: 100% !important;
  }
}

.h-sm-30 {
  height: 30% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-30 {
    height: 100% !important;
  }
}

.w-md-30 {
  width: 30% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-30 {
    width: 100% !important;
  }
}

.h-md-30 {
  height: 30% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-30 {
    height: 100% !important;
  }
}

.w-lg-30 {
  width: 30% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-30 {
    width: 100% !important;
  }
}

.h-lg-30 {
  height: 30% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-30 {
    height: 100% !important;
  }
}

.w-xl-30 {
  width: 30% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-30 {
    width: 100% !important;
  }
}

.h-xl-30 {
  height: 30% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-30 {
    height: 100% !important;
  }
}

.w35 {
  width: 35% !important;
}

.h35 {
  height: 35% !important;
}

.w-sm-35 {
  width: 35% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-35 {
    width: 100% !important;
  }
}

.h-sm-35 {
  height: 35% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-35 {
    height: 100% !important;
  }
}

.w-md-35 {
  width: 35% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-35 {
    width: 100% !important;
  }
}

.h-md-35 {
  height: 35% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-35 {
    height: 100% !important;
  }
}

.w-lg-35 {
  width: 35% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-35 {
    width: 100% !important;
  }
}

.h-lg-35 {
  height: 35% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-35 {
    height: 100% !important;
  }
}

.w-xl-35 {
  width: 35% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-35 {
    width: 100% !important;
  }
}

.h-xl-35 {
  height: 35% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-35 {
    height: 100% !important;
  }
}

.w40 {
  width: 40% !important;
}

.h40 {
  height: 40% !important;
}

.w-sm-40 {
  width: 40% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-40 {
    width: 100% !important;
  }
}

.h-sm-40 {
  height: 40% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-40 {
    height: 100% !important;
  }
}

.w-md-40 {
  width: 40% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-40 {
    width: 100% !important;
  }
}

.h-md-40 {
  height: 40% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-40 {
    height: 100% !important;
  }
}

.w-lg-40 {
  width: 40% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-40 {
    width: 100% !important;
  }
}

.h-lg-40 {
  height: 40% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-40 {
    height: 100% !important;
  }
}

.w-xl-40 {
  width: 40% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-40 {
    width: 100% !important;
  }
}

.h-xl-40 {
  height: 40% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-40 {
    height: 100% !important;
  }
}

.w45 {
  width: 45% !important;
}

.h45 {
  height: 45% !important;
}

.w-sm-45 {
  width: 45% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-45 {
    width: 100% !important;
  }
}

.h-sm-45 {
  height: 45% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-45 {
    height: 100% !important;
  }
}

.w-md-45 {
  width: 45% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-45 {
    width: 100% !important;
  }
}

.h-md-45 {
  height: 45% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-45 {
    height: 100% !important;
  }
}

.w-lg-45 {
  width: 45% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-45 {
    width: 100% !important;
  }
}

.h-lg-45 {
  height: 45% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-45 {
    height: 100% !important;
  }
}

.w-xl-45 {
  width: 45% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-45 {
    width: 100% !important;
  }
}

.h-xl-45 {
  height: 45% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-45 {
    height: 100% !important;
  }
}

.w50 {
  width: 50% !important;
}

.h50 {
  height: 50% !important;
}

.w-sm-50 {
  width: 50% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-50 {
    width: 100% !important;
  }
}

.h-sm-50 {
  height: 50% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-50 {
    height: 100% !important;
  }
}

.w-md-50 {
  width: 50% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-50 {
    width: 100% !important;
  }
}

.h-md-50 {
  height: 50% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-50 {
    height: 100% !important;
  }
}

.w-lg-50 {
  width: 50% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-50 {
    width: 100% !important;
  }
}

.h-lg-50 {
  height: 50% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-50 {
    height: 100% !important;
  }
}

.w-xl-50 {
  width: 50% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-50 {
    width: 100% !important;
  }
}

.h-xl-50 {
  height: 50% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-50 {
    height: 100% !important;
  }
}

.w55 {
  width: 55% !important;
}

.h55 {
  height: 55% !important;
}

.w-sm-55 {
  width: 55% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-55 {
    width: 100% !important;
  }
}

.h-sm-55 {
  height: 55% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-55 {
    height: 100% !important;
  }
}

.w-md-55 {
  width: 55% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-55 {
    width: 100% !important;
  }
}

.h-md-55 {
  height: 55% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-55 {
    height: 100% !important;
  }
}

.w-lg-55 {
  width: 55% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-55 {
    width: 100% !important;
  }
}

.h-lg-55 {
  height: 55% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-55 {
    height: 100% !important;
  }
}

.w-xl-55 {
  width: 55% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-55 {
    width: 100% !important;
  }
}

.h-xl-55 {
  height: 55% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-55 {
    height: 100% !important;
  }
}

.w60 {
  width: 60% !important;
}

.h60 {
  height: 60% !important;
}

.w-sm-60 {
  width: 60% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-60 {
    width: 100% !important;
  }
}

.h-sm-60 {
  height: 60% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-60 {
    height: 100% !important;
  }
}

.w-md-60 {
  width: 60% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-60 {
    width: 100% !important;
  }
}

.h-md-60 {
  height: 60% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-60 {
    height: 100% !important;
  }
}

.w-lg-60 {
  width: 60% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-60 {
    width: 100% !important;
  }
}

.h-lg-60 {
  height: 60% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-60 {
    height: 100% !important;
  }
}

.w-xl-60 {
  width: 60% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-60 {
    width: 100% !important;
  }
}

.h-xl-60 {
  height: 60% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-60 {
    height: 100% !important;
  }
}

.w65 {
  width: 65% !important;
}

.h65 {
  height: 65% !important;
}

.w-sm-65 {
  width: 65% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-65 {
    width: 100% !important;
  }
}

.h-sm-65 {
  height: 65% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-65 {
    height: 100% !important;
  }
}

.w-md-65 {
  width: 65% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-65 {
    width: 100% !important;
  }
}

.h-md-65 {
  height: 65% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-65 {
    height: 100% !important;
  }
}

.w-lg-65 {
  width: 65% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-65 {
    width: 100% !important;
  }
}

.h-lg-65 {
  height: 65% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-65 {
    height: 100% !important;
  }
}

.w-xl-65 {
  width: 65% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-65 {
    width: 100% !important;
  }
}

.h-xl-65 {
  height: 65% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-65 {
    height: 100% !important;
  }
}

.w70 {
  width: 70% !important;
}

.h70 {
  height: 70% !important;
}

.w-sm-70 {
  width: 70% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-70 {
    width: 100% !important;
  }
}

.h-sm-70 {
  height: 70% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-70 {
    height: 100% !important;
  }
}

.w-md-70 {
  width: 70% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-70 {
    width: 100% !important;
  }
}

.h-md-70 {
  height: 70% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-70 {
    height: 100% !important;
  }
}

.w-lg-70 {
  width: 70% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-70 {
    width: 100% !important;
  }
}

.h-lg-70 {
  height: 70% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-70 {
    height: 100% !important;
  }
}

.w-xl-70 {
  width: 70% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-70 {
    width: 100% !important;
  }
}

.h-xl-70 {
  height: 70% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-70 {
    height: 100% !important;
  }
}

.w75 {
  width: 75% !important;
}

.h75 {
  height: 75% !important;
}

.w-sm-75 {
  width: 75% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-75 {
    width: 100% !important;
  }
}

.h-sm-75 {
  height: 75% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-75 {
    height: 100% !important;
  }
}

.w-md-75 {
  width: 75% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-75 {
    width: 100% !important;
  }
}

.h-md-75 {
  height: 75% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-75 {
    height: 100% !important;
  }
}

.w-lg-75 {
  width: 75% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-75 {
    width: 100% !important;
  }
}

.h-lg-75 {
  height: 75% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-75 {
    height: 100% !important;
  }
}

.w-xl-75 {
  width: 75% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-75 {
    width: 100% !important;
  }
}

.h-xl-75 {
  height: 75% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-75 {
    height: 100% !important;
  }
}

.w80 {
  width: 80% !important;
}

.h80 {
  height: 80% !important;
}

.w-sm-80 {
  width: 80% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-80 {
    width: 100% !important;
  }
}

.h-sm-80 {
  height: 80% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-80 {
    height: 100% !important;
  }
}

.w-md-80 {
  width: 80% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-80 {
    width: 100% !important;
  }
}

.h-md-80 {
  height: 80% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-80 {
    height: 100% !important;
  }
}

.w-lg-80 {
  width: 80% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-80 {
    width: 100% !important;
  }
}

.h-lg-80 {
  height: 80% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-80 {
    height: 100% !important;
  }
}

.w-xl-80 {
  width: 80% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-80 {
    width: 100% !important;
  }
}

.h-xl-80 {
  height: 80% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-80 {
    height: 100% !important;
  }
}

.w85 {
  width: 85% !important;
}

.h85 {
  height: 85% !important;
}

.w-sm-85 {
  width: 85% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-85 {
    width: 100% !important;
  }
}

.h-sm-85 {
  height: 85% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-85 {
    height: 100% !important;
  }
}

.w-md-85 {
  width: 85% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-85 {
    width: 100% !important;
  }
}

.h-md-85 {
  height: 85% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-85 {
    height: 100% !important;
  }
}

.w-lg-85 {
  width: 85% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-85 {
    width: 100% !important;
  }
}

.h-lg-85 {
  height: 85% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-85 {
    height: 100% !important;
  }
}

.w-xl-85 {
  width: 85% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-85 {
    width: 100% !important;
  }
}

.h-xl-85 {
  height: 85% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-85 {
    height: 100% !important;
  }
}

.w90 {
  width: 90% !important;
}

.h90 {
  height: 90% !important;
}

.w-sm-90 {
  width: 90% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-90 {
    width: 100% !important;
  }
}

.h-sm-90 {
  height: 90% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-90 {
    height: 100% !important;
  }
}

.w-md-90 {
  width: 90% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-90 {
    width: 100% !important;
  }
}

.h-md-90 {
  height: 90% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-90 {
    height: 100% !important;
  }
}

.w-lg-90 {
  width: 90% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-90 {
    width: 100% !important;
  }
}

.h-lg-90 {
  height: 90% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-90 {
    height: 100% !important;
  }
}

.w-xl-90 {
  width: 90% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-90 {
    width: 100% !important;
  }
}

.h-xl-90 {
  height: 90% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-90 {
    height: 100% !important;
  }
}

.w95 {
  width: 95% !important;
}

.h95 {
  height: 95% !important;
}

.w-sm-95 {
  width: 95% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-95 {
    width: 100% !important;
  }
}

.h-sm-95 {
  height: 95% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-95 {
    height: 100% !important;
  }
}

.w-md-95 {
  width: 95% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-95 {
    width: 100% !important;
  }
}

.h-md-95 {
  height: 95% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-95 {
    height: 100% !important;
  }
}

.w-lg-95 {
  width: 95% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-95 {
    width: 100% !important;
  }
}

.h-lg-95 {
  height: 95% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-95 {
    height: 100% !important;
  }
}

.w-xl-95 {
  width: 95% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-95 {
    width: 100% !important;
  }
}

.h-xl-95 {
  height: 95% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-95 {
    height: 100% !important;
  }
}

.w100 {
  width: 100% !important;
}

.h100 {
  height: 100% !important;
}

.w-sm-100 {
  width: 100% !important;
}
@media only screen and (max-width: 575px) {
  .w-sm-100 {
    width: 100% !important;
  }
}

.h-sm-100 {
  height: 100% !important;
}
@media only screen and (max-width: 575px) {
  .h-sm-100 {
    height: 100% !important;
  }
}

.w-md-100 {
  width: 100% !important;
}
@media only screen and (max-width: 767px) {
  .w-md-100 {
    width: 100% !important;
  }
}

.h-md-100 {
  height: 100% !important;
}
@media only screen and (max-width: 767px) {
  .h-md-100 {
    height: 100% !important;
  }
}

.w-lg-100 {
  width: 100% !important;
}
@media only screen and (max-width: 991px) {
  .w-lg-100 {
    width: 100% !important;
  }
}

.h-lg-100 {
  height: 100% !important;
}
@media only screen and (max-width: 991px) {
  .h-lg-100 {
    height: 100% !important;
  }
}

.w-xl-100 {
  width: 100% !important;
}
@media only screen and (max-width: 1239px) {
  .w-xl-100 {
    width: 100% !important;
  }
}

.h-xl-100 {
  height: 100% !important;
}
@media only screen and (max-width: 1239px) {
  .h-xl-100 {
    height: 100% !important;
  }
}

.h-50px {
  height: 50px;
}

.h-100px {
  height: 100px;
}

.h-150px {
  height: 150px;
}

.h-200px {
  height: 200px;
}

.h-250px {
  height: 250px;
}

.h-300px {
  height: 300px;
}

.h-350px {
  height: 350px;
}

.h-400px {
  height: 400px;
}

.h-450px {
  height: 450px;
}

.h-500px {
  height: 500px;
}

.h-550px {
  height: 550px;
}

.h-600px {
  height: 600px;
}

.h-650px {
  height: 650px;
}

.h-700px {
  height: 700px;
}

.h-750px {
  height: 750px;
}

.h-800px {
  height: 800px;
}

.w-50px {
  width: 50px;
}

.w-100px {
  width: 100px;
}

.w-100px {
  width: 100px;
}

.w-105px {
  width: 105px;
}

.w-110px {
  width: 110px;
}

.w-115px {
  width: 115px;
}

.w-120px {
  width: 120px;
}

.w-125px {
  width: 125px;
}

.w-130px {
  width: 130px;
}

.w-135px {
  width: 135px;
}

.w-140px {
  width: 140px;
}

.w-145px {
  width: 145px;
}

.w-150px {
  width: 150px;
}

.w-155px {
  width: 155px;
}

.w-160px {
  width: 160px;
}

.w-165px {
  width: 165px;
}

.w-170px {
  width: 170px;
}

.w-175px {
  width: 175px;
}

.w-180px {
  width: 180px;
}

.w-185px {
  width: 185px;
}

.w-190px {
  width: 190px;
}

.w-195px {
  width: 195px;
}

.w-200px {
  width: 200px;
}

.w-205px {
  width: 205px;
}

.w-210px {
  width: 210px;
}

.w-215px {
  width: 215px;
}

.w-220px {
  width: 220px;
}

.w-225px {
  width: 225px;
}

.w-230px {
  width: 230px;
}

.w-235px {
  width: 235px;
}

.w-240px {
  width: 240px;
}

.w-245px {
  width: 245px;
}

.w-250px {
  width: 250px;
}

.w-255px {
  width: 255px;
}

.w-260px {
  width: 260px;
}

.w-265px {
  width: 265px;
}

.w-270px {
  width: 270px;
}

.w-275px {
  width: 275px;
}

.w-280px {
  width: 280px;
}

.w-285px {
  width: 285px;
}

.w-290px {
  width: 290px;
}

.w-295px {
  width: 295px;
}

.w-300px {
  width: 300px;
}

.w-350px {
  width: 350px;
}

.w-400px {
  width: 400px;
}

.w-450px {
  width: 450px;
}

.w-500px {
  width: 500px;
}

.w-550px {
  width: 550px;
}

.w-600px {
  width: 600px;
}

.w-650px {
  width: 650px;
}

.w-700px {
  width: 700px;
}

.w-750px {
  width: 750px;
}

.w-800px {
  width: 800px;
}

.min-h-5 {
  min-height: 5%;
}
@media (max-width: 768px) {
  .min-h-5 {
    min-height: auto;
  }
}

.min-h-10 {
  min-height: 10%;
}
@media (max-width: 768px) {
  .min-h-10 {
    min-height: auto;
  }
}

.min-h-15 {
  min-height: 15%;
}
@media (max-width: 768px) {
  .min-h-15 {
    min-height: auto;
  }
}

.min-h-20 {
  min-height: 20%;
}
@media (max-width: 768px) {
  .min-h-20 {
    min-height: auto;
  }
}

.min-h-25 {
  min-height: 25%;
}
@media (max-width: 768px) {
  .min-h-25 {
    min-height: auto;
  }
}

.min-h-30 {
  min-height: 30%;
}
@media (max-width: 768px) {
  .min-h-30 {
    min-height: auto;
  }
}

.min-h-35 {
  min-height: 35%;
}
@media (max-width: 768px) {
  .min-h-35 {
    min-height: auto;
  }
}

.min-h-40 {
  min-height: 40%;
}
@media (max-width: 768px) {
  .min-h-40 {
    min-height: auto;
  }
}

.min-h-45 {
  min-height: 45%;
}
@media (max-width: 768px) {
  .min-h-45 {
    min-height: auto;
  }
}

.min-h-50 {
  min-height: 50%;
}
@media (max-width: 768px) {
  .min-h-50 {
    min-height: auto;
  }
}

.min-h-55 {
  min-height: 55%;
}
@media (max-width: 768px) {
  .min-h-55 {
    min-height: auto;
  }
}

.min-h-60 {
  min-height: 60%;
}
@media (max-width: 768px) {
  .min-h-60 {
    min-height: auto;
  }
}

.min-h-65 {
  min-height: 65%;
}
@media (max-width: 768px) {
  .min-h-65 {
    min-height: auto;
  }
}

.min-h-70 {
  min-height: 70%;
}
@media (max-width: 768px) {
  .min-h-70 {
    min-height: auto;
  }
}

.min-h-75 {
  min-height: 75%;
}
@media (max-width: 768px) {
  .min-h-75 {
    min-height: auto;
  }
}

.min-h-80 {
  min-height: 80%;
}
@media (max-width: 768px) {
  .min-h-80 {
    min-height: auto;
  }
}

.min-h-85 {
  min-height: 85%;
}
@media (max-width: 768px) {
  .min-h-85 {
    min-height: auto;
  }
}

.min-h-90 {
  min-height: 90%;
}
@media (max-width: 768px) {
  .min-h-90 {
    min-height: auto;
  }
}

.min-h-95 {
  min-height: 95%;
}
@media (max-width: 768px) {
  .min-h-95 {
    min-height: auto;
  }
}

.min-h-100 {
  min-height: 100%;
}
@media (max-width: 768px) {
  .min-h-100 {
    min-height: auto;
  }
}

.min-h-5px {
  min-height: 5px;
}
@media (max-width: 768px) {
  .min-h-5px {
    min-height: auto;
  }
}

.min-h-10px {
  min-height: 10px;
}
@media (max-width: 768px) {
  .min-h-10px {
    min-height: auto;
  }
}

.min-h-15px {
  min-height: 15px;
}
@media (max-width: 768px) {
  .min-h-15px {
    min-height: auto;
  }
}

.min-h-20px {
  min-height: 20px;
}
@media (max-width: 768px) {
  .min-h-20px {
    min-height: auto;
  }
}

.min-h-25px {
  min-height: 25px;
}
@media (max-width: 768px) {
  .min-h-25px {
    min-height: auto;
  }
}

.min-h-30px {
  min-height: 30px;
}
@media (max-width: 768px) {
  .min-h-30px {
    min-height: auto;
  }
}

.min-h-35px {
  min-height: 35px;
}
@media (max-width: 768px) {
  .min-h-35px {
    min-height: auto;
  }
}

.min-h-40px {
  min-height: 40px;
}
@media (max-width: 768px) {
  .min-h-40px {
    min-height: auto;
  }
}

.min-h-45px {
  min-height: 45px;
}
@media (max-width: 768px) {
  .min-h-45px {
    min-height: auto;
  }
}

.min-h-50px {
  min-height: 50px;
}
@media (max-width: 768px) {
  .min-h-50px {
    min-height: auto;
  }
}

.min-h-55px {
  min-height: 55px;
}
@media (max-width: 768px) {
  .min-h-55px {
    min-height: auto;
  }
}

.min-h-60px {
  min-height: 60px;
}
@media (max-width: 768px) {
  .min-h-60px {
    min-height: auto;
  }
}

.min-h-65px {
  min-height: 65px;
}
@media (max-width: 768px) {
  .min-h-65px {
    min-height: auto;
  }
}

.min-h-70px {
  min-height: 70px;
}
@media (max-width: 768px) {
  .min-h-70px {
    min-height: auto;
  }
}

.min-h-75px {
  min-height: 75px;
}
@media (max-width: 768px) {
  .min-h-75px {
    min-height: auto;
  }
}

.min-h-80px {
  min-height: 80px;
}
@media (max-width: 768px) {
  .min-h-80px {
    min-height: auto;
  }
}

.min-h-85px {
  min-height: 85px;
}
@media (max-width: 768px) {
  .min-h-85px {
    min-height: auto;
  }
}

.min-h-90px {
  min-height: 90px;
}
@media (max-width: 768px) {
  .min-h-90px {
    min-height: auto;
  }
}

.min-h-95px {
  min-height: 95px;
}
@media (max-width: 768px) {
  .min-h-95px {
    min-height: auto;
  }
}

.min-h-100px {
  min-height: 100px;
}
@media (max-width: 768px) {
  .min-h-100px {
    min-height: auto;
  }
}

.min-h-105px {
  min-height: 105px;
}
@media (max-width: 768px) {
  .min-h-105px {
    min-height: auto;
  }
}

.min-h-110px {
  min-height: 110px;
}
@media (max-width: 768px) {
  .min-h-110px {
    min-height: auto;
  }
}

.min-h-115px {
  min-height: 115px;
}
@media (max-width: 768px) {
  .min-h-115px {
    min-height: auto;
  }
}

.min-h-120px {
  min-height: 120px;
}
@media (max-width: 768px) {
  .min-h-120px {
    min-height: auto;
  }
}

.min-h-125px {
  min-height: 125px;
}
@media (max-width: 768px) {
  .min-h-125px {
    min-height: auto;
  }
}

.min-h-130px {
  min-height: 130px;
}
@media (max-width: 768px) {
  .min-h-130px {
    min-height: auto;
  }
}

.min-h-135px {
  min-height: 135px;
}
@media (max-width: 768px) {
  .min-h-135px {
    min-height: auto;
  }
}

.min-h-140px {
  min-height: 140px;
}
@media (max-width: 768px) {
  .min-h-140px {
    min-height: auto;
  }
}

.min-h-145px {
  min-height: 145px;
}
@media (max-width: 768px) {
  .min-h-145px {
    min-height: auto;
  }
}

.min-h-150px {
  min-height: 150px;
}
@media (max-width: 768px) {
  .min-h-150px {
    min-height: auto;
  }
}

.min-h-155px {
  min-height: 155px;
}
@media (max-width: 768px) {
  .min-h-155px {
    min-height: auto;
  }
}

.min-h-160px {
  min-height: 160px;
}
@media (max-width: 768px) {
  .min-h-160px {
    min-height: auto;
  }
}

.min-h-165px {
  min-height: 165px;
}
@media (max-width: 768px) {
  .min-h-165px {
    min-height: auto;
  }
}

.min-h-170px {
  min-height: 170px;
}
@media (max-width: 768px) {
  .min-h-170px {
    min-height: auto;
  }
}

.min-h-175px {
  min-height: 175px;
}
@media (max-width: 768px) {
  .min-h-175px {
    min-height: auto;
  }
}

.min-h-180px {
  min-height: 180px;
}
@media (max-width: 768px) {
  .min-h-180px {
    min-height: auto;
  }
}

.min-h-185px {
  min-height: 185px;
}
@media (max-width: 768px) {
  .min-h-185px {
    min-height: auto;
  }
}

.min-h-190px {
  min-height: 190px;
}
@media (max-width: 768px) {
  .min-h-190px {
    min-height: auto;
  }
}

.min-h-195px {
  min-height: 195px;
}
@media (max-width: 768px) {
  .min-h-195px {
    min-height: auto;
  }
}

.min-h-200px {
  min-height: 200px;
}
@media (max-width: 768px) {
  .min-h-200px {
    min-height: auto;
  }
}

.min-h-205px {
  min-height: 205px;
}
@media (max-width: 768px) {
  .min-h-205px {
    min-height: auto;
  }
}

.min-h-210px {
  min-height: 210px;
}
@media (max-width: 768px) {
  .min-h-210px {
    min-height: auto;
  }
}

.min-h-215px {
  min-height: 215px;
}
@media (max-width: 768px) {
  .min-h-215px {
    min-height: auto;
  }
}

.min-h-220px {
  min-height: 220px;
}
@media (max-width: 768px) {
  .min-h-220px {
    min-height: auto;
  }
}

.min-h-225px {
  min-height: 225px;
}
@media (max-width: 768px) {
  .min-h-225px {
    min-height: auto;
  }
}

.min-h-230px {
  min-height: 230px;
}
@media (max-width: 768px) {
  .min-h-230px {
    min-height: auto;
  }
}

.min-h-235px {
  min-height: 235px;
}
@media (max-width: 768px) {
  .min-h-235px {
    min-height: auto;
  }
}

.min-h-240px {
  min-height: 240px;
}
@media (max-width: 768px) {
  .min-h-240px {
    min-height: auto;
  }
}

.min-h-245px {
  min-height: 245px;
}
@media (max-width: 768px) {
  .min-h-245px {
    min-height: auto;
  }
}

.min-h-250px {
  min-height: 250px;
}
@media (max-width: 768px) {
  .min-h-250px {
    min-height: auto;
  }
}

.min-h-255px {
  min-height: 255px;
}
@media (max-width: 768px) {
  .min-h-255px {
    min-height: auto;
  }
}

.min-h-260px {
  min-height: 260px;
}
@media (max-width: 768px) {
  .min-h-260px {
    min-height: auto;
  }
}

.min-h-265px {
  min-height: 265px;
}
@media (max-width: 768px) {
  .min-h-265px {
    min-height: auto;
  }
}

.min-h-270px {
  min-height: 270px;
}
@media (max-width: 768px) {
  .min-h-270px {
    min-height: auto;
  }
}

.min-h-275px {
  min-height: 275px;
}
@media (max-width: 768px) {
  .min-h-275px {
    min-height: auto;
  }
}

.min-h-280px {
  min-height: 280px;
}
@media (max-width: 768px) {
  .min-h-280px {
    min-height: auto;
  }
}

.min-h-285px {
  min-height: 285px;
}
@media (max-width: 768px) {
  .min-h-285px {
    min-height: auto;
  }
}

.min-h-290px {
  min-height: 290px;
}
@media (max-width: 768px) {
  .min-h-290px {
    min-height: auto;
  }
}

.min-h-295px {
  min-height: 295px;
}
@media (max-width: 768px) {
  .min-h-295px {
    min-height: auto;
  }
}

.min-h-300px {
  min-height: 300px;
}
@media (max-width: 768px) {
  .min-h-300px {
    min-height: auto;
  }
}

.min-h-305px {
  min-height: 305px;
}
@media (max-width: 768px) {
  .min-h-305px {
    min-height: auto;
  }
}

.min-h-310px {
  min-height: 310px;
}
@media (max-width: 768px) {
  .min-h-310px {
    min-height: auto;
  }
}

.min-h-315px {
  min-height: 315px;
}
@media (max-width: 768px) {
  .min-h-315px {
    min-height: auto;
  }
}

.min-h-320px {
  min-height: 320px;
}
@media (max-width: 768px) {
  .min-h-320px {
    min-height: auto;
  }
}

.min-h-325px {
  min-height: 325px;
}
@media (max-width: 768px) {
  .min-h-325px {
    min-height: auto;
  }
}

.min-h-330px {
  min-height: 330px;
}
@media (max-width: 768px) {
  .min-h-330px {
    min-height: auto;
  }
}

.min-h-335px {
  min-height: 335px;
}
@media (max-width: 768px) {
  .min-h-335px {
    min-height: auto;
  }
}

.min-h-340px {
  min-height: 340px;
}
@media (max-width: 768px) {
  .min-h-340px {
    min-height: auto;
  }
}

.min-h-345px {
  min-height: 345px;
}
@media (max-width: 768px) {
  .min-h-345px {
    min-height: auto;
  }
}

.min-h-350px {
  min-height: 350px;
}
@media (max-width: 768px) {
  .min-h-350px {
    min-height: auto;
  }
}

.min-h-355px {
  min-height: 355px;
}
@media (max-width: 768px) {
  .min-h-355px {
    min-height: auto;
  }
}

.min-h-360px {
  min-height: 360px;
}
@media (max-width: 768px) {
  .min-h-360px {
    min-height: auto;
  }
}

.min-h-365px {
  min-height: 365px;
}
@media (max-width: 768px) {
  .min-h-365px {
    min-height: auto;
  }
}

.min-h-370px {
  min-height: 370px;
}
@media (max-width: 768px) {
  .min-h-370px {
    min-height: auto;
  }
}

.min-h-375px {
  min-height: 375px;
}
@media (max-width: 768px) {
  .min-h-375px {
    min-height: auto;
  }
}

.min-h-380px {
  min-height: 380px;
}
@media (max-width: 768px) {
  .min-h-380px {
    min-height: auto;
  }
}

.min-h-385px {
  min-height: 385px;
}
@media (max-width: 768px) {
  .min-h-385px {
    min-height: auto;
  }
}

.min-h-390px {
  min-height: 390px;
}
@media (max-width: 768px) {
  .min-h-390px {
    min-height: auto;
  }
}

.min-h-395px {
  min-height: 395px;
}
@media (max-width: 768px) {
  .min-h-395px {
    min-height: auto;
  }
}

.min-h-400px {
  min-height: 400px;
}
@media (max-width: 768px) {
  .min-h-400px {
    min-height: auto;
  }
}

.min-h-405px {
  min-height: 405px;
}
@media (max-width: 768px) {
  .min-h-405px {
    min-height: auto;
  }
}

.min-h-410px {
  min-height: 410px;
}
@media (max-width: 768px) {
  .min-h-410px {
    min-height: auto;
  }
}

.min-h-415px {
  min-height: 415px;
}
@media (max-width: 768px) {
  .min-h-415px {
    min-height: auto;
  }
}

.min-h-420px {
  min-height: 420px;
}
@media (max-width: 768px) {
  .min-h-420px {
    min-height: auto;
  }
}

.min-h-425px {
  min-height: 425px;
}
@media (max-width: 768px) {
  .min-h-425px {
    min-height: auto;
  }
}

.min-h-430px {
  min-height: 430px;
}
@media (max-width: 768px) {
  .min-h-430px {
    min-height: auto;
  }
}

.min-h-435px {
  min-height: 435px;
}
@media (max-width: 768px) {
  .min-h-435px {
    min-height: auto;
  }
}

.min-h-440px {
  min-height: 440px;
}
@media (max-width: 768px) {
  .min-h-440px {
    min-height: auto;
  }
}

.min-h-445px {
  min-height: 445px;
}
@media (max-width: 768px) {
  .min-h-445px {
    min-height: auto;
  }
}

.min-h-450px {
  min-height: 450px;
}
@media (max-width: 768px) {
  .min-h-450px {
    min-height: auto;
  }
}

.min-h-455px {
  min-height: 455px;
}
@media (max-width: 768px) {
  .min-h-455px {
    min-height: auto;
  }
}

.min-h-460px {
  min-height: 460px;
}
@media (max-width: 768px) {
  .min-h-460px {
    min-height: auto;
  }
}

.min-h-465px {
  min-height: 465px;
}
@media (max-width: 768px) {
  .min-h-465px {
    min-height: auto;
  }
}

.min-h-470px {
  min-height: 470px;
}
@media (max-width: 768px) {
  .min-h-470px {
    min-height: auto;
  }
}

.min-h-475px {
  min-height: 475px;
}
@media (max-width: 768px) {
  .min-h-475px {
    min-height: auto;
  }
}

.min-h-480px {
  min-height: 480px;
}
@media (max-width: 768px) {
  .min-h-480px {
    min-height: auto;
  }
}

.min-h-485px {
  min-height: 485px;
}
@media (max-width: 768px) {
  .min-h-485px {
    min-height: auto;
  }
}

.min-h-490px {
  min-height: 490px;
}
@media (max-width: 768px) {
  .min-h-490px {
    min-height: auto;
  }
}

.min-h-495px {
  min-height: 495px;
}
@media (max-width: 768px) {
  .min-h-495px {
    min-height: auto;
  }
}

.min-h-500px {
  min-height: 500px;
}
@media (max-width: 768px) {
  .min-h-500px {
    min-height: auto;
  }
}

/*# sourceMappingURL=sizing.css.map */
