/* 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 */
/* GRID LAYOUT BREAKPOINTS */
/* ANCHOR mixins */
/* ANCHOR Customisation */
.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;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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