:root {
  --pink-color: #f76dd9;
  --light-blue-color: #87beeb;
  --lighter-blue-color: #e2f4ff;
  --green-color: #84c13b;
  --dark-blue-color: #2f305d;
  --dark-blue-color-rgb: 47, 48, 93;
  --medium-blue-color: #445cb2;
  --medium-blue-color-rgb: 68, 92, 178;
  --sky-blue-color: #7bd9ff;
  --orange-color: #f37232;
  --yellow-color: #ffe57b;
  --white-color: #ffffff;
  --gold-color: #d7a100;
  --silver-color: #969696;
  --bronze-color: #cd7f32;
  --bs-emphasis-color: var(--dark-blue-color);
  --bs-emphasis-color-rgb: var(--dark-blue-color-rgb);
  --bs-link-color: var(--medium-blue-color);
  --bs-link-color-rgb: var(--medium-blue-color-rgb);
  --bs-link-hover-color: var(--dark-blue-color);
  --bs-link-hover-color-rgb: var(--dark-blue-color-rgb);
}

.tooltip {
  --bs-tooltip-zindex: 1000!important;
}

.color-text-pink {
  color: var(--pink-color) !important;
}
.color-bg-pink {
  background-color: var(--pink-color) !important;
}
.color-border-pink {
  border-color: var(--pink-color) !important;
}
.color-text-light-blue {
  color: var(--light-blue-color) !important;
}
.color-bg-light-blue {
  background-color: var(--light-blue-color) !important;
}
.color-border-light-blue {
  border-color: var(--light-blue-color) !important;
}
.color-text-lighter-blue {
  color: var(--lighter-blue-color) !important;
}
.color-bg-lighter-blue {
  background-color: var(--lighter-blue-color) !important;
}
.color-border-lighter-blue {
  border-color: var(--lighter-blue-color) !important;
}
.color-text-green {
  color: var(--green-color) !important;
}
.color-bg-green {
  background-color: var(--green-color) !important;
}
.color-border-green {
  border-color: var(--green-color) !important;
}
.color-text-dark-blue {
  color: var(--dark-blue-color) !important;
}
.color-bg-dark-blue {
  background-color: var(--dark-blue-color) !important;
}
.color-border-dark-blue {
  border-color: var(--dark-blue-color) !important;
}
.color-text-medium-blue {
  color: var(--medium-blue-color) !important;
}
.color-bg-medium-blue {
  background-color: var(--medium-blue-color) !important;
}
.color-border-medium-blue {
  border-color: var(--medium-blue-color) !important;
}
.color-text-sky-blue {
  color: var(--sky-blue-color) !important;
}
.color-bg-sky-blue {
  background-color: var(--sky-blue-color) !important;
}
.color-border-sky-blue {
  border-color: var(--sky-blue-color) !important;
}
.color-text-orange {
  color: var(--orange-color) !important;
}
.color-bg-orange {
  background-color: var(--orange-color) !important;
}
.color-border-orange {
  border-color: var(--orange-color) !important;
}
.color-text-yellow {
  color: var(--yellow-color) !important;
}
.color-bg-yellow {
  background-color: var(--yellow-color) !important;
}
.color-border-yellow {
  border-color: var(--yellow-color) !important;
}
.color-text-white {
  color: var(--white-color) !important;
}
.color-bg-white {
  background-color: var(--white-color) !important;
}
.color-border-white {
  border-color: var(--white-color) !important;
}
.color-text-gold {
  color: var(--gold-color) !important;
}
.color-bg-gold {
  background-color: var(--gold-color) !important;
}
.color-border-gold {
  border-color: var(--gold-color) !important;
}
.color-text-silver {
  color: var(--silver-color) !important;
}
.color-bg-silver {
  background-color: var(--silver-color) !important;
}
.color-border-silver {
  border-color: var(--silver-color) !important;
}
.color-text-bronze {
  color: var(--bronze-color) !important;
}
.color-bg-bronze {
  background-color: var(--bronze-color) !important;
}
.color-border-bronze {
  border-color: var(--bronze-color) !important;
}
.color-text-main {
  color: var(--main-color) !important;
}
.color-bg-main {
  background-color: var(--main-color) !important;
}
.color-border-main {
  border-color: var(--main-color) !important;
}
.color-text-secondary {
  color: var(--secondary-color) !important;
}
.color-bg-secondary {
  background-color: var(--secondary-color) !important;
}
.color-border-secondary {
  border-color: var(--secondary-color) !important;
}
.color-text-links {
  color: var(--links-color) !important;
}
.color-bg-links {
  background-color: var(--links-color) !important;
}
.color-border-links {
  border-color: var(--links-color) !important;
}

html {
  scroll-behavior: smooth;
}

#logo {
  max-width: 400px;
  background-image: var(--logo);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top center;
}

.btn {
  --bs-btn-font-weight: 600;
}

.btn-pp-orange {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #f37232;
  --bs-btn-border-color: #f37232;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #e5641f;
  --bs-btn-hover-border-color: #e5641f;
  --bs-btn-focus-shadow-rgb: #f37232;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #d15c1b;
  --bs-btn-active-border-color: #d15c1b;
}
.btn-pp-pink {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #f76dd9;
  --bs-btn-border-color: #f76dd9;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #e662d1;
  --bs-btn-hover-border-color: #e662d1;
  --bs-btn-focus-shadow-rgb: #f76dd9;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #d553c4;
  --bs-btn-active-border-color: #d553c4;
}
.btn-pp-green {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #84c13b;
  --bs-btn-border-color: #84c13b;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #74ab35;
  --bs-btn-hover-border-color: #74ab35;
  --bs-btn-focus-shadow-rgb: #84c13b;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #669d2e;
  --bs-btn-active-border-color: #669d2e;
}
.btn-pp-dark-blue {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #2f305d;
  --bs-btn-border-color: #2f305d;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #27284f;
  --bs-btn-hover-border-color: #27284f;
  --bs-btn-focus-shadow-rgb: #2f305d;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #1f2066;
  --bs-btn-active-border-color: #1f2066;
}
.btn-pp-medium-blue {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #445cb2;
  --bs-btn-border-color: #445cb2;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #3b4fa0;
  --bs-btn-hover-border-color: #3b4fa0;
  --bs-btn-focus-shadow-rgb: #445cb2;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #32438d;
  --bs-btn-active-border-color: #32438d;
}
.btn-pp-sky-blue {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #7bd9ff;
  --bs-btn-border-color: #7bd9ff;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #6abef2;
  --bs-btn-hover-border-color: #6abef2;
  --bs-btn-focus-shadow-rgb: #7bd9ff;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #5ea8e5;
  --bs-btn-active-border-color: #5ea8e5;
}
.btn-pp-yellow {
  --bs-btn-color: #ffffff;
  --bs-btn-bg: #ffe57b;
  --bs-btn-border-color: #ffe57b;
  --bs-btn-hover-color: #ffffff;
  --bs-btn-hover-bg: #fdd56e;
  --bs-btn-hover-border-color: #fdd56e;
  --bs-btn-focus-shadow-rgb: #ffe57b;
  --bs-btn-active-color: #ffffff;
  --bs-btn-active-bg: #fbc961;
  --bs-btn-active-border-color: #fbc961;
}
.btn-pp-transparent {
  background: transparent;
  border: 0;
  outline: none;
}

.poppins-100 {
  font-family: "Poppins";
  font-weight: 100;
}
.poppins-200 {
  font-family: "Poppins";
  font-weight: 200;
}
.poppins-300 {
  font-family: "Poppins";
  font-weight: 300;
}
.poppins-400 {
  font-family: "Poppins";
  font-weight: 400;
}
.poppins-500 {
  font-family: "Poppins";
  font-weight: 500;
}
.poppins-600 {
  font-family: "Poppins";
  font-weight: 600;
}
.poppins-700 {
  font-family: "Poppins";
  font-weight: 700;
}
.poppins-800 {
  font-family: "Poppins";
  font-weight: 800;
}
.poppins-900 {
  font-family: "Poppins";
  font-weight: 900;
}

.mw-none {
  max-width: none !important;
}

.ar-square {
  aspect-ratio: 1/1 !important;
}

.login {
  max-width: 600px;
}
.login .or-container {
  align-items: center;
  color: #ccc;
  display: flex;
  margin: 25px 0;
}
.login .line-separator {
  background-color: #ccc;
  flex-grow: 5;
  height: 1px;
}
.login .or-label {
  flex-grow: 1;
  margin: 0 15px;
  text-align: center;
}

.w-maxc {
  width: -moz-max-content !important;
  width: max-content !important;
}

.text-justify {
  text-align: justify !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.prevent-select {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
       user-select: none !important;
}

.border-15 {
  border-width: 15px !important;
}

.row {
  --bs-gutter-x: 0!important;
}

/* MEDIA QUERIES */
.w-5 {
  width: 5% !important;
}

.mw-5 {
  max-width: 5% !important;
}

.w-10 {
  width: 10% !important;
}

.mw-10 {
  max-width: 10% !important;
}

.w-15 {
  width: 15% !important;
}

.mw-15 {
  max-width: 15% !important;
}

.w-20 {
  width: 20% !important;
}

.mw-20 {
  max-width: 20% !important;
}

.w-25 {
  width: 25% !important;
}

.mw-25 {
  max-width: 25% !important;
}

.w-30 {
  width: 30% !important;
}

.mw-30 {
  max-width: 30% !important;
}

.w-35 {
  width: 35% !important;
}

.mw-35 {
  max-width: 35% !important;
}

.w-40 {
  width: 40% !important;
}

.mw-40 {
  max-width: 40% !important;
}

.w-45 {
  width: 45% !important;
}

.mw-45 {
  max-width: 45% !important;
}

.w-50 {
  width: 50% !important;
}

.mw-50 {
  max-width: 50% !important;
}

.w-55 {
  width: 55% !important;
}

.mw-55 {
  max-width: 55% !important;
}

.w-60 {
  width: 60% !important;
}

.mw-60 {
  max-width: 60% !important;
}

.w-65 {
  width: 65% !important;
}

.mw-65 {
  max-width: 65% !important;
}

.w-70 {
  width: 70% !important;
}

.mw-70 {
  max-width: 70% !important;
}

.w-75 {
  width: 75% !important;
}

.mw-75 {
  max-width: 75% !important;
}

.w-80 {
  width: 80% !important;
}

.mw-80 {
  max-width: 80% !important;
}

.w-85 {
  width: 85% !important;
}

.mw-85 {
  max-width: 85% !important;
}

.w-90 {
  width: 90% !important;
}

.mw-90 {
  max-width: 90% !important;
}

.w-95 {
  width: 95% !important;
}

.mw-95 {
  max-width: 95% !important;
}

.w-100 {
  width: 100% !important;
}

.mw-100 {
  max-width: 100% !important;
}

.w-5x5 {
  width: 5px !important;
  height: 5px !important;
}

.h-5px {
  height: 5px !important;
}

.mw-5px {
  max-width: 5px !important;
}

.w-10x10 {
  width: 10px !important;
  height: 10px !important;
}

.h-10px {
  height: 10px !important;
}

.mw-10px {
  max-width: 10px !important;
}

.w-15x15 {
  width: 15px !important;
  height: 15px !important;
}

.h-15px {
  height: 15px !important;
}

.mw-15px {
  max-width: 15px !important;
}

.w-20x20 {
  width: 20px !important;
  height: 20px !important;
}

.h-20px {
  height: 20px !important;
}

.mw-20px {
  max-width: 20px !important;
}

.w-25x25 {
  width: 25px !important;
  height: 25px !important;
}

.h-25px {
  height: 25px !important;
}

.mw-25px {
  max-width: 25px !important;
}

.w-30x30 {
  width: 30px !important;
  height: 30px !important;
}

.h-30px {
  height: 30px !important;
}

.mw-30px {
  max-width: 30px !important;
}

.w-35x35 {
  width: 35px !important;
  height: 35px !important;
}

.h-35px {
  height: 35px !important;
}

.mw-35px {
  max-width: 35px !important;
}

.w-40x40 {
  width: 40px !important;
  height: 40px !important;
}

.h-40px {
  height: 40px !important;
}

.mw-40px {
  max-width: 40px !important;
}

.w-45x45 {
  width: 45px !important;
  height: 45px !important;
}

.h-45px {
  height: 45px !important;
}

.mw-45px {
  max-width: 45px !important;
}

.w-50x50 {
  width: 50px !important;
  height: 50px !important;
}

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

.mw-50px {
  max-width: 50px !important;
}

.w-55x55 {
  width: 55px !important;
  height: 55px !important;
}

.h-55px {
  height: 55px !important;
}

.mw-55px {
  max-width: 55px !important;
}

.w-60x60 {
  width: 60px !important;
  height: 60px !important;
}

.h-60px {
  height: 60px !important;
}

.mw-60px {
  max-width: 60px !important;
}

.w-65x65 {
  width: 65px !important;
  height: 65px !important;
}

.h-65px {
  height: 65px !important;
}

.mw-65px {
  max-width: 65px !important;
}

.w-70x70 {
  width: 70px !important;
  height: 70px !important;
}

.h-70px {
  height: 70px !important;
}

.mw-70px {
  max-width: 70px !important;
}

.w-75x75 {
  width: 75px !important;
  height: 75px !important;
}

.h-75px {
  height: 75px !important;
}

.mw-75px {
  max-width: 75px !important;
}

.w-80x80 {
  width: 80px !important;
  height: 80px !important;
}

.h-80px {
  height: 80px !important;
}

.mw-80px {
  max-width: 80px !important;
}

.w-85x85 {
  width: 85px !important;
  height: 85px !important;
}

.h-85px {
  height: 85px !important;
}

.mw-85px {
  max-width: 85px !important;
}

.w-90x90 {
  width: 90px !important;
  height: 90px !important;
}

.h-90px {
  height: 90px !important;
}

.mw-90px {
  max-width: 90px !important;
}

.w-95x95 {
  width: 95px !important;
  height: 95px !important;
}

.h-95px {
  height: 95px !important;
}

.mw-95px {
  max-width: 95px !important;
}

.w-100x100 {
  width: 100px !important;
  height: 100px !important;
}

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

.mw-100px {
  max-width: 100px !important;
}

.w-105x105 {
  width: 105px !important;
  height: 105px !important;
}

.h-105px {
  height: 105px !important;
}

.mw-105px {
  max-width: 105px !important;
}

.w-110x110 {
  width: 110px !important;
  height: 110px !important;
}

.h-110px {
  height: 110px !important;
}

.mw-110px {
  max-width: 110px !important;
}

.w-115x115 {
  width: 115px !important;
  height: 115px !important;
}

.h-115px {
  height: 115px !important;
}

.mw-115px {
  max-width: 115px !important;
}

.w-120x120 {
  width: 120px !important;
  height: 120px !important;
}

.h-120px {
  height: 120px !important;
}

.mw-120px {
  max-width: 120px !important;
}

.w-125x125 {
  width: 125px !important;
  height: 125px !important;
}

.h-125px {
  height: 125px !important;
}

.mw-125px {
  max-width: 125px !important;
}

.w-130x130 {
  width: 130px !important;
  height: 130px !important;
}

.h-130px {
  height: 130px !important;
}

.mw-130px {
  max-width: 130px !important;
}

.w-135x135 {
  width: 135px !important;
  height: 135px !important;
}

.h-135px {
  height: 135px !important;
}

.mw-135px {
  max-width: 135px !important;
}

.w-140x140 {
  width: 140px !important;
  height: 140px !important;
}

.h-140px {
  height: 140px !important;
}

.mw-140px {
  max-width: 140px !important;
}

.w-145x145 {
  width: 145px !important;
  height: 145px !important;
}

.h-145px {
  height: 145px !important;
}

.mw-145px {
  max-width: 145px !important;
}

.w-150x150 {
  width: 150px !important;
  height: 150px !important;
}

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

.mw-150px {
  max-width: 150px !important;
}

.w-155x155 {
  width: 155px !important;
  height: 155px !important;
}

.h-155px {
  height: 155px !important;
}

.mw-155px {
  max-width: 155px !important;
}

.w-160x160 {
  width: 160px !important;
  height: 160px !important;
}

.h-160px {
  height: 160px !important;
}

.mw-160px {
  max-width: 160px !important;
}

.w-165x165 {
  width: 165px !important;
  height: 165px !important;
}

.h-165px {
  height: 165px !important;
}

.mw-165px {
  max-width: 165px !important;
}

.w-170x170 {
  width: 170px !important;
  height: 170px !important;
}

.h-170px {
  height: 170px !important;
}

.mw-170px {
  max-width: 170px !important;
}

.w-175x175 {
  width: 175px !important;
  height: 175px !important;
}

.h-175px {
  height: 175px !important;
}

.mw-175px {
  max-width: 175px !important;
}

.w-180x180 {
  width: 180px !important;
  height: 180px !important;
}

.h-180px {
  height: 180px !important;
}

.mw-180px {
  max-width: 180px !important;
}

.w-185x185 {
  width: 185px !important;
  height: 185px !important;
}

.h-185px {
  height: 185px !important;
}

.mw-185px {
  max-width: 185px !important;
}

.w-190x190 {
  width: 190px !important;
  height: 190px !important;
}

.h-190px {
  height: 190px !important;
}

.mw-190px {
  max-width: 190px !important;
}

.w-195x195 {
  width: 195px !important;
  height: 195px !important;
}

.h-195px {
  height: 195px !important;
}

.mw-195px {
  max-width: 195px !important;
}

.w-200x200 {
  width: 200px !important;
  height: 200px !important;
}

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

.mw-200px {
  max-width: 200px !important;
}

.w-205x205 {
  width: 205px !important;
  height: 205px !important;
}

.h-205px {
  height: 205px !important;
}

.mw-205px {
  max-width: 205px !important;
}

.w-210x210 {
  width: 210px !important;
  height: 210px !important;
}

.h-210px {
  height: 210px !important;
}

.mw-210px {
  max-width: 210px !important;
}

.w-215x215 {
  width: 215px !important;
  height: 215px !important;
}

.h-215px {
  height: 215px !important;
}

.mw-215px {
  max-width: 215px !important;
}

.w-220x220 {
  width: 220px !important;
  height: 220px !important;
}

.h-220px {
  height: 220px !important;
}

.mw-220px {
  max-width: 220px !important;
}

.w-225x225 {
  width: 225px !important;
  height: 225px !important;
}

.h-225px {
  height: 225px !important;
}

.mw-225px {
  max-width: 225px !important;
}

.w-230x230 {
  width: 230px !important;
  height: 230px !important;
}

.h-230px {
  height: 230px !important;
}

.mw-230px {
  max-width: 230px !important;
}

.w-235x235 {
  width: 235px !important;
  height: 235px !important;
}

.h-235px {
  height: 235px !important;
}

.mw-235px {
  max-width: 235px !important;
}

.w-240x240 {
  width: 240px !important;
  height: 240px !important;
}

.h-240px {
  height: 240px !important;
}

.mw-240px {
  max-width: 240px !important;
}

.w-245x245 {
  width: 245px !important;
  height: 245px !important;
}

.h-245px {
  height: 245px !important;
}

.mw-245px {
  max-width: 245px !important;
}

.w-250x250 {
  width: 250px !important;
  height: 250px !important;
}

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

.mw-250px {
  max-width: 250px !important;
}

.w-255x255 {
  width: 255px !important;
  height: 255px !important;
}

.h-255px {
  height: 255px !important;
}

.mw-255px {
  max-width: 255px !important;
}

.w-260x260 {
  width: 260px !important;
  height: 260px !important;
}

.h-260px {
  height: 260px !important;
}

.mw-260px {
  max-width: 260px !important;
}

.w-265x265 {
  width: 265px !important;
  height: 265px !important;
}

.h-265px {
  height: 265px !important;
}

.mw-265px {
  max-width: 265px !important;
}

.w-270x270 {
  width: 270px !important;
  height: 270px !important;
}

.h-270px {
  height: 270px !important;
}

.mw-270px {
  max-width: 270px !important;
}

.w-275x275 {
  width: 275px !important;
  height: 275px !important;
}

.h-275px {
  height: 275px !important;
}

.mw-275px {
  max-width: 275px !important;
}

.w-280x280 {
  width: 280px !important;
  height: 280px !important;
}

.h-280px {
  height: 280px !important;
}

.mw-280px {
  max-width: 280px !important;
}

.w-285x285 {
  width: 285px !important;
  height: 285px !important;
}

.h-285px {
  height: 285px !important;
}

.mw-285px {
  max-width: 285px !important;
}

.w-290x290 {
  width: 290px !important;
  height: 290px !important;
}

.h-290px {
  height: 290px !important;
}

.mw-290px {
  max-width: 290px !important;
}

.w-295x295 {
  width: 295px !important;
  height: 295px !important;
}

.h-295px {
  height: 295px !important;
}

.mw-295px {
  max-width: 295px !important;
}

.w-300x300 {
  width: 300px !important;
  height: 300px !important;
}

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

.mw-300px {
  max-width: 300px !important;
}

.w-305x305 {
  width: 305px !important;
  height: 305px !important;
}

.h-305px {
  height: 305px !important;
}

.mw-305px {
  max-width: 305px !important;
}

.w-310x310 {
  width: 310px !important;
  height: 310px !important;
}

.h-310px {
  height: 310px !important;
}

.mw-310px {
  max-width: 310px !important;
}

.w-315x315 {
  width: 315px !important;
  height: 315px !important;
}

.h-315px {
  height: 315px !important;
}

.mw-315px {
  max-width: 315px !important;
}

.w-320x320 {
  width: 320px !important;
  height: 320px !important;
}

.h-320px {
  height: 320px !important;
}

.mw-320px {
  max-width: 320px !important;
}

.w-325x325 {
  width: 325px !important;
  height: 325px !important;
}

.h-325px {
  height: 325px !important;
}

.mw-325px {
  max-width: 325px !important;
}

.w-330x330 {
  width: 330px !important;
  height: 330px !important;
}

.h-330px {
  height: 330px !important;
}

.mw-330px {
  max-width: 330px !important;
}

.w-335x335 {
  width: 335px !important;
  height: 335px !important;
}

.h-335px {
  height: 335px !important;
}

.mw-335px {
  max-width: 335px !important;
}

.w-340x340 {
  width: 340px !important;
  height: 340px !important;
}

.h-340px {
  height: 340px !important;
}

.mw-340px {
  max-width: 340px !important;
}

.w-345x345 {
  width: 345px !important;
  height: 345px !important;
}

.h-345px {
  height: 345px !important;
}

.mw-345px {
  max-width: 345px !important;
}

.w-350x350 {
  width: 350px !important;
  height: 350px !important;
}

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

.mw-350px {
  max-width: 350px !important;
}

.w-355x355 {
  width: 355px !important;
  height: 355px !important;
}

.h-355px {
  height: 355px !important;
}

.mw-355px {
  max-width: 355px !important;
}

.w-360x360 {
  width: 360px !important;
  height: 360px !important;
}

.h-360px {
  height: 360px !important;
}

.mw-360px {
  max-width: 360px !important;
}

.w-365x365 {
  width: 365px !important;
  height: 365px !important;
}

.h-365px {
  height: 365px !important;
}

.mw-365px {
  max-width: 365px !important;
}

.w-370x370 {
  width: 370px !important;
  height: 370px !important;
}

.h-370px {
  height: 370px !important;
}

.mw-370px {
  max-width: 370px !important;
}

.w-375x375 {
  width: 375px !important;
  height: 375px !important;
}

.h-375px {
  height: 375px !important;
}

.mw-375px {
  max-width: 375px !important;
}

.w-380x380 {
  width: 380px !important;
  height: 380px !important;
}

.h-380px {
  height: 380px !important;
}

.mw-380px {
  max-width: 380px !important;
}

.w-385x385 {
  width: 385px !important;
  height: 385px !important;
}

.h-385px {
  height: 385px !important;
}

.mw-385px {
  max-width: 385px !important;
}

.w-390x390 {
  width: 390px !important;
  height: 390px !important;
}

.h-390px {
  height: 390px !important;
}

.mw-390px {
  max-width: 390px !important;
}

.w-395x395 {
  width: 395px !important;
  height: 395px !important;
}

.h-395px {
  height: 395px !important;
}

.mw-395px {
  max-width: 395px !important;
}

.w-400x400 {
  width: 400px !important;
  height: 400px !important;
}

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

.mw-400px {
  max-width: 400px !important;
}

.w-405x405 {
  width: 405px !important;
  height: 405px !important;
}

.h-405px {
  height: 405px !important;
}

.mw-405px {
  max-width: 405px !important;
}

.w-410x410 {
  width: 410px !important;
  height: 410px !important;
}

.h-410px {
  height: 410px !important;
}

.mw-410px {
  max-width: 410px !important;
}

.w-415x415 {
  width: 415px !important;
  height: 415px !important;
}

.h-415px {
  height: 415px !important;
}

.mw-415px {
  max-width: 415px !important;
}

.w-420x420 {
  width: 420px !important;
  height: 420px !important;
}

.h-420px {
  height: 420px !important;
}

.mw-420px {
  max-width: 420px !important;
}

.w-425x425 {
  width: 425px !important;
  height: 425px !important;
}

.h-425px {
  height: 425px !important;
}

.mw-425px {
  max-width: 425px !important;
}

.w-430x430 {
  width: 430px !important;
  height: 430px !important;
}

.h-430px {
  height: 430px !important;
}

.mw-430px {
  max-width: 430px !important;
}

.w-435x435 {
  width: 435px !important;
  height: 435px !important;
}

.h-435px {
  height: 435px !important;
}

.mw-435px {
  max-width: 435px !important;
}

.w-440x440 {
  width: 440px !important;
  height: 440px !important;
}

.h-440px {
  height: 440px !important;
}

.mw-440px {
  max-width: 440px !important;
}

.w-445x445 {
  width: 445px !important;
  height: 445px !important;
}

.h-445px {
  height: 445px !important;
}

.mw-445px {
  max-width: 445px !important;
}

.w-450x450 {
  width: 450px !important;
  height: 450px !important;
}

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

.mw-450px {
  max-width: 450px !important;
}

.w-455x455 {
  width: 455px !important;
  height: 455px !important;
}

.h-455px {
  height: 455px !important;
}

.mw-455px {
  max-width: 455px !important;
}

.w-460x460 {
  width: 460px !important;
  height: 460px !important;
}

.h-460px {
  height: 460px !important;
}

.mw-460px {
  max-width: 460px !important;
}

.w-465x465 {
  width: 465px !important;
  height: 465px !important;
}

.h-465px {
  height: 465px !important;
}

.mw-465px {
  max-width: 465px !important;
}

.w-470x470 {
  width: 470px !important;
  height: 470px !important;
}

.h-470px {
  height: 470px !important;
}

.mw-470px {
  max-width: 470px !important;
}

.w-475x475 {
  width: 475px !important;
  height: 475px !important;
}

.h-475px {
  height: 475px !important;
}

.mw-475px {
  max-width: 475px !important;
}

.w-480x480 {
  width: 480px !important;
  height: 480px !important;
}

.h-480px {
  height: 480px !important;
}

.mw-480px {
  max-width: 480px !important;
}

.w-485x485 {
  width: 485px !important;
  height: 485px !important;
}

.h-485px {
  height: 485px !important;
}

.mw-485px {
  max-width: 485px !important;
}

.w-490x490 {
  width: 490px !important;
  height: 490px !important;
}

.h-490px {
  height: 490px !important;
}

.mw-490px {
  max-width: 490px !important;
}

.w-495x495 {
  width: 495px !important;
  height: 495px !important;
}

.h-495px {
  height: 495px !important;
}

.mw-495px {
  max-width: 495px !important;
}

.w-500x500 {
  width: 500px !important;
  height: 500px !important;
}

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

.mw-500px {
  max-width: 500px !important;
}

@media (min-width: 1650px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-block {
    display: block !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
}
@media (min-width: 576px) {
  .w-sm-5 {
    width: 5% !important;
  }
  .mw-sm-5 {
    max-width: 5% !important;
  }
  .w-sm-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .mw-sm-10 {
    max-width: 10% !important;
  }
  .w-sm-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .mw-sm-15 {
    max-width: 15% !important;
  }
  .w-sm-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .mw-sm-20 {
    max-width: 20% !important;
  }
  .w-sm-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .w-sm-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .mw-sm-30 {
    max-width: 30% !important;
  }
  .w-sm-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .mw-sm-35 {
    max-width: 35% !important;
  }
  .w-sm-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .mw-sm-40 {
    max-width: 40% !important;
  }
  .w-sm-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .mw-sm-45 {
    max-width: 45% !important;
  }
  .w-sm-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .w-sm-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .mw-sm-55 {
    max-width: 55% !important;
  }
  .w-sm-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .mw-sm-60 {
    max-width: 60% !important;
  }
  .w-sm-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .mw-sm-65 {
    max-width: 65% !important;
  }
  .w-sm-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .mw-sm-70 {
    max-width: 70% !important;
  }
  .w-sm-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .w-sm-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .mw-sm-80 {
    max-width: 80% !important;
  }
  .w-sm-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .mw-sm-85 {
    max-width: 85% !important;
  }
  .w-sm-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .mw-sm-90 {
    max-width: 90% !important;
  }
  .w-sm-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .mw-sm-95 {
    max-width: 95% !important;
  }
  .w-sm-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .w-sm-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .w-sm-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .h-sm-5px {
    height: 5px !important;
  }
  .mw-5px {
    max-width: 5px !important;
  }
  .w-sm-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .h-sm-10px {
    height: 10px !important;
  }
  .mw-10px {
    max-width: 10px !important;
  }
  .w-sm-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .h-sm-15px {
    height: 15px !important;
  }
  .mw-15px {
    max-width: 15px !important;
  }
  .w-sm-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .h-sm-20px {
    height: 20px !important;
  }
  .mw-20px {
    max-width: 20px !important;
  }
  .w-sm-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .h-sm-25px {
    height: 25px !important;
  }
  .mw-25px {
    max-width: 25px !important;
  }
  .w-sm-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .h-sm-30px {
    height: 30px !important;
  }
  .mw-30px {
    max-width: 30px !important;
  }
  .w-sm-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .h-sm-35px {
    height: 35px !important;
  }
  .mw-35px {
    max-width: 35px !important;
  }
  .w-sm-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .h-sm-40px {
    height: 40px !important;
  }
  .mw-40px {
    max-width: 40px !important;
  }
  .w-sm-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .h-sm-45px {
    height: 45px !important;
  }
  .mw-45px {
    max-width: 45px !important;
  }
  .w-sm-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .h-sm-50px {
    height: 50px !important;
  }
  .mw-50px {
    max-width: 50px !important;
  }
  .w-sm-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .h-sm-55px {
    height: 55px !important;
  }
  .mw-55px {
    max-width: 55px !important;
  }
  .w-sm-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .h-sm-60px {
    height: 60px !important;
  }
  .mw-60px {
    max-width: 60px !important;
  }
  .w-sm-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .h-sm-65px {
    height: 65px !important;
  }
  .mw-65px {
    max-width: 65px !important;
  }
  .w-sm-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .h-sm-70px {
    height: 70px !important;
  }
  .mw-70px {
    max-width: 70px !important;
  }
  .w-sm-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .h-sm-75px {
    height: 75px !important;
  }
  .mw-75px {
    max-width: 75px !important;
  }
  .w-sm-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .h-sm-80px {
    height: 80px !important;
  }
  .mw-80px {
    max-width: 80px !important;
  }
  .w-sm-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .h-sm-85px {
    height: 85px !important;
  }
  .mw-85px {
    max-width: 85px !important;
  }
  .w-sm-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .h-sm-90px {
    height: 90px !important;
  }
  .mw-90px {
    max-width: 90px !important;
  }
  .w-sm-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .h-sm-95px {
    height: 95px !important;
  }
  .mw-95px {
    max-width: 95px !important;
  }
  .w-sm-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .h-sm-100px {
    height: 100px !important;
  }
  .mw-100px {
    max-width: 100px !important;
  }
  .w-sm-105x105 {
    width: 105px !important;
    height: 105px !important;
  }
  .h-sm-105px {
    height: 105px !important;
  }
  .mw-105px {
    max-width: 105px !important;
  }
  .w-sm-110x110 {
    width: 110px !important;
    height: 110px !important;
  }
  .h-sm-110px {
    height: 110px !important;
  }
  .mw-110px {
    max-width: 110px !important;
  }
  .w-sm-115x115 {
    width: 115px !important;
    height: 115px !important;
  }
  .h-sm-115px {
    height: 115px !important;
  }
  .mw-115px {
    max-width: 115px !important;
  }
  .w-sm-120x120 {
    width: 120px !important;
    height: 120px !important;
  }
  .h-sm-120px {
    height: 120px !important;
  }
  .mw-120px {
    max-width: 120px !important;
  }
  .w-sm-125x125 {
    width: 125px !important;
    height: 125px !important;
  }
  .h-sm-125px {
    height: 125px !important;
  }
  .mw-125px {
    max-width: 125px !important;
  }
  .w-sm-130x130 {
    width: 130px !important;
    height: 130px !important;
  }
  .h-sm-130px {
    height: 130px !important;
  }
  .mw-130px {
    max-width: 130px !important;
  }
  .w-sm-135x135 {
    width: 135px !important;
    height: 135px !important;
  }
  .h-sm-135px {
    height: 135px !important;
  }
  .mw-135px {
    max-width: 135px !important;
  }
  .w-sm-140x140 {
    width: 140px !important;
    height: 140px !important;
  }
  .h-sm-140px {
    height: 140px !important;
  }
  .mw-140px {
    max-width: 140px !important;
  }
  .w-sm-145x145 {
    width: 145px !important;
    height: 145px !important;
  }
  .h-sm-145px {
    height: 145px !important;
  }
  .mw-145px {
    max-width: 145px !important;
  }
  .w-sm-150x150 {
    width: 150px !important;
    height: 150px !important;
  }
  .h-sm-150px {
    height: 150px !important;
  }
  .mw-150px {
    max-width: 150px !important;
  }
  .w-sm-155x155 {
    width: 155px !important;
    height: 155px !important;
  }
  .h-sm-155px {
    height: 155px !important;
  }
  .mw-155px {
    max-width: 155px !important;
  }
  .w-sm-160x160 {
    width: 160px !important;
    height: 160px !important;
  }
  .h-sm-160px {
    height: 160px !important;
  }
  .mw-160px {
    max-width: 160px !important;
  }
  .w-sm-165x165 {
    width: 165px !important;
    height: 165px !important;
  }
  .h-sm-165px {
    height: 165px !important;
  }
  .mw-165px {
    max-width: 165px !important;
  }
  .w-sm-170x170 {
    width: 170px !important;
    height: 170px !important;
  }
  .h-sm-170px {
    height: 170px !important;
  }
  .mw-170px {
    max-width: 170px !important;
  }
  .w-sm-175x175 {
    width: 175px !important;
    height: 175px !important;
  }
  .h-sm-175px {
    height: 175px !important;
  }
  .mw-175px {
    max-width: 175px !important;
  }
  .w-sm-180x180 {
    width: 180px !important;
    height: 180px !important;
  }
  .h-sm-180px {
    height: 180px !important;
  }
  .mw-180px {
    max-width: 180px !important;
  }
  .w-sm-185x185 {
    width: 185px !important;
    height: 185px !important;
  }
  .h-sm-185px {
    height: 185px !important;
  }
  .mw-185px {
    max-width: 185px !important;
  }
  .w-sm-190x190 {
    width: 190px !important;
    height: 190px !important;
  }
  .h-sm-190px {
    height: 190px !important;
  }
  .mw-190px {
    max-width: 190px !important;
  }
  .w-sm-195x195 {
    width: 195px !important;
    height: 195px !important;
  }
  .h-sm-195px {
    height: 195px !important;
  }
  .mw-195px {
    max-width: 195px !important;
  }
  .w-sm-200x200 {
    width: 200px !important;
    height: 200px !important;
  }
  .h-sm-200px {
    height: 200px !important;
  }
  .mw-200px {
    max-width: 200px !important;
  }
  .w-sm-205x205 {
    width: 205px !important;
    height: 205px !important;
  }
  .h-sm-205px {
    height: 205px !important;
  }
  .mw-205px {
    max-width: 205px !important;
  }
  .w-sm-210x210 {
    width: 210px !important;
    height: 210px !important;
  }
  .h-sm-210px {
    height: 210px !important;
  }
  .mw-210px {
    max-width: 210px !important;
  }
  .w-sm-215x215 {
    width: 215px !important;
    height: 215px !important;
  }
  .h-sm-215px {
    height: 215px !important;
  }
  .mw-215px {
    max-width: 215px !important;
  }
  .w-sm-220x220 {
    width: 220px !important;
    height: 220px !important;
  }
  .h-sm-220px {
    height: 220px !important;
  }
  .mw-220px {
    max-width: 220px !important;
  }
  .w-sm-225x225 {
    width: 225px !important;
    height: 225px !important;
  }
  .h-sm-225px {
    height: 225px !important;
  }
  .mw-225px {
    max-width: 225px !important;
  }
  .w-sm-230x230 {
    width: 230px !important;
    height: 230px !important;
  }
  .h-sm-230px {
    height: 230px !important;
  }
  .mw-230px {
    max-width: 230px !important;
  }
  .w-sm-235x235 {
    width: 235px !important;
    height: 235px !important;
  }
  .h-sm-235px {
    height: 235px !important;
  }
  .mw-235px {
    max-width: 235px !important;
  }
  .w-sm-240x240 {
    width: 240px !important;
    height: 240px !important;
  }
  .h-sm-240px {
    height: 240px !important;
  }
  .mw-240px {
    max-width: 240px !important;
  }
  .w-sm-245x245 {
    width: 245px !important;
    height: 245px !important;
  }
  .h-sm-245px {
    height: 245px !important;
  }
  .mw-245px {
    max-width: 245px !important;
  }
  .w-sm-250x250 {
    width: 250px !important;
    height: 250px !important;
  }
  .h-sm-250px {
    height: 250px !important;
  }
  .mw-250px {
    max-width: 250px !important;
  }
  .w-sm-255x255 {
    width: 255px !important;
    height: 255px !important;
  }
  .h-sm-255px {
    height: 255px !important;
  }
  .mw-255px {
    max-width: 255px !important;
  }
  .w-sm-260x260 {
    width: 260px !important;
    height: 260px !important;
  }
  .h-sm-260px {
    height: 260px !important;
  }
  .mw-260px {
    max-width: 260px !important;
  }
  .w-sm-265x265 {
    width: 265px !important;
    height: 265px !important;
  }
  .h-sm-265px {
    height: 265px !important;
  }
  .mw-265px {
    max-width: 265px !important;
  }
  .w-sm-270x270 {
    width: 270px !important;
    height: 270px !important;
  }
  .h-sm-270px {
    height: 270px !important;
  }
  .mw-270px {
    max-width: 270px !important;
  }
  .w-sm-275x275 {
    width: 275px !important;
    height: 275px !important;
  }
  .h-sm-275px {
    height: 275px !important;
  }
  .mw-275px {
    max-width: 275px !important;
  }
  .w-sm-280x280 {
    width: 280px !important;
    height: 280px !important;
  }
  .h-sm-280px {
    height: 280px !important;
  }
  .mw-280px {
    max-width: 280px !important;
  }
  .w-sm-285x285 {
    width: 285px !important;
    height: 285px !important;
  }
  .h-sm-285px {
    height: 285px !important;
  }
  .mw-285px {
    max-width: 285px !important;
  }
  .w-sm-290x290 {
    width: 290px !important;
    height: 290px !important;
  }
  .h-sm-290px {
    height: 290px !important;
  }
  .mw-290px {
    max-width: 290px !important;
  }
  .w-sm-295x295 {
    width: 295px !important;
    height: 295px !important;
  }
  .h-sm-295px {
    height: 295px !important;
  }
  .mw-295px {
    max-width: 295px !important;
  }
  .w-sm-300x300 {
    width: 300px !important;
    height: 300px !important;
  }
  .h-sm-300px {
    height: 300px !important;
  }
  .mw-300px {
    max-width: 300px !important;
  }
  .w-sm-305x305 {
    width: 305px !important;
    height: 305px !important;
  }
  .h-sm-305px {
    height: 305px !important;
  }
  .mw-305px {
    max-width: 305px !important;
  }
  .w-sm-310x310 {
    width: 310px !important;
    height: 310px !important;
  }
  .h-sm-310px {
    height: 310px !important;
  }
  .mw-310px {
    max-width: 310px !important;
  }
  .w-sm-315x315 {
    width: 315px !important;
    height: 315px !important;
  }
  .h-sm-315px {
    height: 315px !important;
  }
  .mw-315px {
    max-width: 315px !important;
  }
  .w-sm-320x320 {
    width: 320px !important;
    height: 320px !important;
  }
  .h-sm-320px {
    height: 320px !important;
  }
  .mw-320px {
    max-width: 320px !important;
  }
  .w-sm-325x325 {
    width: 325px !important;
    height: 325px !important;
  }
  .h-sm-325px {
    height: 325px !important;
  }
  .mw-325px {
    max-width: 325px !important;
  }
  .w-sm-330x330 {
    width: 330px !important;
    height: 330px !important;
  }
  .h-sm-330px {
    height: 330px !important;
  }
  .mw-330px {
    max-width: 330px !important;
  }
  .w-sm-335x335 {
    width: 335px !important;
    height: 335px !important;
  }
  .h-sm-335px {
    height: 335px !important;
  }
  .mw-335px {
    max-width: 335px !important;
  }
  .w-sm-340x340 {
    width: 340px !important;
    height: 340px !important;
  }
  .h-sm-340px {
    height: 340px !important;
  }
  .mw-340px {
    max-width: 340px !important;
  }
  .w-sm-345x345 {
    width: 345px !important;
    height: 345px !important;
  }
  .h-sm-345px {
    height: 345px !important;
  }
  .mw-345px {
    max-width: 345px !important;
  }
  .w-sm-350x350 {
    width: 350px !important;
    height: 350px !important;
  }
  .h-sm-350px {
    height: 350px !important;
  }
  .mw-350px {
    max-width: 350px !important;
  }
  .w-sm-355x355 {
    width: 355px !important;
    height: 355px !important;
  }
  .h-sm-355px {
    height: 355px !important;
  }
  .mw-355px {
    max-width: 355px !important;
  }
  .w-sm-360x360 {
    width: 360px !important;
    height: 360px !important;
  }
  .h-sm-360px {
    height: 360px !important;
  }
  .mw-360px {
    max-width: 360px !important;
  }
  .w-sm-365x365 {
    width: 365px !important;
    height: 365px !important;
  }
  .h-sm-365px {
    height: 365px !important;
  }
  .mw-365px {
    max-width: 365px !important;
  }
  .w-sm-370x370 {
    width: 370px !important;
    height: 370px !important;
  }
  .h-sm-370px {
    height: 370px !important;
  }
  .mw-370px {
    max-width: 370px !important;
  }
  .w-sm-375x375 {
    width: 375px !important;
    height: 375px !important;
  }
  .h-sm-375px {
    height: 375px !important;
  }
  .mw-375px {
    max-width: 375px !important;
  }
  .w-sm-380x380 {
    width: 380px !important;
    height: 380px !important;
  }
  .h-sm-380px {
    height: 380px !important;
  }
  .mw-380px {
    max-width: 380px !important;
  }
  .w-sm-385x385 {
    width: 385px !important;
    height: 385px !important;
  }
  .h-sm-385px {
    height: 385px !important;
  }
  .mw-385px {
    max-width: 385px !important;
  }
  .w-sm-390x390 {
    width: 390px !important;
    height: 390px !important;
  }
  .h-sm-390px {
    height: 390px !important;
  }
  .mw-390px {
    max-width: 390px !important;
  }
  .w-sm-395x395 {
    width: 395px !important;
    height: 395px !important;
  }
  .h-sm-395px {
    height: 395px !important;
  }
  .mw-395px {
    max-width: 395px !important;
  }
  .w-sm-400x400 {
    width: 400px !important;
    height: 400px !important;
  }
  .h-sm-400px {
    height: 400px !important;
  }
  .mw-400px {
    max-width: 400px !important;
  }
  .w-sm-405x405 {
    width: 405px !important;
    height: 405px !important;
  }
  .h-sm-405px {
    height: 405px !important;
  }
  .mw-405px {
    max-width: 405px !important;
  }
  .w-sm-410x410 {
    width: 410px !important;
    height: 410px !important;
  }
  .h-sm-410px {
    height: 410px !important;
  }
  .mw-410px {
    max-width: 410px !important;
  }
  .w-sm-415x415 {
    width: 415px !important;
    height: 415px !important;
  }
  .h-sm-415px {
    height: 415px !important;
  }
  .mw-415px {
    max-width: 415px !important;
  }
  .w-sm-420x420 {
    width: 420px !important;
    height: 420px !important;
  }
  .h-sm-420px {
    height: 420px !important;
  }
  .mw-420px {
    max-width: 420px !important;
  }
  .w-sm-425x425 {
    width: 425px !important;
    height: 425px !important;
  }
  .h-sm-425px {
    height: 425px !important;
  }
  .mw-425px {
    max-width: 425px !important;
  }
  .w-sm-430x430 {
    width: 430px !important;
    height: 430px !important;
  }
  .h-sm-430px {
    height: 430px !important;
  }
  .mw-430px {
    max-width: 430px !important;
  }
  .w-sm-435x435 {
    width: 435px !important;
    height: 435px !important;
  }
  .h-sm-435px {
    height: 435px !important;
  }
  .mw-435px {
    max-width: 435px !important;
  }
  .w-sm-440x440 {
    width: 440px !important;
    height: 440px !important;
  }
  .h-sm-440px {
    height: 440px !important;
  }
  .mw-440px {
    max-width: 440px !important;
  }
  .w-sm-445x445 {
    width: 445px !important;
    height: 445px !important;
  }
  .h-sm-445px {
    height: 445px !important;
  }
  .mw-445px {
    max-width: 445px !important;
  }
  .w-sm-450x450 {
    width: 450px !important;
    height: 450px !important;
  }
  .h-sm-450px {
    height: 450px !important;
  }
  .mw-450px {
    max-width: 450px !important;
  }
  .w-sm-455x455 {
    width: 455px !important;
    height: 455px !important;
  }
  .h-sm-455px {
    height: 455px !important;
  }
  .mw-455px {
    max-width: 455px !important;
  }
  .w-sm-460x460 {
    width: 460px !important;
    height: 460px !important;
  }
  .h-sm-460px {
    height: 460px !important;
  }
  .mw-460px {
    max-width: 460px !important;
  }
  .w-sm-465x465 {
    width: 465px !important;
    height: 465px !important;
  }
  .h-sm-465px {
    height: 465px !important;
  }
  .mw-465px {
    max-width: 465px !important;
  }
  .w-sm-470x470 {
    width: 470px !important;
    height: 470px !important;
  }
  .h-sm-470px {
    height: 470px !important;
  }
  .mw-470px {
    max-width: 470px !important;
  }
  .w-sm-475x475 {
    width: 475px !important;
    height: 475px !important;
  }
  .h-sm-475px {
    height: 475px !important;
  }
  .mw-475px {
    max-width: 475px !important;
  }
  .w-sm-480x480 {
    width: 480px !important;
    height: 480px !important;
  }
  .h-sm-480px {
    height: 480px !important;
  }
  .mw-480px {
    max-width: 480px !important;
  }
  .w-sm-485x485 {
    width: 485px !important;
    height: 485px !important;
  }
  .h-sm-485px {
    height: 485px !important;
  }
  .mw-485px {
    max-width: 485px !important;
  }
  .w-sm-490x490 {
    width: 490px !important;
    height: 490px !important;
  }
  .h-sm-490px {
    height: 490px !important;
  }
  .mw-490px {
    max-width: 490px !important;
  }
  .w-sm-495x495 {
    width: 495px !important;
    height: 495px !important;
  }
  .h-sm-495px {
    height: 495px !important;
  }
  .mw-495px {
    max-width: 495px !important;
  }
  .w-sm-500x500 {
    width: 500px !important;
    height: 500px !important;
  }
  .h-sm-500px {
    height: 500px !important;
  }
  .mw-500px {
    max-width: 500px !important;
  }
  .position-sm-absolute {
    position: absolute !important;
  }
  .position-sm-relative {
    position: relative !important;
  }
  .position-sm-static {
    position: static !important;
  }
  .position-sm-fixed {
    position: fixed !important;
  }
}
@media (min-width: 768px) {
  .w-md-5 {
    width: 5% !important;
  }
  .mw-md-5 {
    max-width: 5% !important;
  }
  .w-md-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .mw-md-10 {
    max-width: 10% !important;
  }
  .w-md-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .mw-md-15 {
    max-width: 15% !important;
  }
  .w-md-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .mw-md-20 {
    max-width: 20% !important;
  }
  .w-md-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .w-md-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .mw-md-30 {
    max-width: 30% !important;
  }
  .w-md-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .mw-md-35 {
    max-width: 35% !important;
  }
  .w-md-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .mw-md-40 {
    max-width: 40% !important;
  }
  .w-md-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .mw-md-45 {
    max-width: 45% !important;
  }
  .w-md-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .w-md-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .mw-md-55 {
    max-width: 55% !important;
  }
  .w-md-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .mw-md-60 {
    max-width: 60% !important;
  }
  .w-md-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .mw-md-65 {
    max-width: 65% !important;
  }
  .w-md-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .mw-md-70 {
    max-width: 70% !important;
  }
  .w-md-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .w-md-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .mw-md-80 {
    max-width: 80% !important;
  }
  .w-md-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .mw-md-85 {
    max-width: 85% !important;
  }
  .w-md-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .mw-md-90 {
    max-width: 90% !important;
  }
  .w-md-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .mw-md-95 {
    max-width: 95% !important;
  }
  .w-md-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .w-md-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .w-md-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .h-md-5px {
    height: 5px !important;
  }
  .mw-5px {
    max-width: 5px !important;
  }
  .w-md-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .h-md-10px {
    height: 10px !important;
  }
  .mw-10px {
    max-width: 10px !important;
  }
  .w-md-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .h-md-15px {
    height: 15px !important;
  }
  .mw-15px {
    max-width: 15px !important;
  }
  .w-md-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .h-md-20px {
    height: 20px !important;
  }
  .mw-20px {
    max-width: 20px !important;
  }
  .w-md-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .h-md-25px {
    height: 25px !important;
  }
  .mw-25px {
    max-width: 25px !important;
  }
  .w-md-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .h-md-30px {
    height: 30px !important;
  }
  .mw-30px {
    max-width: 30px !important;
  }
  .w-md-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .h-md-35px {
    height: 35px !important;
  }
  .mw-35px {
    max-width: 35px !important;
  }
  .w-md-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .h-md-40px {
    height: 40px !important;
  }
  .mw-40px {
    max-width: 40px !important;
  }
  .w-md-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .h-md-45px {
    height: 45px !important;
  }
  .mw-45px {
    max-width: 45px !important;
  }
  .w-md-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .h-md-50px {
    height: 50px !important;
  }
  .mw-50px {
    max-width: 50px !important;
  }
  .w-md-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .h-md-55px {
    height: 55px !important;
  }
  .mw-55px {
    max-width: 55px !important;
  }
  .w-md-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .h-md-60px {
    height: 60px !important;
  }
  .mw-60px {
    max-width: 60px !important;
  }
  .w-md-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .h-md-65px {
    height: 65px !important;
  }
  .mw-65px {
    max-width: 65px !important;
  }
  .w-md-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .h-md-70px {
    height: 70px !important;
  }
  .mw-70px {
    max-width: 70px !important;
  }
  .w-md-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .h-md-75px {
    height: 75px !important;
  }
  .mw-75px {
    max-width: 75px !important;
  }
  .w-md-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .h-md-80px {
    height: 80px !important;
  }
  .mw-80px {
    max-width: 80px !important;
  }
  .w-md-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .h-md-85px {
    height: 85px !important;
  }
  .mw-85px {
    max-width: 85px !important;
  }
  .w-md-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .h-md-90px {
    height: 90px !important;
  }
  .mw-90px {
    max-width: 90px !important;
  }
  .w-md-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .h-md-95px {
    height: 95px !important;
  }
  .mw-95px {
    max-width: 95px !important;
  }
  .w-md-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .h-md-100px {
    height: 100px !important;
  }
  .mw-100px {
    max-width: 100px !important;
  }
  .w-md-105x105 {
    width: 105px !important;
    height: 105px !important;
  }
  .h-md-105px {
    height: 105px !important;
  }
  .mw-105px {
    max-width: 105px !important;
  }
  .w-md-110x110 {
    width: 110px !important;
    height: 110px !important;
  }
  .h-md-110px {
    height: 110px !important;
  }
  .mw-110px {
    max-width: 110px !important;
  }
  .w-md-115x115 {
    width: 115px !important;
    height: 115px !important;
  }
  .h-md-115px {
    height: 115px !important;
  }
  .mw-115px {
    max-width: 115px !important;
  }
  .w-md-120x120 {
    width: 120px !important;
    height: 120px !important;
  }
  .h-md-120px {
    height: 120px !important;
  }
  .mw-120px {
    max-width: 120px !important;
  }
  .w-md-125x125 {
    width: 125px !important;
    height: 125px !important;
  }
  .h-md-125px {
    height: 125px !important;
  }
  .mw-125px {
    max-width: 125px !important;
  }
  .w-md-130x130 {
    width: 130px !important;
    height: 130px !important;
  }
  .h-md-130px {
    height: 130px !important;
  }
  .mw-130px {
    max-width: 130px !important;
  }
  .w-md-135x135 {
    width: 135px !important;
    height: 135px !important;
  }
  .h-md-135px {
    height: 135px !important;
  }
  .mw-135px {
    max-width: 135px !important;
  }
  .w-md-140x140 {
    width: 140px !important;
    height: 140px !important;
  }
  .h-md-140px {
    height: 140px !important;
  }
  .mw-140px {
    max-width: 140px !important;
  }
  .w-md-145x145 {
    width: 145px !important;
    height: 145px !important;
  }
  .h-md-145px {
    height: 145px !important;
  }
  .mw-145px {
    max-width: 145px !important;
  }
  .w-md-150x150 {
    width: 150px !important;
    height: 150px !important;
  }
  .h-md-150px {
    height: 150px !important;
  }
  .mw-150px {
    max-width: 150px !important;
  }
  .w-md-155x155 {
    width: 155px !important;
    height: 155px !important;
  }
  .h-md-155px {
    height: 155px !important;
  }
  .mw-155px {
    max-width: 155px !important;
  }
  .w-md-160x160 {
    width: 160px !important;
    height: 160px !important;
  }
  .h-md-160px {
    height: 160px !important;
  }
  .mw-160px {
    max-width: 160px !important;
  }
  .w-md-165x165 {
    width: 165px !important;
    height: 165px !important;
  }
  .h-md-165px {
    height: 165px !important;
  }
  .mw-165px {
    max-width: 165px !important;
  }
  .w-md-170x170 {
    width: 170px !important;
    height: 170px !important;
  }
  .h-md-170px {
    height: 170px !important;
  }
  .mw-170px {
    max-width: 170px !important;
  }
  .w-md-175x175 {
    width: 175px !important;
    height: 175px !important;
  }
  .h-md-175px {
    height: 175px !important;
  }
  .mw-175px {
    max-width: 175px !important;
  }
  .w-md-180x180 {
    width: 180px !important;
    height: 180px !important;
  }
  .h-md-180px {
    height: 180px !important;
  }
  .mw-180px {
    max-width: 180px !important;
  }
  .w-md-185x185 {
    width: 185px !important;
    height: 185px !important;
  }
  .h-md-185px {
    height: 185px !important;
  }
  .mw-185px {
    max-width: 185px !important;
  }
  .w-md-190x190 {
    width: 190px !important;
    height: 190px !important;
  }
  .h-md-190px {
    height: 190px !important;
  }
  .mw-190px {
    max-width: 190px !important;
  }
  .w-md-195x195 {
    width: 195px !important;
    height: 195px !important;
  }
  .h-md-195px {
    height: 195px !important;
  }
  .mw-195px {
    max-width: 195px !important;
  }
  .w-md-200x200 {
    width: 200px !important;
    height: 200px !important;
  }
  .h-md-200px {
    height: 200px !important;
  }
  .mw-200px {
    max-width: 200px !important;
  }
  .w-md-205x205 {
    width: 205px !important;
    height: 205px !important;
  }
  .h-md-205px {
    height: 205px !important;
  }
  .mw-205px {
    max-width: 205px !important;
  }
  .w-md-210x210 {
    width: 210px !important;
    height: 210px !important;
  }
  .h-md-210px {
    height: 210px !important;
  }
  .mw-210px {
    max-width: 210px !important;
  }
  .w-md-215x215 {
    width: 215px !important;
    height: 215px !important;
  }
  .h-md-215px {
    height: 215px !important;
  }
  .mw-215px {
    max-width: 215px !important;
  }
  .w-md-220x220 {
    width: 220px !important;
    height: 220px !important;
  }
  .h-md-220px {
    height: 220px !important;
  }
  .mw-220px {
    max-width: 220px !important;
  }
  .w-md-225x225 {
    width: 225px !important;
    height: 225px !important;
  }
  .h-md-225px {
    height: 225px !important;
  }
  .mw-225px {
    max-width: 225px !important;
  }
  .w-md-230x230 {
    width: 230px !important;
    height: 230px !important;
  }
  .h-md-230px {
    height: 230px !important;
  }
  .mw-230px {
    max-width: 230px !important;
  }
  .w-md-235x235 {
    width: 235px !important;
    height: 235px !important;
  }
  .h-md-235px {
    height: 235px !important;
  }
  .mw-235px {
    max-width: 235px !important;
  }
  .w-md-240x240 {
    width: 240px !important;
    height: 240px !important;
  }
  .h-md-240px {
    height: 240px !important;
  }
  .mw-240px {
    max-width: 240px !important;
  }
  .w-md-245x245 {
    width: 245px !important;
    height: 245px !important;
  }
  .h-md-245px {
    height: 245px !important;
  }
  .mw-245px {
    max-width: 245px !important;
  }
  .w-md-250x250 {
    width: 250px !important;
    height: 250px !important;
  }
  .h-md-250px {
    height: 250px !important;
  }
  .mw-250px {
    max-width: 250px !important;
  }
  .w-md-255x255 {
    width: 255px !important;
    height: 255px !important;
  }
  .h-md-255px {
    height: 255px !important;
  }
  .mw-255px {
    max-width: 255px !important;
  }
  .w-md-260x260 {
    width: 260px !important;
    height: 260px !important;
  }
  .h-md-260px {
    height: 260px !important;
  }
  .mw-260px {
    max-width: 260px !important;
  }
  .w-md-265x265 {
    width: 265px !important;
    height: 265px !important;
  }
  .h-md-265px {
    height: 265px !important;
  }
  .mw-265px {
    max-width: 265px !important;
  }
  .w-md-270x270 {
    width: 270px !important;
    height: 270px !important;
  }
  .h-md-270px {
    height: 270px !important;
  }
  .mw-270px {
    max-width: 270px !important;
  }
  .w-md-275x275 {
    width: 275px !important;
    height: 275px !important;
  }
  .h-md-275px {
    height: 275px !important;
  }
  .mw-275px {
    max-width: 275px !important;
  }
  .w-md-280x280 {
    width: 280px !important;
    height: 280px !important;
  }
  .h-md-280px {
    height: 280px !important;
  }
  .mw-280px {
    max-width: 280px !important;
  }
  .w-md-285x285 {
    width: 285px !important;
    height: 285px !important;
  }
  .h-md-285px {
    height: 285px !important;
  }
  .mw-285px {
    max-width: 285px !important;
  }
  .w-md-290x290 {
    width: 290px !important;
    height: 290px !important;
  }
  .h-md-290px {
    height: 290px !important;
  }
  .mw-290px {
    max-width: 290px !important;
  }
  .w-md-295x295 {
    width: 295px !important;
    height: 295px !important;
  }
  .h-md-295px {
    height: 295px !important;
  }
  .mw-295px {
    max-width: 295px !important;
  }
  .w-md-300x300 {
    width: 300px !important;
    height: 300px !important;
  }
  .h-md-300px {
    height: 300px !important;
  }
  .mw-300px {
    max-width: 300px !important;
  }
  .w-md-305x305 {
    width: 305px !important;
    height: 305px !important;
  }
  .h-md-305px {
    height: 305px !important;
  }
  .mw-305px {
    max-width: 305px !important;
  }
  .w-md-310x310 {
    width: 310px !important;
    height: 310px !important;
  }
  .h-md-310px {
    height: 310px !important;
  }
  .mw-310px {
    max-width: 310px !important;
  }
  .w-md-315x315 {
    width: 315px !important;
    height: 315px !important;
  }
  .h-md-315px {
    height: 315px !important;
  }
  .mw-315px {
    max-width: 315px !important;
  }
  .w-md-320x320 {
    width: 320px !important;
    height: 320px !important;
  }
  .h-md-320px {
    height: 320px !important;
  }
  .mw-320px {
    max-width: 320px !important;
  }
  .w-md-325x325 {
    width: 325px !important;
    height: 325px !important;
  }
  .h-md-325px {
    height: 325px !important;
  }
  .mw-325px {
    max-width: 325px !important;
  }
  .w-md-330x330 {
    width: 330px !important;
    height: 330px !important;
  }
  .h-md-330px {
    height: 330px !important;
  }
  .mw-330px {
    max-width: 330px !important;
  }
  .w-md-335x335 {
    width: 335px !important;
    height: 335px !important;
  }
  .h-md-335px {
    height: 335px !important;
  }
  .mw-335px {
    max-width: 335px !important;
  }
  .w-md-340x340 {
    width: 340px !important;
    height: 340px !important;
  }
  .h-md-340px {
    height: 340px !important;
  }
  .mw-340px {
    max-width: 340px !important;
  }
  .w-md-345x345 {
    width: 345px !important;
    height: 345px !important;
  }
  .h-md-345px {
    height: 345px !important;
  }
  .mw-345px {
    max-width: 345px !important;
  }
  .w-md-350x350 {
    width: 350px !important;
    height: 350px !important;
  }
  .h-md-350px {
    height: 350px !important;
  }
  .mw-350px {
    max-width: 350px !important;
  }
  .w-md-355x355 {
    width: 355px !important;
    height: 355px !important;
  }
  .h-md-355px {
    height: 355px !important;
  }
  .mw-355px {
    max-width: 355px !important;
  }
  .w-md-360x360 {
    width: 360px !important;
    height: 360px !important;
  }
  .h-md-360px {
    height: 360px !important;
  }
  .mw-360px {
    max-width: 360px !important;
  }
  .w-md-365x365 {
    width: 365px !important;
    height: 365px !important;
  }
  .h-md-365px {
    height: 365px !important;
  }
  .mw-365px {
    max-width: 365px !important;
  }
  .w-md-370x370 {
    width: 370px !important;
    height: 370px !important;
  }
  .h-md-370px {
    height: 370px !important;
  }
  .mw-370px {
    max-width: 370px !important;
  }
  .w-md-375x375 {
    width: 375px !important;
    height: 375px !important;
  }
  .h-md-375px {
    height: 375px !important;
  }
  .mw-375px {
    max-width: 375px !important;
  }
  .w-md-380x380 {
    width: 380px !important;
    height: 380px !important;
  }
  .h-md-380px {
    height: 380px !important;
  }
  .mw-380px {
    max-width: 380px !important;
  }
  .w-md-385x385 {
    width: 385px !important;
    height: 385px !important;
  }
  .h-md-385px {
    height: 385px !important;
  }
  .mw-385px {
    max-width: 385px !important;
  }
  .w-md-390x390 {
    width: 390px !important;
    height: 390px !important;
  }
  .h-md-390px {
    height: 390px !important;
  }
  .mw-390px {
    max-width: 390px !important;
  }
  .w-md-395x395 {
    width: 395px !important;
    height: 395px !important;
  }
  .h-md-395px {
    height: 395px !important;
  }
  .mw-395px {
    max-width: 395px !important;
  }
  .w-md-400x400 {
    width: 400px !important;
    height: 400px !important;
  }
  .h-md-400px {
    height: 400px !important;
  }
  .mw-400px {
    max-width: 400px !important;
  }
  .w-md-405x405 {
    width: 405px !important;
    height: 405px !important;
  }
  .h-md-405px {
    height: 405px !important;
  }
  .mw-405px {
    max-width: 405px !important;
  }
  .w-md-410x410 {
    width: 410px !important;
    height: 410px !important;
  }
  .h-md-410px {
    height: 410px !important;
  }
  .mw-410px {
    max-width: 410px !important;
  }
  .w-md-415x415 {
    width: 415px !important;
    height: 415px !important;
  }
  .h-md-415px {
    height: 415px !important;
  }
  .mw-415px {
    max-width: 415px !important;
  }
  .w-md-420x420 {
    width: 420px !important;
    height: 420px !important;
  }
  .h-md-420px {
    height: 420px !important;
  }
  .mw-420px {
    max-width: 420px !important;
  }
  .w-md-425x425 {
    width: 425px !important;
    height: 425px !important;
  }
  .h-md-425px {
    height: 425px !important;
  }
  .mw-425px {
    max-width: 425px !important;
  }
  .w-md-430x430 {
    width: 430px !important;
    height: 430px !important;
  }
  .h-md-430px {
    height: 430px !important;
  }
  .mw-430px {
    max-width: 430px !important;
  }
  .w-md-435x435 {
    width: 435px !important;
    height: 435px !important;
  }
  .h-md-435px {
    height: 435px !important;
  }
  .mw-435px {
    max-width: 435px !important;
  }
  .w-md-440x440 {
    width: 440px !important;
    height: 440px !important;
  }
  .h-md-440px {
    height: 440px !important;
  }
  .mw-440px {
    max-width: 440px !important;
  }
  .w-md-445x445 {
    width: 445px !important;
    height: 445px !important;
  }
  .h-md-445px {
    height: 445px !important;
  }
  .mw-445px {
    max-width: 445px !important;
  }
  .w-md-450x450 {
    width: 450px !important;
    height: 450px !important;
  }
  .h-md-450px {
    height: 450px !important;
  }
  .mw-450px {
    max-width: 450px !important;
  }
  .w-md-455x455 {
    width: 455px !important;
    height: 455px !important;
  }
  .h-md-455px {
    height: 455px !important;
  }
  .mw-455px {
    max-width: 455px !important;
  }
  .w-md-460x460 {
    width: 460px !important;
    height: 460px !important;
  }
  .h-md-460px {
    height: 460px !important;
  }
  .mw-460px {
    max-width: 460px !important;
  }
  .w-md-465x465 {
    width: 465px !important;
    height: 465px !important;
  }
  .h-md-465px {
    height: 465px !important;
  }
  .mw-465px {
    max-width: 465px !important;
  }
  .w-md-470x470 {
    width: 470px !important;
    height: 470px !important;
  }
  .h-md-470px {
    height: 470px !important;
  }
  .mw-470px {
    max-width: 470px !important;
  }
  .w-md-475x475 {
    width: 475px !important;
    height: 475px !important;
  }
  .h-md-475px {
    height: 475px !important;
  }
  .mw-475px {
    max-width: 475px !important;
  }
  .w-md-480x480 {
    width: 480px !important;
    height: 480px !important;
  }
  .h-md-480px {
    height: 480px !important;
  }
  .mw-480px {
    max-width: 480px !important;
  }
  .w-md-485x485 {
    width: 485px !important;
    height: 485px !important;
  }
  .h-md-485px {
    height: 485px !important;
  }
  .mw-485px {
    max-width: 485px !important;
  }
  .w-md-490x490 {
    width: 490px !important;
    height: 490px !important;
  }
  .h-md-490px {
    height: 490px !important;
  }
  .mw-490px {
    max-width: 490px !important;
  }
  .w-md-495x495 {
    width: 495px !important;
    height: 495px !important;
  }
  .h-md-495px {
    height: 495px !important;
  }
  .mw-495px {
    max-width: 495px !important;
  }
  .w-md-500x500 {
    width: 500px !important;
    height: 500px !important;
  }
  .h-md-500px {
    height: 500px !important;
  }
  .mw-500px {
    max-width: 500px !important;
  }
  .position-md-absolute {
    position: absolute !important;
  }
  .position-md-relative {
    position: relative !important;
  }
  .position-md-static {
    position: static !important;
  }
  .position-md-fixed {
    position: fixed !important;
  }
}
@media (min-width: 992px) {
  .w-lg-5 {
    width: 5% !important;
  }
  .mw-lg-5 {
    max-width: 5% !important;
  }
  .w-lg-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .mw-lg-10 {
    max-width: 10% !important;
  }
  .w-lg-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .mw-lg-15 {
    max-width: 15% !important;
  }
  .w-lg-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .mw-lg-20 {
    max-width: 20% !important;
  }
  .w-lg-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .w-lg-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .mw-lg-30 {
    max-width: 30% !important;
  }
  .w-lg-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .mw-lg-35 {
    max-width: 35% !important;
  }
  .w-lg-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .mw-lg-40 {
    max-width: 40% !important;
  }
  .w-lg-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .mw-lg-45 {
    max-width: 45% !important;
  }
  .w-lg-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .w-lg-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .mw-lg-55 {
    max-width: 55% !important;
  }
  .w-lg-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .mw-lg-60 {
    max-width: 60% !important;
  }
  .w-lg-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .mw-lg-65 {
    max-width: 65% !important;
  }
  .w-lg-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .mw-lg-70 {
    max-width: 70% !important;
  }
  .w-lg-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .w-lg-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .mw-lg-80 {
    max-width: 80% !important;
  }
  .w-lg-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .mw-lg-85 {
    max-width: 85% !important;
  }
  .w-lg-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .mw-lg-90 {
    max-width: 90% !important;
  }
  .w-lg-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .mw-lg-95 {
    max-width: 95% !important;
  }
  .w-lg-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .w-lg-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .w-lg-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .h-lg-5px {
    height: 5px !important;
  }
  .mw-5px {
    max-width: 5px !important;
  }
  .w-lg-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .h-lg-10px {
    height: 10px !important;
  }
  .mw-10px {
    max-width: 10px !important;
  }
  .w-lg-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .h-lg-15px {
    height: 15px !important;
  }
  .mw-15px {
    max-width: 15px !important;
  }
  .w-lg-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .h-lg-20px {
    height: 20px !important;
  }
  .mw-20px {
    max-width: 20px !important;
  }
  .w-lg-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .h-lg-25px {
    height: 25px !important;
  }
  .mw-25px {
    max-width: 25px !important;
  }
  .w-lg-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .h-lg-30px {
    height: 30px !important;
  }
  .mw-30px {
    max-width: 30px !important;
  }
  .w-lg-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .h-lg-35px {
    height: 35px !important;
  }
  .mw-35px {
    max-width: 35px !important;
  }
  .w-lg-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .h-lg-40px {
    height: 40px !important;
  }
  .mw-40px {
    max-width: 40px !important;
  }
  .w-lg-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .h-lg-45px {
    height: 45px !important;
  }
  .mw-45px {
    max-width: 45px !important;
  }
  .w-lg-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .h-lg-50px {
    height: 50px !important;
  }
  .mw-50px {
    max-width: 50px !important;
  }
  .w-lg-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .h-lg-55px {
    height: 55px !important;
  }
  .mw-55px {
    max-width: 55px !important;
  }
  .w-lg-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .h-lg-60px {
    height: 60px !important;
  }
  .mw-60px {
    max-width: 60px !important;
  }
  .w-lg-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .h-lg-65px {
    height: 65px !important;
  }
  .mw-65px {
    max-width: 65px !important;
  }
  .w-lg-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .h-lg-70px {
    height: 70px !important;
  }
  .mw-70px {
    max-width: 70px !important;
  }
  .w-lg-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .h-lg-75px {
    height: 75px !important;
  }
  .mw-75px {
    max-width: 75px !important;
  }
  .w-lg-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .h-lg-80px {
    height: 80px !important;
  }
  .mw-80px {
    max-width: 80px !important;
  }
  .w-lg-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .h-lg-85px {
    height: 85px !important;
  }
  .mw-85px {
    max-width: 85px !important;
  }
  .w-lg-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .h-lg-90px {
    height: 90px !important;
  }
  .mw-90px {
    max-width: 90px !important;
  }
  .w-lg-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .h-lg-95px {
    height: 95px !important;
  }
  .mw-95px {
    max-width: 95px !important;
  }
  .w-lg-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .h-lg-100px {
    height: 100px !important;
  }
  .mw-100px {
    max-width: 100px !important;
  }
  .w-lg-105x105 {
    width: 105px !important;
    height: 105px !important;
  }
  .h-lg-105px {
    height: 105px !important;
  }
  .mw-105px {
    max-width: 105px !important;
  }
  .w-lg-110x110 {
    width: 110px !important;
    height: 110px !important;
  }
  .h-lg-110px {
    height: 110px !important;
  }
  .mw-110px {
    max-width: 110px !important;
  }
  .w-lg-115x115 {
    width: 115px !important;
    height: 115px !important;
  }
  .h-lg-115px {
    height: 115px !important;
  }
  .mw-115px {
    max-width: 115px !important;
  }
  .w-lg-120x120 {
    width: 120px !important;
    height: 120px !important;
  }
  .h-lg-120px {
    height: 120px !important;
  }
  .mw-120px {
    max-width: 120px !important;
  }
  .w-lg-125x125 {
    width: 125px !important;
    height: 125px !important;
  }
  .h-lg-125px {
    height: 125px !important;
  }
  .mw-125px {
    max-width: 125px !important;
  }
  .w-lg-130x130 {
    width: 130px !important;
    height: 130px !important;
  }
  .h-lg-130px {
    height: 130px !important;
  }
  .mw-130px {
    max-width: 130px !important;
  }
  .w-lg-135x135 {
    width: 135px !important;
    height: 135px !important;
  }
  .h-lg-135px {
    height: 135px !important;
  }
  .mw-135px {
    max-width: 135px !important;
  }
  .w-lg-140x140 {
    width: 140px !important;
    height: 140px !important;
  }
  .h-lg-140px {
    height: 140px !important;
  }
  .mw-140px {
    max-width: 140px !important;
  }
  .w-lg-145x145 {
    width: 145px !important;
    height: 145px !important;
  }
  .h-lg-145px {
    height: 145px !important;
  }
  .mw-145px {
    max-width: 145px !important;
  }
  .w-lg-150x150 {
    width: 150px !important;
    height: 150px !important;
  }
  .h-lg-150px {
    height: 150px !important;
  }
  .mw-150px {
    max-width: 150px !important;
  }
  .w-lg-155x155 {
    width: 155px !important;
    height: 155px !important;
  }
  .h-lg-155px {
    height: 155px !important;
  }
  .mw-155px {
    max-width: 155px !important;
  }
  .w-lg-160x160 {
    width: 160px !important;
    height: 160px !important;
  }
  .h-lg-160px {
    height: 160px !important;
  }
  .mw-160px {
    max-width: 160px !important;
  }
  .w-lg-165x165 {
    width: 165px !important;
    height: 165px !important;
  }
  .h-lg-165px {
    height: 165px !important;
  }
  .mw-165px {
    max-width: 165px !important;
  }
  .w-lg-170x170 {
    width: 170px !important;
    height: 170px !important;
  }
  .h-lg-170px {
    height: 170px !important;
  }
  .mw-170px {
    max-width: 170px !important;
  }
  .w-lg-175x175 {
    width: 175px !important;
    height: 175px !important;
  }
  .h-lg-175px {
    height: 175px !important;
  }
  .mw-175px {
    max-width: 175px !important;
  }
  .w-lg-180x180 {
    width: 180px !important;
    height: 180px !important;
  }
  .h-lg-180px {
    height: 180px !important;
  }
  .mw-180px {
    max-width: 180px !important;
  }
  .w-lg-185x185 {
    width: 185px !important;
    height: 185px !important;
  }
  .h-lg-185px {
    height: 185px !important;
  }
  .mw-185px {
    max-width: 185px !important;
  }
  .w-lg-190x190 {
    width: 190px !important;
    height: 190px !important;
  }
  .h-lg-190px {
    height: 190px !important;
  }
  .mw-190px {
    max-width: 190px !important;
  }
  .w-lg-195x195 {
    width: 195px !important;
    height: 195px !important;
  }
  .h-lg-195px {
    height: 195px !important;
  }
  .mw-195px {
    max-width: 195px !important;
  }
  .w-lg-200x200 {
    width: 200px !important;
    height: 200px !important;
  }
  .h-lg-200px {
    height: 200px !important;
  }
  .mw-200px {
    max-width: 200px !important;
  }
  .w-lg-205x205 {
    width: 205px !important;
    height: 205px !important;
  }
  .h-lg-205px {
    height: 205px !important;
  }
  .mw-205px {
    max-width: 205px !important;
  }
  .w-lg-210x210 {
    width: 210px !important;
    height: 210px !important;
  }
  .h-lg-210px {
    height: 210px !important;
  }
  .mw-210px {
    max-width: 210px !important;
  }
  .w-lg-215x215 {
    width: 215px !important;
    height: 215px !important;
  }
  .h-lg-215px {
    height: 215px !important;
  }
  .mw-215px {
    max-width: 215px !important;
  }
  .w-lg-220x220 {
    width: 220px !important;
    height: 220px !important;
  }
  .h-lg-220px {
    height: 220px !important;
  }
  .mw-220px {
    max-width: 220px !important;
  }
  .w-lg-225x225 {
    width: 225px !important;
    height: 225px !important;
  }
  .h-lg-225px {
    height: 225px !important;
  }
  .mw-225px {
    max-width: 225px !important;
  }
  .w-lg-230x230 {
    width: 230px !important;
    height: 230px !important;
  }
  .h-lg-230px {
    height: 230px !important;
  }
  .mw-230px {
    max-width: 230px !important;
  }
  .w-lg-235x235 {
    width: 235px !important;
    height: 235px !important;
  }
  .h-lg-235px {
    height: 235px !important;
  }
  .mw-235px {
    max-width: 235px !important;
  }
  .w-lg-240x240 {
    width: 240px !important;
    height: 240px !important;
  }
  .h-lg-240px {
    height: 240px !important;
  }
  .mw-240px {
    max-width: 240px !important;
  }
  .w-lg-245x245 {
    width: 245px !important;
    height: 245px !important;
  }
  .h-lg-245px {
    height: 245px !important;
  }
  .mw-245px {
    max-width: 245px !important;
  }
  .w-lg-250x250 {
    width: 250px !important;
    height: 250px !important;
  }
  .h-lg-250px {
    height: 250px !important;
  }
  .mw-250px {
    max-width: 250px !important;
  }
  .w-lg-255x255 {
    width: 255px !important;
    height: 255px !important;
  }
  .h-lg-255px {
    height: 255px !important;
  }
  .mw-255px {
    max-width: 255px !important;
  }
  .w-lg-260x260 {
    width: 260px !important;
    height: 260px !important;
  }
  .h-lg-260px {
    height: 260px !important;
  }
  .mw-260px {
    max-width: 260px !important;
  }
  .w-lg-265x265 {
    width: 265px !important;
    height: 265px !important;
  }
  .h-lg-265px {
    height: 265px !important;
  }
  .mw-265px {
    max-width: 265px !important;
  }
  .w-lg-270x270 {
    width: 270px !important;
    height: 270px !important;
  }
  .h-lg-270px {
    height: 270px !important;
  }
  .mw-270px {
    max-width: 270px !important;
  }
  .w-lg-275x275 {
    width: 275px !important;
    height: 275px !important;
  }
  .h-lg-275px {
    height: 275px !important;
  }
  .mw-275px {
    max-width: 275px !important;
  }
  .w-lg-280x280 {
    width: 280px !important;
    height: 280px !important;
  }
  .h-lg-280px {
    height: 280px !important;
  }
  .mw-280px {
    max-width: 280px !important;
  }
  .w-lg-285x285 {
    width: 285px !important;
    height: 285px !important;
  }
  .h-lg-285px {
    height: 285px !important;
  }
  .mw-285px {
    max-width: 285px !important;
  }
  .w-lg-290x290 {
    width: 290px !important;
    height: 290px !important;
  }
  .h-lg-290px {
    height: 290px !important;
  }
  .mw-290px {
    max-width: 290px !important;
  }
  .w-lg-295x295 {
    width: 295px !important;
    height: 295px !important;
  }
  .h-lg-295px {
    height: 295px !important;
  }
  .mw-295px {
    max-width: 295px !important;
  }
  .w-lg-300x300 {
    width: 300px !important;
    height: 300px !important;
  }
  .h-lg-300px {
    height: 300px !important;
  }
  .mw-300px {
    max-width: 300px !important;
  }
  .w-lg-305x305 {
    width: 305px !important;
    height: 305px !important;
  }
  .h-lg-305px {
    height: 305px !important;
  }
  .mw-305px {
    max-width: 305px !important;
  }
  .w-lg-310x310 {
    width: 310px !important;
    height: 310px !important;
  }
  .h-lg-310px {
    height: 310px !important;
  }
  .mw-310px {
    max-width: 310px !important;
  }
  .w-lg-315x315 {
    width: 315px !important;
    height: 315px !important;
  }
  .h-lg-315px {
    height: 315px !important;
  }
  .mw-315px {
    max-width: 315px !important;
  }
  .w-lg-320x320 {
    width: 320px !important;
    height: 320px !important;
  }
  .h-lg-320px {
    height: 320px !important;
  }
  .mw-320px {
    max-width: 320px !important;
  }
  .w-lg-325x325 {
    width: 325px !important;
    height: 325px !important;
  }
  .h-lg-325px {
    height: 325px !important;
  }
  .mw-325px {
    max-width: 325px !important;
  }
  .w-lg-330x330 {
    width: 330px !important;
    height: 330px !important;
  }
  .h-lg-330px {
    height: 330px !important;
  }
  .mw-330px {
    max-width: 330px !important;
  }
  .w-lg-335x335 {
    width: 335px !important;
    height: 335px !important;
  }
  .h-lg-335px {
    height: 335px !important;
  }
  .mw-335px {
    max-width: 335px !important;
  }
  .w-lg-340x340 {
    width: 340px !important;
    height: 340px !important;
  }
  .h-lg-340px {
    height: 340px !important;
  }
  .mw-340px {
    max-width: 340px !important;
  }
  .w-lg-345x345 {
    width: 345px !important;
    height: 345px !important;
  }
  .h-lg-345px {
    height: 345px !important;
  }
  .mw-345px {
    max-width: 345px !important;
  }
  .w-lg-350x350 {
    width: 350px !important;
    height: 350px !important;
  }
  .h-lg-350px {
    height: 350px !important;
  }
  .mw-350px {
    max-width: 350px !important;
  }
  .w-lg-355x355 {
    width: 355px !important;
    height: 355px !important;
  }
  .h-lg-355px {
    height: 355px !important;
  }
  .mw-355px {
    max-width: 355px !important;
  }
  .w-lg-360x360 {
    width: 360px !important;
    height: 360px !important;
  }
  .h-lg-360px {
    height: 360px !important;
  }
  .mw-360px {
    max-width: 360px !important;
  }
  .w-lg-365x365 {
    width: 365px !important;
    height: 365px !important;
  }
  .h-lg-365px {
    height: 365px !important;
  }
  .mw-365px {
    max-width: 365px !important;
  }
  .w-lg-370x370 {
    width: 370px !important;
    height: 370px !important;
  }
  .h-lg-370px {
    height: 370px !important;
  }
  .mw-370px {
    max-width: 370px !important;
  }
  .w-lg-375x375 {
    width: 375px !important;
    height: 375px !important;
  }
  .h-lg-375px {
    height: 375px !important;
  }
  .mw-375px {
    max-width: 375px !important;
  }
  .w-lg-380x380 {
    width: 380px !important;
    height: 380px !important;
  }
  .h-lg-380px {
    height: 380px !important;
  }
  .mw-380px {
    max-width: 380px !important;
  }
  .w-lg-385x385 {
    width: 385px !important;
    height: 385px !important;
  }
  .h-lg-385px {
    height: 385px !important;
  }
  .mw-385px {
    max-width: 385px !important;
  }
  .w-lg-390x390 {
    width: 390px !important;
    height: 390px !important;
  }
  .h-lg-390px {
    height: 390px !important;
  }
  .mw-390px {
    max-width: 390px !important;
  }
  .w-lg-395x395 {
    width: 395px !important;
    height: 395px !important;
  }
  .h-lg-395px {
    height: 395px !important;
  }
  .mw-395px {
    max-width: 395px !important;
  }
  .w-lg-400x400 {
    width: 400px !important;
    height: 400px !important;
  }
  .h-lg-400px {
    height: 400px !important;
  }
  .mw-400px {
    max-width: 400px !important;
  }
  .w-lg-405x405 {
    width: 405px !important;
    height: 405px !important;
  }
  .h-lg-405px {
    height: 405px !important;
  }
  .mw-405px {
    max-width: 405px !important;
  }
  .w-lg-410x410 {
    width: 410px !important;
    height: 410px !important;
  }
  .h-lg-410px {
    height: 410px !important;
  }
  .mw-410px {
    max-width: 410px !important;
  }
  .w-lg-415x415 {
    width: 415px !important;
    height: 415px !important;
  }
  .h-lg-415px {
    height: 415px !important;
  }
  .mw-415px {
    max-width: 415px !important;
  }
  .w-lg-420x420 {
    width: 420px !important;
    height: 420px !important;
  }
  .h-lg-420px {
    height: 420px !important;
  }
  .mw-420px {
    max-width: 420px !important;
  }
  .w-lg-425x425 {
    width: 425px !important;
    height: 425px !important;
  }
  .h-lg-425px {
    height: 425px !important;
  }
  .mw-425px {
    max-width: 425px !important;
  }
  .w-lg-430x430 {
    width: 430px !important;
    height: 430px !important;
  }
  .h-lg-430px {
    height: 430px !important;
  }
  .mw-430px {
    max-width: 430px !important;
  }
  .w-lg-435x435 {
    width: 435px !important;
    height: 435px !important;
  }
  .h-lg-435px {
    height: 435px !important;
  }
  .mw-435px {
    max-width: 435px !important;
  }
  .w-lg-440x440 {
    width: 440px !important;
    height: 440px !important;
  }
  .h-lg-440px {
    height: 440px !important;
  }
  .mw-440px {
    max-width: 440px !important;
  }
  .w-lg-445x445 {
    width: 445px !important;
    height: 445px !important;
  }
  .h-lg-445px {
    height: 445px !important;
  }
  .mw-445px {
    max-width: 445px !important;
  }
  .w-lg-450x450 {
    width: 450px !important;
    height: 450px !important;
  }
  .h-lg-450px {
    height: 450px !important;
  }
  .mw-450px {
    max-width: 450px !important;
  }
  .w-lg-455x455 {
    width: 455px !important;
    height: 455px !important;
  }
  .h-lg-455px {
    height: 455px !important;
  }
  .mw-455px {
    max-width: 455px !important;
  }
  .w-lg-460x460 {
    width: 460px !important;
    height: 460px !important;
  }
  .h-lg-460px {
    height: 460px !important;
  }
  .mw-460px {
    max-width: 460px !important;
  }
  .w-lg-465x465 {
    width: 465px !important;
    height: 465px !important;
  }
  .h-lg-465px {
    height: 465px !important;
  }
  .mw-465px {
    max-width: 465px !important;
  }
  .w-lg-470x470 {
    width: 470px !important;
    height: 470px !important;
  }
  .h-lg-470px {
    height: 470px !important;
  }
  .mw-470px {
    max-width: 470px !important;
  }
  .w-lg-475x475 {
    width: 475px !important;
    height: 475px !important;
  }
  .h-lg-475px {
    height: 475px !important;
  }
  .mw-475px {
    max-width: 475px !important;
  }
  .w-lg-480x480 {
    width: 480px !important;
    height: 480px !important;
  }
  .h-lg-480px {
    height: 480px !important;
  }
  .mw-480px {
    max-width: 480px !important;
  }
  .w-lg-485x485 {
    width: 485px !important;
    height: 485px !important;
  }
  .h-lg-485px {
    height: 485px !important;
  }
  .mw-485px {
    max-width: 485px !important;
  }
  .w-lg-490x490 {
    width: 490px !important;
    height: 490px !important;
  }
  .h-lg-490px {
    height: 490px !important;
  }
  .mw-490px {
    max-width: 490px !important;
  }
  .w-lg-495x495 {
    width: 495px !important;
    height: 495px !important;
  }
  .h-lg-495px {
    height: 495px !important;
  }
  .mw-495px {
    max-width: 495px !important;
  }
  .w-lg-500x500 {
    width: 500px !important;
    height: 500px !important;
  }
  .h-lg-500px {
    height: 500px !important;
  }
  .mw-500px {
    max-width: 500px !important;
  }
  .position-lg-absolute {
    position: absolute !important;
  }
  .position-lg-relative {
    position: relative !important;
  }
  .position-lg-static {
    position: static !important;
  }
  .position-lg-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1200px) {
  .w-xl-5 {
    width: 5% !important;
  }
  .mw-xl-5 {
    max-width: 5% !important;
  }
  .w-xl-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .mw-xl-10 {
    max-width: 10% !important;
  }
  .w-xl-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .mw-xl-15 {
    max-width: 15% !important;
  }
  .w-xl-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .mw-xl-20 {
    max-width: 20% !important;
  }
  .w-xl-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .w-xl-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .mw-xl-30 {
    max-width: 30% !important;
  }
  .w-xl-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .mw-xl-35 {
    max-width: 35% !important;
  }
  .w-xl-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .mw-xl-40 {
    max-width: 40% !important;
  }
  .w-xl-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .mw-xl-45 {
    max-width: 45% !important;
  }
  .w-xl-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .w-xl-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .mw-xl-55 {
    max-width: 55% !important;
  }
  .w-xl-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .mw-xl-60 {
    max-width: 60% !important;
  }
  .w-xl-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .mw-xl-65 {
    max-width: 65% !important;
  }
  .w-xl-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .mw-xl-70 {
    max-width: 70% !important;
  }
  .w-xl-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .w-xl-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .mw-xl-80 {
    max-width: 80% !important;
  }
  .w-xl-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .mw-xl-85 {
    max-width: 85% !important;
  }
  .w-xl-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .mw-xl-90 {
    max-width: 90% !important;
  }
  .w-xl-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .mw-xl-95 {
    max-width: 95% !important;
  }
  .w-xl-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .w-xl-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .w-xl-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .h-xl-5px {
    height: 5px !important;
  }
  .mw-5px {
    max-width: 5px !important;
  }
  .w-xl-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .h-xl-10px {
    height: 10px !important;
  }
  .mw-10px {
    max-width: 10px !important;
  }
  .w-xl-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .h-xl-15px {
    height: 15px !important;
  }
  .mw-15px {
    max-width: 15px !important;
  }
  .w-xl-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .h-xl-20px {
    height: 20px !important;
  }
  .mw-20px {
    max-width: 20px !important;
  }
  .w-xl-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .h-xl-25px {
    height: 25px !important;
  }
  .mw-25px {
    max-width: 25px !important;
  }
  .w-xl-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .h-xl-30px {
    height: 30px !important;
  }
  .mw-30px {
    max-width: 30px !important;
  }
  .w-xl-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .h-xl-35px {
    height: 35px !important;
  }
  .mw-35px {
    max-width: 35px !important;
  }
  .w-xl-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .h-xl-40px {
    height: 40px !important;
  }
  .mw-40px {
    max-width: 40px !important;
  }
  .w-xl-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .h-xl-45px {
    height: 45px !important;
  }
  .mw-45px {
    max-width: 45px !important;
  }
  .w-xl-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .h-xl-50px {
    height: 50px !important;
  }
  .mw-50px {
    max-width: 50px !important;
  }
  .w-xl-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .h-xl-55px {
    height: 55px !important;
  }
  .mw-55px {
    max-width: 55px !important;
  }
  .w-xl-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .h-xl-60px {
    height: 60px !important;
  }
  .mw-60px {
    max-width: 60px !important;
  }
  .w-xl-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .h-xl-65px {
    height: 65px !important;
  }
  .mw-65px {
    max-width: 65px !important;
  }
  .w-xl-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .h-xl-70px {
    height: 70px !important;
  }
  .mw-70px {
    max-width: 70px !important;
  }
  .w-xl-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .h-xl-75px {
    height: 75px !important;
  }
  .mw-75px {
    max-width: 75px !important;
  }
  .w-xl-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .h-xl-80px {
    height: 80px !important;
  }
  .mw-80px {
    max-width: 80px !important;
  }
  .w-xl-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .h-xl-85px {
    height: 85px !important;
  }
  .mw-85px {
    max-width: 85px !important;
  }
  .w-xl-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .h-xl-90px {
    height: 90px !important;
  }
  .mw-90px {
    max-width: 90px !important;
  }
  .w-xl-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .h-xl-95px {
    height: 95px !important;
  }
  .mw-95px {
    max-width: 95px !important;
  }
  .w-xl-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .h-xl-100px {
    height: 100px !important;
  }
  .mw-100px {
    max-width: 100px !important;
  }
  .w-xl-105x105 {
    width: 105px !important;
    height: 105px !important;
  }
  .h-xl-105px {
    height: 105px !important;
  }
  .mw-105px {
    max-width: 105px !important;
  }
  .w-xl-110x110 {
    width: 110px !important;
    height: 110px !important;
  }
  .h-xl-110px {
    height: 110px !important;
  }
  .mw-110px {
    max-width: 110px !important;
  }
  .w-xl-115x115 {
    width: 115px !important;
    height: 115px !important;
  }
  .h-xl-115px {
    height: 115px !important;
  }
  .mw-115px {
    max-width: 115px !important;
  }
  .w-xl-120x120 {
    width: 120px !important;
    height: 120px !important;
  }
  .h-xl-120px {
    height: 120px !important;
  }
  .mw-120px {
    max-width: 120px !important;
  }
  .w-xl-125x125 {
    width: 125px !important;
    height: 125px !important;
  }
  .h-xl-125px {
    height: 125px !important;
  }
  .mw-125px {
    max-width: 125px !important;
  }
  .w-xl-130x130 {
    width: 130px !important;
    height: 130px !important;
  }
  .h-xl-130px {
    height: 130px !important;
  }
  .mw-130px {
    max-width: 130px !important;
  }
  .w-xl-135x135 {
    width: 135px !important;
    height: 135px !important;
  }
  .h-xl-135px {
    height: 135px !important;
  }
  .mw-135px {
    max-width: 135px !important;
  }
  .w-xl-140x140 {
    width: 140px !important;
    height: 140px !important;
  }
  .h-xl-140px {
    height: 140px !important;
  }
  .mw-140px {
    max-width: 140px !important;
  }
  .w-xl-145x145 {
    width: 145px !important;
    height: 145px !important;
  }
  .h-xl-145px {
    height: 145px !important;
  }
  .mw-145px {
    max-width: 145px !important;
  }
  .w-xl-150x150 {
    width: 150px !important;
    height: 150px !important;
  }
  .h-xl-150px {
    height: 150px !important;
  }
  .mw-150px {
    max-width: 150px !important;
  }
  .w-xl-155x155 {
    width: 155px !important;
    height: 155px !important;
  }
  .h-xl-155px {
    height: 155px !important;
  }
  .mw-155px {
    max-width: 155px !important;
  }
  .w-xl-160x160 {
    width: 160px !important;
    height: 160px !important;
  }
  .h-xl-160px {
    height: 160px !important;
  }
  .mw-160px {
    max-width: 160px !important;
  }
  .w-xl-165x165 {
    width: 165px !important;
    height: 165px !important;
  }
  .h-xl-165px {
    height: 165px !important;
  }
  .mw-165px {
    max-width: 165px !important;
  }
  .w-xl-170x170 {
    width: 170px !important;
    height: 170px !important;
  }
  .h-xl-170px {
    height: 170px !important;
  }
  .mw-170px {
    max-width: 170px !important;
  }
  .w-xl-175x175 {
    width: 175px !important;
    height: 175px !important;
  }
  .h-xl-175px {
    height: 175px !important;
  }
  .mw-175px {
    max-width: 175px !important;
  }
  .w-xl-180x180 {
    width: 180px !important;
    height: 180px !important;
  }
  .h-xl-180px {
    height: 180px !important;
  }
  .mw-180px {
    max-width: 180px !important;
  }
  .w-xl-185x185 {
    width: 185px !important;
    height: 185px !important;
  }
  .h-xl-185px {
    height: 185px !important;
  }
  .mw-185px {
    max-width: 185px !important;
  }
  .w-xl-190x190 {
    width: 190px !important;
    height: 190px !important;
  }
  .h-xl-190px {
    height: 190px !important;
  }
  .mw-190px {
    max-width: 190px !important;
  }
  .w-xl-195x195 {
    width: 195px !important;
    height: 195px !important;
  }
  .h-xl-195px {
    height: 195px !important;
  }
  .mw-195px {
    max-width: 195px !important;
  }
  .w-xl-200x200 {
    width: 200px !important;
    height: 200px !important;
  }
  .h-xl-200px {
    height: 200px !important;
  }
  .mw-200px {
    max-width: 200px !important;
  }
  .w-xl-205x205 {
    width: 205px !important;
    height: 205px !important;
  }
  .h-xl-205px {
    height: 205px !important;
  }
  .mw-205px {
    max-width: 205px !important;
  }
  .w-xl-210x210 {
    width: 210px !important;
    height: 210px !important;
  }
  .h-xl-210px {
    height: 210px !important;
  }
  .mw-210px {
    max-width: 210px !important;
  }
  .w-xl-215x215 {
    width: 215px !important;
    height: 215px !important;
  }
  .h-xl-215px {
    height: 215px !important;
  }
  .mw-215px {
    max-width: 215px !important;
  }
  .w-xl-220x220 {
    width: 220px !important;
    height: 220px !important;
  }
  .h-xl-220px {
    height: 220px !important;
  }
  .mw-220px {
    max-width: 220px !important;
  }
  .w-xl-225x225 {
    width: 225px !important;
    height: 225px !important;
  }
  .h-xl-225px {
    height: 225px !important;
  }
  .mw-225px {
    max-width: 225px !important;
  }
  .w-xl-230x230 {
    width: 230px !important;
    height: 230px !important;
  }
  .h-xl-230px {
    height: 230px !important;
  }
  .mw-230px {
    max-width: 230px !important;
  }
  .w-xl-235x235 {
    width: 235px !important;
    height: 235px !important;
  }
  .h-xl-235px {
    height: 235px !important;
  }
  .mw-235px {
    max-width: 235px !important;
  }
  .w-xl-240x240 {
    width: 240px !important;
    height: 240px !important;
  }
  .h-xl-240px {
    height: 240px !important;
  }
  .mw-240px {
    max-width: 240px !important;
  }
  .w-xl-245x245 {
    width: 245px !important;
    height: 245px !important;
  }
  .h-xl-245px {
    height: 245px !important;
  }
  .mw-245px {
    max-width: 245px !important;
  }
  .w-xl-250x250 {
    width: 250px !important;
    height: 250px !important;
  }
  .h-xl-250px {
    height: 250px !important;
  }
  .mw-250px {
    max-width: 250px !important;
  }
  .w-xl-255x255 {
    width: 255px !important;
    height: 255px !important;
  }
  .h-xl-255px {
    height: 255px !important;
  }
  .mw-255px {
    max-width: 255px !important;
  }
  .w-xl-260x260 {
    width: 260px !important;
    height: 260px !important;
  }
  .h-xl-260px {
    height: 260px !important;
  }
  .mw-260px {
    max-width: 260px !important;
  }
  .w-xl-265x265 {
    width: 265px !important;
    height: 265px !important;
  }
  .h-xl-265px {
    height: 265px !important;
  }
  .mw-265px {
    max-width: 265px !important;
  }
  .w-xl-270x270 {
    width: 270px !important;
    height: 270px !important;
  }
  .h-xl-270px {
    height: 270px !important;
  }
  .mw-270px {
    max-width: 270px !important;
  }
  .w-xl-275x275 {
    width: 275px !important;
    height: 275px !important;
  }
  .h-xl-275px {
    height: 275px !important;
  }
  .mw-275px {
    max-width: 275px !important;
  }
  .w-xl-280x280 {
    width: 280px !important;
    height: 280px !important;
  }
  .h-xl-280px {
    height: 280px !important;
  }
  .mw-280px {
    max-width: 280px !important;
  }
  .w-xl-285x285 {
    width: 285px !important;
    height: 285px !important;
  }
  .h-xl-285px {
    height: 285px !important;
  }
  .mw-285px {
    max-width: 285px !important;
  }
  .w-xl-290x290 {
    width: 290px !important;
    height: 290px !important;
  }
  .h-xl-290px {
    height: 290px !important;
  }
  .mw-290px {
    max-width: 290px !important;
  }
  .w-xl-295x295 {
    width: 295px !important;
    height: 295px !important;
  }
  .h-xl-295px {
    height: 295px !important;
  }
  .mw-295px {
    max-width: 295px !important;
  }
  .w-xl-300x300 {
    width: 300px !important;
    height: 300px !important;
  }
  .h-xl-300px {
    height: 300px !important;
  }
  .mw-300px {
    max-width: 300px !important;
  }
  .w-xl-305x305 {
    width: 305px !important;
    height: 305px !important;
  }
  .h-xl-305px {
    height: 305px !important;
  }
  .mw-305px {
    max-width: 305px !important;
  }
  .w-xl-310x310 {
    width: 310px !important;
    height: 310px !important;
  }
  .h-xl-310px {
    height: 310px !important;
  }
  .mw-310px {
    max-width: 310px !important;
  }
  .w-xl-315x315 {
    width: 315px !important;
    height: 315px !important;
  }
  .h-xl-315px {
    height: 315px !important;
  }
  .mw-315px {
    max-width: 315px !important;
  }
  .w-xl-320x320 {
    width: 320px !important;
    height: 320px !important;
  }
  .h-xl-320px {
    height: 320px !important;
  }
  .mw-320px {
    max-width: 320px !important;
  }
  .w-xl-325x325 {
    width: 325px !important;
    height: 325px !important;
  }
  .h-xl-325px {
    height: 325px !important;
  }
  .mw-325px {
    max-width: 325px !important;
  }
  .w-xl-330x330 {
    width: 330px !important;
    height: 330px !important;
  }
  .h-xl-330px {
    height: 330px !important;
  }
  .mw-330px {
    max-width: 330px !important;
  }
  .w-xl-335x335 {
    width: 335px !important;
    height: 335px !important;
  }
  .h-xl-335px {
    height: 335px !important;
  }
  .mw-335px {
    max-width: 335px !important;
  }
  .w-xl-340x340 {
    width: 340px !important;
    height: 340px !important;
  }
  .h-xl-340px {
    height: 340px !important;
  }
  .mw-340px {
    max-width: 340px !important;
  }
  .w-xl-345x345 {
    width: 345px !important;
    height: 345px !important;
  }
  .h-xl-345px {
    height: 345px !important;
  }
  .mw-345px {
    max-width: 345px !important;
  }
  .w-xl-350x350 {
    width: 350px !important;
    height: 350px !important;
  }
  .h-xl-350px {
    height: 350px !important;
  }
  .mw-350px {
    max-width: 350px !important;
  }
  .w-xl-355x355 {
    width: 355px !important;
    height: 355px !important;
  }
  .h-xl-355px {
    height: 355px !important;
  }
  .mw-355px {
    max-width: 355px !important;
  }
  .w-xl-360x360 {
    width: 360px !important;
    height: 360px !important;
  }
  .h-xl-360px {
    height: 360px !important;
  }
  .mw-360px {
    max-width: 360px !important;
  }
  .w-xl-365x365 {
    width: 365px !important;
    height: 365px !important;
  }
  .h-xl-365px {
    height: 365px !important;
  }
  .mw-365px {
    max-width: 365px !important;
  }
  .w-xl-370x370 {
    width: 370px !important;
    height: 370px !important;
  }
  .h-xl-370px {
    height: 370px !important;
  }
  .mw-370px {
    max-width: 370px !important;
  }
  .w-xl-375x375 {
    width: 375px !important;
    height: 375px !important;
  }
  .h-xl-375px {
    height: 375px !important;
  }
  .mw-375px {
    max-width: 375px !important;
  }
  .w-xl-380x380 {
    width: 380px !important;
    height: 380px !important;
  }
  .h-xl-380px {
    height: 380px !important;
  }
  .mw-380px {
    max-width: 380px !important;
  }
  .w-xl-385x385 {
    width: 385px !important;
    height: 385px !important;
  }
  .h-xl-385px {
    height: 385px !important;
  }
  .mw-385px {
    max-width: 385px !important;
  }
  .w-xl-390x390 {
    width: 390px !important;
    height: 390px !important;
  }
  .h-xl-390px {
    height: 390px !important;
  }
  .mw-390px {
    max-width: 390px !important;
  }
  .w-xl-395x395 {
    width: 395px !important;
    height: 395px !important;
  }
  .h-xl-395px {
    height: 395px !important;
  }
  .mw-395px {
    max-width: 395px !important;
  }
  .w-xl-400x400 {
    width: 400px !important;
    height: 400px !important;
  }
  .h-xl-400px {
    height: 400px !important;
  }
  .mw-400px {
    max-width: 400px !important;
  }
  .w-xl-405x405 {
    width: 405px !important;
    height: 405px !important;
  }
  .h-xl-405px {
    height: 405px !important;
  }
  .mw-405px {
    max-width: 405px !important;
  }
  .w-xl-410x410 {
    width: 410px !important;
    height: 410px !important;
  }
  .h-xl-410px {
    height: 410px !important;
  }
  .mw-410px {
    max-width: 410px !important;
  }
  .w-xl-415x415 {
    width: 415px !important;
    height: 415px !important;
  }
  .h-xl-415px {
    height: 415px !important;
  }
  .mw-415px {
    max-width: 415px !important;
  }
  .w-xl-420x420 {
    width: 420px !important;
    height: 420px !important;
  }
  .h-xl-420px {
    height: 420px !important;
  }
  .mw-420px {
    max-width: 420px !important;
  }
  .w-xl-425x425 {
    width: 425px !important;
    height: 425px !important;
  }
  .h-xl-425px {
    height: 425px !important;
  }
  .mw-425px {
    max-width: 425px !important;
  }
  .w-xl-430x430 {
    width: 430px !important;
    height: 430px !important;
  }
  .h-xl-430px {
    height: 430px !important;
  }
  .mw-430px {
    max-width: 430px !important;
  }
  .w-xl-435x435 {
    width: 435px !important;
    height: 435px !important;
  }
  .h-xl-435px {
    height: 435px !important;
  }
  .mw-435px {
    max-width: 435px !important;
  }
  .w-xl-440x440 {
    width: 440px !important;
    height: 440px !important;
  }
  .h-xl-440px {
    height: 440px !important;
  }
  .mw-440px {
    max-width: 440px !important;
  }
  .w-xl-445x445 {
    width: 445px !important;
    height: 445px !important;
  }
  .h-xl-445px {
    height: 445px !important;
  }
  .mw-445px {
    max-width: 445px !important;
  }
  .w-xl-450x450 {
    width: 450px !important;
    height: 450px !important;
  }
  .h-xl-450px {
    height: 450px !important;
  }
  .mw-450px {
    max-width: 450px !important;
  }
  .w-xl-455x455 {
    width: 455px !important;
    height: 455px !important;
  }
  .h-xl-455px {
    height: 455px !important;
  }
  .mw-455px {
    max-width: 455px !important;
  }
  .w-xl-460x460 {
    width: 460px !important;
    height: 460px !important;
  }
  .h-xl-460px {
    height: 460px !important;
  }
  .mw-460px {
    max-width: 460px !important;
  }
  .w-xl-465x465 {
    width: 465px !important;
    height: 465px !important;
  }
  .h-xl-465px {
    height: 465px !important;
  }
  .mw-465px {
    max-width: 465px !important;
  }
  .w-xl-470x470 {
    width: 470px !important;
    height: 470px !important;
  }
  .h-xl-470px {
    height: 470px !important;
  }
  .mw-470px {
    max-width: 470px !important;
  }
  .w-xl-475x475 {
    width: 475px !important;
    height: 475px !important;
  }
  .h-xl-475px {
    height: 475px !important;
  }
  .mw-475px {
    max-width: 475px !important;
  }
  .w-xl-480x480 {
    width: 480px !important;
    height: 480px !important;
  }
  .h-xl-480px {
    height: 480px !important;
  }
  .mw-480px {
    max-width: 480px !important;
  }
  .w-xl-485x485 {
    width: 485px !important;
    height: 485px !important;
  }
  .h-xl-485px {
    height: 485px !important;
  }
  .mw-485px {
    max-width: 485px !important;
  }
  .w-xl-490x490 {
    width: 490px !important;
    height: 490px !important;
  }
  .h-xl-490px {
    height: 490px !important;
  }
  .mw-490px {
    max-width: 490px !important;
  }
  .w-xl-495x495 {
    width: 495px !important;
    height: 495px !important;
  }
  .h-xl-495px {
    height: 495px !important;
  }
  .mw-495px {
    max-width: 495px !important;
  }
  .w-xl-500x500 {
    width: 500px !important;
    height: 500px !important;
  }
  .h-xl-500px {
    height: 500px !important;
  }
  .mw-500px {
    max-width: 500px !important;
  }
  .position-xl-absolute {
    position: absolute !important;
  }
  .position-xl-relative {
    position: relative !important;
  }
  .position-xl-static {
    position: static !important;
  }
  .position-xl-fixed {
    position: fixed !important;
  }
}
@media (min-width: 1400px) {
  .w-xxl-5 {
    width: 5% !important;
  }
  .mw-xxl-5 {
    max-width: 5% !important;
  }
  .w-xxl-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .mw-xxl-10 {
    max-width: 10% !important;
  }
  .w-xxl-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .mw-xxl-15 {
    max-width: 15% !important;
  }
  .w-xxl-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .mw-xxl-20 {
    max-width: 20% !important;
  }
  .w-xxl-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  .w-xxl-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  .w-xxl-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .mw-xxl-35 {
    max-width: 35% !important;
  }
  .w-xxl-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  .w-xxl-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .mw-xxl-45 {
    max-width: 45% !important;
  }
  .w-xxl-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  .w-xxl-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .mw-xxl-55 {
    max-width: 55% !important;
  }
  .w-xxl-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .mw-xxl-60 {
    max-width: 60% !important;
  }
  .w-xxl-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  .w-xxl-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .mw-xxl-70 {
    max-width: 70% !important;
  }
  .w-xxl-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  .w-xxl-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .mw-xxl-80 {
    max-width: 80% !important;
  }
  .w-xxl-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .mw-xxl-85 {
    max-width: 85% !important;
  }
  .w-xxl-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .mw-xxl-90 {
    max-width: 90% !important;
  }
  .w-xxl-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .mw-xxl-95 {
    max-width: 95% !important;
  }
  .w-xxl-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .w-xxl-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .w-xxl-5x5 {
    width: 5px !important;
    height: 5px !important;
  }
  .h-xxl-5px {
    height: 5px !important;
  }
  .mw-5px {
    max-width: 5px !important;
  }
  .w-xxl-10x10 {
    width: 10px !important;
    height: 10px !important;
  }
  .h-xxl-10px {
    height: 10px !important;
  }
  .mw-10px {
    max-width: 10px !important;
  }
  .w-xxl-15x15 {
    width: 15px !important;
    height: 15px !important;
  }
  .h-xxl-15px {
    height: 15px !important;
  }
  .mw-15px {
    max-width: 15px !important;
  }
  .w-xxl-20x20 {
    width: 20px !important;
    height: 20px !important;
  }
  .h-xxl-20px {
    height: 20px !important;
  }
  .mw-20px {
    max-width: 20px !important;
  }
  .w-xxl-25x25 {
    width: 25px !important;
    height: 25px !important;
  }
  .h-xxl-25px {
    height: 25px !important;
  }
  .mw-25px {
    max-width: 25px !important;
  }
  .w-xxl-30x30 {
    width: 30px !important;
    height: 30px !important;
  }
  .h-xxl-30px {
    height: 30px !important;
  }
  .mw-30px {
    max-width: 30px !important;
  }
  .w-xxl-35x35 {
    width: 35px !important;
    height: 35px !important;
  }
  .h-xxl-35px {
    height: 35px !important;
  }
  .mw-35px {
    max-width: 35px !important;
  }
  .w-xxl-40x40 {
    width: 40px !important;
    height: 40px !important;
  }
  .h-xxl-40px {
    height: 40px !important;
  }
  .mw-40px {
    max-width: 40px !important;
  }
  .w-xxl-45x45 {
    width: 45px !important;
    height: 45px !important;
  }
  .h-xxl-45px {
    height: 45px !important;
  }
  .mw-45px {
    max-width: 45px !important;
  }
  .w-xxl-50x50 {
    width: 50px !important;
    height: 50px !important;
  }
  .h-xxl-50px {
    height: 50px !important;
  }
  .mw-50px {
    max-width: 50px !important;
  }
  .w-xxl-55x55 {
    width: 55px !important;
    height: 55px !important;
  }
  .h-xxl-55px {
    height: 55px !important;
  }
  .mw-55px {
    max-width: 55px !important;
  }
  .w-xxl-60x60 {
    width: 60px !important;
    height: 60px !important;
  }
  .h-xxl-60px {
    height: 60px !important;
  }
  .mw-60px {
    max-width: 60px !important;
  }
  .w-xxl-65x65 {
    width: 65px !important;
    height: 65px !important;
  }
  .h-xxl-65px {
    height: 65px !important;
  }
  .mw-65px {
    max-width: 65px !important;
  }
  .w-xxl-70x70 {
    width: 70px !important;
    height: 70px !important;
  }
  .h-xxl-70px {
    height: 70px !important;
  }
  .mw-70px {
    max-width: 70px !important;
  }
  .w-xxl-75x75 {
    width: 75px !important;
    height: 75px !important;
  }
  .h-xxl-75px {
    height: 75px !important;
  }
  .mw-75px {
    max-width: 75px !important;
  }
  .w-xxl-80x80 {
    width: 80px !important;
    height: 80px !important;
  }
  .h-xxl-80px {
    height: 80px !important;
  }
  .mw-80px {
    max-width: 80px !important;
  }
  .w-xxl-85x85 {
    width: 85px !important;
    height: 85px !important;
  }
  .h-xxl-85px {
    height: 85px !important;
  }
  .mw-85px {
    max-width: 85px !important;
  }
  .w-xxl-90x90 {
    width: 90px !important;
    height: 90px !important;
  }
  .h-xxl-90px {
    height: 90px !important;
  }
  .mw-90px {
    max-width: 90px !important;
  }
  .w-xxl-95x95 {
    width: 95px !important;
    height: 95px !important;
  }
  .h-xxl-95px {
    height: 95px !important;
  }
  .mw-95px {
    max-width: 95px !important;
  }
  .w-xxl-100x100 {
    width: 100px !important;
    height: 100px !important;
  }
  .h-xxl-100px {
    height: 100px !important;
  }
  .mw-100px {
    max-width: 100px !important;
  }
  .w-xxl-105x105 {
    width: 105px !important;
    height: 105px !important;
  }
  .h-xxl-105px {
    height: 105px !important;
  }
  .mw-105px {
    max-width: 105px !important;
  }
  .w-xxl-110x110 {
    width: 110px !important;
    height: 110px !important;
  }
  .h-xxl-110px {
    height: 110px !important;
  }
  .mw-110px {
    max-width: 110px !important;
  }
  .w-xxl-115x115 {
    width: 115px !important;
    height: 115px !important;
  }
  .h-xxl-115px {
    height: 115px !important;
  }
  .mw-115px {
    max-width: 115px !important;
  }
  .w-xxl-120x120 {
    width: 120px !important;
    height: 120px !important;
  }
  .h-xxl-120px {
    height: 120px !important;
  }
  .mw-120px {
    max-width: 120px !important;
  }
  .w-xxl-125x125 {
    width: 125px !important;
    height: 125px !important;
  }
  .h-xxl-125px {
    height: 125px !important;
  }
  .mw-125px {
    max-width: 125px !important;
  }
  .w-xxl-130x130 {
    width: 130px !important;
    height: 130px !important;
  }
  .h-xxl-130px {
    height: 130px !important;
  }
  .mw-130px {
    max-width: 130px !important;
  }
  .w-xxl-135x135 {
    width: 135px !important;
    height: 135px !important;
  }
  .h-xxl-135px {
    height: 135px !important;
  }
  .mw-135px {
    max-width: 135px !important;
  }
  .w-xxl-140x140 {
    width: 140px !important;
    height: 140px !important;
  }
  .h-xxl-140px {
    height: 140px !important;
  }
  .mw-140px {
    max-width: 140px !important;
  }
  .w-xxl-145x145 {
    width: 145px !important;
    height: 145px !important;
  }
  .h-xxl-145px {
    height: 145px !important;
  }
  .mw-145px {
    max-width: 145px !important;
  }
  .w-xxl-150x150 {
    width: 150px !important;
    height: 150px !important;
  }
  .h-xxl-150px {
    height: 150px !important;
  }
  .mw-150px {
    max-width: 150px !important;
  }
  .w-xxl-155x155 {
    width: 155px !important;
    height: 155px !important;
  }
  .h-xxl-155px {
    height: 155px !important;
  }
  .mw-155px {
    max-width: 155px !important;
  }
  .w-xxl-160x160 {
    width: 160px !important;
    height: 160px !important;
  }
  .h-xxl-160px {
    height: 160px !important;
  }
  .mw-160px {
    max-width: 160px !important;
  }
  .w-xxl-165x165 {
    width: 165px !important;
    height: 165px !important;
  }
  .h-xxl-165px {
    height: 165px !important;
  }
  .mw-165px {
    max-width: 165px !important;
  }
  .w-xxl-170x170 {
    width: 170px !important;
    height: 170px !important;
  }
  .h-xxl-170px {
    height: 170px !important;
  }
  .mw-170px {
    max-width: 170px !important;
  }
  .w-xxl-175x175 {
    width: 175px !important;
    height: 175px !important;
  }
  .h-xxl-175px {
    height: 175px !important;
  }
  .mw-175px {
    max-width: 175px !important;
  }
  .w-xxl-180x180 {
    width: 180px !important;
    height: 180px !important;
  }
  .h-xxl-180px {
    height: 180px !important;
  }
  .mw-180px {
    max-width: 180px !important;
  }
  .w-xxl-185x185 {
    width: 185px !important;
    height: 185px !important;
  }
  .h-xxl-185px {
    height: 185px !important;
  }
  .mw-185px {
    max-width: 185px !important;
  }
  .w-xxl-190x190 {
    width: 190px !important;
    height: 190px !important;
  }
  .h-xxl-190px {
    height: 190px !important;
  }
  .mw-190px {
    max-width: 190px !important;
  }
  .w-xxl-195x195 {
    width: 195px !important;
    height: 195px !important;
  }
  .h-xxl-195px {
    height: 195px !important;
  }
  .mw-195px {
    max-width: 195px !important;
  }
  .w-xxl-200x200 {
    width: 200px !important;
    height: 200px !important;
  }
  .h-xxl-200px {
    height: 200px !important;
  }
  .mw-200px {
    max-width: 200px !important;
  }
  .w-xxl-205x205 {
    width: 205px !important;
    height: 205px !important;
  }
  .h-xxl-205px {
    height: 205px !important;
  }
  .mw-205px {
    max-width: 205px !important;
  }
  .w-xxl-210x210 {
    width: 210px !important;
    height: 210px !important;
  }
  .h-xxl-210px {
    height: 210px !important;
  }
  .mw-210px {
    max-width: 210px !important;
  }
  .w-xxl-215x215 {
    width: 215px !important;
    height: 215px !important;
  }
  .h-xxl-215px {
    height: 215px !important;
  }
  .mw-215px {
    max-width: 215px !important;
  }
  .w-xxl-220x220 {
    width: 220px !important;
    height: 220px !important;
  }
  .h-xxl-220px {
    height: 220px !important;
  }
  .mw-220px {
    max-width: 220px !important;
  }
  .w-xxl-225x225 {
    width: 225px !important;
    height: 225px !important;
  }
  .h-xxl-225px {
    height: 225px !important;
  }
  .mw-225px {
    max-width: 225px !important;
  }
  .w-xxl-230x230 {
    width: 230px !important;
    height: 230px !important;
  }
  .h-xxl-230px {
    height: 230px !important;
  }
  .mw-230px {
    max-width: 230px !important;
  }
  .w-xxl-235x235 {
    width: 235px !important;
    height: 235px !important;
  }
  .h-xxl-235px {
    height: 235px !important;
  }
  .mw-235px {
    max-width: 235px !important;
  }
  .w-xxl-240x240 {
    width: 240px !important;
    height: 240px !important;
  }
  .h-xxl-240px {
    height: 240px !important;
  }
  .mw-240px {
    max-width: 240px !important;
  }
  .w-xxl-245x245 {
    width: 245px !important;
    height: 245px !important;
  }
  .h-xxl-245px {
    height: 245px !important;
  }
  .mw-245px {
    max-width: 245px !important;
  }
  .w-xxl-250x250 {
    width: 250px !important;
    height: 250px !important;
  }
  .h-xxl-250px {
    height: 250px !important;
  }
  .mw-250px {
    max-width: 250px !important;
  }
  .w-xxl-255x255 {
    width: 255px !important;
    height: 255px !important;
  }
  .h-xxl-255px {
    height: 255px !important;
  }
  .mw-255px {
    max-width: 255px !important;
  }
  .w-xxl-260x260 {
    width: 260px !important;
    height: 260px !important;
  }
  .h-xxl-260px {
    height: 260px !important;
  }
  .mw-260px {
    max-width: 260px !important;
  }
  .w-xxl-265x265 {
    width: 265px !important;
    height: 265px !important;
  }
  .h-xxl-265px {
    height: 265px !important;
  }
  .mw-265px {
    max-width: 265px !important;
  }
  .w-xxl-270x270 {
    width: 270px !important;
    height: 270px !important;
  }
  .h-xxl-270px {
    height: 270px !important;
  }
  .mw-270px {
    max-width: 270px !important;
  }
  .w-xxl-275x275 {
    width: 275px !important;
    height: 275px !important;
  }
  .h-xxl-275px {
    height: 275px !important;
  }
  .mw-275px {
    max-width: 275px !important;
  }
  .w-xxl-280x280 {
    width: 280px !important;
    height: 280px !important;
  }
  .h-xxl-280px {
    height: 280px !important;
  }
  .mw-280px {
    max-width: 280px !important;
  }
  .w-xxl-285x285 {
    width: 285px !important;
    height: 285px !important;
  }
  .h-xxl-285px {
    height: 285px !important;
  }
  .mw-285px {
    max-width: 285px !important;
  }
  .w-xxl-290x290 {
    width: 290px !important;
    height: 290px !important;
  }
  .h-xxl-290px {
    height: 290px !important;
  }
  .mw-290px {
    max-width: 290px !important;
  }
  .w-xxl-295x295 {
    width: 295px !important;
    height: 295px !important;
  }
  .h-xxl-295px {
    height: 295px !important;
  }
  .mw-295px {
    max-width: 295px !important;
  }
  .w-xxl-300x300 {
    width: 300px !important;
    height: 300px !important;
  }
  .h-xxl-300px {
    height: 300px !important;
  }
  .mw-300px {
    max-width: 300px !important;
  }
  .w-xxl-305x305 {
    width: 305px !important;
    height: 305px !important;
  }
  .h-xxl-305px {
    height: 305px !important;
  }
  .mw-305px {
    max-width: 305px !important;
  }
  .w-xxl-310x310 {
    width: 310px !important;
    height: 310px !important;
  }
  .h-xxl-310px {
    height: 310px !important;
  }
  .mw-310px {
    max-width: 310px !important;
  }
  .w-xxl-315x315 {
    width: 315px !important;
    height: 315px !important;
  }
  .h-xxl-315px {
    height: 315px !important;
  }
  .mw-315px {
    max-width: 315px !important;
  }
  .w-xxl-320x320 {
    width: 320px !important;
    height: 320px !important;
  }
  .h-xxl-320px {
    height: 320px !important;
  }
  .mw-320px {
    max-width: 320px !important;
  }
  .w-xxl-325x325 {
    width: 325px !important;
    height: 325px !important;
  }
  .h-xxl-325px {
    height: 325px !important;
  }
  .mw-325px {
    max-width: 325px !important;
  }
  .w-xxl-330x330 {
    width: 330px !important;
    height: 330px !important;
  }
  .h-xxl-330px {
    height: 330px !important;
  }
  .mw-330px {
    max-width: 330px !important;
  }
  .w-xxl-335x335 {
    width: 335px !important;
    height: 335px !important;
  }
  .h-xxl-335px {
    height: 335px !important;
  }
  .mw-335px {
    max-width: 335px !important;
  }
  .w-xxl-340x340 {
    width: 340px !important;
    height: 340px !important;
  }
  .h-xxl-340px {
    height: 340px !important;
  }
  .mw-340px {
    max-width: 340px !important;
  }
  .w-xxl-345x345 {
    width: 345px !important;
    height: 345px !important;
  }
  .h-xxl-345px {
    height: 345px !important;
  }
  .mw-345px {
    max-width: 345px !important;
  }
  .w-xxl-350x350 {
    width: 350px !important;
    height: 350px !important;
  }
  .h-xxl-350px {
    height: 350px !important;
  }
  .mw-350px {
    max-width: 350px !important;
  }
  .w-xxl-355x355 {
    width: 355px !important;
    height: 355px !important;
  }
  .h-xxl-355px {
    height: 355px !important;
  }
  .mw-355px {
    max-width: 355px !important;
  }
  .w-xxl-360x360 {
    width: 360px !important;
    height: 360px !important;
  }
  .h-xxl-360px {
    height: 360px !important;
  }
  .mw-360px {
    max-width: 360px !important;
  }
  .w-xxl-365x365 {
    width: 365px !important;
    height: 365px !important;
  }
  .h-xxl-365px {
    height: 365px !important;
  }
  .mw-365px {
    max-width: 365px !important;
  }
  .w-xxl-370x370 {
    width: 370px !important;
    height: 370px !important;
  }
  .h-xxl-370px {
    height: 370px !important;
  }
  .mw-370px {
    max-width: 370px !important;
  }
  .w-xxl-375x375 {
    width: 375px !important;
    height: 375px !important;
  }
  .h-xxl-375px {
    height: 375px !important;
  }
  .mw-375px {
    max-width: 375px !important;
  }
  .w-xxl-380x380 {
    width: 380px !important;
    height: 380px !important;
  }
  .h-xxl-380px {
    height: 380px !important;
  }
  .mw-380px {
    max-width: 380px !important;
  }
  .w-xxl-385x385 {
    width: 385px !important;
    height: 385px !important;
  }
  .h-xxl-385px {
    height: 385px !important;
  }
  .mw-385px {
    max-width: 385px !important;
  }
  .w-xxl-390x390 {
    width: 390px !important;
    height: 390px !important;
  }
  .h-xxl-390px {
    height: 390px !important;
  }
  .mw-390px {
    max-width: 390px !important;
  }
  .w-xxl-395x395 {
    width: 395px !important;
    height: 395px !important;
  }
  .h-xxl-395px {
    height: 395px !important;
  }
  .mw-395px {
    max-width: 395px !important;
  }
  .w-xxl-400x400 {
    width: 400px !important;
    height: 400px !important;
  }
  .h-xxl-400px {
    height: 400px !important;
  }
  .mw-400px {
    max-width: 400px !important;
  }
  .w-xxl-405x405 {
    width: 405px !important;
    height: 405px !important;
  }
  .h-xxl-405px {
    height: 405px !important;
  }
  .mw-405px {
    max-width: 405px !important;
  }
  .w-xxl-410x410 {
    width: 410px !important;
    height: 410px !important;
  }
  .h-xxl-410px {
    height: 410px !important;
  }
  .mw-410px {
    max-width: 410px !important;
  }
  .w-xxl-415x415 {
    width: 415px !important;
    height: 415px !important;
  }
  .h-xxl-415px {
    height: 415px !important;
  }
  .mw-415px {
    max-width: 415px !important;
  }
  .w-xxl-420x420 {
    width: 420px !important;
    height: 420px !important;
  }
  .h-xxl-420px {
    height: 420px !important;
  }
  .mw-420px {
    max-width: 420px !important;
  }
  .w-xxl-425x425 {
    width: 425px !important;
    height: 425px !important;
  }
  .h-xxl-425px {
    height: 425px !important;
  }
  .mw-425px {
    max-width: 425px !important;
  }
  .w-xxl-430x430 {
    width: 430px !important;
    height: 430px !important;
  }
  .h-xxl-430px {
    height: 430px !important;
  }
  .mw-430px {
    max-width: 430px !important;
  }
  .w-xxl-435x435 {
    width: 435px !important;
    height: 435px !important;
  }
  .h-xxl-435px {
    height: 435px !important;
  }
  .mw-435px {
    max-width: 435px !important;
  }
  .w-xxl-440x440 {
    width: 440px !important;
    height: 440px !important;
  }
  .h-xxl-440px {
    height: 440px !important;
  }
  .mw-440px {
    max-width: 440px !important;
  }
  .w-xxl-445x445 {
    width: 445px !important;
    height: 445px !important;
  }
  .h-xxl-445px {
    height: 445px !important;
  }
  .mw-445px {
    max-width: 445px !important;
  }
  .w-xxl-450x450 {
    width: 450px !important;
    height: 450px !important;
  }
  .h-xxl-450px {
    height: 450px !important;
  }
  .mw-450px {
    max-width: 450px !important;
  }
  .w-xxl-455x455 {
    width: 455px !important;
    height: 455px !important;
  }
  .h-xxl-455px {
    height: 455px !important;
  }
  .mw-455px {
    max-width: 455px !important;
  }
  .w-xxl-460x460 {
    width: 460px !important;
    height: 460px !important;
  }
  .h-xxl-460px {
    height: 460px !important;
  }
  .mw-460px {
    max-width: 460px !important;
  }
  .w-xxl-465x465 {
    width: 465px !important;
    height: 465px !important;
  }
  .h-xxl-465px {
    height: 465px !important;
  }
  .mw-465px {
    max-width: 465px !important;
  }
  .w-xxl-470x470 {
    width: 470px !important;
    height: 470px !important;
  }
  .h-xxl-470px {
    height: 470px !important;
  }
  .mw-470px {
    max-width: 470px !important;
  }
  .w-xxl-475x475 {
    width: 475px !important;
    height: 475px !important;
  }
  .h-xxl-475px {
    height: 475px !important;
  }
  .mw-475px {
    max-width: 475px !important;
  }
  .w-xxl-480x480 {
    width: 480px !important;
    height: 480px !important;
  }
  .h-xxl-480px {
    height: 480px !important;
  }
  .mw-480px {
    max-width: 480px !important;
  }
  .w-xxl-485x485 {
    width: 485px !important;
    height: 485px !important;
  }
  .h-xxl-485px {
    height: 485px !important;
  }
  .mw-485px {
    max-width: 485px !important;
  }
  .w-xxl-490x490 {
    width: 490px !important;
    height: 490px !important;
  }
  .h-xxl-490px {
    height: 490px !important;
  }
  .mw-490px {
    max-width: 490px !important;
  }
  .w-xxl-495x495 {
    width: 495px !important;
    height: 495px !important;
  }
  .h-xxl-495px {
    height: 495px !important;
  }
  .mw-495px {
    max-width: 495px !important;
  }
  .w-xxl-500x500 {
    width: 500px !important;
    height: 500px !important;
  }
  .h-xxl-500px {
    height: 500px !important;
  }
  .mw-500px {
    max-width: 500px !important;
  }
  .position-xxl-absolute {
    position: absolute !important;
  }
  .position-xxl-relative {
    position: relative !important;
  }
  .position-xxl-static {
    position: static !important;
  }
  .position-xxl-fixed {
    position: fixed !important;
  }
}