@charset "UTF-8";
.btn-primary, .btn-outline-light {
  --bs-btn-color: #FFF;
}
.btn-primary:hover, .btn-outline-light:hover {
  color: #000000;
  background-color: #FFF;
  border-color: #000000;
}
.btn-outline-primary:hover {
  color: #FFF;
}
.text-brand {
  color: #000000 !important;
}
.bg-brand {
  background: #000000 !important;
}
/*******************************
// @ General
********************************/
html {
  height: 100%;
  width: 100%;
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
}
body {
  color: #000000;
  font-size: 1rem;
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 98px;
  background-color: #fff;
  font-family: "BrandFont", "Arial";
  font-weight: normal;
  font-style: normal;
}
section {
  padding: 5% 0;
}
a {
  color: #000000;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
h1, .h1 {
  font-size: calc(1.3rem + 1.5vw);
  line-height: 1;
}
h2, .h2 {
  font-size: calc(1.2rem + 1vw);
}
h3, .h3 {
  font-size: calc(0.75rem + 0.6vw);
}
img {
  max-width: 100%;
  height: auto;
}
section {
  position: relative;
}
header, section {
  width: 100%;
}
p:last-child {
  margin-bottom: 0;
}
.page-featured-image {
  max-width: 50%;
}
hr {
  opacity: 0.1;
}
.text-bold {
  font-weight: 900;
}
.text-medium {
  font-weight: 500;
}
.text-light {
  font-weight: 300;
}
ul.s-0 {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
}
ul.s-0 li {
  padding-left: 1em;
  position: relative;
  line-height: 1.4;
}
ul.s-0 li:before {
  content: "•";
  position: absolute;
  left: 0;
  top: 0;
}
.error404 header {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
/*******************************
// forms
*******************************/
.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1rem;
  padding: 1rem 1rem;
  border: 0;
  border-radius: 0;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
  color: var(--bs-alert-color);
  border-color: var(--bs-alert-border-color);
  background-color: var(--bs-alert-bg);
}
.wpcf7-textarea {
  height: 150px !important;
}
.rtl .wpcf7 input[type="url"], .rtl .wpcf7 input[type="email"], .rtl .wpcf7 input[type="tel"] {
  direction: rtl;
}
/*******************************
// componenets
*******************************/
.bg-image {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.screen-reader-text {
  display: none !important;
}
.pagination .page-numbers {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  border: 1px solid #9aa8a8;
  color: #9aa8a8;
  vertical-align: top;
  margin: 0 3px;
  text-align: center;
  transition: all 0.25s;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover {
  border: 1px solid #000000;
  background: #000000;
  color: #fff;
}
.pagination .page-numbers.prev:before, .pagination .page-numbers.next:before {
  font: var(--fa-font-solid);
}
.pagination .page-numbers.prev:before {
  content: "";
}
.pagination .page-numbers.next:before {
  content: "";
}
.title-box {
  text-transform: uppercase;
  color: #fff;
  background-color: #43a84c;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 900;
  width: fit-content;
}
.title-box span {
  font-size: 1em;
  line-height: 2.4em;
  padding: 0.1em 2.5em 0;
  display: block;
}
.swiper-button-next, .swiper-button-prev {
  color: #000000;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
  right: 10px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-bullet {
  width: 0.75rem;
  height: 0.75rem;
}
.wpcf7-spinner {
  opacity: 0.75;
  height: auto;
  border: none;
  border-radius: 0;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  left: 0;
  margin: 0;
  align-items: center;
  justify-content: center;
}
.wpcf7-spinner::before {
  top: 50%;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
}
.form-control {
  color: #000000;
  background-color: transparent !important;
  border-width: 0 0 1px 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.form-control.wpcf7-not-valid {
  color: #842029 !important;
  border-color: #842029;
}
.form-floating > label {
  padding: 1.1rem 0 0.9rem 0 !important;
}
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-control-plaintext ~ label, .form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0);
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown), .form-floating > .form-control-plaintext:focus, .form-floating > .form-control-plaintext:not(:placeholder-shown) {
  padding-top: 2rem;
  padding-bottom: 0.5rem;
}
.wpcf7-not-valid-tip {
  font-size: 0.75rem;
}
.carousel-indicators [data-bs-target] {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  margin-right: 5px;
  margin-left: 5px;
  background-color: #000;
}
.btn {
  text-align: center;
  line-height: 1;
  font-size: 0.875rem;
  padding: 10px 10px;
}
.btn-sm {
  padding: 0.3rem 0.75rem 0.25rem;
  font-size: 0.7rem;
  min-width: auto;
  line-height: 2;
}
.bt-0 {
  border-top-width: 0 !important;
}
/*******************************
// about
*******************************/
body.page-about-the-survey .figures .figure-group-0 .figure-1 {
  margin-top: -53px;
}
body.page-about-the-survey .figures .figure-group-1 .figure-1 .label {
  margin-top: -6px;
}
.page-about-the-survey .main-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.page-about-the-survey .main-content #about-why, .page-about-the-survey .main-content #about-states, .page-about-the-survey .main-content #about-pulse-survey {
  background: #777777;
}
.page-about-the-survey .main-content #about-methodology {
  background: #2F2E34;
}
.page-about-the-survey .main-content #about-main-survey {
  background: #C7C7C7;
}
.page-about-the-survey .main-content #about-why-body .content {
  column-count: 2;
  column-gap: 40px;
}
.bg-grey-dark {
  background-color: #9C9DA0;
}
.bg-grey-medium {
  background-color: #e5e5e5;
}
.bg-grey-light {
  background-color: #f4f4f4;
}
.swiper-slide {
  height: auto;
}
.swiper-posts .country-icon {
  background-size: contain;
  background-color: transparent !important;
}
.swiper-posts .country-teaser .thumb {
  flex: 0 0 140px !important;
  height: 140px !important;
  max-width: 140px;
}
.swiper-posts .country-teaser .title {
  flex: 2;
  font-weight: 500;
}
.swiper-posts .country-teaser .stat {
  line-height: 1.2;
  margin-bottom: 10px;
}
.swiper-posts .country-teaser .stat:last-child {
  margin-bottom: 0;
}
.swiper-posts .country-teaser .stat .stat-label {
  padding-right: 1rem;
}
.swiper-posts .country-teaser .stat .stat-value {
  text-align: right;
  min-width: 50px;
}
.swiper-posts .country-teaser .column-2 {
  border-left: 1px #000000 solid;
}
.swiper-posts #post-united-arab-emirates .thumb .country-icon, .swiper-posts #post-jordan .thumb .country-icon {
  padding-top: 60% !important;
  margin-bottom: 5%;
}
.swiper-posts #post-jordan .thumb .country-icon, .swiper-posts #post-lebanon .thumb .country-icon, .swiper-posts #post-libya .thumb .country-icon, .swiper-posts #post-palestinian-territories .thumb .country-icon {
  padding-top: 60% !important;
  margin-top: 5%;
}
.swiper-posts #post-iraq .thumb .country-icon, .swiper-posts #post-morocco .thumb .country-icon, .swiper-posts #post-yemen .thumb .country-icon {
  width: 75% !important;
  background-position: bottom;
}
.swiper-posts #post-egypt .thumb .country-icon, .swiper-posts #post-tunisia .thumb .country-icon {
  width: 95% !important;
}
#about-sources ul {
  margin: 0;
}
/*******************************
// Findings
*******************************/
body.page-findings section.post-finding .borders {
  border-style: solid;
  border-width: 0;
}
body.page-findings section.post-finding:nth-child(6n + 1) {
  background: #cee1f3;
}
body.page-findings section.post-finding:nth-child(6n + 1) .borders {
  border-color: #5b9ad4;
  color: #5b9ad4;
}
body.page-findings section.post-finding:nth-child(6n + 1) .btn-primary {
  background-color: #5b9ad4;
  border-color: #5b9ad4;
}
body.page-findings section.post-finding:nth-child(6n + 2) {
  background: #d7f3cf;
}
body.page-findings section.post-finding:nth-child(6n + 2) .borders {
  border-color: #77d45c;
  color: #77d45c;
}
body.page-findings section.post-finding:nth-child(6n + 2) .btn-primary {
  background-color: #77d45c;
  border-color: #77d45c;
}
body.page-findings section.post-finding:nth-child(6n + 3) {
  background: #dee6f5;
}
body.page-findings section.post-finding:nth-child(6n + 3) .borders {
  border-color: #8ea9db;
  color: #8ea9db;
}
body.page-findings section.post-finding:nth-child(6n + 3) .btn-primary {
  background-color: #8ea9db;
  border-color: #8ea9db;
}
body.page-findings section.post-finding:nth-child(6n + 4) {
  background: #d7d6d3;
}
body.page-findings section.post-finding:nth-child(6n + 4) .borders {
  border-color: #77756a;
  color: #77756a;
}
body.page-findings section.post-finding:nth-child(6n + 5) {
  background: #b3e5d3;
}
body.page-findings section.post-finding:nth-child(6n + 5) .borders {
  border-color: #00a76b;
  color: #00a76b;
}
body.page-findings section.post-finding:nth-child(6n + 5) .btn-primary {
  background-color: #00a76b;
  border-color: #00a76b;
}
body.page-findings section.post-finding:nth-child(6n + 6) {
  background: #cee1f3;
}
body.page-findings section.post-finding:nth-child(6n + 6) .borders {
  border-color: #5b9ad4;
  color: #5b9ad4;
}
body.page-findings section.post-finding:nth-child(6n + 6) .btn-primary {
  background-color: #5b9ad4;
  border-color: #5b9ad4;
}
.page-findings .main-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.page-findings .main-content .posts-findings .inner {
  background-image: url("../img/finding-listing-bg.jpg");
}
.posts-swiper .pagination > * {
  color: #000000;
  margin: 0 4px;
  font-size: 0.875rem !important;
}
.posts-swiper .pagination input.page {
  border: 1px solid #7f7f7f;
  border-radius: 5px;
  background-color: #fff !important;
  padding: 2px 0 0 !important;
  width: 50px !important;
  text-align: center !important;
  line-height: 1.8 !important;
  -webkit-appearance: none;
}
.posts-swiper .pagination .swiper-pagination-button {
  font-size: 0.875rem !important;
  line-height: 1.8 !important;
  min-width: fit-content;
  padding-top: 2px;
}
.posts-swiper .pagination .swiper-pagination-button-prev {
  border-radius: 5px 0 0 5px !important;
}
.posts-swiper .pagination .swiper-pagination-button-next {
  border-radius: 0 5px 5px 0 !important;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  border-color: #9EEE09;
}
/*******************************
// collapsible
*******************************/
.collapsible.show + .collapsible-cta .collapsible-cta-expand, .collapsible.collapsing + .collapsible-cta .collapsible-cta-expand {
  display: none;
}
.collapsible.show + .collapsible-cta .collapsible-cta-collapse, .collapsible.collapsing + .collapsible-cta .collapsible-cta-collapse {
  display: block;
}
.collapsible.collapse:not(.show) + .collapsible-cta .collapsible-cta-expand {
  display: block;
}
.collapsible.collapse:not(.show) + .collapsible-cta .collapsible-cta-collapse {
  display: none;
}
/*******************************
// whitepaper
*******************************/
body.page-whitepaper .main-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
body.page-whitepaper .main-content #whitepaper-latest {
  background: #048353;
  position: relative;
}
body.page-whitepaper .main-content #whitepaper-latest::before {
  content: "";
  background: #33cb98;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 50%;
  z-index: 0;
}
body.page-whitepaper .main-content #whitepaper-latest .content {
  z-index: 1;
  position: relative;
}
body.page-whitepaper .main-content #whitepaper-latest .latest-intro {
  background: #33cb98;
}
body.page-whitepaper #whitepapers-listing .btn {
  color: #777777 !important;
  border-color: #777777 !important;
}
body.page-whitepaper #whitepapers-listing .year-1, body.page-whitepaper #whitepapers-listing .year-3, body.page-whitepaper #whitepapers-listing .year-6, body.page-whitepaper #whitepapers-listing .year-8, body.page-whitepaper #whitepapers-listing .year-9, body.page-whitepaper #whitepapers-listing .year-11, body.page-whitepaper #whitepapers-listing .year-14, body.page-whitepaper #whitepapers-listing .year-16 {
  background-color: #e8e8e9;
}
body.page-whitepaper #whitepapers-listing .year:hover {
  background-color: #00a76b !important;
}
body.page-whitepaper #whitepapers-listing .year:hover .label {
  color: #ffffff !important;
}
body.page-whitepaper #whitepapers-listing .year:hover .btn {
  color: #ffffff !important;
  border-color: #ffffff !important;
  transition: none;
}
body.page-whitepaper #whitepapers-listing .year:hover .btn:hover {
  color: #00a76b !important;
  background-color: #ffffff !important;
}
.fancybox__content {
  padding: 20px;
}
/*******************************
// Contact
*******************************/
#contact-form {
  background: rgba(180, 174, 140, 0.15);
}
body.page-contact-us .main-content, body.page-media-centre .main-content {
  max-width: 100% !important;
  padding: 0 !important;
  margin-top: 0 !important;
}
.contact-map {
  overflow: hidden;
  background-color: #e5e3df;
  position: relative;
}
.contact-map iframe {
  margin-top: -150px;
}
.contact-map .expand {
  background-color: #fff;
  padding: 8px;
  color: #000000;
  font-size: 1.5rem;
  line-height: 0.8;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 999;
  border-radius: 5px;
}
.page-media-centre .swiper-pagination {
  position: relative;
  bottom: unset;
  height: 30px;
}
#media-center-infographics {
  background: #e8e8e8;
}
.page-media-centre #media-covarage {
  background: #eef2fa;
}
.page-media-centre .swiper-pagination-bullet {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  color: #fff;
  line-height: 30px;
  overflow: hidden;
  background-color: #000000;
  opacity: 1;
  margin: 0 2px !important;
  font-size: 0.725rem;
}
.page-media-centre .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #9C9DA0;
}
.line-clamp {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#swiper-wrapper-infographics {
  overflow: hidden;
}
.galler-swiper .swiper-slide .thumb {
  border: 1px solid #9C9DA0;
  box-sizing: border-box;
}
.galler-swiper .swiper-slide .thumb .caption {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
  display: none;
  align-items: center;
  justify-content: center;
}
.galler-swiper .swiper-slide:hover .infographics-thumb .caption {
  display: flex;
}
.swiperjs {
  display: none;
}
.swiperjs.swiper-initialized {
  display: block;
}
section#media-covarage .nav-tabs {
  border: 0 !important;
}
section#media-covarage .nav-tabs .nav-link {
  color: #000000 !important;
  text-transform: uppercase !important;
  border: 0 !important;
  background-color: transparent !important;
  position: relative;
  padding: 0 !important;
}
section#media-covarage .nav-tabs .nav-link:after {
  height: 10px;
  width: 3px;
  background-color: #000000;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -5px;
}
section#media-covarage .nav-tabs .nav-link.active {
  color: #3cb551 !important;
}
section#media-covarage .nav-tabs .nav-tabs-separator {
  height: 11px;
  width: 3px;
  background-color: #000000;
}
/*******************************
// archive
*******************************/
.category article {
  padding-bottom: 25px;
  border-bottom: #ccc solid 1px;
  margin-bottom: 25px;
}
.category article .title {
  font-weight: 500;
  font-size: 1rem;
}
.single-post .gallery {
  margin-right: -10px !important;
  margin-left: -10px !important;
}
.single-post .gallery .gallery-item {
  padding: 10px;
  margin: 0 0 0 !important;
}
.single-post .gallery .gallery-item dd {
  margin: 0.6rem 0;
  font-weight: 700;
}
.sidebar-wrapper {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-left: 4px solid #000;
}
.sidebar-wrapper .sidebar h2 {
  color: #8EA9DB;
  font-size: 18px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: 0 !important;
  margin-bottom: 15px;
}
.sidebar-wrapper .sidebar .widget {
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 4px solid #000;
}
.sidebar-wrapper .sidebar .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.sidebar-wrapper .sidebar .widget ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.sidebar-wrapper .sidebar .widget ul li {
  margin-bottom: 10px;
}
.sidebar-wrapper .sidebar .widget ul li:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}
.sidebar-wrapper .sidebar .widget ul li a {
  color: #797984;
}
iframe[width="0px"][height="0px"] {
  display: none !important;
  visibility: hidden !important;
}
pre {
  direction: ltr !important;
}
.grecaptcha-badge {
  visibility: hidden;
  opacity: 0;
}
/*****************************************************
* single-expert
*/
.single-expert .thumb {
  padding: 4px;
}
.single-expert .thumb .bg-image {
  z-index: 1;
  position: relative;
}
.single-expert .thumb .box {
  z-index: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
/*****************************************************************/
.states .state .statesbox .colorbox img {
  height: 110px;
  width: 100%;
}
.states .state .statesbox .whitebox {
  font-size: 15px;
  padding: 34px 10px 0px;
}
.states .state .statesbox .whitebox.whitebox-1 {
  background-color: #e6f1e0;
}
.states .state .statesbox .whitebox.whitebox-2 {
  background-color: #dbdfe2;
}
.states .state .statesbox .whitebox.whitebox-3 {
  background-color: #e5f3f3;
}
.states .state .statesbox .whitebox.whitebox-4 {
  background-color: #d9dce5;
}
.statesbox {
  display: inline-flex;
  width: 100%;
}
.statesbox .whitebox, .statesbox .colorbox {
  width: 50%;
  height: 100%;
  background-color: #efefef;
  display: flex;
  justify-content: center;
  flex-flow: column;
  padding: 0px 20px;
}
.statesbox .box-overlay {
  width: 50%;
}
.statesbox:nth-child(n + 7):nth-child(-n + 11) .colorbox {
  background-color: #d7d5d6;
}
.statesbox:nth-child(n + 12):nth-child(-n + 16) .colorbox {
  background-color: #d0dfe6;
}
.inner-page .about-survey-states {
  /*

    .statesbox:nth-child(4n + 1) {
      .colorbox {
        background-color: #abddd4;
      }
      .whitebox {
        background-color: #e5f3f3;
      }
    }
  

    .statesbox:nth-child(4n + 2) {
      .colorbox {
        background-color: #c1c2c4;
      }
      .whitebox {
        background-color: #e7e8ea;
      }
    }

    .statesbox:nth-child(4n + 3) {
      .colorbox {
        background-color: #acd599;
      }
      .whitebox {
        background-color: #deedd6;
      }
    }


    .statesbox:nth-child(4n + 4) {
      .colorbox {
        background-color: #a9aec2;
      }
      .whitebox {
        background-color: #dfe2eb;
      }
    }

*/
}
.inner-page .about-survey-states .region-title:first-child {
  margin-top: 0 !important;
}
.inner-page .about-survey-states .statesbox {
  width: 100%;
}
.inner-page .about-survey-states .statesbox h6 {
  color: #fff;
}
.inner-page .about-survey-states .statesbox .colorbox {
  width: 25%;
  background-color: #abddd4;
  padding: 30px;
}
.inner-page .about-survey-states .statesbox .colorbox img {
  width: 40%;
}
.inner-page .about-survey-states .statesbox .whitebox {
  width: 75%;
  background-color: #e5f3f3;
  padding: 30px;
}
.inner-page .about-survey-states .statesbox .whitebox, .inner-page .about-survey-states .statesbox .colorbox {
  align-items: center;
}
.inner-page .about-survey-states .statesbox-2 .colorbox {
  background-color: #c1c2c4;
}
.inner-page .about-survey-states .statesbox-2 .whitebox {
  background-color: #e7e8ea;
}
.inner-page .about-survey-states .statesbox-3 .colorbox {
  background-color: #acd599;
}
.inner-page .about-survey-states .statesbox-3 .whitebox {
  background-color: #deedd6;
}
.inner-page .about-survey-states .statesbox-4 .colorbox {
  background-color: #a9aec2;
}
.inner-page .about-survey-states .statesbox-4 .whitebox {
  background-color: #dfe2eb;
}
.inner-page .about-survey-states .statesbox-5 .colorbox {
  background-color: #abddd4;
}
.inner-page .about-survey-states .statesbox-5 .whitebox {
  background-color: #e5f3f3;
}
.inner-page .about-survey-states .statesbox-6 .colorbox {
  background-color: #c1c2c4;
}
.inner-page .about-survey-states .statesbox-6 .whitebox {
  background-color: #e7e8ea;
}
.inner-page .about-survey-states .statesbox-7 .colorbox {
  background-color: #acd599;
}
.inner-page .about-survey-states .statesbox-7 .whitebox {
  background-color: #deedd6;
}
.inner-page .about-survey-states .statesbox-8 .colorbox {
  background-color: #a9aec2;
}
.inner-page .about-survey-states .statesbox-8 .whitebox {
  background-color: #dfe2eb;
}
.inner-page .about-survey-states .statesbox-9 .colorbox {
  background-color: #abddd4;
}
.inner-page .about-survey-states .statesbox-9 .whitebox {
  background-color: #e5f3f3;
}
.inner-page .about-survey-states .statesbox-10 .colorbox {
  background-color: #c1c2c4;
}
.inner-page .about-survey-states .statesbox-10 .whitebox {
  background-color: #e7e8ea;
}
.inner-page .about-survey-states .statesbox-11 .colorbox {
  background-color: #acd599;
}
.inner-page .about-survey-states .statesbox-11 .whitebox {
  background-color: #deedd6;
}
.inner-page .about-survey-states .statesbox-12 .colorbox {
  background-color: #a9aec2;
}
.inner-page .about-survey-states .statesbox-12 .whitebox {
  background-color: #dfe2eb;
}
.inner-page .about-survey-states .statesbox-13 .colorbox {
  background-color: #abddd4;
}
.inner-page .about-survey-states .statesbox-13 .whitebox {
  background-color: #e5f3f3;
}
.inner-page .about-survey-states .statesbox-14 .colorbox {
  background-color: #c1c2c4;
}
.inner-page .about-survey-states .statesbox-14 .whitebox {
  background-color: #e7e8ea;
}
.inner-page .about-survey-states .statesbox-15 .colorbox {
  background-color: #acd599;
}
.inner-page .about-survey-states .statesbox-15 .whitebox {
  background-color: #deedd6;
}
.inner-page .about-survey-states .statesbox-16 .colorbox {
  background-color: #a9aec2;
}
.inner-page .about-survey-states .statesbox-16 .whitebox {
  background-color: #dfe2eb;
}
.inner-page .about-survey-states .statesbox-17 .colorbox {
  background-color: #abddd4;
}
.inner-page .about-survey-states .statesbox-17 .whitebox {
  background-color: #e5f3f3;
}
.inner-page .about-survey-states .statesbox-18 .colorbox {
  background-color: #c1c2c4;
}
.inner-page .about-survey-states .statesbox-18 .whitebox {
  background-color: #e7e8ea;
}
/****************************************************************
** pages Colors
*/
body.page-findings .page-header {
  background: #9EE59B;
}
body.page-findings .page-header .box {
  border-color: #113C63;
}
body.page-findings .page-header::before {
  right: 0;
  bottom: 10%;
  height: 65%;
  width: 70%;
}
.page-media-centre .page-header {
  background: #8ea9db !important;
}
.page-media-centre .page-header::before {
  right: 0;
  bottom: 0;
  height: 85%;
  width: 75%;
}
.page-media-centre .btn-primary, .page-media-centre .swiper-pagination-bullet {
  background: #8ea9db !important;
  color: #fff !important;
  border-color: #8ea9db !important;
  border-radius: 0;
}
.page-media-centre .btn-primary.nav-link {
  border: 0 !important;
}
.page-media-centre .btn-primary.nav-link:nth-child(2) {
  background: rgba(142, 169, 219, 0.85) !important;
}
.page-media-centre .btn-primary.nav-link:nth-child(3) {
  background: rgba(142, 169, 219, 0.7) !important;
}
.page-media-centre .btn-primary.nav-link:nth-child(4) {
  background: rgba(142, 169, 219, 0.55) !important;
}
.page-media-centre .btn-dark {
  background: #000000 !important;
  color: #fff !important;
}
body.page-contact-us .page-header {
  background: #b4ae8c;
}
body.page-contact-us .page-header::before {
  right: unset;
  left: 0;
  bottom: 0;
  height: 63%;
  width: 70%;
}
body.page-contact-us .btn-primary {
  background: #b4ae8c;
  color: #fff !important;
  border-color: #b4ae8c !important;
}
body.page-about-the-survey .page-header {
  background: #113C63;
}
body.page-about-the-survey .page-header .box {
  border-color: #4EC649;
}
body.page-about-the-survey .page-header::before {
  top: 10%;
  bottom: unset;
  height: 70%;
  width: 70%;
}
body.page-whitepaper .page-header {
  background: #00a76b;
}
body.page-whitepaper .page-header::before {
  right: unset;
  left: 0;
  bottom: 15%;
  height: 77%;
  width: 65%;
}
.page-media-centre .page-header {
  background: #8ea9db;
}
.page-disclaimer .page-header {
  background: #77D45C;
}
.page-disclaimer .page-header::before {
  top: 0;
  bottom: unset;
  height: 77%;
  width: 85%;
}
body.page-privacy-policy .page-header::before {
  right: unset;
  left: 0;
  bottom: 0;
  height: 55%;
  width: 85%;
}
body.page-terms .page-header {
  background: #5B9AD4;
}
body.page-terms .page-header::before {
  right: unset;
  left: 0;
  bottom: unset;
  top: 0;
  height: 75%;
  width: 75%;
}
/******************************
// @ MENU
******************************/
header {
  background-color: #FFF;
  padding: 1rem 0;
  color: #000000;
}
header .navbar .navbar-brand {
  padding: 0;
  margin-right: 0;
}
header .navbar .navbar-brand .logo {
  background: url("../img/logo-en.svg") no-repeat;
  background-position: left center;
  background-size: contain;
  width: 270px;
  height: 0;
  padding-top: 35%;
  display: block;
}
header .navbar .menu-item {
  position: relative;
}
header .navbar .menu-item > a {
  text-transform: uppercase;
  font-size: 0.85rem;
  transition: none;
  padding-left: 0.45rem !important;
  padding-right: 0.45rem !important;
}
header .navbar .menu-item:hover > a, header .navbar .menu-item.current_page_item > a {
  color: #40B037;
}
header .navbar .menu-item:last-child > a {
  padding-right: 0 !important;
}
header .navbar .menu-item.lang-item {
  font-family: "Cairo", "Arial";
  font-weight: bold;
}
header .navbar .menu-item.lang-item a {
  color: #40B037 !important;
}
header .navbar ul#menu-social .menu-item > a {
  color: #848689;
}
header .menu-logo {
  padding: 14px 0;
}
.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: #FFF;
  background-color: transparent;
  border: 0;
}
button:focus, .btn-close:focus {
  outline: none;
  box-shadow: none;
}
.menu-bars {
  width: 36px;
}
.menu-bars span {
  height: 2px;
  background: #FFF;
}
.menu-bars #bar-middle {
  margin: 10px 0;
}
#menu-bars {
  width: 36px;
  height: 28px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#menu-bars span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000000;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.4s ease-in-out;
  -moz-transition: 0.4s ease-in-out;
  -o-transition: 0.4s ease-in-out;
  transition: 0.4s ease-in-out;
}
#menu-bars span:nth-child(1) {
  top: 0px;
}
#menu-bars span:nth-child(2), #menu-bars span:nth-child(3) {
  top: 13px;
}
#menu-bars span:nth-child(4) {
  top: 26px;
}
body.menu-open #menu-bars span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}
body.menu-open #menu-bars span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
body.menu-open #menu-bars span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
body.menu-open #menu-bars span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}
.page-header {
  background-color: #848689;
  position: relative;
  padding: 7% 0;
  overflow: hidden;
}
.page-header::before {
  content: "";
  position: absolute;
  height: 67.3898051015%;
  bottom: 12.4316088238%;
  right: 0;
  width: 76.8671101643%;
  background-color: #FFF;
  opacity: 0.3;
  z-index: 0;
}
.page-header > * {
  position: relative;
  z-index: 1;
}
/*******************************
// footer
*******************************/
footer {
  font-size: 0.7rem;
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  z-index: 1;
}
footer * {
  color: #848689 !important;
}
footer .social-menu {
  font-size: 0.8rem;
  margin: 0 -0.25rem;
}
footer .social-menu .menu-item {
  margin: 0 0.25rem;
}
footer .social-menu .menu-item i {
  font-size: 14px !important;
  margin: 0;
  line-height: 40px;
}
footer img.proof-logo {
  height: 38px;
}
footer img.asdaa-logo {
  height: 32px;
  margin-bottom: 10px;
}
footer .lang-item {
  display: none !important;
}
/*******************************
// home
*******************************/
#home-about {
  background: #113c63;
}
#home-why {
  background: #777777;
}
#home-experts {
  background: #c7c7c7;
}
#home-experts > div {
  max-width: 768px !important;
}
/*******************************
//  spotlight
*******************************/
.box {
  border-style: solid;
  border-width: 4px;
  border-color: #000;
  background: #fff;
  padding: calc(0.5vw + 10px) calc(1vw + 15px);
  color: #000;
}
.box * {
  color: #000 !important;
}
.box-bold {
  border-width: 6px;
}
.box-thin {
  border-width: 2px;
}
.box-black {
  border-color: #000 !important;
}
.box-green {
  border-color: #4EC649 !important;
}
.box-blue {
  border-color: #113C63 !important;
}
.box-grey {
  border-color: #777777 !important;
}
.box-blue-light {
  border-color: #5B9AD4 !important;
}
.box-purple-light {
  border-color: #8EA9DB !important;
}
.box-green-light {
  border-color: #77D45C !important;
}
.box-green-dark {
  border-color: #00A76B !important;
}
.box-yellow-dark {
  border-color: #B4AE8C !important;
}
.w-fit {
  width: fit-content !important;
}
/*******************************
//  spotlight
*******************************/
#home-spotlight {
  background-image: url("../img/spotlight-bg.svg");
  background-size: auto;
  background-repeat: no-repeat;
  background-position: center;
}
#home-spotlight #living-new-reality {
  font-size: 6.5vw;
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
}
#home-spotlight #edition-15 {
  width: 90%;
}
#home-spotlight .box {
  padding: 2%;
}
#home-spotlight.home-spotlight-stream #living-new-reality {
  font-size: calc(3vw + 18px);
}
/*******************************
//  findings
*******************************/
#home-findings {
  background: #a2e29f;
}
/*******************************
//  EXPERTS
*******************************/
.expert-teaser:nth-child(6n + 1) .box {
  border-color: #5B9AD4;
}
.expert-teaser:nth-child(6n + 2) .box {
  border-color: #77D45C;
}
.expert-teaser:nth-child(6n + 3) .box {
  border-color: #8EA9DB;
}
.expert-teaser:nth-child(6n + 4) .box {
  border-color: #777777;
}
.expert-teaser:nth-child(6n + 5) .box {
  border-color: #00A76B;
}
.expert-teaser:nth-child(6n + 6) .box {
  border-color: #B4AE8C;
}
/*******************************
// @ RESPONSIVE
*******************************/
/*******************************
// @ General
********************************/
.cursor-auto {
  cursor: auto;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-wait {
  cursor: wait;
}
.cursor-text {
  cursor: text;
}
.cursor-move {
  cursor: move;
}
.cursor-help {
  cursor: help;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.line-clamp-1 {
  -webkit-line-clamp: 1 !important;
}
.lines-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  -webkit-line-clamp: 2 !important;
}
.lines-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  -webkit-line-clamp: 3 !important;
}
.lines-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-4 {
  -webkit-line-clamp: 4 !important;
}
.lines-4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.line-clamp-5 {
  -webkit-line-clamp: 5 !important;
}
.lines-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.line-clamp-6 {
  -webkit-line-clamp: 6 !important;
}
.lines-6 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
}
.line-clamp-7 {
  -webkit-line-clamp: 7 !important;
}
.lines-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}
.line-clamp-8 {
  -webkit-line-clamp: 8 !important;
}
.lines-8 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
}
.line-clamp-9 {
  -webkit-line-clamp: 9 !important;
}
.lines-9 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 9;
}
.h-px-1 {
  height: 1px !important;
}
.h-px-2 {
  height: 2px !important;
}
.h-px-3 {
  height: 3px !important;
}
.h-px-4 {
  height: 4px !important;
}
.h-px-5 {
  height: 5px !important;
}
.h-px-6 {
  height: 6px !important;
}
.h-px-7 {
  height: 7px !important;
}
.h-px-8 {
  height: 8px !important;
}
.h-px-9 {
  height: 9px !important;
}
.h-px-10 {
  height: 10px !important;
}
.h-px-11 {
  height: 11px !important;
}
.h-px-12 {
  height: 12px !important;
}
.h-px-13 {
  height: 13px !important;
}
.h-px-14 {
  height: 14px !important;
}
.h-px-15 {
  height: 15px !important;
}
.h-px-16 {
  height: 16px !important;
}
.h-px-17 {
  height: 17px !important;
}
.h-px-18 {
  height: 18px !important;
}
.h-px-19 {
  height: 19px !important;
}
.h-px-20 {
  height: 20px !important;
}
.h-px-21 {
  height: 21px !important;
}
.h-px-22 {
  height: 22px !important;
}
.h-px-23 {
  height: 23px !important;
}
.h-px-24 {
  height: 24px !important;
}
.h-px-25 {
  height: 25px !important;
}
.h-px-26 {
  height: 26px !important;
}
.h-px-27 {
  height: 27px !important;
}
.h-px-28 {
  height: 28px !important;
}
.h-px-29 {
  height: 29px !important;
}
.h-px-30 {
  height: 30px !important;
}
.h-px-31 {
  height: 31px !important;
}
.h-px-32 {
  height: 32px !important;
}
.h-px-33 {
  height: 33px !important;
}
.h-px-34 {
  height: 34px !important;
}
.h-px-35 {
  height: 35px !important;
}
.h-px-36 {
  height: 36px !important;
}
.h-px-37 {
  height: 37px !important;
}
.h-px-38 {
  height: 38px !important;
}
.h-px-39 {
  height: 39px !important;
}
.h-px-40 {
  height: 40px !important;
}
.h-px-41 {
  height: 41px !important;
}
.h-px-42 {
  height: 42px !important;
}
.h-px-43 {
  height: 43px !important;
}
.h-px-44 {
  height: 44px !important;
}
.h-px-45 {
  height: 45px !important;
}
.h-px-46 {
  height: 46px !important;
}
.h-px-47 {
  height: 47px !important;
}
.h-px-48 {
  height: 48px !important;
}
.h-px-49 {
  height: 49px !important;
}
.h-px-50 {
  height: 50px !important;
}
.h-px-51 {
  height: 51px !important;
}
.h-px-52 {
  height: 52px !important;
}
.h-px-53 {
  height: 53px !important;
}
.h-px-54 {
  height: 54px !important;
}
.h-px-55 {
  height: 55px !important;
}
.h-px-56 {
  height: 56px !important;
}
.h-px-57 {
  height: 57px !important;
}
.h-px-58 {
  height: 58px !important;
}
.h-px-59 {
  height: 59px !important;
}
.h-px-60 {
  height: 60px !important;
}
.h-px-61 {
  height: 61px !important;
}
.h-px-62 {
  height: 62px !important;
}
.h-px-63 {
  height: 63px !important;
}
.h-px-64 {
  height: 64px !important;
}
.h-px-65 {
  height: 65px !important;
}
.h-px-66 {
  height: 66px !important;
}
.h-px-67 {
  height: 67px !important;
}
.h-px-68 {
  height: 68px !important;
}
.h-px-69 {
  height: 69px !important;
}
.h-px-70 {
  height: 70px !important;
}
.h-px-71 {
  height: 71px !important;
}
.h-px-72 {
  height: 72px !important;
}
.h-px-73 {
  height: 73px !important;
}
.h-px-74 {
  height: 74px !important;
}
.h-px-75 {
  height: 75px !important;
}
.h-px-76 {
  height: 76px !important;
}
.h-px-77 {
  height: 77px !important;
}
.h-px-78 {
  height: 78px !important;
}
.h-px-79 {
  height: 79px !important;
}
.h-px-80 {
  height: 80px !important;
}
.h-px-81 {
  height: 81px !important;
}
.h-px-82 {
  height: 82px !important;
}
.h-px-83 {
  height: 83px !important;
}
.h-px-84 {
  height: 84px !important;
}
.h-px-85 {
  height: 85px !important;
}
.h-px-86 {
  height: 86px !important;
}
.h-px-87 {
  height: 87px !important;
}
.h-px-88 {
  height: 88px !important;
}
.h-px-89 {
  height: 89px !important;
}
.h-px-90 {
  height: 90px !important;
}
.h-px-91 {
  height: 91px !important;
}
.h-px-92 {
  height: 92px !important;
}
.h-px-93 {
  height: 93px !important;
}
.h-px-94 {
  height: 94px !important;
}
.h-px-95 {
  height: 95px !important;
}
.h-px-96 {
  height: 96px !important;
}
.h-px-97 {
  height: 97px !important;
}
.h-px-98 {
  height: 98px !important;
}
.h-px-99 {
  height: 99px !important;
}
.b-0 {
  border-width: 0px !important;
}
.bt-0 {
  border-top-width: 0px !important;
}
.bb-0 {
  border-bottom-width: 0px !important;
}
.be-0 {
  border-right-width: 0px !important;
}
.bs-0 {
  border-left-width: 0px !important;
}
.columns-0 {
  column-count: 0;
  column-gap: calc(2% + 20px);
}
.b-1 {
  border-width: 1px !important;
}
.bt-1 {
  border-top-width: 1px !important;
}
.bb-1 {
  border-bottom-width: 1px !important;
}
.be-1 {
  border-right-width: 1px !important;
}
.bs-1 {
  border-left-width: 1px !important;
}
.columns-1 {
  column-count: 1;
  column-gap: calc(2% + 20px);
}
.b-2 {
  border-width: 2px !important;
}
.bt-2 {
  border-top-width: 2px !important;
}
.bb-2 {
  border-bottom-width: 2px !important;
}
.be-2 {
  border-right-width: 2px !important;
}
.bs-2 {
  border-left-width: 2px !important;
}
.columns-2 {
  column-count: 2;
  column-gap: calc(2% + 20px);
}
.b-3 {
  border-width: 3px !important;
}
.bt-3 {
  border-top-width: 3px !important;
}
.bb-3 {
  border-bottom-width: 3px !important;
}
.be-3 {
  border-right-width: 3px !important;
}
.bs-3 {
  border-left-width: 3px !important;
}
.columns-3 {
  column-count: 3;
  column-gap: calc(2% + 20px);
}
.b-4 {
  border-width: 4px !important;
}
.bt-4 {
  border-top-width: 4px !important;
}
.bb-4 {
  border-bottom-width: 4px !important;
}
.be-4 {
  border-right-width: 4px !important;
}
.bs-4 {
  border-left-width: 4px !important;
}
.columns-4 {
  column-count: 4;
  column-gap: calc(2% + 20px);
}
.b-5 {
  border-width: 5px !important;
}
.bt-5 {
  border-top-width: 5px !important;
}
.bb-5 {
  border-bottom-width: 5px !important;
}
.be-5 {
  border-right-width: 5px !important;
}
.bs-5 {
  border-left-width: 5px !important;
}
.columns-5 {
  column-count: 5;
  column-gap: calc(2% + 20px);
}
.b-6 {
  border-width: 6px !important;
}
.bt-6 {
  border-top-width: 6px !important;
}
.bb-6 {
  border-bottom-width: 6px !important;
}
.be-6 {
  border-right-width: 6px !important;
}
.bs-6 {
  border-left-width: 6px !important;
}
.columns-6 {
  column-count: 6;
  column-gap: calc(2% + 20px);
}
.b-7 {
  border-width: 7px !important;
}
.bt-7 {
  border-top-width: 7px !important;
}
.bb-7 {
  border-bottom-width: 7px !important;
}
.be-7 {
  border-right-width: 7px !important;
}
.bs-7 {
  border-left-width: 7px !important;
}
.columns-7 {
  column-count: 7;
  column-gap: calc(2% + 20px);
}
.b-8 {
  border-width: 8px !important;
}
.bt-8 {
  border-top-width: 8px !important;
}
.bb-8 {
  border-bottom-width: 8px !important;
}
.be-8 {
  border-right-width: 8px !important;
}
.bs-8 {
  border-left-width: 8px !important;
}
.columns-8 {
  column-count: 8;
  column-gap: calc(2% + 20px);
}
.b-9 {
  border-width: 9px !important;
}
.bt-9 {
  border-top-width: 9px !important;
}
.bb-9 {
  border-bottom-width: 9px !important;
}
.be-9 {
  border-right-width: 9px !important;
}
.bs-9 {
  border-left-width: 9px !important;
}
.columns-9 {
  column-count: 9;
  column-gap: calc(2% + 20px);
}
.mw-px-0 {
  max-width: 0px !important;
}
.w-px-0 {
  width: 0px !important;
}
.h-px-0 {
  height: 0px !important;
}
.min-h-px-0 {
  min-height: 0px !important;
}
.mw-px-5 {
  max-width: 5px !important;
}
.w-px-5 {
  width: 5px !important;
}
.h-px-5 {
  height: 5px !important;
}
.min-h-px-5 {
  min-height: 5px !important;
}
.mw-px-10 {
  max-width: 10px !important;
}
.w-px-10 {
  width: 10px !important;
}
.h-px-10 {
  height: 10px !important;
}
.min-h-px-10 {
  min-height: 10px !important;
}
.mw-px-15 {
  max-width: 15px !important;
}
.w-px-15 {
  width: 15px !important;
}
.h-px-15 {
  height: 15px !important;
}
.min-h-px-15 {
  min-height: 15px !important;
}
.mw-px-20 {
  max-width: 20px !important;
}
.w-px-20 {
  width: 20px !important;
}
.h-px-20 {
  height: 20px !important;
}
.min-h-px-20 {
  min-height: 20px !important;
}
.mw-px-25 {
  max-width: 25px !important;
}
.w-px-25 {
  width: 25px !important;
}
.h-px-25 {
  height: 25px !important;
}
.min-h-px-25 {
  min-height: 25px !important;
}
.mw-px-30 {
  max-width: 30px !important;
}
.w-px-30 {
  width: 30px !important;
}
.h-px-30 {
  height: 30px !important;
}
.min-h-px-30 {
  min-height: 30px !important;
}
.mw-px-35 {
  max-width: 35px !important;
}
.w-px-35 {
  width: 35px !important;
}
.h-px-35 {
  height: 35px !important;
}
.min-h-px-35 {
  min-height: 35px !important;
}
.mw-px-40 {
  max-width: 40px !important;
}
.w-px-40 {
  width: 40px !important;
}
.h-px-40 {
  height: 40px !important;
}
.min-h-px-40 {
  min-height: 40px !important;
}
.mw-px-45 {
  max-width: 45px !important;
}
.w-px-45 {
  width: 45px !important;
}
.h-px-45 {
  height: 45px !important;
}
.min-h-px-45 {
  min-height: 45px !important;
}
.mw-px-50 {
  max-width: 50px !important;
}
.w-px-50 {
  width: 50px !important;
}
.h-px-50 {
  height: 50px !important;
}
.min-h-px-50 {
  min-height: 50px !important;
}
.mw-px-55 {
  max-width: 55px !important;
}
.w-px-55 {
  width: 55px !important;
}
.h-px-55 {
  height: 55px !important;
}
.min-h-px-55 {
  min-height: 55px !important;
}
.mw-px-60 {
  max-width: 60px !important;
}
.w-px-60 {
  width: 60px !important;
}
.h-px-60 {
  height: 60px !important;
}
.min-h-px-60 {
  min-height: 60px !important;
}
.mw-px-65 {
  max-width: 65px !important;
}
.w-px-65 {
  width: 65px !important;
}
.h-px-65 {
  height: 65px !important;
}
.min-h-px-65 {
  min-height: 65px !important;
}
.mw-px-70 {
  max-width: 70px !important;
}
.w-px-70 {
  width: 70px !important;
}
.h-px-70 {
  height: 70px !important;
}
.min-h-px-70 {
  min-height: 70px !important;
}
.mw-px-75 {
  max-width: 75px !important;
}
.w-px-75 {
  width: 75px !important;
}
.h-px-75 {
  height: 75px !important;
}
.min-h-px-75 {
  min-height: 75px !important;
}
.mw-px-80 {
  max-width: 80px !important;
}
.w-px-80 {
  width: 80px !important;
}
.h-px-80 {
  height: 80px !important;
}
.min-h-px-80 {
  min-height: 80px !important;
}
.mw-px-85 {
  max-width: 85px !important;
}
.w-px-85 {
  width: 85px !important;
}
.h-px-85 {
  height: 85px !important;
}
.min-h-px-85 {
  min-height: 85px !important;
}
.mw-px-90 {
  max-width: 90px !important;
}
.w-px-90 {
  width: 90px !important;
}
.h-px-90 {
  height: 90px !important;
}
.min-h-px-90 {
  min-height: 90px !important;
}
.mw-px-95 {
  max-width: 95px !important;
}
.w-px-95 {
  width: 95px !important;
}
.h-px-95 {
  height: 95px !important;
}
.min-h-px-95 {
  min-height: 95px !important;
}
.mw-px-100 {
  max-width: 100px !important;
}
.w-px-100 {
  width: 100px !important;
}
.h-px-100 {
  height: 100px !important;
}
.min-h-px-100 {
  min-height: 100px !important;
}
.mw-px-105 {
  max-width: 105px !important;
}
.w-px-105 {
  width: 105px !important;
}
.h-px-105 {
  height: 105px !important;
}
.min-h-px-105 {
  min-height: 105px !important;
}
.mw-px-110 {
  max-width: 110px !important;
}
.w-px-110 {
  width: 110px !important;
}
.h-px-110 {
  height: 110px !important;
}
.min-h-px-110 {
  min-height: 110px !important;
}
.mw-px-115 {
  max-width: 115px !important;
}
.w-px-115 {
  width: 115px !important;
}
.h-px-115 {
  height: 115px !important;
}
.min-h-px-115 {
  min-height: 115px !important;
}
.mw-px-120 {
  max-width: 120px !important;
}
.w-px-120 {
  width: 120px !important;
}
.h-px-120 {
  height: 120px !important;
}
.min-h-px-120 {
  min-height: 120px !important;
}
.mw-px-125 {
  max-width: 125px !important;
}
.w-px-125 {
  width: 125px !important;
}
.h-px-125 {
  height: 125px !important;
}
.min-h-px-125 {
  min-height: 125px !important;
}
.mw-px-130 {
  max-width: 130px !important;
}
.w-px-130 {
  width: 130px !important;
}
.h-px-130 {
  height: 130px !important;
}
.min-h-px-130 {
  min-height: 130px !important;
}
.mw-px-135 {
  max-width: 135px !important;
}
.w-px-135 {
  width: 135px !important;
}
.h-px-135 {
  height: 135px !important;
}
.min-h-px-135 {
  min-height: 135px !important;
}
.mw-px-140 {
  max-width: 140px !important;
}
.w-px-140 {
  width: 140px !important;
}
.h-px-140 {
  height: 140px !important;
}
.min-h-px-140 {
  min-height: 140px !important;
}
.mw-px-145 {
  max-width: 145px !important;
}
.w-px-145 {
  width: 145px !important;
}
.h-px-145 {
  height: 145px !important;
}
.min-h-px-145 {
  min-height: 145px !important;
}
.mw-px-150 {
  max-width: 150px !important;
}
.w-px-150 {
  width: 150px !important;
}
.h-px-150 {
  height: 150px !important;
}
.min-h-px-150 {
  min-height: 150px !important;
}
.mw-px-155 {
  max-width: 155px !important;
}
.w-px-155 {
  width: 155px !important;
}
.h-px-155 {
  height: 155px !important;
}
.min-h-px-155 {
  min-height: 155px !important;
}
.mw-px-160 {
  max-width: 160px !important;
}
.w-px-160 {
  width: 160px !important;
}
.h-px-160 {
  height: 160px !important;
}
.min-h-px-160 {
  min-height: 160px !important;
}
.mw-px-165 {
  max-width: 165px !important;
}
.w-px-165 {
  width: 165px !important;
}
.h-px-165 {
  height: 165px !important;
}
.min-h-px-165 {
  min-height: 165px !important;
}
.mw-px-170 {
  max-width: 170px !important;
}
.w-px-170 {
  width: 170px !important;
}
.h-px-170 {
  height: 170px !important;
}
.min-h-px-170 {
  min-height: 170px !important;
}
.mw-px-175 {
  max-width: 175px !important;
}
.w-px-175 {
  width: 175px !important;
}
.h-px-175 {
  height: 175px !important;
}
.min-h-px-175 {
  min-height: 175px !important;
}
.mw-px-180 {
  max-width: 180px !important;
}
.w-px-180 {
  width: 180px !important;
}
.h-px-180 {
  height: 180px !important;
}
.min-h-px-180 {
  min-height: 180px !important;
}
.mw-px-185 {
  max-width: 185px !important;
}
.w-px-185 {
  width: 185px !important;
}
.h-px-185 {
  height: 185px !important;
}
.min-h-px-185 {
  min-height: 185px !important;
}
.mw-px-190 {
  max-width: 190px !important;
}
.w-px-190 {
  width: 190px !important;
}
.h-px-190 {
  height: 190px !important;
}
.min-h-px-190 {
  min-height: 190px !important;
}
.mw-px-195 {
  max-width: 195px !important;
}
.w-px-195 {
  width: 195px !important;
}
.h-px-195 {
  height: 195px !important;
}
.min-h-px-195 {
  min-height: 195px !important;
}
.mw-px-200 {
  max-width: 200px !important;
}
.w-px-200 {
  width: 200px !important;
}
.h-px-200 {
  height: 200px !important;
}
.min-h-px-200 {
  min-height: 200px !important;
}
.mw-px-205 {
  max-width: 205px !important;
}
.w-px-205 {
  width: 205px !important;
}
.h-px-205 {
  height: 205px !important;
}
.min-h-px-205 {
  min-height: 205px !important;
}
.mw-px-210 {
  max-width: 210px !important;
}
.w-px-210 {
  width: 210px !important;
}
.h-px-210 {
  height: 210px !important;
}
.min-h-px-210 {
  min-height: 210px !important;
}
.mw-px-215 {
  max-width: 215px !important;
}
.w-px-215 {
  width: 215px !important;
}
.h-px-215 {
  height: 215px !important;
}
.min-h-px-215 {
  min-height: 215px !important;
}
.mw-px-220 {
  max-width: 220px !important;
}
.w-px-220 {
  width: 220px !important;
}
.h-px-220 {
  height: 220px !important;
}
.min-h-px-220 {
  min-height: 220px !important;
}
.mw-px-225 {
  max-width: 225px !important;
}
.w-px-225 {
  width: 225px !important;
}
.h-px-225 {
  height: 225px !important;
}
.min-h-px-225 {
  min-height: 225px !important;
}
.mw-px-230 {
  max-width: 230px !important;
}
.w-px-230 {
  width: 230px !important;
}
.h-px-230 {
  height: 230px !important;
}
.min-h-px-230 {
  min-height: 230px !important;
}
.mw-px-235 {
  max-width: 235px !important;
}
.w-px-235 {
  width: 235px !important;
}
.h-px-235 {
  height: 235px !important;
}
.min-h-px-235 {
  min-height: 235px !important;
}
.mw-px-240 {
  max-width: 240px !important;
}
.w-px-240 {
  width: 240px !important;
}
.h-px-240 {
  height: 240px !important;
}
.min-h-px-240 {
  min-height: 240px !important;
}
.mw-px-245 {
  max-width: 245px !important;
}
.w-px-245 {
  width: 245px !important;
}
.h-px-245 {
  height: 245px !important;
}
.min-h-px-245 {
  min-height: 245px !important;
}
.mw-px-250 {
  max-width: 250px !important;
}
.w-px-250 {
  width: 250px !important;
}
.h-px-250 {
  height: 250px !important;
}
.min-h-px-250 {
  min-height: 250px !important;
}
.mw-px-255 {
  max-width: 255px !important;
}
.w-px-255 {
  width: 255px !important;
}
.h-px-255 {
  height: 255px !important;
}
.min-h-px-255 {
  min-height: 255px !important;
}
.mw-px-260 {
  max-width: 260px !important;
}
.w-px-260 {
  width: 260px !important;
}
.h-px-260 {
  height: 260px !important;
}
.min-h-px-260 {
  min-height: 260px !important;
}
.mw-px-265 {
  max-width: 265px !important;
}
.w-px-265 {
  width: 265px !important;
}
.h-px-265 {
  height: 265px !important;
}
.min-h-px-265 {
  min-height: 265px !important;
}
.mw-px-270 {
  max-width: 270px !important;
}
.w-px-270 {
  width: 270px !important;
}
.h-px-270 {
  height: 270px !important;
}
.min-h-px-270 {
  min-height: 270px !important;
}
.mw-px-275 {
  max-width: 275px !important;
}
.w-px-275 {
  width: 275px !important;
}
.h-px-275 {
  height: 275px !important;
}
.min-h-px-275 {
  min-height: 275px !important;
}
.mw-px-280 {
  max-width: 280px !important;
}
.w-px-280 {
  width: 280px !important;
}
.h-px-280 {
  height: 280px !important;
}
.min-h-px-280 {
  min-height: 280px !important;
}
.mw-px-285 {
  max-width: 285px !important;
}
.w-px-285 {
  width: 285px !important;
}
.h-px-285 {
  height: 285px !important;
}
.min-h-px-285 {
  min-height: 285px !important;
}
.mw-px-290 {
  max-width: 290px !important;
}
.w-px-290 {
  width: 290px !important;
}
.h-px-290 {
  height: 290px !important;
}
.min-h-px-290 {
  min-height: 290px !important;
}
.mw-px-295 {
  max-width: 295px !important;
}
.w-px-295 {
  width: 295px !important;
}
.h-px-295 {
  height: 295px !important;
}
.min-h-px-295 {
  min-height: 295px !important;
}
.mw-px-300 {
  max-width: 300px !important;
}
.w-px-300 {
  width: 300px !important;
}
.h-px-300 {
  height: 300px !important;
}
.min-h-px-300 {
  min-height: 300px !important;
}
.mw-px-305 {
  max-width: 305px !important;
}
.w-px-305 {
  width: 305px !important;
}
.h-px-305 {
  height: 305px !important;
}
.min-h-px-305 {
  min-height: 305px !important;
}
.mw-px-310 {
  max-width: 310px !important;
}
.w-px-310 {
  width: 310px !important;
}
.h-px-310 {
  height: 310px !important;
}
.min-h-px-310 {
  min-height: 310px !important;
}
.mw-px-315 {
  max-width: 315px !important;
}
.w-px-315 {
  width: 315px !important;
}
.h-px-315 {
  height: 315px !important;
}
.min-h-px-315 {
  min-height: 315px !important;
}
.mw-px-320 {
  max-width: 320px !important;
}
.w-px-320 {
  width: 320px !important;
}
.h-px-320 {
  height: 320px !important;
}
.min-h-px-320 {
  min-height: 320px !important;
}
.mw-px-325 {
  max-width: 325px !important;
}
.w-px-325 {
  width: 325px !important;
}
.h-px-325 {
  height: 325px !important;
}
.min-h-px-325 {
  min-height: 325px !important;
}
.mw-px-330 {
  max-width: 330px !important;
}
.w-px-330 {
  width: 330px !important;
}
.h-px-330 {
  height: 330px !important;
}
.min-h-px-330 {
  min-height: 330px !important;
}
.mw-px-335 {
  max-width: 335px !important;
}
.w-px-335 {
  width: 335px !important;
}
.h-px-335 {
  height: 335px !important;
}
.min-h-px-335 {
  min-height: 335px !important;
}
.mw-px-340 {
  max-width: 340px !important;
}
.w-px-340 {
  width: 340px !important;
}
.h-px-340 {
  height: 340px !important;
}
.min-h-px-340 {
  min-height: 340px !important;
}
.mw-px-345 {
  max-width: 345px !important;
}
.w-px-345 {
  width: 345px !important;
}
.h-px-345 {
  height: 345px !important;
}
.min-h-px-345 {
  min-height: 345px !important;
}
.mw-px-350 {
  max-width: 350px !important;
}
.w-px-350 {
  width: 350px !important;
}
.h-px-350 {
  height: 350px !important;
}
.min-h-px-350 {
  min-height: 350px !important;
}
.mw-px-355 {
  max-width: 355px !important;
}
.w-px-355 {
  width: 355px !important;
}
.h-px-355 {
  height: 355px !important;
}
.min-h-px-355 {
  min-height: 355px !important;
}
.mw-px-360 {
  max-width: 360px !important;
}
.w-px-360 {
  width: 360px !important;
}
.h-px-360 {
  height: 360px !important;
}
.min-h-px-360 {
  min-height: 360px !important;
}
.mw-px-365 {
  max-width: 365px !important;
}
.w-px-365 {
  width: 365px !important;
}
.h-px-365 {
  height: 365px !important;
}
.min-h-px-365 {
  min-height: 365px !important;
}
.mw-px-370 {
  max-width: 370px !important;
}
.w-px-370 {
  width: 370px !important;
}
.h-px-370 {
  height: 370px !important;
}
.min-h-px-370 {
  min-height: 370px !important;
}
.mw-px-375 {
  max-width: 375px !important;
}
.w-px-375 {
  width: 375px !important;
}
.h-px-375 {
  height: 375px !important;
}
.min-h-px-375 {
  min-height: 375px !important;
}
.mw-px-380 {
  max-width: 380px !important;
}
.w-px-380 {
  width: 380px !important;
}
.h-px-380 {
  height: 380px !important;
}
.min-h-px-380 {
  min-height: 380px !important;
}
.mw-px-385 {
  max-width: 385px !important;
}
.w-px-385 {
  width: 385px !important;
}
.h-px-385 {
  height: 385px !important;
}
.min-h-px-385 {
  min-height: 385px !important;
}
.mw-px-390 {
  max-width: 390px !important;
}
.w-px-390 {
  width: 390px !important;
}
.h-px-390 {
  height: 390px !important;
}
.min-h-px-390 {
  min-height: 390px !important;
}
.mw-px-395 {
  max-width: 395px !important;
}
.w-px-395 {
  width: 395px !important;
}
.h-px-395 {
  height: 395px !important;
}
.min-h-px-395 {
  min-height: 395px !important;
}
.mw-px-400 {
  max-width: 400px !important;
}
.w-px-400 {
  width: 400px !important;
}
.h-px-400 {
  height: 400px !important;
}
.min-h-px-400 {
  min-height: 400px !important;
}
.mw-px-405 {
  max-width: 405px !important;
}
.w-px-405 {
  width: 405px !important;
}
.h-px-405 {
  height: 405px !important;
}
.min-h-px-405 {
  min-height: 405px !important;
}
.mw-px-410 {
  max-width: 410px !important;
}
.w-px-410 {
  width: 410px !important;
}
.h-px-410 {
  height: 410px !important;
}
.min-h-px-410 {
  min-height: 410px !important;
}
.mw-px-415 {
  max-width: 415px !important;
}
.w-px-415 {
  width: 415px !important;
}
.h-px-415 {
  height: 415px !important;
}
.min-h-px-415 {
  min-height: 415px !important;
}
.mw-px-420 {
  max-width: 420px !important;
}
.w-px-420 {
  width: 420px !important;
}
.h-px-420 {
  height: 420px !important;
}
.min-h-px-420 {
  min-height: 420px !important;
}
.mw-px-425 {
  max-width: 425px !important;
}
.w-px-425 {
  width: 425px !important;
}
.h-px-425 {
  height: 425px !important;
}
.min-h-px-425 {
  min-height: 425px !important;
}
.mw-px-430 {
  max-width: 430px !important;
}
.w-px-430 {
  width: 430px !important;
}
.h-px-430 {
  height: 430px !important;
}
.min-h-px-430 {
  min-height: 430px !important;
}
.mw-px-435 {
  max-width: 435px !important;
}
.w-px-435 {
  width: 435px !important;
}
.h-px-435 {
  height: 435px !important;
}
.min-h-px-435 {
  min-height: 435px !important;
}
.mw-px-440 {
  max-width: 440px !important;
}
.w-px-440 {
  width: 440px !important;
}
.h-px-440 {
  height: 440px !important;
}
.min-h-px-440 {
  min-height: 440px !important;
}
.mw-px-445 {
  max-width: 445px !important;
}
.w-px-445 {
  width: 445px !important;
}
.h-px-445 {
  height: 445px !important;
}
.min-h-px-445 {
  min-height: 445px !important;
}
.mw-px-450 {
  max-width: 450px !important;
}
.w-px-450 {
  width: 450px !important;
}
.h-px-450 {
  height: 450px !important;
}
.min-h-px-450 {
  min-height: 450px !important;
}
.mw-px-455 {
  max-width: 455px !important;
}
.w-px-455 {
  width: 455px !important;
}
.h-px-455 {
  height: 455px !important;
}
.min-h-px-455 {
  min-height: 455px !important;
}
.mw-px-460 {
  max-width: 460px !important;
}
.w-px-460 {
  width: 460px !important;
}
.h-px-460 {
  height: 460px !important;
}
.min-h-px-460 {
  min-height: 460px !important;
}
.mw-px-465 {
  max-width: 465px !important;
}
.w-px-465 {
  width: 465px !important;
}
.h-px-465 {
  height: 465px !important;
}
.min-h-px-465 {
  min-height: 465px !important;
}
.mw-px-470 {
  max-width: 470px !important;
}
.w-px-470 {
  width: 470px !important;
}
.h-px-470 {
  height: 470px !important;
}
.min-h-px-470 {
  min-height: 470px !important;
}
.mw-px-475 {
  max-width: 475px !important;
}
.w-px-475 {
  width: 475px !important;
}
.h-px-475 {
  height: 475px !important;
}
.min-h-px-475 {
  min-height: 475px !important;
}
.mw-px-480 {
  max-width: 480px !important;
}
.w-px-480 {
  width: 480px !important;
}
.h-px-480 {
  height: 480px !important;
}
.min-h-px-480 {
  min-height: 480px !important;
}
.mw-px-485 {
  max-width: 485px !important;
}
.w-px-485 {
  width: 485px !important;
}
.h-px-485 {
  height: 485px !important;
}
.min-h-px-485 {
  min-height: 485px !important;
}
.mw-px-490 {
  max-width: 490px !important;
}
.w-px-490 {
  width: 490px !important;
}
.h-px-490 {
  height: 490px !important;
}
.min-h-px-490 {
  min-height: 490px !important;
}
.mw-px-495 {
  max-width: 495px !important;
}
.w-px-495 {
  width: 495px !important;
}
.h-px-495 {
  height: 495px !important;
}
.min-h-px-495 {
  min-height: 495px !important;
}
.mw-px-500 {
  max-width: 500px !important;
}
.w-px-500 {
  width: 500px !important;
}
.h-px-500 {
  height: 500px !important;
}
.min-h-px-500 {
  min-height: 500px !important;
}
.mw-px-505 {
  max-width: 505px !important;
}
.w-px-505 {
  width: 505px !important;
}
.h-px-505 {
  height: 505px !important;
}
.min-h-px-505 {
  min-height: 505px !important;
}
.mw-px-510 {
  max-width: 510px !important;
}
.w-px-510 {
  width: 510px !important;
}
.h-px-510 {
  height: 510px !important;
}
.min-h-px-510 {
  min-height: 510px !important;
}
.mw-px-515 {
  max-width: 515px !important;
}
.w-px-515 {
  width: 515px !important;
}
.h-px-515 {
  height: 515px !important;
}
.min-h-px-515 {
  min-height: 515px !important;
}
.mw-px-520 {
  max-width: 520px !important;
}
.w-px-520 {
  width: 520px !important;
}
.h-px-520 {
  height: 520px !important;
}
.min-h-px-520 {
  min-height: 520px !important;
}
.mw-px-525 {
  max-width: 525px !important;
}
.w-px-525 {
  width: 525px !important;
}
.h-px-525 {
  height: 525px !important;
}
.min-h-px-525 {
  min-height: 525px !important;
}
.mw-px-530 {
  max-width: 530px !important;
}
.w-px-530 {
  width: 530px !important;
}
.h-px-530 {
  height: 530px !important;
}
.min-h-px-530 {
  min-height: 530px !important;
}
.mw-px-535 {
  max-width: 535px !important;
}
.w-px-535 {
  width: 535px !important;
}
.h-px-535 {
  height: 535px !important;
}
.min-h-px-535 {
  min-height: 535px !important;
}
.mw-px-540 {
  max-width: 540px !important;
}
.w-px-540 {
  width: 540px !important;
}
.h-px-540 {
  height: 540px !important;
}
.min-h-px-540 {
  min-height: 540px !important;
}
.mw-px-545 {
  max-width: 545px !important;
}
.w-px-545 {
  width: 545px !important;
}
.h-px-545 {
  height: 545px !important;
}
.min-h-px-545 {
  min-height: 545px !important;
}
.mw-px-550 {
  max-width: 550px !important;
}
.w-px-550 {
  width: 550px !important;
}
.h-px-550 {
  height: 550px !important;
}
.min-h-px-550 {
  min-height: 550px !important;
}
.mw-px-555 {
  max-width: 555px !important;
}
.w-px-555 {
  width: 555px !important;
}
.h-px-555 {
  height: 555px !important;
}
.min-h-px-555 {
  min-height: 555px !important;
}
.mw-px-560 {
  max-width: 560px !important;
}
.w-px-560 {
  width: 560px !important;
}
.h-px-560 {
  height: 560px !important;
}
.min-h-px-560 {
  min-height: 560px !important;
}
.mw-px-565 {
  max-width: 565px !important;
}
.w-px-565 {
  width: 565px !important;
}
.h-px-565 {
  height: 565px !important;
}
.min-h-px-565 {
  min-height: 565px !important;
}
.mw-px-570 {
  max-width: 570px !important;
}
.w-px-570 {
  width: 570px !important;
}
.h-px-570 {
  height: 570px !important;
}
.min-h-px-570 {
  min-height: 570px !important;
}
.mw-px-575 {
  max-width: 575px !important;
}
.w-px-575 {
  width: 575px !important;
}
.h-px-575 {
  height: 575px !important;
}
.min-h-px-575 {
  min-height: 575px !important;
}
.mw-px-580 {
  max-width: 580px !important;
}
.w-px-580 {
  width: 580px !important;
}
.h-px-580 {
  height: 580px !important;
}
.min-h-px-580 {
  min-height: 580px !important;
}
.mw-px-585 {
  max-width: 585px !important;
}
.w-px-585 {
  width: 585px !important;
}
.h-px-585 {
  height: 585px !important;
}
.min-h-px-585 {
  min-height: 585px !important;
}
.mw-px-590 {
  max-width: 590px !important;
}
.w-px-590 {
  width: 590px !important;
}
.h-px-590 {
  height: 590px !important;
}
.min-h-px-590 {
  min-height: 590px !important;
}
.mw-px-595 {
  max-width: 595px !important;
}
.w-px-595 {
  width: 595px !important;
}
.h-px-595 {
  height: 595px !important;
}
.min-h-px-595 {
  min-height: 595px !important;
}
.mw-px-600 {
  max-width: 600px !important;
}
.w-px-600 {
  width: 600px !important;
}
.h-px-600 {
  height: 600px !important;
}
.min-h-px-600 {
  min-height: 600px !important;
}
.mw-px-605 {
  max-width: 605px !important;
}
.w-px-605 {
  width: 605px !important;
}
.h-px-605 {
  height: 605px !important;
}
.min-h-px-605 {
  min-height: 605px !important;
}
.mw-px-610 {
  max-width: 610px !important;
}
.w-px-610 {
  width: 610px !important;
}
.h-px-610 {
  height: 610px !important;
}
.min-h-px-610 {
  min-height: 610px !important;
}
.mw-px-615 {
  max-width: 615px !important;
}
.w-px-615 {
  width: 615px !important;
}
.h-px-615 {
  height: 615px !important;
}
.min-h-px-615 {
  min-height: 615px !important;
}
.mw-px-620 {
  max-width: 620px !important;
}
.w-px-620 {
  width: 620px !important;
}
.h-px-620 {
  height: 620px !important;
}
.min-h-px-620 {
  min-height: 620px !important;
}
.mw-px-625 {
  max-width: 625px !important;
}
.w-px-625 {
  width: 625px !important;
}
.h-px-625 {
  height: 625px !important;
}
.min-h-px-625 {
  min-height: 625px !important;
}
.mw-px-630 {
  max-width: 630px !important;
}
.w-px-630 {
  width: 630px !important;
}
.h-px-630 {
  height: 630px !important;
}
.min-h-px-630 {
  min-height: 630px !important;
}
.mw-px-635 {
  max-width: 635px !important;
}
.w-px-635 {
  width: 635px !important;
}
.h-px-635 {
  height: 635px !important;
}
.min-h-px-635 {
  min-height: 635px !important;
}
.mw-px-640 {
  max-width: 640px !important;
}
.w-px-640 {
  width: 640px !important;
}
.h-px-640 {
  height: 640px !important;
}
.min-h-px-640 {
  min-height: 640px !important;
}
.mw-px-645 {
  max-width: 645px !important;
}
.w-px-645 {
  width: 645px !important;
}
.h-px-645 {
  height: 645px !important;
}
.min-h-px-645 {
  min-height: 645px !important;
}
.mw-px-650 {
  max-width: 650px !important;
}
.w-px-650 {
  width: 650px !important;
}
.h-px-650 {
  height: 650px !important;
}
.min-h-px-650 {
  min-height: 650px !important;
}
.mw-px-655 {
  max-width: 655px !important;
}
.w-px-655 {
  width: 655px !important;
}
.h-px-655 {
  height: 655px !important;
}
.min-h-px-655 {
  min-height: 655px !important;
}
.mw-px-660 {
  max-width: 660px !important;
}
.w-px-660 {
  width: 660px !important;
}
.h-px-660 {
  height: 660px !important;
}
.min-h-px-660 {
  min-height: 660px !important;
}
.mw-px-665 {
  max-width: 665px !important;
}
.w-px-665 {
  width: 665px !important;
}
.h-px-665 {
  height: 665px !important;
}
.min-h-px-665 {
  min-height: 665px !important;
}
.mw-px-670 {
  max-width: 670px !important;
}
.w-px-670 {
  width: 670px !important;
}
.h-px-670 {
  height: 670px !important;
}
.min-h-px-670 {
  min-height: 670px !important;
}
.mw-px-675 {
  max-width: 675px !important;
}
.w-px-675 {
  width: 675px !important;
}
.h-px-675 {
  height: 675px !important;
}
.min-h-px-675 {
  min-height: 675px !important;
}
.mw-px-680 {
  max-width: 680px !important;
}
.w-px-680 {
  width: 680px !important;
}
.h-px-680 {
  height: 680px !important;
}
.min-h-px-680 {
  min-height: 680px !important;
}
.mw-px-685 {
  max-width: 685px !important;
}
.w-px-685 {
  width: 685px !important;
}
.h-px-685 {
  height: 685px !important;
}
.min-h-px-685 {
  min-height: 685px !important;
}
.mw-px-690 {
  max-width: 690px !important;
}
.w-px-690 {
  width: 690px !important;
}
.h-px-690 {
  height: 690px !important;
}
.min-h-px-690 {
  min-height: 690px !important;
}
.mw-px-695 {
  max-width: 695px !important;
}
.w-px-695 {
  width: 695px !important;
}
.h-px-695 {
  height: 695px !important;
}
.min-h-px-695 {
  min-height: 695px !important;
}
.mw-px-700 {
  max-width: 700px !important;
}
.w-px-700 {
  width: 700px !important;
}
.h-px-700 {
  height: 700px !important;
}
.min-h-px-700 {
  min-height: 700px !important;
}
.mw-px-705 {
  max-width: 705px !important;
}
.w-px-705 {
  width: 705px !important;
}
.h-px-705 {
  height: 705px !important;
}
.min-h-px-705 {
  min-height: 705px !important;
}
.mw-px-710 {
  max-width: 710px !important;
}
.w-px-710 {
  width: 710px !important;
}
.h-px-710 {
  height: 710px !important;
}
.min-h-px-710 {
  min-height: 710px !important;
}
.mw-px-715 {
  max-width: 715px !important;
}
.w-px-715 {
  width: 715px !important;
}
.h-px-715 {
  height: 715px !important;
}
.min-h-px-715 {
  min-height: 715px !important;
}
.mw-px-720 {
  max-width: 720px !important;
}
.w-px-720 {
  width: 720px !important;
}
.h-px-720 {
  height: 720px !important;
}
.min-h-px-720 {
  min-height: 720px !important;
}
.mw-px-725 {
  max-width: 725px !important;
}
.w-px-725 {
  width: 725px !important;
}
.h-px-725 {
  height: 725px !important;
}
.min-h-px-725 {
  min-height: 725px !important;
}
.mw-px-730 {
  max-width: 730px !important;
}
.w-px-730 {
  width: 730px !important;
}
.h-px-730 {
  height: 730px !important;
}
.min-h-px-730 {
  min-height: 730px !important;
}
.mw-px-735 {
  max-width: 735px !important;
}
.w-px-735 {
  width: 735px !important;
}
.h-px-735 {
  height: 735px !important;
}
.min-h-px-735 {
  min-height: 735px !important;
}
.mw-px-740 {
  max-width: 740px !important;
}
.w-px-740 {
  width: 740px !important;
}
.h-px-740 {
  height: 740px !important;
}
.min-h-px-740 {
  min-height: 740px !important;
}
.mw-px-745 {
  max-width: 745px !important;
}
.w-px-745 {
  width: 745px !important;
}
.h-px-745 {
  height: 745px !important;
}
.min-h-px-745 {
  min-height: 745px !important;
}
.mw-px-750 {
  max-width: 750px !important;
}
.w-px-750 {
  width: 750px !important;
}
.h-px-750 {
  height: 750px !important;
}
.min-h-px-750 {
  min-height: 750px !important;
}
.mw-px-755 {
  max-width: 755px !important;
}
.w-px-755 {
  width: 755px !important;
}
.h-px-755 {
  height: 755px !important;
}
.min-h-px-755 {
  min-height: 755px !important;
}
.mw-px-760 {
  max-width: 760px !important;
}
.w-px-760 {
  width: 760px !important;
}
.h-px-760 {
  height: 760px !important;
}
.min-h-px-760 {
  min-height: 760px !important;
}
.mw-px-765 {
  max-width: 765px !important;
}
.w-px-765 {
  width: 765px !important;
}
.h-px-765 {
  height: 765px !important;
}
.min-h-px-765 {
  min-height: 765px !important;
}
.mw-px-770 {
  max-width: 770px !important;
}
.w-px-770 {
  width: 770px !important;
}
.h-px-770 {
  height: 770px !important;
}
.min-h-px-770 {
  min-height: 770px !important;
}
.mw-px-775 {
  max-width: 775px !important;
}
.w-px-775 {
  width: 775px !important;
}
.h-px-775 {
  height: 775px !important;
}
.min-h-px-775 {
  min-height: 775px !important;
}
.mw-px-780 {
  max-width: 780px !important;
}
.w-px-780 {
  width: 780px !important;
}
.h-px-780 {
  height: 780px !important;
}
.min-h-px-780 {
  min-height: 780px !important;
}
.mw-px-785 {
  max-width: 785px !important;
}
.w-px-785 {
  width: 785px !important;
}
.h-px-785 {
  height: 785px !important;
}
.min-h-px-785 {
  min-height: 785px !important;
}
.mw-px-790 {
  max-width: 790px !important;
}
.w-px-790 {
  width: 790px !important;
}
.h-px-790 {
  height: 790px !important;
}
.min-h-px-790 {
  min-height: 790px !important;
}
.mw-px-795 {
  max-width: 795px !important;
}
.w-px-795 {
  width: 795px !important;
}
.h-px-795 {
  height: 795px !important;
}
.min-h-px-795 {
  min-height: 795px !important;
}
.mw-px-800 {
  max-width: 800px !important;
}
.w-px-800 {
  width: 800px !important;
}
.h-px-800 {
  height: 800px !important;
}
.min-h-px-800 {
  min-height: 800px !important;
}
.mw-px-805 {
  max-width: 805px !important;
}
.w-px-805 {
  width: 805px !important;
}
.h-px-805 {
  height: 805px !important;
}
.min-h-px-805 {
  min-height: 805px !important;
}
.mw-px-810 {
  max-width: 810px !important;
}
.w-px-810 {
  width: 810px !important;
}
.h-px-810 {
  height: 810px !important;
}
.min-h-px-810 {
  min-height: 810px !important;
}
.mw-px-815 {
  max-width: 815px !important;
}
.w-px-815 {
  width: 815px !important;
}
.h-px-815 {
  height: 815px !important;
}
.min-h-px-815 {
  min-height: 815px !important;
}
.mw-px-820 {
  max-width: 820px !important;
}
.w-px-820 {
  width: 820px !important;
}
.h-px-820 {
  height: 820px !important;
}
.min-h-px-820 {
  min-height: 820px !important;
}
.mw-px-825 {
  max-width: 825px !important;
}
.w-px-825 {
  width: 825px !important;
}
.h-px-825 {
  height: 825px !important;
}
.min-h-px-825 {
  min-height: 825px !important;
}
.mw-px-830 {
  max-width: 830px !important;
}
.w-px-830 {
  width: 830px !important;
}
.h-px-830 {
  height: 830px !important;
}
.min-h-px-830 {
  min-height: 830px !important;
}
.mw-px-835 {
  max-width: 835px !important;
}
.w-px-835 {
  width: 835px !important;
}
.h-px-835 {
  height: 835px !important;
}
.min-h-px-835 {
  min-height: 835px !important;
}
.mw-px-840 {
  max-width: 840px !important;
}
.w-px-840 {
  width: 840px !important;
}
.h-px-840 {
  height: 840px !important;
}
.min-h-px-840 {
  min-height: 840px !important;
}
.mw-px-845 {
  max-width: 845px !important;
}
.w-px-845 {
  width: 845px !important;
}
.h-px-845 {
  height: 845px !important;
}
.min-h-px-845 {
  min-height: 845px !important;
}
.mw-px-850 {
  max-width: 850px !important;
}
.w-px-850 {
  width: 850px !important;
}
.h-px-850 {
  height: 850px !important;
}
.min-h-px-850 {
  min-height: 850px !important;
}
.mw-px-855 {
  max-width: 855px !important;
}
.w-px-855 {
  width: 855px !important;
}
.h-px-855 {
  height: 855px !important;
}
.min-h-px-855 {
  min-height: 855px !important;
}
.mw-px-860 {
  max-width: 860px !important;
}
.w-px-860 {
  width: 860px !important;
}
.h-px-860 {
  height: 860px !important;
}
.min-h-px-860 {
  min-height: 860px !important;
}
.mw-px-865 {
  max-width: 865px !important;
}
.w-px-865 {
  width: 865px !important;
}
.h-px-865 {
  height: 865px !important;
}
.min-h-px-865 {
  min-height: 865px !important;
}
.mw-px-870 {
  max-width: 870px !important;
}
.w-px-870 {
  width: 870px !important;
}
.h-px-870 {
  height: 870px !important;
}
.min-h-px-870 {
  min-height: 870px !important;
}
.mw-px-875 {
  max-width: 875px !important;
}
.w-px-875 {
  width: 875px !important;
}
.h-px-875 {
  height: 875px !important;
}
.min-h-px-875 {
  min-height: 875px !important;
}
.mw-px-880 {
  max-width: 880px !important;
}
.w-px-880 {
  width: 880px !important;
}
.h-px-880 {
  height: 880px !important;
}
.min-h-px-880 {
  min-height: 880px !important;
}
.mw-px-885 {
  max-width: 885px !important;
}
.w-px-885 {
  width: 885px !important;
}
.h-px-885 {
  height: 885px !important;
}
.min-h-px-885 {
  min-height: 885px !important;
}
.mw-px-890 {
  max-width: 890px !important;
}
.w-px-890 {
  width: 890px !important;
}
.h-px-890 {
  height: 890px !important;
}
.min-h-px-890 {
  min-height: 890px !important;
}
.mw-px-895 {
  max-width: 895px !important;
}
.w-px-895 {
  width: 895px !important;
}
.h-px-895 {
  height: 895px !important;
}
.min-h-px-895 {
  min-height: 895px !important;
}
.mw-px-900 {
  max-width: 900px !important;
}
.w-px-900 {
  width: 900px !important;
}
.h-px-900 {
  height: 900px !important;
}
.min-h-px-900 {
  min-height: 900px !important;
}
.mw-px-905 {
  max-width: 905px !important;
}
.w-px-905 {
  width: 905px !important;
}
.h-px-905 {
  height: 905px !important;
}
.min-h-px-905 {
  min-height: 905px !important;
}
.mw-px-910 {
  max-width: 910px !important;
}
.w-px-910 {
  width: 910px !important;
}
.h-px-910 {
  height: 910px !important;
}
.min-h-px-910 {
  min-height: 910px !important;
}
.mw-px-915 {
  max-width: 915px !important;
}
.w-px-915 {
  width: 915px !important;
}
.h-px-915 {
  height: 915px !important;
}
.min-h-px-915 {
  min-height: 915px !important;
}
.mw-px-920 {
  max-width: 920px !important;
}
.w-px-920 {
  width: 920px !important;
}
.h-px-920 {
  height: 920px !important;
}
.min-h-px-920 {
  min-height: 920px !important;
}
.mw-px-925 {
  max-width: 925px !important;
}
.w-px-925 {
  width: 925px !important;
}
.h-px-925 {
  height: 925px !important;
}
.min-h-px-925 {
  min-height: 925px !important;
}
.mw-px-930 {
  max-width: 930px !important;
}
.w-px-930 {
  width: 930px !important;
}
.h-px-930 {
  height: 930px !important;
}
.min-h-px-930 {
  min-height: 930px !important;
}
.mw-px-935 {
  max-width: 935px !important;
}
.w-px-935 {
  width: 935px !important;
}
.h-px-935 {
  height: 935px !important;
}
.min-h-px-935 {
  min-height: 935px !important;
}
.mw-px-940 {
  max-width: 940px !important;
}
.w-px-940 {
  width: 940px !important;
}
.h-px-940 {
  height: 940px !important;
}
.min-h-px-940 {
  min-height: 940px !important;
}
.mw-px-945 {
  max-width: 945px !important;
}
.w-px-945 {
  width: 945px !important;
}
.h-px-945 {
  height: 945px !important;
}
.min-h-px-945 {
  min-height: 945px !important;
}
.mw-px-950 {
  max-width: 950px !important;
}
.w-px-950 {
  width: 950px !important;
}
.h-px-950 {
  height: 950px !important;
}
.min-h-px-950 {
  min-height: 950px !important;
}
.mw-px-955 {
  max-width: 955px !important;
}
.w-px-955 {
  width: 955px !important;
}
.h-px-955 {
  height: 955px !important;
}
.min-h-px-955 {
  min-height: 955px !important;
}
.mw-px-960 {
  max-width: 960px !important;
}
.w-px-960 {
  width: 960px !important;
}
.h-px-960 {
  height: 960px !important;
}
.min-h-px-960 {
  min-height: 960px !important;
}
.mw-px-965 {
  max-width: 965px !important;
}
.w-px-965 {
  width: 965px !important;
}
.h-px-965 {
  height: 965px !important;
}
.min-h-px-965 {
  min-height: 965px !important;
}
.mw-px-970 {
  max-width: 970px !important;
}
.w-px-970 {
  width: 970px !important;
}
.h-px-970 {
  height: 970px !important;
}
.min-h-px-970 {
  min-height: 970px !important;
}
.mw-px-975 {
  max-width: 975px !important;
}
.w-px-975 {
  width: 975px !important;
}
.h-px-975 {
  height: 975px !important;
}
.min-h-px-975 {
  min-height: 975px !important;
}
.mw-px-980 {
  max-width: 980px !important;
}
.w-px-980 {
  width: 980px !important;
}
.h-px-980 {
  height: 980px !important;
}
.min-h-px-980 {
  min-height: 980px !important;
}
.mw-px-985 {
  max-width: 985px !important;
}
.w-px-985 {
  width: 985px !important;
}
.h-px-985 {
  height: 985px !important;
}
.min-h-px-985 {
  min-height: 985px !important;
}
.mw-px-990 {
  max-width: 990px !important;
}
.w-px-990 {
  width: 990px !important;
}
.h-px-990 {
  height: 990px !important;
}
.min-h-px-990 {
  min-height: 990px !important;
}
.mw-px-995 {
  max-width: 995px !important;
}
.w-px-995 {
  width: 995px !important;
}
.h-px-995 {
  height: 995px !important;
}
.min-h-px-995 {
  min-height: 995px !important;
}
.mw-px-1000 {
  max-width: 1000px !important;
}
.w-px-1000 {
  width: 1000px !important;
}
.h-px-1000 {
  height: 1000px !important;
}
.min-h-px-1000 {
  min-height: 1000px !important;
}
.mw-px-1005 {
  max-width: 1005px !important;
}
.w-px-1005 {
  width: 1005px !important;
}
.h-px-1005 {
  height: 1005px !important;
}
.min-h-px-1005 {
  min-height: 1005px !important;
}
.mw-px-1010 {
  max-width: 1010px !important;
}
.w-px-1010 {
  width: 1010px !important;
}
.h-px-1010 {
  height: 1010px !important;
}
.min-h-px-1010 {
  min-height: 1010px !important;
}
.mw-px-1015 {
  max-width: 1015px !important;
}
.w-px-1015 {
  width: 1015px !important;
}
.h-px-1015 {
  height: 1015px !important;
}
.min-h-px-1015 {
  min-height: 1015px !important;
}
.mw-px-1020 {
  max-width: 1020px !important;
}
.w-px-1020 {
  width: 1020px !important;
}
.h-px-1020 {
  height: 1020px !important;
}
.min-h-px-1020 {
  min-height: 1020px !important;
}
.mw-px-1025 {
  max-width: 1025px !important;
}
.w-px-1025 {
  width: 1025px !important;
}
.h-px-1025 {
  height: 1025px !important;
}
.min-h-px-1025 {
  min-height: 1025px !important;
}
.mw-px-1030 {
  max-width: 1030px !important;
}
.w-px-1030 {
  width: 1030px !important;
}
.h-px-1030 {
  height: 1030px !important;
}
.min-h-px-1030 {
  min-height: 1030px !important;
}
.mw-px-1035 {
  max-width: 1035px !important;
}
.w-px-1035 {
  width: 1035px !important;
}
.h-px-1035 {
  height: 1035px !important;
}
.min-h-px-1035 {
  min-height: 1035px !important;
}
.mw-px-1040 {
  max-width: 1040px !important;
}
.w-px-1040 {
  width: 1040px !important;
}
.h-px-1040 {
  height: 1040px !important;
}
.min-h-px-1040 {
  min-height: 1040px !important;
}
.mw-px-1045 {
  max-width: 1045px !important;
}
.w-px-1045 {
  width: 1045px !important;
}
.h-px-1045 {
  height: 1045px !important;
}
.min-h-px-1045 {
  min-height: 1045px !important;
}
.mw-px-1050 {
  max-width: 1050px !important;
}
.w-px-1050 {
  width: 1050px !important;
}
.h-px-1050 {
  height: 1050px !important;
}
.min-h-px-1050 {
  min-height: 1050px !important;
}
.mw-px-1055 {
  max-width: 1055px !important;
}
.w-px-1055 {
  width: 1055px !important;
}
.h-px-1055 {
  height: 1055px !important;
}
.min-h-px-1055 {
  min-height: 1055px !important;
}
.mw-px-1060 {
  max-width: 1060px !important;
}
.w-px-1060 {
  width: 1060px !important;
}
.h-px-1060 {
  height: 1060px !important;
}
.min-h-px-1060 {
  min-height: 1060px !important;
}
.mw-px-1065 {
  max-width: 1065px !important;
}
.w-px-1065 {
  width: 1065px !important;
}
.h-px-1065 {
  height: 1065px !important;
}
.min-h-px-1065 {
  min-height: 1065px !important;
}
.mw-px-1070 {
  max-width: 1070px !important;
}
.w-px-1070 {
  width: 1070px !important;
}
.h-px-1070 {
  height: 1070px !important;
}
.min-h-px-1070 {
  min-height: 1070px !important;
}
.mw-px-1075 {
  max-width: 1075px !important;
}
.w-px-1075 {
  width: 1075px !important;
}
.h-px-1075 {
  height: 1075px !important;
}
.min-h-px-1075 {
  min-height: 1075px !important;
}
.mw-px-1080 {
  max-width: 1080px !important;
}
.w-px-1080 {
  width: 1080px !important;
}
.h-px-1080 {
  height: 1080px !important;
}
.min-h-px-1080 {
  min-height: 1080px !important;
}
.mw-px-1085 {
  max-width: 1085px !important;
}
.w-px-1085 {
  width: 1085px !important;
}
.h-px-1085 {
  height: 1085px !important;
}
.min-h-px-1085 {
  min-height: 1085px !important;
}
.mw-px-1090 {
  max-width: 1090px !important;
}
.w-px-1090 {
  width: 1090px !important;
}
.h-px-1090 {
  height: 1090px !important;
}
.min-h-px-1090 {
  min-height: 1090px !important;
}
.mw-px-1095 {
  max-width: 1095px !important;
}
.w-px-1095 {
  width: 1095px !important;
}
.h-px-1095 {
  height: 1095px !important;
}
.min-h-px-1095 {
  min-height: 1095px !important;
}
.mw-px-1100 {
  max-width: 1100px !important;
}
.w-px-1100 {
  width: 1100px !important;
}
.h-px-1100 {
  height: 1100px !important;
}
.min-h-px-1100 {
  min-height: 1100px !important;
}
.mw-px-1105 {
  max-width: 1105px !important;
}
.w-px-1105 {
  width: 1105px !important;
}
.h-px-1105 {
  height: 1105px !important;
}
.min-h-px-1105 {
  min-height: 1105px !important;
}
.mw-px-1110 {
  max-width: 1110px !important;
}
.w-px-1110 {
  width: 1110px !important;
}
.h-px-1110 {
  height: 1110px !important;
}
.min-h-px-1110 {
  min-height: 1110px !important;
}
.mw-px-1115 {
  max-width: 1115px !important;
}
.w-px-1115 {
  width: 1115px !important;
}
.h-px-1115 {
  height: 1115px !important;
}
.min-h-px-1115 {
  min-height: 1115px !important;
}
.mw-px-1120 {
  max-width: 1120px !important;
}
.w-px-1120 {
  width: 1120px !important;
}
.h-px-1120 {
  height: 1120px !important;
}
.min-h-px-1120 {
  min-height: 1120px !important;
}
.mw-px-1125 {
  max-width: 1125px !important;
}
.w-px-1125 {
  width: 1125px !important;
}
.h-px-1125 {
  height: 1125px !important;
}
.min-h-px-1125 {
  min-height: 1125px !important;
}
.mw-px-1130 {
  max-width: 1130px !important;
}
.w-px-1130 {
  width: 1130px !important;
}
.h-px-1130 {
  height: 1130px !important;
}
.min-h-px-1130 {
  min-height: 1130px !important;
}
.mw-px-1135 {
  max-width: 1135px !important;
}
.w-px-1135 {
  width: 1135px !important;
}
.h-px-1135 {
  height: 1135px !important;
}
.min-h-px-1135 {
  min-height: 1135px !important;
}
.mw-px-1140 {
  max-width: 1140px !important;
}
.w-px-1140 {
  width: 1140px !important;
}
.h-px-1140 {
  height: 1140px !important;
}
.min-h-px-1140 {
  min-height: 1140px !important;
}
.mw-px-1145 {
  max-width: 1145px !important;
}
.w-px-1145 {
  width: 1145px !important;
}
.h-px-1145 {
  height: 1145px !important;
}
.min-h-px-1145 {
  min-height: 1145px !important;
}
.mw-px-1150 {
  max-width: 1150px !important;
}
.w-px-1150 {
  width: 1150px !important;
}
.h-px-1150 {
  height: 1150px !important;
}
.min-h-px-1150 {
  min-height: 1150px !important;
}
.mw-px-1155 {
  max-width: 1155px !important;
}
.w-px-1155 {
  width: 1155px !important;
}
.h-px-1155 {
  height: 1155px !important;
}
.min-h-px-1155 {
  min-height: 1155px !important;
}
.mw-px-1160 {
  max-width: 1160px !important;
}
.w-px-1160 {
  width: 1160px !important;
}
.h-px-1160 {
  height: 1160px !important;
}
.min-h-px-1160 {
  min-height: 1160px !important;
}
.mw-px-1165 {
  max-width: 1165px !important;
}
.w-px-1165 {
  width: 1165px !important;
}
.h-px-1165 {
  height: 1165px !important;
}
.min-h-px-1165 {
  min-height: 1165px !important;
}
.mw-px-1170 {
  max-width: 1170px !important;
}
.w-px-1170 {
  width: 1170px !important;
}
.h-px-1170 {
  height: 1170px !important;
}
.min-h-px-1170 {
  min-height: 1170px !important;
}
.mw-px-1175 {
  max-width: 1175px !important;
}
.w-px-1175 {
  width: 1175px !important;
}
.h-px-1175 {
  height: 1175px !important;
}
.min-h-px-1175 {
  min-height: 1175px !important;
}
.mw-px-1180 {
  max-width: 1180px !important;
}
.w-px-1180 {
  width: 1180px !important;
}
.h-px-1180 {
  height: 1180px !important;
}
.min-h-px-1180 {
  min-height: 1180px !important;
}
.mw-px-1185 {
  max-width: 1185px !important;
}
.w-px-1185 {
  width: 1185px !important;
}
.h-px-1185 {
  height: 1185px !important;
}
.min-h-px-1185 {
  min-height: 1185px !important;
}
.mw-px-1190 {
  max-width: 1190px !important;
}
.w-px-1190 {
  width: 1190px !important;
}
.h-px-1190 {
  height: 1190px !important;
}
.min-h-px-1190 {
  min-height: 1190px !important;
}
.mw-px-1195 {
  max-width: 1195px !important;
}
.w-px-1195 {
  width: 1195px !important;
}
.h-px-1195 {
  height: 1195px !important;
}
.min-h-px-1195 {
  min-height: 1195px !important;
}
.mw-px-1200 {
  max-width: 1200px !important;
}
.w-px-1200 {
  width: 1200px !important;
}
.h-px-1200 {
  height: 1200px !important;
}
.min-h-px-1200 {
  min-height: 1200px !important;
}
.mw-px-1205 {
  max-width: 1205px !important;
}
.w-px-1205 {
  width: 1205px !important;
}
.h-px-1205 {
  height: 1205px !important;
}
.min-h-px-1205 {
  min-height: 1205px !important;
}
.mw-px-1210 {
  max-width: 1210px !important;
}
.w-px-1210 {
  width: 1210px !important;
}
.h-px-1210 {
  height: 1210px !important;
}
.min-h-px-1210 {
  min-height: 1210px !important;
}
.mw-px-1215 {
  max-width: 1215px !important;
}
.w-px-1215 {
  width: 1215px !important;
}
.h-px-1215 {
  height: 1215px !important;
}
.min-h-px-1215 {
  min-height: 1215px !important;
}
.mw-px-1220 {
  max-width: 1220px !important;
}
.w-px-1220 {
  width: 1220px !important;
}
.h-px-1220 {
  height: 1220px !important;
}
.min-h-px-1220 {
  min-height: 1220px !important;
}
.mw-px-1225 {
  max-width: 1225px !important;
}
.w-px-1225 {
  width: 1225px !important;
}
.h-px-1225 {
  height: 1225px !important;
}
.min-h-px-1225 {
  min-height: 1225px !important;
}
.mw-px-1230 {
  max-width: 1230px !important;
}
.w-px-1230 {
  width: 1230px !important;
}
.h-px-1230 {
  height: 1230px !important;
}
.min-h-px-1230 {
  min-height: 1230px !important;
}
.mw-px-1235 {
  max-width: 1235px !important;
}
.w-px-1235 {
  width: 1235px !important;
}
.h-px-1235 {
  height: 1235px !important;
}
.min-h-px-1235 {
  min-height: 1235px !important;
}
.mw-px-1240 {
  max-width: 1240px !important;
}
.w-px-1240 {
  width: 1240px !important;
}
.h-px-1240 {
  height: 1240px !important;
}
.min-h-px-1240 {
  min-height: 1240px !important;
}
.mw-px-1245 {
  max-width: 1245px !important;
}
.w-px-1245 {
  width: 1245px !important;
}
.h-px-1245 {
  height: 1245px !important;
}
.min-h-px-1245 {
  min-height: 1245px !important;
}
.mw-px-1250 {
  max-width: 1250px !important;
}
.w-px-1250 {
  width: 1250px !important;
}
.h-px-1250 {
  height: 1250px !important;
}
.min-h-px-1250 {
  min-height: 1250px !important;
}
.mw-px-1255 {
  max-width: 1255px !important;
}
.w-px-1255 {
  width: 1255px !important;
}
.h-px-1255 {
  height: 1255px !important;
}
.min-h-px-1255 {
  min-height: 1255px !important;
}
.mw-px-1260 {
  max-width: 1260px !important;
}
.w-px-1260 {
  width: 1260px !important;
}
.h-px-1260 {
  height: 1260px !important;
}
.min-h-px-1260 {
  min-height: 1260px !important;
}
.mw-px-1265 {
  max-width: 1265px !important;
}
.w-px-1265 {
  width: 1265px !important;
}
.h-px-1265 {
  height: 1265px !important;
}
.min-h-px-1265 {
  min-height: 1265px !important;
}
.mw-px-1270 {
  max-width: 1270px !important;
}
.w-px-1270 {
  width: 1270px !important;
}
.h-px-1270 {
  height: 1270px !important;
}
.min-h-px-1270 {
  min-height: 1270px !important;
}
.mw-px-1275 {
  max-width: 1275px !important;
}
.w-px-1275 {
  width: 1275px !important;
}
.h-px-1275 {
  height: 1275px !important;
}
.min-h-px-1275 {
  min-height: 1275px !important;
}
.mw-px-1280 {
  max-width: 1280px !important;
}
.w-px-1280 {
  width: 1280px !important;
}
.h-px-1280 {
  height: 1280px !important;
}
.min-h-px-1280 {
  min-height: 1280px !important;
}
.mw-px-1285 {
  max-width: 1285px !important;
}
.w-px-1285 {
  width: 1285px !important;
}
.h-px-1285 {
  height: 1285px !important;
}
.min-h-px-1285 {
  min-height: 1285px !important;
}
.mw-px-1290 {
  max-width: 1290px !important;
}
.w-px-1290 {
  width: 1290px !important;
}
.h-px-1290 {
  height: 1290px !important;
}
.min-h-px-1290 {
  min-height: 1290px !important;
}
.mw-px-1295 {
  max-width: 1295px !important;
}
.w-px-1295 {
  width: 1295px !important;
}
.h-px-1295 {
  height: 1295px !important;
}
.min-h-px-1295 {
  min-height: 1295px !important;
}
.fs-vw-0 {
  font-size: 0vw !important;
}
.pd-0 {
  padding-top: 0% !important;
}
.mw-0 {
  max-width: 0% !important;
}
.w-0 {
  width: 0% !important;
}
.fs-vw-1 {
  font-size: 1vw !important;
}
.pd-1 {
  padding-top: 1% !important;
}
.mw-1 {
  max-width: 1% !important;
}
.w-1 {
  width: 1% !important;
}
.fs-vw-2 {
  font-size: 2vw !important;
}
.pd-2 {
  padding-top: 2% !important;
}
.mw-2 {
  max-width: 2% !important;
}
.w-2 {
  width: 2% !important;
}
.fs-vw-3 {
  font-size: 3vw !important;
}
.pd-3 {
  padding-top: 3% !important;
}
.mw-3 {
  max-width: 3% !important;
}
.w-3 {
  width: 3% !important;
}
.fs-vw-4 {
  font-size: 4vw !important;
}
.pd-4 {
  padding-top: 4% !important;
}
.mw-4 {
  max-width: 4% !important;
}
.w-4 {
  width: 4% !important;
}
.fs-vw-5 {
  font-size: 5vw !important;
}
.pd-5 {
  padding-top: 5% !important;
}
.mw-5 {
  max-width: 5% !important;
}
.w-5 {
  width: 5% !important;
}
.fs-vw-6 {
  font-size: 6vw !important;
}
.pd-6 {
  padding-top: 6% !important;
}
.mw-6 {
  max-width: 6% !important;
}
.w-6 {
  width: 6% !important;
}
.fs-vw-7 {
  font-size: 7vw !important;
}
.pd-7 {
  padding-top: 7% !important;
}
.mw-7 {
  max-width: 7% !important;
}
.w-7 {
  width: 7% !important;
}
.fs-vw-8 {
  font-size: 8vw !important;
}
.pd-8 {
  padding-top: 8% !important;
}
.mw-8 {
  max-width: 8% !important;
}
.w-8 {
  width: 8% !important;
}
.fs-vw-9 {
  font-size: 9vw !important;
}
.pd-9 {
  padding-top: 9% !important;
}
.mw-9 {
  max-width: 9% !important;
}
.w-9 {
  width: 9% !important;
}
.fs-vw-10 {
  font-size: 10vw !important;
}
.pd-10 {
  padding-top: 10% !important;
}
.mw-10 {
  max-width: 10% !important;
}
.w-10 {
  width: 10% !important;
}
.fs-vw-11 {
  font-size: 11vw !important;
}
.pd-11 {
  padding-top: 11% !important;
}
.mw-11 {
  max-width: 11% !important;
}
.w-11 {
  width: 11% !important;
}
.fs-vw-12 {
  font-size: 12vw !important;
}
.pd-12 {
  padding-top: 12% !important;
}
.mw-12 {
  max-width: 12% !important;
}
.w-12 {
  width: 12% !important;
}
.fs-vw-13 {
  font-size: 13vw !important;
}
.pd-13 {
  padding-top: 13% !important;
}
.mw-13 {
  max-width: 13% !important;
}
.w-13 {
  width: 13% !important;
}
.fs-vw-14 {
  font-size: 14vw !important;
}
.pd-14 {
  padding-top: 14% !important;
}
.mw-14 {
  max-width: 14% !important;
}
.w-14 {
  width: 14% !important;
}
.fs-vw-15 {
  font-size: 15vw !important;
}
.pd-15 {
  padding-top: 15% !important;
}
.mw-15 {
  max-width: 15% !important;
}
.w-15 {
  width: 15% !important;
}
.fs-vw-16 {
  font-size: 16vw !important;
}
.pd-16 {
  padding-top: 16% !important;
}
.mw-16 {
  max-width: 16% !important;
}
.w-16 {
  width: 16% !important;
}
.fs-vw-17 {
  font-size: 17vw !important;
}
.pd-17 {
  padding-top: 17% !important;
}
.mw-17 {
  max-width: 17% !important;
}
.w-17 {
  width: 17% !important;
}
.fs-vw-18 {
  font-size: 18vw !important;
}
.pd-18 {
  padding-top: 18% !important;
}
.mw-18 {
  max-width: 18% !important;
}
.w-18 {
  width: 18% !important;
}
.fs-vw-19 {
  font-size: 19vw !important;
}
.pd-19 {
  padding-top: 19% !important;
}
.mw-19 {
  max-width: 19% !important;
}
.w-19 {
  width: 19% !important;
}
.fs-vw-20 {
  font-size: 20vw !important;
}
.pd-20 {
  padding-top: 20% !important;
}
.mw-20 {
  max-width: 20% !important;
}
.w-20 {
  width: 20% !important;
}
.fs-vw-21 {
  font-size: 21vw !important;
}
.pd-21 {
  padding-top: 21% !important;
}
.mw-21 {
  max-width: 21% !important;
}
.w-21 {
  width: 21% !important;
}
.fs-vw-22 {
  font-size: 22vw !important;
}
.pd-22 {
  padding-top: 22% !important;
}
.mw-22 {
  max-width: 22% !important;
}
.w-22 {
  width: 22% !important;
}
.fs-vw-23 {
  font-size: 23vw !important;
}
.pd-23 {
  padding-top: 23% !important;
}
.mw-23 {
  max-width: 23% !important;
}
.w-23 {
  width: 23% !important;
}
.fs-vw-24 {
  font-size: 24vw !important;
}
.pd-24 {
  padding-top: 24% !important;
}
.mw-24 {
  max-width: 24% !important;
}
.w-24 {
  width: 24% !important;
}
.fs-vw-25 {
  font-size: 25vw !important;
}
.pd-25 {
  padding-top: 25% !important;
}
.mw-25 {
  max-width: 25% !important;
}
.w-25 {
  width: 25% !important;
}
.fs-vw-26 {
  font-size: 26vw !important;
}
.pd-26 {
  padding-top: 26% !important;
}
.mw-26 {
  max-width: 26% !important;
}
.w-26 {
  width: 26% !important;
}
.fs-vw-27 {
  font-size: 27vw !important;
}
.pd-27 {
  padding-top: 27% !important;
}
.mw-27 {
  max-width: 27% !important;
}
.w-27 {
  width: 27% !important;
}
.fs-vw-28 {
  font-size: 28vw !important;
}
.pd-28 {
  padding-top: 28% !important;
}
.mw-28 {
  max-width: 28% !important;
}
.w-28 {
  width: 28% !important;
}
.fs-vw-29 {
  font-size: 29vw !important;
}
.pd-29 {
  padding-top: 29% !important;
}
.mw-29 {
  max-width: 29% !important;
}
.w-29 {
  width: 29% !important;
}
.fs-vw-30 {
  font-size: 30vw !important;
}
.pd-30 {
  padding-top: 30% !important;
}
.mw-30 {
  max-width: 30% !important;
}
.w-30 {
  width: 30% !important;
}
.fs-vw-31 {
  font-size: 31vw !important;
}
.pd-31 {
  padding-top: 31% !important;
}
.mw-31 {
  max-width: 31% !important;
}
.w-31 {
  width: 31% !important;
}
.fs-vw-32 {
  font-size: 32vw !important;
}
.pd-32 {
  padding-top: 32% !important;
}
.mw-32 {
  max-width: 32% !important;
}
.w-32 {
  width: 32% !important;
}
.fs-vw-33 {
  font-size: 33vw !important;
}
.pd-33 {
  padding-top: 33% !important;
}
.mw-33 {
  max-width: 33% !important;
}
.w-33 {
  width: 33% !important;
}
.fs-vw-34 {
  font-size: 34vw !important;
}
.pd-34 {
  padding-top: 34% !important;
}
.mw-34 {
  max-width: 34% !important;
}
.w-34 {
  width: 34% !important;
}
.fs-vw-35 {
  font-size: 35vw !important;
}
.pd-35 {
  padding-top: 35% !important;
}
.mw-35 {
  max-width: 35% !important;
}
.w-35 {
  width: 35% !important;
}
.fs-vw-36 {
  font-size: 36vw !important;
}
.pd-36 {
  padding-top: 36% !important;
}
.mw-36 {
  max-width: 36% !important;
}
.w-36 {
  width: 36% !important;
}
.fs-vw-37 {
  font-size: 37vw !important;
}
.pd-37 {
  padding-top: 37% !important;
}
.mw-37 {
  max-width: 37% !important;
}
.w-37 {
  width: 37% !important;
}
.fs-vw-38 {
  font-size: 38vw !important;
}
.pd-38 {
  padding-top: 38% !important;
}
.mw-38 {
  max-width: 38% !important;
}
.w-38 {
  width: 38% !important;
}
.fs-vw-39 {
  font-size: 39vw !important;
}
.pd-39 {
  padding-top: 39% !important;
}
.mw-39 {
  max-width: 39% !important;
}
.w-39 {
  width: 39% !important;
}
.fs-vw-40 {
  font-size: 40vw !important;
}
.pd-40 {
  padding-top: 40% !important;
}
.mw-40 {
  max-width: 40% !important;
}
.w-40 {
  width: 40% !important;
}
.fs-vw-41 {
  font-size: 41vw !important;
}
.pd-41 {
  padding-top: 41% !important;
}
.mw-41 {
  max-width: 41% !important;
}
.w-41 {
  width: 41% !important;
}
.fs-vw-42 {
  font-size: 42vw !important;
}
.pd-42 {
  padding-top: 42% !important;
}
.mw-42 {
  max-width: 42% !important;
}
.w-42 {
  width: 42% !important;
}
.fs-vw-43 {
  font-size: 43vw !important;
}
.pd-43 {
  padding-top: 43% !important;
}
.mw-43 {
  max-width: 43% !important;
}
.w-43 {
  width: 43% !important;
}
.fs-vw-44 {
  font-size: 44vw !important;
}
.pd-44 {
  padding-top: 44% !important;
}
.mw-44 {
  max-width: 44% !important;
}
.w-44 {
  width: 44% !important;
}
.fs-vw-45 {
  font-size: 45vw !important;
}
.pd-45 {
  padding-top: 45% !important;
}
.mw-45 {
  max-width: 45% !important;
}
.w-45 {
  width: 45% !important;
}
.fs-vw-46 {
  font-size: 46vw !important;
}
.pd-46 {
  padding-top: 46% !important;
}
.mw-46 {
  max-width: 46% !important;
}
.w-46 {
  width: 46% !important;
}
.fs-vw-47 {
  font-size: 47vw !important;
}
.pd-47 {
  padding-top: 47% !important;
}
.mw-47 {
  max-width: 47% !important;
}
.w-47 {
  width: 47% !important;
}
.fs-vw-48 {
  font-size: 48vw !important;
}
.pd-48 {
  padding-top: 48% !important;
}
.mw-48 {
  max-width: 48% !important;
}
.w-48 {
  width: 48% !important;
}
.fs-vw-49 {
  font-size: 49vw !important;
}
.pd-49 {
  padding-top: 49% !important;
}
.mw-49 {
  max-width: 49% !important;
}
.w-49 {
  width: 49% !important;
}
.fs-vw-50 {
  font-size: 50vw !important;
}
.pd-50 {
  padding-top: 50% !important;
}
.mw-50 {
  max-width: 50% !important;
}
.w-50 {
  width: 50% !important;
}
.fs-vw-51 {
  font-size: 51vw !important;
}
.pd-51 {
  padding-top: 51% !important;
}
.mw-51 {
  max-width: 51% !important;
}
.w-51 {
  width: 51% !important;
}
.fs-vw-52 {
  font-size: 52vw !important;
}
.pd-52 {
  padding-top: 52% !important;
}
.mw-52 {
  max-width: 52% !important;
}
.w-52 {
  width: 52% !important;
}
.fs-vw-53 {
  font-size: 53vw !important;
}
.pd-53 {
  padding-top: 53% !important;
}
.mw-53 {
  max-width: 53% !important;
}
.w-53 {
  width: 53% !important;
}
.fs-vw-54 {
  font-size: 54vw !important;
}
.pd-54 {
  padding-top: 54% !important;
}
.mw-54 {
  max-width: 54% !important;
}
.w-54 {
  width: 54% !important;
}
.fs-vw-55 {
  font-size: 55vw !important;
}
.pd-55 {
  padding-top: 55% !important;
}
.mw-55 {
  max-width: 55% !important;
}
.w-55 {
  width: 55% !important;
}
.fs-vw-56 {
  font-size: 56vw !important;
}
.pd-56 {
  padding-top: 56% !important;
}
.mw-56 {
  max-width: 56% !important;
}
.w-56 {
  width: 56% !important;
}
.fs-vw-57 {
  font-size: 57vw !important;
}
.pd-57 {
  padding-top: 57% !important;
}
.mw-57 {
  max-width: 57% !important;
}
.w-57 {
  width: 57% !important;
}
.fs-vw-58 {
  font-size: 58vw !important;
}
.pd-58 {
  padding-top: 58% !important;
}
.mw-58 {
  max-width: 58% !important;
}
.w-58 {
  width: 58% !important;
}
.fs-vw-59 {
  font-size: 59vw !important;
}
.pd-59 {
  padding-top: 59% !important;
}
.mw-59 {
  max-width: 59% !important;
}
.w-59 {
  width: 59% !important;
}
.fs-vw-60 {
  font-size: 60vw !important;
}
.pd-60 {
  padding-top: 60% !important;
}
.mw-60 {
  max-width: 60% !important;
}
.w-60 {
  width: 60% !important;
}
.fs-vw-61 {
  font-size: 61vw !important;
}
.pd-61 {
  padding-top: 61% !important;
}
.mw-61 {
  max-width: 61% !important;
}
.w-61 {
  width: 61% !important;
}
.fs-vw-62 {
  font-size: 62vw !important;
}
.pd-62 {
  padding-top: 62% !important;
}
.mw-62 {
  max-width: 62% !important;
}
.w-62 {
  width: 62% !important;
}
.fs-vw-63 {
  font-size: 63vw !important;
}
.pd-63 {
  padding-top: 63% !important;
}
.mw-63 {
  max-width: 63% !important;
}
.w-63 {
  width: 63% !important;
}
.fs-vw-64 {
  font-size: 64vw !important;
}
.pd-64 {
  padding-top: 64% !important;
}
.mw-64 {
  max-width: 64% !important;
}
.w-64 {
  width: 64% !important;
}
.fs-vw-65 {
  font-size: 65vw !important;
}
.pd-65 {
  padding-top: 65% !important;
}
.mw-65 {
  max-width: 65% !important;
}
.w-65 {
  width: 65% !important;
}
.fs-vw-66 {
  font-size: 66vw !important;
}
.pd-66 {
  padding-top: 66% !important;
}
.mw-66 {
  max-width: 66% !important;
}
.w-66 {
  width: 66% !important;
}
.fs-vw-67 {
  font-size: 67vw !important;
}
.pd-67 {
  padding-top: 67% !important;
}
.mw-67 {
  max-width: 67% !important;
}
.w-67 {
  width: 67% !important;
}
.fs-vw-68 {
  font-size: 68vw !important;
}
.pd-68 {
  padding-top: 68% !important;
}
.mw-68 {
  max-width: 68% !important;
}
.w-68 {
  width: 68% !important;
}
.fs-vw-69 {
  font-size: 69vw !important;
}
.pd-69 {
  padding-top: 69% !important;
}
.mw-69 {
  max-width: 69% !important;
}
.w-69 {
  width: 69% !important;
}
.fs-vw-70 {
  font-size: 70vw !important;
}
.pd-70 {
  padding-top: 70% !important;
}
.mw-70 {
  max-width: 70% !important;
}
.w-70 {
  width: 70% !important;
}
.fs-vw-71 {
  font-size: 71vw !important;
}
.pd-71 {
  padding-top: 71% !important;
}
.mw-71 {
  max-width: 71% !important;
}
.w-71 {
  width: 71% !important;
}
.fs-vw-72 {
  font-size: 72vw !important;
}
.pd-72 {
  padding-top: 72% !important;
}
.mw-72 {
  max-width: 72% !important;
}
.w-72 {
  width: 72% !important;
}
.fs-vw-73 {
  font-size: 73vw !important;
}
.pd-73 {
  padding-top: 73% !important;
}
.mw-73 {
  max-width: 73% !important;
}
.w-73 {
  width: 73% !important;
}
.fs-vw-74 {
  font-size: 74vw !important;
}
.pd-74 {
  padding-top: 74% !important;
}
.mw-74 {
  max-width: 74% !important;
}
.w-74 {
  width: 74% !important;
}
.fs-vw-75 {
  font-size: 75vw !important;
}
.pd-75 {
  padding-top: 75% !important;
}
.mw-75 {
  max-width: 75% !important;
}
.w-75 {
  width: 75% !important;
}
.fs-vw-76 {
  font-size: 76vw !important;
}
.pd-76 {
  padding-top: 76% !important;
}
.mw-76 {
  max-width: 76% !important;
}
.w-76 {
  width: 76% !important;
}
.fs-vw-77 {
  font-size: 77vw !important;
}
.pd-77 {
  padding-top: 77% !important;
}
.mw-77 {
  max-width: 77% !important;
}
.w-77 {
  width: 77% !important;
}
.fs-vw-78 {
  font-size: 78vw !important;
}
.pd-78 {
  padding-top: 78% !important;
}
.mw-78 {
  max-width: 78% !important;
}
.w-78 {
  width: 78% !important;
}
.fs-vw-79 {
  font-size: 79vw !important;
}
.pd-79 {
  padding-top: 79% !important;
}
.mw-79 {
  max-width: 79% !important;
}
.w-79 {
  width: 79% !important;
}
.fs-vw-80 {
  font-size: 80vw !important;
}
.pd-80 {
  padding-top: 80% !important;
}
.mw-80 {
  max-width: 80% !important;
}
.w-80 {
  width: 80% !important;
}
.fs-vw-81 {
  font-size: 81vw !important;
}
.pd-81 {
  padding-top: 81% !important;
}
.mw-81 {
  max-width: 81% !important;
}
.w-81 {
  width: 81% !important;
}
.fs-vw-82 {
  font-size: 82vw !important;
}
.pd-82 {
  padding-top: 82% !important;
}
.mw-82 {
  max-width: 82% !important;
}
.w-82 {
  width: 82% !important;
}
.fs-vw-83 {
  font-size: 83vw !important;
}
.pd-83 {
  padding-top: 83% !important;
}
.mw-83 {
  max-width: 83% !important;
}
.w-83 {
  width: 83% !important;
}
.fs-vw-84 {
  font-size: 84vw !important;
}
.pd-84 {
  padding-top: 84% !important;
}
.mw-84 {
  max-width: 84% !important;
}
.w-84 {
  width: 84% !important;
}
.fs-vw-85 {
  font-size: 85vw !important;
}
.pd-85 {
  padding-top: 85% !important;
}
.mw-85 {
  max-width: 85% !important;
}
.w-85 {
  width: 85% !important;
}
.fs-vw-86 {
  font-size: 86vw !important;
}
.pd-86 {
  padding-top: 86% !important;
}
.mw-86 {
  max-width: 86% !important;
}
.w-86 {
  width: 86% !important;
}
.fs-vw-87 {
  font-size: 87vw !important;
}
.pd-87 {
  padding-top: 87% !important;
}
.mw-87 {
  max-width: 87% !important;
}
.w-87 {
  width: 87% !important;
}
.fs-vw-88 {
  font-size: 88vw !important;
}
.pd-88 {
  padding-top: 88% !important;
}
.mw-88 {
  max-width: 88% !important;
}
.w-88 {
  width: 88% !important;
}
.fs-vw-89 {
  font-size: 89vw !important;
}
.pd-89 {
  padding-top: 89% !important;
}
.mw-89 {
  max-width: 89% !important;
}
.w-89 {
  width: 89% !important;
}
.fs-vw-90 {
  font-size: 90vw !important;
}
.pd-90 {
  padding-top: 90% !important;
}
.mw-90 {
  max-width: 90% !important;
}
.w-90 {
  width: 90% !important;
}
.fs-vw-91 {
  font-size: 91vw !important;
}
.pd-91 {
  padding-top: 91% !important;
}
.mw-91 {
  max-width: 91% !important;
}
.w-91 {
  width: 91% !important;
}
.fs-vw-92 {
  font-size: 92vw !important;
}
.pd-92 {
  padding-top: 92% !important;
}
.mw-92 {
  max-width: 92% !important;
}
.w-92 {
  width: 92% !important;
}
.fs-vw-93 {
  font-size: 93vw !important;
}
.pd-93 {
  padding-top: 93% !important;
}
.mw-93 {
  max-width: 93% !important;
}
.w-93 {
  width: 93% !important;
}
.fs-vw-94 {
  font-size: 94vw !important;
}
.pd-94 {
  padding-top: 94% !important;
}
.mw-94 {
  max-width: 94% !important;
}
.w-94 {
  width: 94% !important;
}
.fs-vw-95 {
  font-size: 95vw !important;
}
.pd-95 {
  padding-top: 95% !important;
}
.mw-95 {
  max-width: 95% !important;
}
.w-95 {
  width: 95% !important;
}
.fs-vw-96 {
  font-size: 96vw !important;
}
.pd-96 {
  padding-top: 96% !important;
}
.mw-96 {
  max-width: 96% !important;
}
.w-96 {
  width: 96% !important;
}
.fs-vw-97 {
  font-size: 97vw !important;
}
.pd-97 {
  padding-top: 97% !important;
}
.mw-97 {
  max-width: 97% !important;
}
.w-97 {
  width: 97% !important;
}
.fs-vw-98 {
  font-size: 98vw !important;
}
.pd-98 {
  padding-top: 98% !important;
}
.mw-98 {
  max-width: 98% !important;
}
.w-98 {
  width: 98% !important;
}
.fs-vw-99 {
  font-size: 99vw !important;
}
.pd-99 {
  padding-top: 99% !important;
}
.mw-99 {
  max-width: 99% !important;
}
.w-99 {
  width: 99% !important;
}
.fs-vw-100 {
  font-size: 100vw !important;
}
.pd-100 {
  padding-top: 100% !important;
}
.mw-100 {
  max-width: 100% !important;
}
.w-100 {
  width: 100% !important;
}
@media (min-width: 576px) {
  .b-sm-0 {
    border-width: 0px !important;
  }
  .bt-sm-0 {
    border-top-width: 0px !important;
  }
  .bb-sm-0 {
    border-bottom-width: 0px !important;
  }
  .be-sm-0 {
    border-right-width: 0px !important;
  }
  .bs-sm-0 {
    border-left-width: 0px !important;
  }
  .columns-sm-0 {
    column-count: 0;
    column-gap: calc(2% + 20px);
  }
  .b-sm-1 {
    border-width: 1px !important;
  }
  .bt-sm-1 {
    border-top-width: 1px !important;
  }
  .bb-sm-1 {
    border-bottom-width: 1px !important;
  }
  .be-sm-1 {
    border-right-width: 1px !important;
  }
  .bs-sm-1 {
    border-left-width: 1px !important;
  }
  .columns-sm-1 {
    column-count: 1;
    column-gap: calc(2% + 20px);
  }
  .b-sm-2 {
    border-width: 2px !important;
  }
  .bt-sm-2 {
    border-top-width: 2px !important;
  }
  .bb-sm-2 {
    border-bottom-width: 2px !important;
  }
  .be-sm-2 {
    border-right-width: 2px !important;
  }
  .bs-sm-2 {
    border-left-width: 2px !important;
  }
  .columns-sm-2 {
    column-count: 2;
    column-gap: calc(2% + 20px);
  }
  .b-sm-3 {
    border-width: 3px !important;
  }
  .bt-sm-3 {
    border-top-width: 3px !important;
  }
  .bb-sm-3 {
    border-bottom-width: 3px !important;
  }
  .be-sm-3 {
    border-right-width: 3px !important;
  }
  .bs-sm-3 {
    border-left-width: 3px !important;
  }
  .columns-sm-3 {
    column-count: 3;
    column-gap: calc(2% + 20px);
  }
  .b-sm-4 {
    border-width: 4px !important;
  }
  .bt-sm-4 {
    border-top-width: 4px !important;
  }
  .bb-sm-4 {
    border-bottom-width: 4px !important;
  }
  .be-sm-4 {
    border-right-width: 4px !important;
  }
  .bs-sm-4 {
    border-left-width: 4px !important;
  }
  .columns-sm-4 {
    column-count: 4;
    column-gap: calc(2% + 20px);
  }
  .b-sm-5 {
    border-width: 5px !important;
  }
  .bt-sm-5 {
    border-top-width: 5px !important;
  }
  .bb-sm-5 {
    border-bottom-width: 5px !important;
  }
  .be-sm-5 {
    border-right-width: 5px !important;
  }
  .bs-sm-5 {
    border-left-width: 5px !important;
  }
  .columns-sm-5 {
    column-count: 5;
    column-gap: calc(2% + 20px);
  }
  .b-sm-6 {
    border-width: 6px !important;
  }
  .bt-sm-6 {
    border-top-width: 6px !important;
  }
  .bb-sm-6 {
    border-bottom-width: 6px !important;
  }
  .be-sm-6 {
    border-right-width: 6px !important;
  }
  .bs-sm-6 {
    border-left-width: 6px !important;
  }
  .columns-sm-6 {
    column-count: 6;
    column-gap: calc(2% + 20px);
  }
  .b-sm-7 {
    border-width: 7px !important;
  }
  .bt-sm-7 {
    border-top-width: 7px !important;
  }
  .bb-sm-7 {
    border-bottom-width: 7px !important;
  }
  .be-sm-7 {
    border-right-width: 7px !important;
  }
  .bs-sm-7 {
    border-left-width: 7px !important;
  }
  .columns-sm-7 {
    column-count: 7;
    column-gap: calc(2% + 20px);
  }
  .b-sm-8 {
    border-width: 8px !important;
  }
  .bt-sm-8 {
    border-top-width: 8px !important;
  }
  .bb-sm-8 {
    border-bottom-width: 8px !important;
  }
  .be-sm-8 {
    border-right-width: 8px !important;
  }
  .bs-sm-8 {
    border-left-width: 8px !important;
  }
  .columns-sm-8 {
    column-count: 8;
    column-gap: calc(2% + 20px);
  }
  .b-sm-9 {
    border-width: 9px !important;
  }
  .bt-sm-9 {
    border-top-width: 9px !important;
  }
  .bb-sm-9 {
    border-bottom-width: 9px !important;
  }
  .be-sm-9 {
    border-right-width: 9px !important;
  }
  .bs-sm-9 {
    border-left-width: 9px !important;
  }
  .columns-sm-9 {
    column-count: 9;
    column-gap: calc(2% + 20px);
  }
  .mw-px-sm-0 {
    max-width: 0px !important;
  }
  .w-px-sm-0 {
    width: 0px !important;
  }
  .h-px-sm-0 {
    height: 0px !important;
  }
  .min-h-px-sm-0 {
    min-height: 0px !important;
  }
  .mw-px-sm-5 {
    max-width: 5px !important;
  }
  .w-px-sm-5 {
    width: 5px !important;
  }
  .h-px-sm-5 {
    height: 5px !important;
  }
  .min-h-px-sm-5 {
    min-height: 5px !important;
  }
  .mw-px-sm-10 {
    max-width: 10px !important;
  }
  .w-px-sm-10 {
    width: 10px !important;
  }
  .h-px-sm-10 {
    height: 10px !important;
  }
  .min-h-px-sm-10 {
    min-height: 10px !important;
  }
  .mw-px-sm-15 {
    max-width: 15px !important;
  }
  .w-px-sm-15 {
    width: 15px !important;
  }
  .h-px-sm-15 {
    height: 15px !important;
  }
  .min-h-px-sm-15 {
    min-height: 15px !important;
  }
  .mw-px-sm-20 {
    max-width: 20px !important;
  }
  .w-px-sm-20 {
    width: 20px !important;
  }
  .h-px-sm-20 {
    height: 20px !important;
  }
  .min-h-px-sm-20 {
    min-height: 20px !important;
  }
  .mw-px-sm-25 {
    max-width: 25px !important;
  }
  .w-px-sm-25 {
    width: 25px !important;
  }
  .h-px-sm-25 {
    height: 25px !important;
  }
  .min-h-px-sm-25 {
    min-height: 25px !important;
  }
  .mw-px-sm-30 {
    max-width: 30px !important;
  }
  .w-px-sm-30 {
    width: 30px !important;
  }
  .h-px-sm-30 {
    height: 30px !important;
  }
  .min-h-px-sm-30 {
    min-height: 30px !important;
  }
  .mw-px-sm-35 {
    max-width: 35px !important;
  }
  .w-px-sm-35 {
    width: 35px !important;
  }
  .h-px-sm-35 {
    height: 35px !important;
  }
  .min-h-px-sm-35 {
    min-height: 35px !important;
  }
  .mw-px-sm-40 {
    max-width: 40px !important;
  }
  .w-px-sm-40 {
    width: 40px !important;
  }
  .h-px-sm-40 {
    height: 40px !important;
  }
  .min-h-px-sm-40 {
    min-height: 40px !important;
  }
  .mw-px-sm-45 {
    max-width: 45px !important;
  }
  .w-px-sm-45 {
    width: 45px !important;
  }
  .h-px-sm-45 {
    height: 45px !important;
  }
  .min-h-px-sm-45 {
    min-height: 45px !important;
  }
  .mw-px-sm-50 {
    max-width: 50px !important;
  }
  .w-px-sm-50 {
    width: 50px !important;
  }
  .h-px-sm-50 {
    height: 50px !important;
  }
  .min-h-px-sm-50 {
    min-height: 50px !important;
  }
  .mw-px-sm-55 {
    max-width: 55px !important;
  }
  .w-px-sm-55 {
    width: 55px !important;
  }
  .h-px-sm-55 {
    height: 55px !important;
  }
  .min-h-px-sm-55 {
    min-height: 55px !important;
  }
  .mw-px-sm-60 {
    max-width: 60px !important;
  }
  .w-px-sm-60 {
    width: 60px !important;
  }
  .h-px-sm-60 {
    height: 60px !important;
  }
  .min-h-px-sm-60 {
    min-height: 60px !important;
  }
  .mw-px-sm-65 {
    max-width: 65px !important;
  }
  .w-px-sm-65 {
    width: 65px !important;
  }
  .h-px-sm-65 {
    height: 65px !important;
  }
  .min-h-px-sm-65 {
    min-height: 65px !important;
  }
  .mw-px-sm-70 {
    max-width: 70px !important;
  }
  .w-px-sm-70 {
    width: 70px !important;
  }
  .h-px-sm-70 {
    height: 70px !important;
  }
  .min-h-px-sm-70 {
    min-height: 70px !important;
  }
  .mw-px-sm-75 {
    max-width: 75px !important;
  }
  .w-px-sm-75 {
    width: 75px !important;
  }
  .h-px-sm-75 {
    height: 75px !important;
  }
  .min-h-px-sm-75 {
    min-height: 75px !important;
  }
  .mw-px-sm-80 {
    max-width: 80px !important;
  }
  .w-px-sm-80 {
    width: 80px !important;
  }
  .h-px-sm-80 {
    height: 80px !important;
  }
  .min-h-px-sm-80 {
    min-height: 80px !important;
  }
  .mw-px-sm-85 {
    max-width: 85px !important;
  }
  .w-px-sm-85 {
    width: 85px !important;
  }
  .h-px-sm-85 {
    height: 85px !important;
  }
  .min-h-px-sm-85 {
    min-height: 85px !important;
  }
  .mw-px-sm-90 {
    max-width: 90px !important;
  }
  .w-px-sm-90 {
    width: 90px !important;
  }
  .h-px-sm-90 {
    height: 90px !important;
  }
  .min-h-px-sm-90 {
    min-height: 90px !important;
  }
  .mw-px-sm-95 {
    max-width: 95px !important;
  }
  .w-px-sm-95 {
    width: 95px !important;
  }
  .h-px-sm-95 {
    height: 95px !important;
  }
  .min-h-px-sm-95 {
    min-height: 95px !important;
  }
  .mw-px-sm-100 {
    max-width: 100px !important;
  }
  .w-px-sm-100 {
    width: 100px !important;
  }
  .h-px-sm-100 {
    height: 100px !important;
  }
  .min-h-px-sm-100 {
    min-height: 100px !important;
  }
  .mw-px-sm-105 {
    max-width: 105px !important;
  }
  .w-px-sm-105 {
    width: 105px !important;
  }
  .h-px-sm-105 {
    height: 105px !important;
  }
  .min-h-px-sm-105 {
    min-height: 105px !important;
  }
  .mw-px-sm-110 {
    max-width: 110px !important;
  }
  .w-px-sm-110 {
    width: 110px !important;
  }
  .h-px-sm-110 {
    height: 110px !important;
  }
  .min-h-px-sm-110 {
    min-height: 110px !important;
  }
  .mw-px-sm-115 {
    max-width: 115px !important;
  }
  .w-px-sm-115 {
    width: 115px !important;
  }
  .h-px-sm-115 {
    height: 115px !important;
  }
  .min-h-px-sm-115 {
    min-height: 115px !important;
  }
  .mw-px-sm-120 {
    max-width: 120px !important;
  }
  .w-px-sm-120 {
    width: 120px !important;
  }
  .h-px-sm-120 {
    height: 120px !important;
  }
  .min-h-px-sm-120 {
    min-height: 120px !important;
  }
  .mw-px-sm-125 {
    max-width: 125px !important;
  }
  .w-px-sm-125 {
    width: 125px !important;
  }
  .h-px-sm-125 {
    height: 125px !important;
  }
  .min-h-px-sm-125 {
    min-height: 125px !important;
  }
  .mw-px-sm-130 {
    max-width: 130px !important;
  }
  .w-px-sm-130 {
    width: 130px !important;
  }
  .h-px-sm-130 {
    height: 130px !important;
  }
  .min-h-px-sm-130 {
    min-height: 130px !important;
  }
  .mw-px-sm-135 {
    max-width: 135px !important;
  }
  .w-px-sm-135 {
    width: 135px !important;
  }
  .h-px-sm-135 {
    height: 135px !important;
  }
  .min-h-px-sm-135 {
    min-height: 135px !important;
  }
  .mw-px-sm-140 {
    max-width: 140px !important;
  }
  .w-px-sm-140 {
    width: 140px !important;
  }
  .h-px-sm-140 {
    height: 140px !important;
  }
  .min-h-px-sm-140 {
    min-height: 140px !important;
  }
  .mw-px-sm-145 {
    max-width: 145px !important;
  }
  .w-px-sm-145 {
    width: 145px !important;
  }
  .h-px-sm-145 {
    height: 145px !important;
  }
  .min-h-px-sm-145 {
    min-height: 145px !important;
  }
  .mw-px-sm-150 {
    max-width: 150px !important;
  }
  .w-px-sm-150 {
    width: 150px !important;
  }
  .h-px-sm-150 {
    height: 150px !important;
  }
  .min-h-px-sm-150 {
    min-height: 150px !important;
  }
  .mw-px-sm-155 {
    max-width: 155px !important;
  }
  .w-px-sm-155 {
    width: 155px !important;
  }
  .h-px-sm-155 {
    height: 155px !important;
  }
  .min-h-px-sm-155 {
    min-height: 155px !important;
  }
  .mw-px-sm-160 {
    max-width: 160px !important;
  }
  .w-px-sm-160 {
    width: 160px !important;
  }
  .h-px-sm-160 {
    height: 160px !important;
  }
  .min-h-px-sm-160 {
    min-height: 160px !important;
  }
  .mw-px-sm-165 {
    max-width: 165px !important;
  }
  .w-px-sm-165 {
    width: 165px !important;
  }
  .h-px-sm-165 {
    height: 165px !important;
  }
  .min-h-px-sm-165 {
    min-height: 165px !important;
  }
  .mw-px-sm-170 {
    max-width: 170px !important;
  }
  .w-px-sm-170 {
    width: 170px !important;
  }
  .h-px-sm-170 {
    height: 170px !important;
  }
  .min-h-px-sm-170 {
    min-height: 170px !important;
  }
  .mw-px-sm-175 {
    max-width: 175px !important;
  }
  .w-px-sm-175 {
    width: 175px !important;
  }
  .h-px-sm-175 {
    height: 175px !important;
  }
  .min-h-px-sm-175 {
    min-height: 175px !important;
  }
  .mw-px-sm-180 {
    max-width: 180px !important;
  }
  .w-px-sm-180 {
    width: 180px !important;
  }
  .h-px-sm-180 {
    height: 180px !important;
  }
  .min-h-px-sm-180 {
    min-height: 180px !important;
  }
  .mw-px-sm-185 {
    max-width: 185px !important;
  }
  .w-px-sm-185 {
    width: 185px !important;
  }
  .h-px-sm-185 {
    height: 185px !important;
  }
  .min-h-px-sm-185 {
    min-height: 185px !important;
  }
  .mw-px-sm-190 {
    max-width: 190px !important;
  }
  .w-px-sm-190 {
    width: 190px !important;
  }
  .h-px-sm-190 {
    height: 190px !important;
  }
  .min-h-px-sm-190 {
    min-height: 190px !important;
  }
  .mw-px-sm-195 {
    max-width: 195px !important;
  }
  .w-px-sm-195 {
    width: 195px !important;
  }
  .h-px-sm-195 {
    height: 195px !important;
  }
  .min-h-px-sm-195 {
    min-height: 195px !important;
  }
  .mw-px-sm-200 {
    max-width: 200px !important;
  }
  .w-px-sm-200 {
    width: 200px !important;
  }
  .h-px-sm-200 {
    height: 200px !important;
  }
  .min-h-px-sm-200 {
    min-height: 200px !important;
  }
  .mw-px-sm-205 {
    max-width: 205px !important;
  }
  .w-px-sm-205 {
    width: 205px !important;
  }
  .h-px-sm-205 {
    height: 205px !important;
  }
  .min-h-px-sm-205 {
    min-height: 205px !important;
  }
  .mw-px-sm-210 {
    max-width: 210px !important;
  }
  .w-px-sm-210 {
    width: 210px !important;
  }
  .h-px-sm-210 {
    height: 210px !important;
  }
  .min-h-px-sm-210 {
    min-height: 210px !important;
  }
  .mw-px-sm-215 {
    max-width: 215px !important;
  }
  .w-px-sm-215 {
    width: 215px !important;
  }
  .h-px-sm-215 {
    height: 215px !important;
  }
  .min-h-px-sm-215 {
    min-height: 215px !important;
  }
  .mw-px-sm-220 {
    max-width: 220px !important;
  }
  .w-px-sm-220 {
    width: 220px !important;
  }
  .h-px-sm-220 {
    height: 220px !important;
  }
  .min-h-px-sm-220 {
    min-height: 220px !important;
  }
  .mw-px-sm-225 {
    max-width: 225px !important;
  }
  .w-px-sm-225 {
    width: 225px !important;
  }
  .h-px-sm-225 {
    height: 225px !important;
  }
  .min-h-px-sm-225 {
    min-height: 225px !important;
  }
  .mw-px-sm-230 {
    max-width: 230px !important;
  }
  .w-px-sm-230 {
    width: 230px !important;
  }
  .h-px-sm-230 {
    height: 230px !important;
  }
  .min-h-px-sm-230 {
    min-height: 230px !important;
  }
  .mw-px-sm-235 {
    max-width: 235px !important;
  }
  .w-px-sm-235 {
    width: 235px !important;
  }
  .h-px-sm-235 {
    height: 235px !important;
  }
  .min-h-px-sm-235 {
    min-height: 235px !important;
  }
  .mw-px-sm-240 {
    max-width: 240px !important;
  }
  .w-px-sm-240 {
    width: 240px !important;
  }
  .h-px-sm-240 {
    height: 240px !important;
  }
  .min-h-px-sm-240 {
    min-height: 240px !important;
  }
  .mw-px-sm-245 {
    max-width: 245px !important;
  }
  .w-px-sm-245 {
    width: 245px !important;
  }
  .h-px-sm-245 {
    height: 245px !important;
  }
  .min-h-px-sm-245 {
    min-height: 245px !important;
  }
  .mw-px-sm-250 {
    max-width: 250px !important;
  }
  .w-px-sm-250 {
    width: 250px !important;
  }
  .h-px-sm-250 {
    height: 250px !important;
  }
  .min-h-px-sm-250 {
    min-height: 250px !important;
  }
  .mw-px-sm-255 {
    max-width: 255px !important;
  }
  .w-px-sm-255 {
    width: 255px !important;
  }
  .h-px-sm-255 {
    height: 255px !important;
  }
  .min-h-px-sm-255 {
    min-height: 255px !important;
  }
  .mw-px-sm-260 {
    max-width: 260px !important;
  }
  .w-px-sm-260 {
    width: 260px !important;
  }
  .h-px-sm-260 {
    height: 260px !important;
  }
  .min-h-px-sm-260 {
    min-height: 260px !important;
  }
  .mw-px-sm-265 {
    max-width: 265px !important;
  }
  .w-px-sm-265 {
    width: 265px !important;
  }
  .h-px-sm-265 {
    height: 265px !important;
  }
  .min-h-px-sm-265 {
    min-height: 265px !important;
  }
  .mw-px-sm-270 {
    max-width: 270px !important;
  }
  .w-px-sm-270 {
    width: 270px !important;
  }
  .h-px-sm-270 {
    height: 270px !important;
  }
  .min-h-px-sm-270 {
    min-height: 270px !important;
  }
  .mw-px-sm-275 {
    max-width: 275px !important;
  }
  .w-px-sm-275 {
    width: 275px !important;
  }
  .h-px-sm-275 {
    height: 275px !important;
  }
  .min-h-px-sm-275 {
    min-height: 275px !important;
  }
  .mw-px-sm-280 {
    max-width: 280px !important;
  }
  .w-px-sm-280 {
    width: 280px !important;
  }
  .h-px-sm-280 {
    height: 280px !important;
  }
  .min-h-px-sm-280 {
    min-height: 280px !important;
  }
  .mw-px-sm-285 {
    max-width: 285px !important;
  }
  .w-px-sm-285 {
    width: 285px !important;
  }
  .h-px-sm-285 {
    height: 285px !important;
  }
  .min-h-px-sm-285 {
    min-height: 285px !important;
  }
  .mw-px-sm-290 {
    max-width: 290px !important;
  }
  .w-px-sm-290 {
    width: 290px !important;
  }
  .h-px-sm-290 {
    height: 290px !important;
  }
  .min-h-px-sm-290 {
    min-height: 290px !important;
  }
  .mw-px-sm-295 {
    max-width: 295px !important;
  }
  .w-px-sm-295 {
    width: 295px !important;
  }
  .h-px-sm-295 {
    height: 295px !important;
  }
  .min-h-px-sm-295 {
    min-height: 295px !important;
  }
  .mw-px-sm-300 {
    max-width: 300px !important;
  }
  .w-px-sm-300 {
    width: 300px !important;
  }
  .h-px-sm-300 {
    height: 300px !important;
  }
  .min-h-px-sm-300 {
    min-height: 300px !important;
  }
  .mw-px-sm-305 {
    max-width: 305px !important;
  }
  .w-px-sm-305 {
    width: 305px !important;
  }
  .h-px-sm-305 {
    height: 305px !important;
  }
  .min-h-px-sm-305 {
    min-height: 305px !important;
  }
  .mw-px-sm-310 {
    max-width: 310px !important;
  }
  .w-px-sm-310 {
    width: 310px !important;
  }
  .h-px-sm-310 {
    height: 310px !important;
  }
  .min-h-px-sm-310 {
    min-height: 310px !important;
  }
  .mw-px-sm-315 {
    max-width: 315px !important;
  }
  .w-px-sm-315 {
    width: 315px !important;
  }
  .h-px-sm-315 {
    height: 315px !important;
  }
  .min-h-px-sm-315 {
    min-height: 315px !important;
  }
  .mw-px-sm-320 {
    max-width: 320px !important;
  }
  .w-px-sm-320 {
    width: 320px !important;
  }
  .h-px-sm-320 {
    height: 320px !important;
  }
  .min-h-px-sm-320 {
    min-height: 320px !important;
  }
  .mw-px-sm-325 {
    max-width: 325px !important;
  }
  .w-px-sm-325 {
    width: 325px !important;
  }
  .h-px-sm-325 {
    height: 325px !important;
  }
  .min-h-px-sm-325 {
    min-height: 325px !important;
  }
  .mw-px-sm-330 {
    max-width: 330px !important;
  }
  .w-px-sm-330 {
    width: 330px !important;
  }
  .h-px-sm-330 {
    height: 330px !important;
  }
  .min-h-px-sm-330 {
    min-height: 330px !important;
  }
  .mw-px-sm-335 {
    max-width: 335px !important;
  }
  .w-px-sm-335 {
    width: 335px !important;
  }
  .h-px-sm-335 {
    height: 335px !important;
  }
  .min-h-px-sm-335 {
    min-height: 335px !important;
  }
  .mw-px-sm-340 {
    max-width: 340px !important;
  }
  .w-px-sm-340 {
    width: 340px !important;
  }
  .h-px-sm-340 {
    height: 340px !important;
  }
  .min-h-px-sm-340 {
    min-height: 340px !important;
  }
  .mw-px-sm-345 {
    max-width: 345px !important;
  }
  .w-px-sm-345 {
    width: 345px !important;
  }
  .h-px-sm-345 {
    height: 345px !important;
  }
  .min-h-px-sm-345 {
    min-height: 345px !important;
  }
  .mw-px-sm-350 {
    max-width: 350px !important;
  }
  .w-px-sm-350 {
    width: 350px !important;
  }
  .h-px-sm-350 {
    height: 350px !important;
  }
  .min-h-px-sm-350 {
    min-height: 350px !important;
  }
  .mw-px-sm-355 {
    max-width: 355px !important;
  }
  .w-px-sm-355 {
    width: 355px !important;
  }
  .h-px-sm-355 {
    height: 355px !important;
  }
  .min-h-px-sm-355 {
    min-height: 355px !important;
  }
  .mw-px-sm-360 {
    max-width: 360px !important;
  }
  .w-px-sm-360 {
    width: 360px !important;
  }
  .h-px-sm-360 {
    height: 360px !important;
  }
  .min-h-px-sm-360 {
    min-height: 360px !important;
  }
  .mw-px-sm-365 {
    max-width: 365px !important;
  }
  .w-px-sm-365 {
    width: 365px !important;
  }
  .h-px-sm-365 {
    height: 365px !important;
  }
  .min-h-px-sm-365 {
    min-height: 365px !important;
  }
  .mw-px-sm-370 {
    max-width: 370px !important;
  }
  .w-px-sm-370 {
    width: 370px !important;
  }
  .h-px-sm-370 {
    height: 370px !important;
  }
  .min-h-px-sm-370 {
    min-height: 370px !important;
  }
  .mw-px-sm-375 {
    max-width: 375px !important;
  }
  .w-px-sm-375 {
    width: 375px !important;
  }
  .h-px-sm-375 {
    height: 375px !important;
  }
  .min-h-px-sm-375 {
    min-height: 375px !important;
  }
  .mw-px-sm-380 {
    max-width: 380px !important;
  }
  .w-px-sm-380 {
    width: 380px !important;
  }
  .h-px-sm-380 {
    height: 380px !important;
  }
  .min-h-px-sm-380 {
    min-height: 380px !important;
  }
  .mw-px-sm-385 {
    max-width: 385px !important;
  }
  .w-px-sm-385 {
    width: 385px !important;
  }
  .h-px-sm-385 {
    height: 385px !important;
  }
  .min-h-px-sm-385 {
    min-height: 385px !important;
  }
  .mw-px-sm-390 {
    max-width: 390px !important;
  }
  .w-px-sm-390 {
    width: 390px !important;
  }
  .h-px-sm-390 {
    height: 390px !important;
  }
  .min-h-px-sm-390 {
    min-height: 390px !important;
  }
  .mw-px-sm-395 {
    max-width: 395px !important;
  }
  .w-px-sm-395 {
    width: 395px !important;
  }
  .h-px-sm-395 {
    height: 395px !important;
  }
  .min-h-px-sm-395 {
    min-height: 395px !important;
  }
  .mw-px-sm-400 {
    max-width: 400px !important;
  }
  .w-px-sm-400 {
    width: 400px !important;
  }
  .h-px-sm-400 {
    height: 400px !important;
  }
  .min-h-px-sm-400 {
    min-height: 400px !important;
  }
  .mw-px-sm-405 {
    max-width: 405px !important;
  }
  .w-px-sm-405 {
    width: 405px !important;
  }
  .h-px-sm-405 {
    height: 405px !important;
  }
  .min-h-px-sm-405 {
    min-height: 405px !important;
  }
  .mw-px-sm-410 {
    max-width: 410px !important;
  }
  .w-px-sm-410 {
    width: 410px !important;
  }
  .h-px-sm-410 {
    height: 410px !important;
  }
  .min-h-px-sm-410 {
    min-height: 410px !important;
  }
  .mw-px-sm-415 {
    max-width: 415px !important;
  }
  .w-px-sm-415 {
    width: 415px !important;
  }
  .h-px-sm-415 {
    height: 415px !important;
  }
  .min-h-px-sm-415 {
    min-height: 415px !important;
  }
  .mw-px-sm-420 {
    max-width: 420px !important;
  }
  .w-px-sm-420 {
    width: 420px !important;
  }
  .h-px-sm-420 {
    height: 420px !important;
  }
  .min-h-px-sm-420 {
    min-height: 420px !important;
  }
  .mw-px-sm-425 {
    max-width: 425px !important;
  }
  .w-px-sm-425 {
    width: 425px !important;
  }
  .h-px-sm-425 {
    height: 425px !important;
  }
  .min-h-px-sm-425 {
    min-height: 425px !important;
  }
  .mw-px-sm-430 {
    max-width: 430px !important;
  }
  .w-px-sm-430 {
    width: 430px !important;
  }
  .h-px-sm-430 {
    height: 430px !important;
  }
  .min-h-px-sm-430 {
    min-height: 430px !important;
  }
  .mw-px-sm-435 {
    max-width: 435px !important;
  }
  .w-px-sm-435 {
    width: 435px !important;
  }
  .h-px-sm-435 {
    height: 435px !important;
  }
  .min-h-px-sm-435 {
    min-height: 435px !important;
  }
  .mw-px-sm-440 {
    max-width: 440px !important;
  }
  .w-px-sm-440 {
    width: 440px !important;
  }
  .h-px-sm-440 {
    height: 440px !important;
  }
  .min-h-px-sm-440 {
    min-height: 440px !important;
  }
  .mw-px-sm-445 {
    max-width: 445px !important;
  }
  .w-px-sm-445 {
    width: 445px !important;
  }
  .h-px-sm-445 {
    height: 445px !important;
  }
  .min-h-px-sm-445 {
    min-height: 445px !important;
  }
  .mw-px-sm-450 {
    max-width: 450px !important;
  }
  .w-px-sm-450 {
    width: 450px !important;
  }
  .h-px-sm-450 {
    height: 450px !important;
  }
  .min-h-px-sm-450 {
    min-height: 450px !important;
  }
  .mw-px-sm-455 {
    max-width: 455px !important;
  }
  .w-px-sm-455 {
    width: 455px !important;
  }
  .h-px-sm-455 {
    height: 455px !important;
  }
  .min-h-px-sm-455 {
    min-height: 455px !important;
  }
  .mw-px-sm-460 {
    max-width: 460px !important;
  }
  .w-px-sm-460 {
    width: 460px !important;
  }
  .h-px-sm-460 {
    height: 460px !important;
  }
  .min-h-px-sm-460 {
    min-height: 460px !important;
  }
  .mw-px-sm-465 {
    max-width: 465px !important;
  }
  .w-px-sm-465 {
    width: 465px !important;
  }
  .h-px-sm-465 {
    height: 465px !important;
  }
  .min-h-px-sm-465 {
    min-height: 465px !important;
  }
  .mw-px-sm-470 {
    max-width: 470px !important;
  }
  .w-px-sm-470 {
    width: 470px !important;
  }
  .h-px-sm-470 {
    height: 470px !important;
  }
  .min-h-px-sm-470 {
    min-height: 470px !important;
  }
  .mw-px-sm-475 {
    max-width: 475px !important;
  }
  .w-px-sm-475 {
    width: 475px !important;
  }
  .h-px-sm-475 {
    height: 475px !important;
  }
  .min-h-px-sm-475 {
    min-height: 475px !important;
  }
  .mw-px-sm-480 {
    max-width: 480px !important;
  }
  .w-px-sm-480 {
    width: 480px !important;
  }
  .h-px-sm-480 {
    height: 480px !important;
  }
  .min-h-px-sm-480 {
    min-height: 480px !important;
  }
  .mw-px-sm-485 {
    max-width: 485px !important;
  }
  .w-px-sm-485 {
    width: 485px !important;
  }
  .h-px-sm-485 {
    height: 485px !important;
  }
  .min-h-px-sm-485 {
    min-height: 485px !important;
  }
  .mw-px-sm-490 {
    max-width: 490px !important;
  }
  .w-px-sm-490 {
    width: 490px !important;
  }
  .h-px-sm-490 {
    height: 490px !important;
  }
  .min-h-px-sm-490 {
    min-height: 490px !important;
  }
  .mw-px-sm-495 {
    max-width: 495px !important;
  }
  .w-px-sm-495 {
    width: 495px !important;
  }
  .h-px-sm-495 {
    height: 495px !important;
  }
  .min-h-px-sm-495 {
    min-height: 495px !important;
  }
  .mw-px-sm-500 {
    max-width: 500px !important;
  }
  .w-px-sm-500 {
    width: 500px !important;
  }
  .h-px-sm-500 {
    height: 500px !important;
  }
  .min-h-px-sm-500 {
    min-height: 500px !important;
  }
  .mw-px-sm-505 {
    max-width: 505px !important;
  }
  .w-px-sm-505 {
    width: 505px !important;
  }
  .h-px-sm-505 {
    height: 505px !important;
  }
  .min-h-px-sm-505 {
    min-height: 505px !important;
  }
  .mw-px-sm-510 {
    max-width: 510px !important;
  }
  .w-px-sm-510 {
    width: 510px !important;
  }
  .h-px-sm-510 {
    height: 510px !important;
  }
  .min-h-px-sm-510 {
    min-height: 510px !important;
  }
  .mw-px-sm-515 {
    max-width: 515px !important;
  }
  .w-px-sm-515 {
    width: 515px !important;
  }
  .h-px-sm-515 {
    height: 515px !important;
  }
  .min-h-px-sm-515 {
    min-height: 515px !important;
  }
  .mw-px-sm-520 {
    max-width: 520px !important;
  }
  .w-px-sm-520 {
    width: 520px !important;
  }
  .h-px-sm-520 {
    height: 520px !important;
  }
  .min-h-px-sm-520 {
    min-height: 520px !important;
  }
  .mw-px-sm-525 {
    max-width: 525px !important;
  }
  .w-px-sm-525 {
    width: 525px !important;
  }
  .h-px-sm-525 {
    height: 525px !important;
  }
  .min-h-px-sm-525 {
    min-height: 525px !important;
  }
  .mw-px-sm-530 {
    max-width: 530px !important;
  }
  .w-px-sm-530 {
    width: 530px !important;
  }
  .h-px-sm-530 {
    height: 530px !important;
  }
  .min-h-px-sm-530 {
    min-height: 530px !important;
  }
  .mw-px-sm-535 {
    max-width: 535px !important;
  }
  .w-px-sm-535 {
    width: 535px !important;
  }
  .h-px-sm-535 {
    height: 535px !important;
  }
  .min-h-px-sm-535 {
    min-height: 535px !important;
  }
  .mw-px-sm-540 {
    max-width: 540px !important;
  }
  .w-px-sm-540 {
    width: 540px !important;
  }
  .h-px-sm-540 {
    height: 540px !important;
  }
  .min-h-px-sm-540 {
    min-height: 540px !important;
  }
  .mw-px-sm-545 {
    max-width: 545px !important;
  }
  .w-px-sm-545 {
    width: 545px !important;
  }
  .h-px-sm-545 {
    height: 545px !important;
  }
  .min-h-px-sm-545 {
    min-height: 545px !important;
  }
  .mw-px-sm-550 {
    max-width: 550px !important;
  }
  .w-px-sm-550 {
    width: 550px !important;
  }
  .h-px-sm-550 {
    height: 550px !important;
  }
  .min-h-px-sm-550 {
    min-height: 550px !important;
  }
  .mw-px-sm-555 {
    max-width: 555px !important;
  }
  .w-px-sm-555 {
    width: 555px !important;
  }
  .h-px-sm-555 {
    height: 555px !important;
  }
  .min-h-px-sm-555 {
    min-height: 555px !important;
  }
  .mw-px-sm-560 {
    max-width: 560px !important;
  }
  .w-px-sm-560 {
    width: 560px !important;
  }
  .h-px-sm-560 {
    height: 560px !important;
  }
  .min-h-px-sm-560 {
    min-height: 560px !important;
  }
  .mw-px-sm-565 {
    max-width: 565px !important;
  }
  .w-px-sm-565 {
    width: 565px !important;
  }
  .h-px-sm-565 {
    height: 565px !important;
  }
  .min-h-px-sm-565 {
    min-height: 565px !important;
  }
  .mw-px-sm-570 {
    max-width: 570px !important;
  }
  .w-px-sm-570 {
    width: 570px !important;
  }
  .h-px-sm-570 {
    height: 570px !important;
  }
  .min-h-px-sm-570 {
    min-height: 570px !important;
  }
  .mw-px-sm-575 {
    max-width: 575px !important;
  }
  .w-px-sm-575 {
    width: 575px !important;
  }
  .h-px-sm-575 {
    height: 575px !important;
  }
  .min-h-px-sm-575 {
    min-height: 575px !important;
  }
  .mw-px-sm-580 {
    max-width: 580px !important;
  }
  .w-px-sm-580 {
    width: 580px !important;
  }
  .h-px-sm-580 {
    height: 580px !important;
  }
  .min-h-px-sm-580 {
    min-height: 580px !important;
  }
  .mw-px-sm-585 {
    max-width: 585px !important;
  }
  .w-px-sm-585 {
    width: 585px !important;
  }
  .h-px-sm-585 {
    height: 585px !important;
  }
  .min-h-px-sm-585 {
    min-height: 585px !important;
  }
  .mw-px-sm-590 {
    max-width: 590px !important;
  }
  .w-px-sm-590 {
    width: 590px !important;
  }
  .h-px-sm-590 {
    height: 590px !important;
  }
  .min-h-px-sm-590 {
    min-height: 590px !important;
  }
  .mw-px-sm-595 {
    max-width: 595px !important;
  }
  .w-px-sm-595 {
    width: 595px !important;
  }
  .h-px-sm-595 {
    height: 595px !important;
  }
  .min-h-px-sm-595 {
    min-height: 595px !important;
  }
  .mw-px-sm-600 {
    max-width: 600px !important;
  }
  .w-px-sm-600 {
    width: 600px !important;
  }
  .h-px-sm-600 {
    height: 600px !important;
  }
  .min-h-px-sm-600 {
    min-height: 600px !important;
  }
  .mw-px-sm-605 {
    max-width: 605px !important;
  }
  .w-px-sm-605 {
    width: 605px !important;
  }
  .h-px-sm-605 {
    height: 605px !important;
  }
  .min-h-px-sm-605 {
    min-height: 605px !important;
  }
  .mw-px-sm-610 {
    max-width: 610px !important;
  }
  .w-px-sm-610 {
    width: 610px !important;
  }
  .h-px-sm-610 {
    height: 610px !important;
  }
  .min-h-px-sm-610 {
    min-height: 610px !important;
  }
  .mw-px-sm-615 {
    max-width: 615px !important;
  }
  .w-px-sm-615 {
    width: 615px !important;
  }
  .h-px-sm-615 {
    height: 615px !important;
  }
  .min-h-px-sm-615 {
    min-height: 615px !important;
  }
  .mw-px-sm-620 {
    max-width: 620px !important;
  }
  .w-px-sm-620 {
    width: 620px !important;
  }
  .h-px-sm-620 {
    height: 620px !important;
  }
  .min-h-px-sm-620 {
    min-height: 620px !important;
  }
  .mw-px-sm-625 {
    max-width: 625px !important;
  }
  .w-px-sm-625 {
    width: 625px !important;
  }
  .h-px-sm-625 {
    height: 625px !important;
  }
  .min-h-px-sm-625 {
    min-height: 625px !important;
  }
  .mw-px-sm-630 {
    max-width: 630px !important;
  }
  .w-px-sm-630 {
    width: 630px !important;
  }
  .h-px-sm-630 {
    height: 630px !important;
  }
  .min-h-px-sm-630 {
    min-height: 630px !important;
  }
  .mw-px-sm-635 {
    max-width: 635px !important;
  }
  .w-px-sm-635 {
    width: 635px !important;
  }
  .h-px-sm-635 {
    height: 635px !important;
  }
  .min-h-px-sm-635 {
    min-height: 635px !important;
  }
  .mw-px-sm-640 {
    max-width: 640px !important;
  }
  .w-px-sm-640 {
    width: 640px !important;
  }
  .h-px-sm-640 {
    height: 640px !important;
  }
  .min-h-px-sm-640 {
    min-height: 640px !important;
  }
  .mw-px-sm-645 {
    max-width: 645px !important;
  }
  .w-px-sm-645 {
    width: 645px !important;
  }
  .h-px-sm-645 {
    height: 645px !important;
  }
  .min-h-px-sm-645 {
    min-height: 645px !important;
  }
  .mw-px-sm-650 {
    max-width: 650px !important;
  }
  .w-px-sm-650 {
    width: 650px !important;
  }
  .h-px-sm-650 {
    height: 650px !important;
  }
  .min-h-px-sm-650 {
    min-height: 650px !important;
  }
  .mw-px-sm-655 {
    max-width: 655px !important;
  }
  .w-px-sm-655 {
    width: 655px !important;
  }
  .h-px-sm-655 {
    height: 655px !important;
  }
  .min-h-px-sm-655 {
    min-height: 655px !important;
  }
  .mw-px-sm-660 {
    max-width: 660px !important;
  }
  .w-px-sm-660 {
    width: 660px !important;
  }
  .h-px-sm-660 {
    height: 660px !important;
  }
  .min-h-px-sm-660 {
    min-height: 660px !important;
  }
  .mw-px-sm-665 {
    max-width: 665px !important;
  }
  .w-px-sm-665 {
    width: 665px !important;
  }
  .h-px-sm-665 {
    height: 665px !important;
  }
  .min-h-px-sm-665 {
    min-height: 665px !important;
  }
  .mw-px-sm-670 {
    max-width: 670px !important;
  }
  .w-px-sm-670 {
    width: 670px !important;
  }
  .h-px-sm-670 {
    height: 670px !important;
  }
  .min-h-px-sm-670 {
    min-height: 670px !important;
  }
  .mw-px-sm-675 {
    max-width: 675px !important;
  }
  .w-px-sm-675 {
    width: 675px !important;
  }
  .h-px-sm-675 {
    height: 675px !important;
  }
  .min-h-px-sm-675 {
    min-height: 675px !important;
  }
  .mw-px-sm-680 {
    max-width: 680px !important;
  }
  .w-px-sm-680 {
    width: 680px !important;
  }
  .h-px-sm-680 {
    height: 680px !important;
  }
  .min-h-px-sm-680 {
    min-height: 680px !important;
  }
  .mw-px-sm-685 {
    max-width: 685px !important;
  }
  .w-px-sm-685 {
    width: 685px !important;
  }
  .h-px-sm-685 {
    height: 685px !important;
  }
  .min-h-px-sm-685 {
    min-height: 685px !important;
  }
  .mw-px-sm-690 {
    max-width: 690px !important;
  }
  .w-px-sm-690 {
    width: 690px !important;
  }
  .h-px-sm-690 {
    height: 690px !important;
  }
  .min-h-px-sm-690 {
    min-height: 690px !important;
  }
  .mw-px-sm-695 {
    max-width: 695px !important;
  }
  .w-px-sm-695 {
    width: 695px !important;
  }
  .h-px-sm-695 {
    height: 695px !important;
  }
  .min-h-px-sm-695 {
    min-height: 695px !important;
  }
  .mw-px-sm-700 {
    max-width: 700px !important;
  }
  .w-px-sm-700 {
    width: 700px !important;
  }
  .h-px-sm-700 {
    height: 700px !important;
  }
  .min-h-px-sm-700 {
    min-height: 700px !important;
  }
  .mw-px-sm-705 {
    max-width: 705px !important;
  }
  .w-px-sm-705 {
    width: 705px !important;
  }
  .h-px-sm-705 {
    height: 705px !important;
  }
  .min-h-px-sm-705 {
    min-height: 705px !important;
  }
  .mw-px-sm-710 {
    max-width: 710px !important;
  }
  .w-px-sm-710 {
    width: 710px !important;
  }
  .h-px-sm-710 {
    height: 710px !important;
  }
  .min-h-px-sm-710 {
    min-height: 710px !important;
  }
  .mw-px-sm-715 {
    max-width: 715px !important;
  }
  .w-px-sm-715 {
    width: 715px !important;
  }
  .h-px-sm-715 {
    height: 715px !important;
  }
  .min-h-px-sm-715 {
    min-height: 715px !important;
  }
  .mw-px-sm-720 {
    max-width: 720px !important;
  }
  .w-px-sm-720 {
    width: 720px !important;
  }
  .h-px-sm-720 {
    height: 720px !important;
  }
  .min-h-px-sm-720 {
    min-height: 720px !important;
  }
  .mw-px-sm-725 {
    max-width: 725px !important;
  }
  .w-px-sm-725 {
    width: 725px !important;
  }
  .h-px-sm-725 {
    height: 725px !important;
  }
  .min-h-px-sm-725 {
    min-height: 725px !important;
  }
  .mw-px-sm-730 {
    max-width: 730px !important;
  }
  .w-px-sm-730 {
    width: 730px !important;
  }
  .h-px-sm-730 {
    height: 730px !important;
  }
  .min-h-px-sm-730 {
    min-height: 730px !important;
  }
  .mw-px-sm-735 {
    max-width: 735px !important;
  }
  .w-px-sm-735 {
    width: 735px !important;
  }
  .h-px-sm-735 {
    height: 735px !important;
  }
  .min-h-px-sm-735 {
    min-height: 735px !important;
  }
  .mw-px-sm-740 {
    max-width: 740px !important;
  }
  .w-px-sm-740 {
    width: 740px !important;
  }
  .h-px-sm-740 {
    height: 740px !important;
  }
  .min-h-px-sm-740 {
    min-height: 740px !important;
  }
  .mw-px-sm-745 {
    max-width: 745px !important;
  }
  .w-px-sm-745 {
    width: 745px !important;
  }
  .h-px-sm-745 {
    height: 745px !important;
  }
  .min-h-px-sm-745 {
    min-height: 745px !important;
  }
  .mw-px-sm-750 {
    max-width: 750px !important;
  }
  .w-px-sm-750 {
    width: 750px !important;
  }
  .h-px-sm-750 {
    height: 750px !important;
  }
  .min-h-px-sm-750 {
    min-height: 750px !important;
  }
  .mw-px-sm-755 {
    max-width: 755px !important;
  }
  .w-px-sm-755 {
    width: 755px !important;
  }
  .h-px-sm-755 {
    height: 755px !important;
  }
  .min-h-px-sm-755 {
    min-height: 755px !important;
  }
  .mw-px-sm-760 {
    max-width: 760px !important;
  }
  .w-px-sm-760 {
    width: 760px !important;
  }
  .h-px-sm-760 {
    height: 760px !important;
  }
  .min-h-px-sm-760 {
    min-height: 760px !important;
  }
  .mw-px-sm-765 {
    max-width: 765px !important;
  }
  .w-px-sm-765 {
    width: 765px !important;
  }
  .h-px-sm-765 {
    height: 765px !important;
  }
  .min-h-px-sm-765 {
    min-height: 765px !important;
  }
  .mw-px-sm-770 {
    max-width: 770px !important;
  }
  .w-px-sm-770 {
    width: 770px !important;
  }
  .h-px-sm-770 {
    height: 770px !important;
  }
  .min-h-px-sm-770 {
    min-height: 770px !important;
  }
  .mw-px-sm-775 {
    max-width: 775px !important;
  }
  .w-px-sm-775 {
    width: 775px !important;
  }
  .h-px-sm-775 {
    height: 775px !important;
  }
  .min-h-px-sm-775 {
    min-height: 775px !important;
  }
  .mw-px-sm-780 {
    max-width: 780px !important;
  }
  .w-px-sm-780 {
    width: 780px !important;
  }
  .h-px-sm-780 {
    height: 780px !important;
  }
  .min-h-px-sm-780 {
    min-height: 780px !important;
  }
  .mw-px-sm-785 {
    max-width: 785px !important;
  }
  .w-px-sm-785 {
    width: 785px !important;
  }
  .h-px-sm-785 {
    height: 785px !important;
  }
  .min-h-px-sm-785 {
    min-height: 785px !important;
  }
  .mw-px-sm-790 {
    max-width: 790px !important;
  }
  .w-px-sm-790 {
    width: 790px !important;
  }
  .h-px-sm-790 {
    height: 790px !important;
  }
  .min-h-px-sm-790 {
    min-height: 790px !important;
  }
  .mw-px-sm-795 {
    max-width: 795px !important;
  }
  .w-px-sm-795 {
    width: 795px !important;
  }
  .h-px-sm-795 {
    height: 795px !important;
  }
  .min-h-px-sm-795 {
    min-height: 795px !important;
  }
  .mw-px-sm-800 {
    max-width: 800px !important;
  }
  .w-px-sm-800 {
    width: 800px !important;
  }
  .h-px-sm-800 {
    height: 800px !important;
  }
  .min-h-px-sm-800 {
    min-height: 800px !important;
  }
  .mw-px-sm-805 {
    max-width: 805px !important;
  }
  .w-px-sm-805 {
    width: 805px !important;
  }
  .h-px-sm-805 {
    height: 805px !important;
  }
  .min-h-px-sm-805 {
    min-height: 805px !important;
  }
  .mw-px-sm-810 {
    max-width: 810px !important;
  }
  .w-px-sm-810 {
    width: 810px !important;
  }
  .h-px-sm-810 {
    height: 810px !important;
  }
  .min-h-px-sm-810 {
    min-height: 810px !important;
  }
  .mw-px-sm-815 {
    max-width: 815px !important;
  }
  .w-px-sm-815 {
    width: 815px !important;
  }
  .h-px-sm-815 {
    height: 815px !important;
  }
  .min-h-px-sm-815 {
    min-height: 815px !important;
  }
  .mw-px-sm-820 {
    max-width: 820px !important;
  }
  .w-px-sm-820 {
    width: 820px !important;
  }
  .h-px-sm-820 {
    height: 820px !important;
  }
  .min-h-px-sm-820 {
    min-height: 820px !important;
  }
  .mw-px-sm-825 {
    max-width: 825px !important;
  }
  .w-px-sm-825 {
    width: 825px !important;
  }
  .h-px-sm-825 {
    height: 825px !important;
  }
  .min-h-px-sm-825 {
    min-height: 825px !important;
  }
  .mw-px-sm-830 {
    max-width: 830px !important;
  }
  .w-px-sm-830 {
    width: 830px !important;
  }
  .h-px-sm-830 {
    height: 830px !important;
  }
  .min-h-px-sm-830 {
    min-height: 830px !important;
  }
  .mw-px-sm-835 {
    max-width: 835px !important;
  }
  .w-px-sm-835 {
    width: 835px !important;
  }
  .h-px-sm-835 {
    height: 835px !important;
  }
  .min-h-px-sm-835 {
    min-height: 835px !important;
  }
  .mw-px-sm-840 {
    max-width: 840px !important;
  }
  .w-px-sm-840 {
    width: 840px !important;
  }
  .h-px-sm-840 {
    height: 840px !important;
  }
  .min-h-px-sm-840 {
    min-height: 840px !important;
  }
  .mw-px-sm-845 {
    max-width: 845px !important;
  }
  .w-px-sm-845 {
    width: 845px !important;
  }
  .h-px-sm-845 {
    height: 845px !important;
  }
  .min-h-px-sm-845 {
    min-height: 845px !important;
  }
  .mw-px-sm-850 {
    max-width: 850px !important;
  }
  .w-px-sm-850 {
    width: 850px !important;
  }
  .h-px-sm-850 {
    height: 850px !important;
  }
  .min-h-px-sm-850 {
    min-height: 850px !important;
  }
  .mw-px-sm-855 {
    max-width: 855px !important;
  }
  .w-px-sm-855 {
    width: 855px !important;
  }
  .h-px-sm-855 {
    height: 855px !important;
  }
  .min-h-px-sm-855 {
    min-height: 855px !important;
  }
  .mw-px-sm-860 {
    max-width: 860px !important;
  }
  .w-px-sm-860 {
    width: 860px !important;
  }
  .h-px-sm-860 {
    height: 860px !important;
  }
  .min-h-px-sm-860 {
    min-height: 860px !important;
  }
  .mw-px-sm-865 {
    max-width: 865px !important;
  }
  .w-px-sm-865 {
    width: 865px !important;
  }
  .h-px-sm-865 {
    height: 865px !important;
  }
  .min-h-px-sm-865 {
    min-height: 865px !important;
  }
  .mw-px-sm-870 {
    max-width: 870px !important;
  }
  .w-px-sm-870 {
    width: 870px !important;
  }
  .h-px-sm-870 {
    height: 870px !important;
  }
  .min-h-px-sm-870 {
    min-height: 870px !important;
  }
  .mw-px-sm-875 {
    max-width: 875px !important;
  }
  .w-px-sm-875 {
    width: 875px !important;
  }
  .h-px-sm-875 {
    height: 875px !important;
  }
  .min-h-px-sm-875 {
    min-height: 875px !important;
  }
  .mw-px-sm-880 {
    max-width: 880px !important;
  }
  .w-px-sm-880 {
    width: 880px !important;
  }
  .h-px-sm-880 {
    height: 880px !important;
  }
  .min-h-px-sm-880 {
    min-height: 880px !important;
  }
  .mw-px-sm-885 {
    max-width: 885px !important;
  }
  .w-px-sm-885 {
    width: 885px !important;
  }
  .h-px-sm-885 {
    height: 885px !important;
  }
  .min-h-px-sm-885 {
    min-height: 885px !important;
  }
  .mw-px-sm-890 {
    max-width: 890px !important;
  }
  .w-px-sm-890 {
    width: 890px !important;
  }
  .h-px-sm-890 {
    height: 890px !important;
  }
  .min-h-px-sm-890 {
    min-height: 890px !important;
  }
  .mw-px-sm-895 {
    max-width: 895px !important;
  }
  .w-px-sm-895 {
    width: 895px !important;
  }
  .h-px-sm-895 {
    height: 895px !important;
  }
  .min-h-px-sm-895 {
    min-height: 895px !important;
  }
  .mw-px-sm-900 {
    max-width: 900px !important;
  }
  .w-px-sm-900 {
    width: 900px !important;
  }
  .h-px-sm-900 {
    height: 900px !important;
  }
  .min-h-px-sm-900 {
    min-height: 900px !important;
  }
  .mw-px-sm-905 {
    max-width: 905px !important;
  }
  .w-px-sm-905 {
    width: 905px !important;
  }
  .h-px-sm-905 {
    height: 905px !important;
  }
  .min-h-px-sm-905 {
    min-height: 905px !important;
  }
  .mw-px-sm-910 {
    max-width: 910px !important;
  }
  .w-px-sm-910 {
    width: 910px !important;
  }
  .h-px-sm-910 {
    height: 910px !important;
  }
  .min-h-px-sm-910 {
    min-height: 910px !important;
  }
  .mw-px-sm-915 {
    max-width: 915px !important;
  }
  .w-px-sm-915 {
    width: 915px !important;
  }
  .h-px-sm-915 {
    height: 915px !important;
  }
  .min-h-px-sm-915 {
    min-height: 915px !important;
  }
  .mw-px-sm-920 {
    max-width: 920px !important;
  }
  .w-px-sm-920 {
    width: 920px !important;
  }
  .h-px-sm-920 {
    height: 920px !important;
  }
  .min-h-px-sm-920 {
    min-height: 920px !important;
  }
  .mw-px-sm-925 {
    max-width: 925px !important;
  }
  .w-px-sm-925 {
    width: 925px !important;
  }
  .h-px-sm-925 {
    height: 925px !important;
  }
  .min-h-px-sm-925 {
    min-height: 925px !important;
  }
  .mw-px-sm-930 {
    max-width: 930px !important;
  }
  .w-px-sm-930 {
    width: 930px !important;
  }
  .h-px-sm-930 {
    height: 930px !important;
  }
  .min-h-px-sm-930 {
    min-height: 930px !important;
  }
  .mw-px-sm-935 {
    max-width: 935px !important;
  }
  .w-px-sm-935 {
    width: 935px !important;
  }
  .h-px-sm-935 {
    height: 935px !important;
  }
  .min-h-px-sm-935 {
    min-height: 935px !important;
  }
  .mw-px-sm-940 {
    max-width: 940px !important;
  }
  .w-px-sm-940 {
    width: 940px !important;
  }
  .h-px-sm-940 {
    height: 940px !important;
  }
  .min-h-px-sm-940 {
    min-height: 940px !important;
  }
  .mw-px-sm-945 {
    max-width: 945px !important;
  }
  .w-px-sm-945 {
    width: 945px !important;
  }
  .h-px-sm-945 {
    height: 945px !important;
  }
  .min-h-px-sm-945 {
    min-height: 945px !important;
  }
  .mw-px-sm-950 {
    max-width: 950px !important;
  }
  .w-px-sm-950 {
    width: 950px !important;
  }
  .h-px-sm-950 {
    height: 950px !important;
  }
  .min-h-px-sm-950 {
    min-height: 950px !important;
  }
  .mw-px-sm-955 {
    max-width: 955px !important;
  }
  .w-px-sm-955 {
    width: 955px !important;
  }
  .h-px-sm-955 {
    height: 955px !important;
  }
  .min-h-px-sm-955 {
    min-height: 955px !important;
  }
  .mw-px-sm-960 {
    max-width: 960px !important;
  }
  .w-px-sm-960 {
    width: 960px !important;
  }
  .h-px-sm-960 {
    height: 960px !important;
  }
  .min-h-px-sm-960 {
    min-height: 960px !important;
  }
  .mw-px-sm-965 {
    max-width: 965px !important;
  }
  .w-px-sm-965 {
    width: 965px !important;
  }
  .h-px-sm-965 {
    height: 965px !important;
  }
  .min-h-px-sm-965 {
    min-height: 965px !important;
  }
  .mw-px-sm-970 {
    max-width: 970px !important;
  }
  .w-px-sm-970 {
    width: 970px !important;
  }
  .h-px-sm-970 {
    height: 970px !important;
  }
  .min-h-px-sm-970 {
    min-height: 970px !important;
  }
  .mw-px-sm-975 {
    max-width: 975px !important;
  }
  .w-px-sm-975 {
    width: 975px !important;
  }
  .h-px-sm-975 {
    height: 975px !important;
  }
  .min-h-px-sm-975 {
    min-height: 975px !important;
  }
  .mw-px-sm-980 {
    max-width: 980px !important;
  }
  .w-px-sm-980 {
    width: 980px !important;
  }
  .h-px-sm-980 {
    height: 980px !important;
  }
  .min-h-px-sm-980 {
    min-height: 980px !important;
  }
  .mw-px-sm-985 {
    max-width: 985px !important;
  }
  .w-px-sm-985 {
    width: 985px !important;
  }
  .h-px-sm-985 {
    height: 985px !important;
  }
  .min-h-px-sm-985 {
    min-height: 985px !important;
  }
  .mw-px-sm-990 {
    max-width: 990px !important;
  }
  .w-px-sm-990 {
    width: 990px !important;
  }
  .h-px-sm-990 {
    height: 990px !important;
  }
  .min-h-px-sm-990 {
    min-height: 990px !important;
  }
  .mw-px-sm-995 {
    max-width: 995px !important;
  }
  .w-px-sm-995 {
    width: 995px !important;
  }
  .h-px-sm-995 {
    height: 995px !important;
  }
  .min-h-px-sm-995 {
    min-height: 995px !important;
  }
  .mw-px-sm-1000 {
    max-width: 1000px !important;
  }
  .w-px-sm-1000 {
    width: 1000px !important;
  }
  .h-px-sm-1000 {
    height: 1000px !important;
  }
  .min-h-px-sm-1000 {
    min-height: 1000px !important;
  }
  .mw-px-sm-1005 {
    max-width: 1005px !important;
  }
  .w-px-sm-1005 {
    width: 1005px !important;
  }
  .h-px-sm-1005 {
    height: 1005px !important;
  }
  .min-h-px-sm-1005 {
    min-height: 1005px !important;
  }
  .mw-px-sm-1010 {
    max-width: 1010px !important;
  }
  .w-px-sm-1010 {
    width: 1010px !important;
  }
  .h-px-sm-1010 {
    height: 1010px !important;
  }
  .min-h-px-sm-1010 {
    min-height: 1010px !important;
  }
  .mw-px-sm-1015 {
    max-width: 1015px !important;
  }
  .w-px-sm-1015 {
    width: 1015px !important;
  }
  .h-px-sm-1015 {
    height: 1015px !important;
  }
  .min-h-px-sm-1015 {
    min-height: 1015px !important;
  }
  .mw-px-sm-1020 {
    max-width: 1020px !important;
  }
  .w-px-sm-1020 {
    width: 1020px !important;
  }
  .h-px-sm-1020 {
    height: 1020px !important;
  }
  .min-h-px-sm-1020 {
    min-height: 1020px !important;
  }
  .mw-px-sm-1025 {
    max-width: 1025px !important;
  }
  .w-px-sm-1025 {
    width: 1025px !important;
  }
  .h-px-sm-1025 {
    height: 1025px !important;
  }
  .min-h-px-sm-1025 {
    min-height: 1025px !important;
  }
  .mw-px-sm-1030 {
    max-width: 1030px !important;
  }
  .w-px-sm-1030 {
    width: 1030px !important;
  }
  .h-px-sm-1030 {
    height: 1030px !important;
  }
  .min-h-px-sm-1030 {
    min-height: 1030px !important;
  }
  .mw-px-sm-1035 {
    max-width: 1035px !important;
  }
  .w-px-sm-1035 {
    width: 1035px !important;
  }
  .h-px-sm-1035 {
    height: 1035px !important;
  }
  .min-h-px-sm-1035 {
    min-height: 1035px !important;
  }
  .mw-px-sm-1040 {
    max-width: 1040px !important;
  }
  .w-px-sm-1040 {
    width: 1040px !important;
  }
  .h-px-sm-1040 {
    height: 1040px !important;
  }
  .min-h-px-sm-1040 {
    min-height: 1040px !important;
  }
  .mw-px-sm-1045 {
    max-width: 1045px !important;
  }
  .w-px-sm-1045 {
    width: 1045px !important;
  }
  .h-px-sm-1045 {
    height: 1045px !important;
  }
  .min-h-px-sm-1045 {
    min-height: 1045px !important;
  }
  .mw-px-sm-1050 {
    max-width: 1050px !important;
  }
  .w-px-sm-1050 {
    width: 1050px !important;
  }
  .h-px-sm-1050 {
    height: 1050px !important;
  }
  .min-h-px-sm-1050 {
    min-height: 1050px !important;
  }
  .mw-px-sm-1055 {
    max-width: 1055px !important;
  }
  .w-px-sm-1055 {
    width: 1055px !important;
  }
  .h-px-sm-1055 {
    height: 1055px !important;
  }
  .min-h-px-sm-1055 {
    min-height: 1055px !important;
  }
  .mw-px-sm-1060 {
    max-width: 1060px !important;
  }
  .w-px-sm-1060 {
    width: 1060px !important;
  }
  .h-px-sm-1060 {
    height: 1060px !important;
  }
  .min-h-px-sm-1060 {
    min-height: 1060px !important;
  }
  .mw-px-sm-1065 {
    max-width: 1065px !important;
  }
  .w-px-sm-1065 {
    width: 1065px !important;
  }
  .h-px-sm-1065 {
    height: 1065px !important;
  }
  .min-h-px-sm-1065 {
    min-height: 1065px !important;
  }
  .mw-px-sm-1070 {
    max-width: 1070px !important;
  }
  .w-px-sm-1070 {
    width: 1070px !important;
  }
  .h-px-sm-1070 {
    height: 1070px !important;
  }
  .min-h-px-sm-1070 {
    min-height: 1070px !important;
  }
  .mw-px-sm-1075 {
    max-width: 1075px !important;
  }
  .w-px-sm-1075 {
    width: 1075px !important;
  }
  .h-px-sm-1075 {
    height: 1075px !important;
  }
  .min-h-px-sm-1075 {
    min-height: 1075px !important;
  }
  .mw-px-sm-1080 {
    max-width: 1080px !important;
  }
  .w-px-sm-1080 {
    width: 1080px !important;
  }
  .h-px-sm-1080 {
    height: 1080px !important;
  }
  .min-h-px-sm-1080 {
    min-height: 1080px !important;
  }
  .mw-px-sm-1085 {
    max-width: 1085px !important;
  }
  .w-px-sm-1085 {
    width: 1085px !important;
  }
  .h-px-sm-1085 {
    height: 1085px !important;
  }
  .min-h-px-sm-1085 {
    min-height: 1085px !important;
  }
  .mw-px-sm-1090 {
    max-width: 1090px !important;
  }
  .w-px-sm-1090 {
    width: 1090px !important;
  }
  .h-px-sm-1090 {
    height: 1090px !important;
  }
  .min-h-px-sm-1090 {
    min-height: 1090px !important;
  }
  .mw-px-sm-1095 {
    max-width: 1095px !important;
  }
  .w-px-sm-1095 {
    width: 1095px !important;
  }
  .h-px-sm-1095 {
    height: 1095px !important;
  }
  .min-h-px-sm-1095 {
    min-height: 1095px !important;
  }
  .mw-px-sm-1100 {
    max-width: 1100px !important;
  }
  .w-px-sm-1100 {
    width: 1100px !important;
  }
  .h-px-sm-1100 {
    height: 1100px !important;
  }
  .min-h-px-sm-1100 {
    min-height: 1100px !important;
  }
  .mw-px-sm-1105 {
    max-width: 1105px !important;
  }
  .w-px-sm-1105 {
    width: 1105px !important;
  }
  .h-px-sm-1105 {
    height: 1105px !important;
  }
  .min-h-px-sm-1105 {
    min-height: 1105px !important;
  }
  .mw-px-sm-1110 {
    max-width: 1110px !important;
  }
  .w-px-sm-1110 {
    width: 1110px !important;
  }
  .h-px-sm-1110 {
    height: 1110px !important;
  }
  .min-h-px-sm-1110 {
    min-height: 1110px !important;
  }
  .mw-px-sm-1115 {
    max-width: 1115px !important;
  }
  .w-px-sm-1115 {
    width: 1115px !important;
  }
  .h-px-sm-1115 {
    height: 1115px !important;
  }
  .min-h-px-sm-1115 {
    min-height: 1115px !important;
  }
  .mw-px-sm-1120 {
    max-width: 1120px !important;
  }
  .w-px-sm-1120 {
    width: 1120px !important;
  }
  .h-px-sm-1120 {
    height: 1120px !important;
  }
  .min-h-px-sm-1120 {
    min-height: 1120px !important;
  }
  .mw-px-sm-1125 {
    max-width: 1125px !important;
  }
  .w-px-sm-1125 {
    width: 1125px !important;
  }
  .h-px-sm-1125 {
    height: 1125px !important;
  }
  .min-h-px-sm-1125 {
    min-height: 1125px !important;
  }
  .mw-px-sm-1130 {
    max-width: 1130px !important;
  }
  .w-px-sm-1130 {
    width: 1130px !important;
  }
  .h-px-sm-1130 {
    height: 1130px !important;
  }
  .min-h-px-sm-1130 {
    min-height: 1130px !important;
  }
  .mw-px-sm-1135 {
    max-width: 1135px !important;
  }
  .w-px-sm-1135 {
    width: 1135px !important;
  }
  .h-px-sm-1135 {
    height: 1135px !important;
  }
  .min-h-px-sm-1135 {
    min-height: 1135px !important;
  }
  .mw-px-sm-1140 {
    max-width: 1140px !important;
  }
  .w-px-sm-1140 {
    width: 1140px !important;
  }
  .h-px-sm-1140 {
    height: 1140px !important;
  }
  .min-h-px-sm-1140 {
    min-height: 1140px !important;
  }
  .mw-px-sm-1145 {
    max-width: 1145px !important;
  }
  .w-px-sm-1145 {
    width: 1145px !important;
  }
  .h-px-sm-1145 {
    height: 1145px !important;
  }
  .min-h-px-sm-1145 {
    min-height: 1145px !important;
  }
  .mw-px-sm-1150 {
    max-width: 1150px !important;
  }
  .w-px-sm-1150 {
    width: 1150px !important;
  }
  .h-px-sm-1150 {
    height: 1150px !important;
  }
  .min-h-px-sm-1150 {
    min-height: 1150px !important;
  }
  .mw-px-sm-1155 {
    max-width: 1155px !important;
  }
  .w-px-sm-1155 {
    width: 1155px !important;
  }
  .h-px-sm-1155 {
    height: 1155px !important;
  }
  .min-h-px-sm-1155 {
    min-height: 1155px !important;
  }
  .mw-px-sm-1160 {
    max-width: 1160px !important;
  }
  .w-px-sm-1160 {
    width: 1160px !important;
  }
  .h-px-sm-1160 {
    height: 1160px !important;
  }
  .min-h-px-sm-1160 {
    min-height: 1160px !important;
  }
  .mw-px-sm-1165 {
    max-width: 1165px !important;
  }
  .w-px-sm-1165 {
    width: 1165px !important;
  }
  .h-px-sm-1165 {
    height: 1165px !important;
  }
  .min-h-px-sm-1165 {
    min-height: 1165px !important;
  }
  .mw-px-sm-1170 {
    max-width: 1170px !important;
  }
  .w-px-sm-1170 {
    width: 1170px !important;
  }
  .h-px-sm-1170 {
    height: 1170px !important;
  }
  .min-h-px-sm-1170 {
    min-height: 1170px !important;
  }
  .mw-px-sm-1175 {
    max-width: 1175px !important;
  }
  .w-px-sm-1175 {
    width: 1175px !important;
  }
  .h-px-sm-1175 {
    height: 1175px !important;
  }
  .min-h-px-sm-1175 {
    min-height: 1175px !important;
  }
  .mw-px-sm-1180 {
    max-width: 1180px !important;
  }
  .w-px-sm-1180 {
    width: 1180px !important;
  }
  .h-px-sm-1180 {
    height: 1180px !important;
  }
  .min-h-px-sm-1180 {
    min-height: 1180px !important;
  }
  .mw-px-sm-1185 {
    max-width: 1185px !important;
  }
  .w-px-sm-1185 {
    width: 1185px !important;
  }
  .h-px-sm-1185 {
    height: 1185px !important;
  }
  .min-h-px-sm-1185 {
    min-height: 1185px !important;
  }
  .mw-px-sm-1190 {
    max-width: 1190px !important;
  }
  .w-px-sm-1190 {
    width: 1190px !important;
  }
  .h-px-sm-1190 {
    height: 1190px !important;
  }
  .min-h-px-sm-1190 {
    min-height: 1190px !important;
  }
  .mw-px-sm-1195 {
    max-width: 1195px !important;
  }
  .w-px-sm-1195 {
    width: 1195px !important;
  }
  .h-px-sm-1195 {
    height: 1195px !important;
  }
  .min-h-px-sm-1195 {
    min-height: 1195px !important;
  }
  .mw-px-sm-1200 {
    max-width: 1200px !important;
  }
  .w-px-sm-1200 {
    width: 1200px !important;
  }
  .h-px-sm-1200 {
    height: 1200px !important;
  }
  .min-h-px-sm-1200 {
    min-height: 1200px !important;
  }
  .mw-px-sm-1205 {
    max-width: 1205px !important;
  }
  .w-px-sm-1205 {
    width: 1205px !important;
  }
  .h-px-sm-1205 {
    height: 1205px !important;
  }
  .min-h-px-sm-1205 {
    min-height: 1205px !important;
  }
  .mw-px-sm-1210 {
    max-width: 1210px !important;
  }
  .w-px-sm-1210 {
    width: 1210px !important;
  }
  .h-px-sm-1210 {
    height: 1210px !important;
  }
  .min-h-px-sm-1210 {
    min-height: 1210px !important;
  }
  .mw-px-sm-1215 {
    max-width: 1215px !important;
  }
  .w-px-sm-1215 {
    width: 1215px !important;
  }
  .h-px-sm-1215 {
    height: 1215px !important;
  }
  .min-h-px-sm-1215 {
    min-height: 1215px !important;
  }
  .mw-px-sm-1220 {
    max-width: 1220px !important;
  }
  .w-px-sm-1220 {
    width: 1220px !important;
  }
  .h-px-sm-1220 {
    height: 1220px !important;
  }
  .min-h-px-sm-1220 {
    min-height: 1220px !important;
  }
  .mw-px-sm-1225 {
    max-width: 1225px !important;
  }
  .w-px-sm-1225 {
    width: 1225px !important;
  }
  .h-px-sm-1225 {
    height: 1225px !important;
  }
  .min-h-px-sm-1225 {
    min-height: 1225px !important;
  }
  .mw-px-sm-1230 {
    max-width: 1230px !important;
  }
  .w-px-sm-1230 {
    width: 1230px !important;
  }
  .h-px-sm-1230 {
    height: 1230px !important;
  }
  .min-h-px-sm-1230 {
    min-height: 1230px !important;
  }
  .mw-px-sm-1235 {
    max-width: 1235px !important;
  }
  .w-px-sm-1235 {
    width: 1235px !important;
  }
  .h-px-sm-1235 {
    height: 1235px !important;
  }
  .min-h-px-sm-1235 {
    min-height: 1235px !important;
  }
  .mw-px-sm-1240 {
    max-width: 1240px !important;
  }
  .w-px-sm-1240 {
    width: 1240px !important;
  }
  .h-px-sm-1240 {
    height: 1240px !important;
  }
  .min-h-px-sm-1240 {
    min-height: 1240px !important;
  }
  .mw-px-sm-1245 {
    max-width: 1245px !important;
  }
  .w-px-sm-1245 {
    width: 1245px !important;
  }
  .h-px-sm-1245 {
    height: 1245px !important;
  }
  .min-h-px-sm-1245 {
    min-height: 1245px !important;
  }
  .mw-px-sm-1250 {
    max-width: 1250px !important;
  }
  .w-px-sm-1250 {
    width: 1250px !important;
  }
  .h-px-sm-1250 {
    height: 1250px !important;
  }
  .min-h-px-sm-1250 {
    min-height: 1250px !important;
  }
  .mw-px-sm-1255 {
    max-width: 1255px !important;
  }
  .w-px-sm-1255 {
    width: 1255px !important;
  }
  .h-px-sm-1255 {
    height: 1255px !important;
  }
  .min-h-px-sm-1255 {
    min-height: 1255px !important;
  }
  .mw-px-sm-1260 {
    max-width: 1260px !important;
  }
  .w-px-sm-1260 {
    width: 1260px !important;
  }
  .h-px-sm-1260 {
    height: 1260px !important;
  }
  .min-h-px-sm-1260 {
    min-height: 1260px !important;
  }
  .mw-px-sm-1265 {
    max-width: 1265px !important;
  }
  .w-px-sm-1265 {
    width: 1265px !important;
  }
  .h-px-sm-1265 {
    height: 1265px !important;
  }
  .min-h-px-sm-1265 {
    min-height: 1265px !important;
  }
  .mw-px-sm-1270 {
    max-width: 1270px !important;
  }
  .w-px-sm-1270 {
    width: 1270px !important;
  }
  .h-px-sm-1270 {
    height: 1270px !important;
  }
  .min-h-px-sm-1270 {
    min-height: 1270px !important;
  }
  .mw-px-sm-1275 {
    max-width: 1275px !important;
  }
  .w-px-sm-1275 {
    width: 1275px !important;
  }
  .h-px-sm-1275 {
    height: 1275px !important;
  }
  .min-h-px-sm-1275 {
    min-height: 1275px !important;
  }
  .mw-px-sm-1280 {
    max-width: 1280px !important;
  }
  .w-px-sm-1280 {
    width: 1280px !important;
  }
  .h-px-sm-1280 {
    height: 1280px !important;
  }
  .min-h-px-sm-1280 {
    min-height: 1280px !important;
  }
  .mw-px-sm-1285 {
    max-width: 1285px !important;
  }
  .w-px-sm-1285 {
    width: 1285px !important;
  }
  .h-px-sm-1285 {
    height: 1285px !important;
  }
  .min-h-px-sm-1285 {
    min-height: 1285px !important;
  }
  .mw-px-sm-1290 {
    max-width: 1290px !important;
  }
  .w-px-sm-1290 {
    width: 1290px !important;
  }
  .h-px-sm-1290 {
    height: 1290px !important;
  }
  .min-h-px-sm-1290 {
    min-height: 1290px !important;
  }
  .mw-px-sm-1295 {
    max-width: 1295px !important;
  }
  .w-px-sm-1295 {
    width: 1295px !important;
  }
  .h-px-sm-1295 {
    height: 1295px !important;
  }
  .min-h-px-sm-1295 {
    min-height: 1295px !important;
  }
  .fs-vw-sm-0 {
    font-size: 0vw !important;
  }
  .pd-sm-0 {
    padding-top: 0% !important;
  }
  .mw-sm-0 {
    max-width: 0% !important;
  }
  .w-sm-0 {
    width: 0% !important;
  }
  .fs-vw-sm-1 {
    font-size: 1vw !important;
  }
  .pd-sm-1 {
    padding-top: 1% !important;
  }
  .mw-sm-1 {
    max-width: 1% !important;
  }
  .w-sm-1 {
    width: 1% !important;
  }
  .fs-vw-sm-2 {
    font-size: 2vw !important;
  }
  .pd-sm-2 {
    padding-top: 2% !important;
  }
  .mw-sm-2 {
    max-width: 2% !important;
  }
  .w-sm-2 {
    width: 2% !important;
  }
  .fs-vw-sm-3 {
    font-size: 3vw !important;
  }
  .pd-sm-3 {
    padding-top: 3% !important;
  }
  .mw-sm-3 {
    max-width: 3% !important;
  }
  .w-sm-3 {
    width: 3% !important;
  }
  .fs-vw-sm-4 {
    font-size: 4vw !important;
  }
  .pd-sm-4 {
    padding-top: 4% !important;
  }
  .mw-sm-4 {
    max-width: 4% !important;
  }
  .w-sm-4 {
    width: 4% !important;
  }
  .fs-vw-sm-5 {
    font-size: 5vw !important;
  }
  .pd-sm-5 {
    padding-top: 5% !important;
  }
  .mw-sm-5 {
    max-width: 5% !important;
  }
  .w-sm-5 {
    width: 5% !important;
  }
  .fs-vw-sm-6 {
    font-size: 6vw !important;
  }
  .pd-sm-6 {
    padding-top: 6% !important;
  }
  .mw-sm-6 {
    max-width: 6% !important;
  }
  .w-sm-6 {
    width: 6% !important;
  }
  .fs-vw-sm-7 {
    font-size: 7vw !important;
  }
  .pd-sm-7 {
    padding-top: 7% !important;
  }
  .mw-sm-7 {
    max-width: 7% !important;
  }
  .w-sm-7 {
    width: 7% !important;
  }
  .fs-vw-sm-8 {
    font-size: 8vw !important;
  }
  .pd-sm-8 {
    padding-top: 8% !important;
  }
  .mw-sm-8 {
    max-width: 8% !important;
  }
  .w-sm-8 {
    width: 8% !important;
  }
  .fs-vw-sm-9 {
    font-size: 9vw !important;
  }
  .pd-sm-9 {
    padding-top: 9% !important;
  }
  .mw-sm-9 {
    max-width: 9% !important;
  }
  .w-sm-9 {
    width: 9% !important;
  }
  .fs-vw-sm-10 {
    font-size: 10vw !important;
  }
  .pd-sm-10 {
    padding-top: 10% !important;
  }
  .mw-sm-10 {
    max-width: 10% !important;
  }
  .w-sm-10 {
    width: 10% !important;
  }
  .fs-vw-sm-11 {
    font-size: 11vw !important;
  }
  .pd-sm-11 {
    padding-top: 11% !important;
  }
  .mw-sm-11 {
    max-width: 11% !important;
  }
  .w-sm-11 {
    width: 11% !important;
  }
  .fs-vw-sm-12 {
    font-size: 12vw !important;
  }
  .pd-sm-12 {
    padding-top: 12% !important;
  }
  .mw-sm-12 {
    max-width: 12% !important;
  }
  .w-sm-12 {
    width: 12% !important;
  }
  .fs-vw-sm-13 {
    font-size: 13vw !important;
  }
  .pd-sm-13 {
    padding-top: 13% !important;
  }
  .mw-sm-13 {
    max-width: 13% !important;
  }
  .w-sm-13 {
    width: 13% !important;
  }
  .fs-vw-sm-14 {
    font-size: 14vw !important;
  }
  .pd-sm-14 {
    padding-top: 14% !important;
  }
  .mw-sm-14 {
    max-width: 14% !important;
  }
  .w-sm-14 {
    width: 14% !important;
  }
  .fs-vw-sm-15 {
    font-size: 15vw !important;
  }
  .pd-sm-15 {
    padding-top: 15% !important;
  }
  .mw-sm-15 {
    max-width: 15% !important;
  }
  .w-sm-15 {
    width: 15% !important;
  }
  .fs-vw-sm-16 {
    font-size: 16vw !important;
  }
  .pd-sm-16 {
    padding-top: 16% !important;
  }
  .mw-sm-16 {
    max-width: 16% !important;
  }
  .w-sm-16 {
    width: 16% !important;
  }
  .fs-vw-sm-17 {
    font-size: 17vw !important;
  }
  .pd-sm-17 {
    padding-top: 17% !important;
  }
  .mw-sm-17 {
    max-width: 17% !important;
  }
  .w-sm-17 {
    width: 17% !important;
  }
  .fs-vw-sm-18 {
    font-size: 18vw !important;
  }
  .pd-sm-18 {
    padding-top: 18% !important;
  }
  .mw-sm-18 {
    max-width: 18% !important;
  }
  .w-sm-18 {
    width: 18% !important;
  }
  .fs-vw-sm-19 {
    font-size: 19vw !important;
  }
  .pd-sm-19 {
    padding-top: 19% !important;
  }
  .mw-sm-19 {
    max-width: 19% !important;
  }
  .w-sm-19 {
    width: 19% !important;
  }
  .fs-vw-sm-20 {
    font-size: 20vw !important;
  }
  .pd-sm-20 {
    padding-top: 20% !important;
  }
  .mw-sm-20 {
    max-width: 20% !important;
  }
  .w-sm-20 {
    width: 20% !important;
  }
  .fs-vw-sm-21 {
    font-size: 21vw !important;
  }
  .pd-sm-21 {
    padding-top: 21% !important;
  }
  .mw-sm-21 {
    max-width: 21% !important;
  }
  .w-sm-21 {
    width: 21% !important;
  }
  .fs-vw-sm-22 {
    font-size: 22vw !important;
  }
  .pd-sm-22 {
    padding-top: 22% !important;
  }
  .mw-sm-22 {
    max-width: 22% !important;
  }
  .w-sm-22 {
    width: 22% !important;
  }
  .fs-vw-sm-23 {
    font-size: 23vw !important;
  }
  .pd-sm-23 {
    padding-top: 23% !important;
  }
  .mw-sm-23 {
    max-width: 23% !important;
  }
  .w-sm-23 {
    width: 23% !important;
  }
  .fs-vw-sm-24 {
    font-size: 24vw !important;
  }
  .pd-sm-24 {
    padding-top: 24% !important;
  }
  .mw-sm-24 {
    max-width: 24% !important;
  }
  .w-sm-24 {
    width: 24% !important;
  }
  .fs-vw-sm-25 {
    font-size: 25vw !important;
  }
  .pd-sm-25 {
    padding-top: 25% !important;
  }
  .mw-sm-25 {
    max-width: 25% !important;
  }
  .w-sm-25 {
    width: 25% !important;
  }
  .fs-vw-sm-26 {
    font-size: 26vw !important;
  }
  .pd-sm-26 {
    padding-top: 26% !important;
  }
  .mw-sm-26 {
    max-width: 26% !important;
  }
  .w-sm-26 {
    width: 26% !important;
  }
  .fs-vw-sm-27 {
    font-size: 27vw !important;
  }
  .pd-sm-27 {
    padding-top: 27% !important;
  }
  .mw-sm-27 {
    max-width: 27% !important;
  }
  .w-sm-27 {
    width: 27% !important;
  }
  .fs-vw-sm-28 {
    font-size: 28vw !important;
  }
  .pd-sm-28 {
    padding-top: 28% !important;
  }
  .mw-sm-28 {
    max-width: 28% !important;
  }
  .w-sm-28 {
    width: 28% !important;
  }
  .fs-vw-sm-29 {
    font-size: 29vw !important;
  }
  .pd-sm-29 {
    padding-top: 29% !important;
  }
  .mw-sm-29 {
    max-width: 29% !important;
  }
  .w-sm-29 {
    width: 29% !important;
  }
  .fs-vw-sm-30 {
    font-size: 30vw !important;
  }
  .pd-sm-30 {
    padding-top: 30% !important;
  }
  .mw-sm-30 {
    max-width: 30% !important;
  }
  .w-sm-30 {
    width: 30% !important;
  }
  .fs-vw-sm-31 {
    font-size: 31vw !important;
  }
  .pd-sm-31 {
    padding-top: 31% !important;
  }
  .mw-sm-31 {
    max-width: 31% !important;
  }
  .w-sm-31 {
    width: 31% !important;
  }
  .fs-vw-sm-32 {
    font-size: 32vw !important;
  }
  .pd-sm-32 {
    padding-top: 32% !important;
  }
  .mw-sm-32 {
    max-width: 32% !important;
  }
  .w-sm-32 {
    width: 32% !important;
  }
  .fs-vw-sm-33 {
    font-size: 33vw !important;
  }
  .pd-sm-33 {
    padding-top: 33% !important;
  }
  .mw-sm-33 {
    max-width: 33% !important;
  }
  .w-sm-33 {
    width: 33% !important;
  }
  .fs-vw-sm-34 {
    font-size: 34vw !important;
  }
  .pd-sm-34 {
    padding-top: 34% !important;
  }
  .mw-sm-34 {
    max-width: 34% !important;
  }
  .w-sm-34 {
    width: 34% !important;
  }
  .fs-vw-sm-35 {
    font-size: 35vw !important;
  }
  .pd-sm-35 {
    padding-top: 35% !important;
  }
  .mw-sm-35 {
    max-width: 35% !important;
  }
  .w-sm-35 {
    width: 35% !important;
  }
  .fs-vw-sm-36 {
    font-size: 36vw !important;
  }
  .pd-sm-36 {
    padding-top: 36% !important;
  }
  .mw-sm-36 {
    max-width: 36% !important;
  }
  .w-sm-36 {
    width: 36% !important;
  }
  .fs-vw-sm-37 {
    font-size: 37vw !important;
  }
  .pd-sm-37 {
    padding-top: 37% !important;
  }
  .mw-sm-37 {
    max-width: 37% !important;
  }
  .w-sm-37 {
    width: 37% !important;
  }
  .fs-vw-sm-38 {
    font-size: 38vw !important;
  }
  .pd-sm-38 {
    padding-top: 38% !important;
  }
  .mw-sm-38 {
    max-width: 38% !important;
  }
  .w-sm-38 {
    width: 38% !important;
  }
  .fs-vw-sm-39 {
    font-size: 39vw !important;
  }
  .pd-sm-39 {
    padding-top: 39% !important;
  }
  .mw-sm-39 {
    max-width: 39% !important;
  }
  .w-sm-39 {
    width: 39% !important;
  }
  .fs-vw-sm-40 {
    font-size: 40vw !important;
  }
  .pd-sm-40 {
    padding-top: 40% !important;
  }
  .mw-sm-40 {
    max-width: 40% !important;
  }
  .w-sm-40 {
    width: 40% !important;
  }
  .fs-vw-sm-41 {
    font-size: 41vw !important;
  }
  .pd-sm-41 {
    padding-top: 41% !important;
  }
  .mw-sm-41 {
    max-width: 41% !important;
  }
  .w-sm-41 {
    width: 41% !important;
  }
  .fs-vw-sm-42 {
    font-size: 42vw !important;
  }
  .pd-sm-42 {
    padding-top: 42% !important;
  }
  .mw-sm-42 {
    max-width: 42% !important;
  }
  .w-sm-42 {
    width: 42% !important;
  }
  .fs-vw-sm-43 {
    font-size: 43vw !important;
  }
  .pd-sm-43 {
    padding-top: 43% !important;
  }
  .mw-sm-43 {
    max-width: 43% !important;
  }
  .w-sm-43 {
    width: 43% !important;
  }
  .fs-vw-sm-44 {
    font-size: 44vw !important;
  }
  .pd-sm-44 {
    padding-top: 44% !important;
  }
  .mw-sm-44 {
    max-width: 44% !important;
  }
  .w-sm-44 {
    width: 44% !important;
  }
  .fs-vw-sm-45 {
    font-size: 45vw !important;
  }
  .pd-sm-45 {
    padding-top: 45% !important;
  }
  .mw-sm-45 {
    max-width: 45% !important;
  }
  .w-sm-45 {
    width: 45% !important;
  }
  .fs-vw-sm-46 {
    font-size: 46vw !important;
  }
  .pd-sm-46 {
    padding-top: 46% !important;
  }
  .mw-sm-46 {
    max-width: 46% !important;
  }
  .w-sm-46 {
    width: 46% !important;
  }
  .fs-vw-sm-47 {
    font-size: 47vw !important;
  }
  .pd-sm-47 {
    padding-top: 47% !important;
  }
  .mw-sm-47 {
    max-width: 47% !important;
  }
  .w-sm-47 {
    width: 47% !important;
  }
  .fs-vw-sm-48 {
    font-size: 48vw !important;
  }
  .pd-sm-48 {
    padding-top: 48% !important;
  }
  .mw-sm-48 {
    max-width: 48% !important;
  }
  .w-sm-48 {
    width: 48% !important;
  }
  .fs-vw-sm-49 {
    font-size: 49vw !important;
  }
  .pd-sm-49 {
    padding-top: 49% !important;
  }
  .mw-sm-49 {
    max-width: 49% !important;
  }
  .w-sm-49 {
    width: 49% !important;
  }
  .fs-vw-sm-50 {
    font-size: 50vw !important;
  }
  .pd-sm-50 {
    padding-top: 50% !important;
  }
  .mw-sm-50 {
    max-width: 50% !important;
  }
  .w-sm-50 {
    width: 50% !important;
  }
  .fs-vw-sm-51 {
    font-size: 51vw !important;
  }
  .pd-sm-51 {
    padding-top: 51% !important;
  }
  .mw-sm-51 {
    max-width: 51% !important;
  }
  .w-sm-51 {
    width: 51% !important;
  }
  .fs-vw-sm-52 {
    font-size: 52vw !important;
  }
  .pd-sm-52 {
    padding-top: 52% !important;
  }
  .mw-sm-52 {
    max-width: 52% !important;
  }
  .w-sm-52 {
    width: 52% !important;
  }
  .fs-vw-sm-53 {
    font-size: 53vw !important;
  }
  .pd-sm-53 {
    padding-top: 53% !important;
  }
  .mw-sm-53 {
    max-width: 53% !important;
  }
  .w-sm-53 {
    width: 53% !important;
  }
  .fs-vw-sm-54 {
    font-size: 54vw !important;
  }
  .pd-sm-54 {
    padding-top: 54% !important;
  }
  .mw-sm-54 {
    max-width: 54% !important;
  }
  .w-sm-54 {
    width: 54% !important;
  }
  .fs-vw-sm-55 {
    font-size: 55vw !important;
  }
  .pd-sm-55 {
    padding-top: 55% !important;
  }
  .mw-sm-55 {
    max-width: 55% !important;
  }
  .w-sm-55 {
    width: 55% !important;
  }
  .fs-vw-sm-56 {
    font-size: 56vw !important;
  }
  .pd-sm-56 {
    padding-top: 56% !important;
  }
  .mw-sm-56 {
    max-width: 56% !important;
  }
  .w-sm-56 {
    width: 56% !important;
  }
  .fs-vw-sm-57 {
    font-size: 57vw !important;
  }
  .pd-sm-57 {
    padding-top: 57% !important;
  }
  .mw-sm-57 {
    max-width: 57% !important;
  }
  .w-sm-57 {
    width: 57% !important;
  }
  .fs-vw-sm-58 {
    font-size: 58vw !important;
  }
  .pd-sm-58 {
    padding-top: 58% !important;
  }
  .mw-sm-58 {
    max-width: 58% !important;
  }
  .w-sm-58 {
    width: 58% !important;
  }
  .fs-vw-sm-59 {
    font-size: 59vw !important;
  }
  .pd-sm-59 {
    padding-top: 59% !important;
  }
  .mw-sm-59 {
    max-width: 59% !important;
  }
  .w-sm-59 {
    width: 59% !important;
  }
  .fs-vw-sm-60 {
    font-size: 60vw !important;
  }
  .pd-sm-60 {
    padding-top: 60% !important;
  }
  .mw-sm-60 {
    max-width: 60% !important;
  }
  .w-sm-60 {
    width: 60% !important;
  }
  .fs-vw-sm-61 {
    font-size: 61vw !important;
  }
  .pd-sm-61 {
    padding-top: 61% !important;
  }
  .mw-sm-61 {
    max-width: 61% !important;
  }
  .w-sm-61 {
    width: 61% !important;
  }
  .fs-vw-sm-62 {
    font-size: 62vw !important;
  }
  .pd-sm-62 {
    padding-top: 62% !important;
  }
  .mw-sm-62 {
    max-width: 62% !important;
  }
  .w-sm-62 {
    width: 62% !important;
  }
  .fs-vw-sm-63 {
    font-size: 63vw !important;
  }
  .pd-sm-63 {
    padding-top: 63% !important;
  }
  .mw-sm-63 {
    max-width: 63% !important;
  }
  .w-sm-63 {
    width: 63% !important;
  }
  .fs-vw-sm-64 {
    font-size: 64vw !important;
  }
  .pd-sm-64 {
    padding-top: 64% !important;
  }
  .mw-sm-64 {
    max-width: 64% !important;
  }
  .w-sm-64 {
    width: 64% !important;
  }
  .fs-vw-sm-65 {
    font-size: 65vw !important;
  }
  .pd-sm-65 {
    padding-top: 65% !important;
  }
  .mw-sm-65 {
    max-width: 65% !important;
  }
  .w-sm-65 {
    width: 65% !important;
  }
  .fs-vw-sm-66 {
    font-size: 66vw !important;
  }
  .pd-sm-66 {
    padding-top: 66% !important;
  }
  .mw-sm-66 {
    max-width: 66% !important;
  }
  .w-sm-66 {
    width: 66% !important;
  }
  .fs-vw-sm-67 {
    font-size: 67vw !important;
  }
  .pd-sm-67 {
    padding-top: 67% !important;
  }
  .mw-sm-67 {
    max-width: 67% !important;
  }
  .w-sm-67 {
    width: 67% !important;
  }
  .fs-vw-sm-68 {
    font-size: 68vw !important;
  }
  .pd-sm-68 {
    padding-top: 68% !important;
  }
  .mw-sm-68 {
    max-width: 68% !important;
  }
  .w-sm-68 {
    width: 68% !important;
  }
  .fs-vw-sm-69 {
    font-size: 69vw !important;
  }
  .pd-sm-69 {
    padding-top: 69% !important;
  }
  .mw-sm-69 {
    max-width: 69% !important;
  }
  .w-sm-69 {
    width: 69% !important;
  }
  .fs-vw-sm-70 {
    font-size: 70vw !important;
  }
  .pd-sm-70 {
    padding-top: 70% !important;
  }
  .mw-sm-70 {
    max-width: 70% !important;
  }
  .w-sm-70 {
    width: 70% !important;
  }
  .fs-vw-sm-71 {
    font-size: 71vw !important;
  }
  .pd-sm-71 {
    padding-top: 71% !important;
  }
  .mw-sm-71 {
    max-width: 71% !important;
  }
  .w-sm-71 {
    width: 71% !important;
  }
  .fs-vw-sm-72 {
    font-size: 72vw !important;
  }
  .pd-sm-72 {
    padding-top: 72% !important;
  }
  .mw-sm-72 {
    max-width: 72% !important;
  }
  .w-sm-72 {
    width: 72% !important;
  }
  .fs-vw-sm-73 {
    font-size: 73vw !important;
  }
  .pd-sm-73 {
    padding-top: 73% !important;
  }
  .mw-sm-73 {
    max-width: 73% !important;
  }
  .w-sm-73 {
    width: 73% !important;
  }
  .fs-vw-sm-74 {
    font-size: 74vw !important;
  }
  .pd-sm-74 {
    padding-top: 74% !important;
  }
  .mw-sm-74 {
    max-width: 74% !important;
  }
  .w-sm-74 {
    width: 74% !important;
  }
  .fs-vw-sm-75 {
    font-size: 75vw !important;
  }
  .pd-sm-75 {
    padding-top: 75% !important;
  }
  .mw-sm-75 {
    max-width: 75% !important;
  }
  .w-sm-75 {
    width: 75% !important;
  }
  .fs-vw-sm-76 {
    font-size: 76vw !important;
  }
  .pd-sm-76 {
    padding-top: 76% !important;
  }
  .mw-sm-76 {
    max-width: 76% !important;
  }
  .w-sm-76 {
    width: 76% !important;
  }
  .fs-vw-sm-77 {
    font-size: 77vw !important;
  }
  .pd-sm-77 {
    padding-top: 77% !important;
  }
  .mw-sm-77 {
    max-width: 77% !important;
  }
  .w-sm-77 {
    width: 77% !important;
  }
  .fs-vw-sm-78 {
    font-size: 78vw !important;
  }
  .pd-sm-78 {
    padding-top: 78% !important;
  }
  .mw-sm-78 {
    max-width: 78% !important;
  }
  .w-sm-78 {
    width: 78% !important;
  }
  .fs-vw-sm-79 {
    font-size: 79vw !important;
  }
  .pd-sm-79 {
    padding-top: 79% !important;
  }
  .mw-sm-79 {
    max-width: 79% !important;
  }
  .w-sm-79 {
    width: 79% !important;
  }
  .fs-vw-sm-80 {
    font-size: 80vw !important;
  }
  .pd-sm-80 {
    padding-top: 80% !important;
  }
  .mw-sm-80 {
    max-width: 80% !important;
  }
  .w-sm-80 {
    width: 80% !important;
  }
  .fs-vw-sm-81 {
    font-size: 81vw !important;
  }
  .pd-sm-81 {
    padding-top: 81% !important;
  }
  .mw-sm-81 {
    max-width: 81% !important;
  }
  .w-sm-81 {
    width: 81% !important;
  }
  .fs-vw-sm-82 {
    font-size: 82vw !important;
  }
  .pd-sm-82 {
    padding-top: 82% !important;
  }
  .mw-sm-82 {
    max-width: 82% !important;
  }
  .w-sm-82 {
    width: 82% !important;
  }
  .fs-vw-sm-83 {
    font-size: 83vw !important;
  }
  .pd-sm-83 {
    padding-top: 83% !important;
  }
  .mw-sm-83 {
    max-width: 83% !important;
  }
  .w-sm-83 {
    width: 83% !important;
  }
  .fs-vw-sm-84 {
    font-size: 84vw !important;
  }
  .pd-sm-84 {
    padding-top: 84% !important;
  }
  .mw-sm-84 {
    max-width: 84% !important;
  }
  .w-sm-84 {
    width: 84% !important;
  }
  .fs-vw-sm-85 {
    font-size: 85vw !important;
  }
  .pd-sm-85 {
    padding-top: 85% !important;
  }
  .mw-sm-85 {
    max-width: 85% !important;
  }
  .w-sm-85 {
    width: 85% !important;
  }
  .fs-vw-sm-86 {
    font-size: 86vw !important;
  }
  .pd-sm-86 {
    padding-top: 86% !important;
  }
  .mw-sm-86 {
    max-width: 86% !important;
  }
  .w-sm-86 {
    width: 86% !important;
  }
  .fs-vw-sm-87 {
    font-size: 87vw !important;
  }
  .pd-sm-87 {
    padding-top: 87% !important;
  }
  .mw-sm-87 {
    max-width: 87% !important;
  }
  .w-sm-87 {
    width: 87% !important;
  }
  .fs-vw-sm-88 {
    font-size: 88vw !important;
  }
  .pd-sm-88 {
    padding-top: 88% !important;
  }
  .mw-sm-88 {
    max-width: 88% !important;
  }
  .w-sm-88 {
    width: 88% !important;
  }
  .fs-vw-sm-89 {
    font-size: 89vw !important;
  }
  .pd-sm-89 {
    padding-top: 89% !important;
  }
  .mw-sm-89 {
    max-width: 89% !important;
  }
  .w-sm-89 {
    width: 89% !important;
  }
  .fs-vw-sm-90 {
    font-size: 90vw !important;
  }
  .pd-sm-90 {
    padding-top: 90% !important;
  }
  .mw-sm-90 {
    max-width: 90% !important;
  }
  .w-sm-90 {
    width: 90% !important;
  }
  .fs-vw-sm-91 {
    font-size: 91vw !important;
  }
  .pd-sm-91 {
    padding-top: 91% !important;
  }
  .mw-sm-91 {
    max-width: 91% !important;
  }
  .w-sm-91 {
    width: 91% !important;
  }
  .fs-vw-sm-92 {
    font-size: 92vw !important;
  }
  .pd-sm-92 {
    padding-top: 92% !important;
  }
  .mw-sm-92 {
    max-width: 92% !important;
  }
  .w-sm-92 {
    width: 92% !important;
  }
  .fs-vw-sm-93 {
    font-size: 93vw !important;
  }
  .pd-sm-93 {
    padding-top: 93% !important;
  }
  .mw-sm-93 {
    max-width: 93% !important;
  }
  .w-sm-93 {
    width: 93% !important;
  }
  .fs-vw-sm-94 {
    font-size: 94vw !important;
  }
  .pd-sm-94 {
    padding-top: 94% !important;
  }
  .mw-sm-94 {
    max-width: 94% !important;
  }
  .w-sm-94 {
    width: 94% !important;
  }
  .fs-vw-sm-95 {
    font-size: 95vw !important;
  }
  .pd-sm-95 {
    padding-top: 95% !important;
  }
  .mw-sm-95 {
    max-width: 95% !important;
  }
  .w-sm-95 {
    width: 95% !important;
  }
  .fs-vw-sm-96 {
    font-size: 96vw !important;
  }
  .pd-sm-96 {
    padding-top: 96% !important;
  }
  .mw-sm-96 {
    max-width: 96% !important;
  }
  .w-sm-96 {
    width: 96% !important;
  }
  .fs-vw-sm-97 {
    font-size: 97vw !important;
  }
  .pd-sm-97 {
    padding-top: 97% !important;
  }
  .mw-sm-97 {
    max-width: 97% !important;
  }
  .w-sm-97 {
    width: 97% !important;
  }
  .fs-vw-sm-98 {
    font-size: 98vw !important;
  }
  .pd-sm-98 {
    padding-top: 98% !important;
  }
  .mw-sm-98 {
    max-width: 98% !important;
  }
  .w-sm-98 {
    width: 98% !important;
  }
  .fs-vw-sm-99 {
    font-size: 99vw !important;
  }
  .pd-sm-99 {
    padding-top: 99% !important;
  }
  .mw-sm-99 {
    max-width: 99% !important;
  }
  .w-sm-99 {
    width: 99% !important;
  }
  .fs-vw-sm-100 {
    font-size: 100vw !important;
  }
  .pd-sm-100 {
    padding-top: 100% !important;
  }
  .mw-sm-100 {
    max-width: 100% !important;
  }
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (min-width: 768px) {
  .b-md-0 {
    border-width: 0px !important;
  }
  .bt-md-0 {
    border-top-width: 0px !important;
  }
  .bb-md-0 {
    border-bottom-width: 0px !important;
  }
  .be-md-0 {
    border-right-width: 0px !important;
  }
  .bs-md-0 {
    border-left-width: 0px !important;
  }
  .columns-md-0 {
    column-count: 0;
    column-gap: calc(2% + 20px);
  }
  .b-md-1 {
    border-width: 1px !important;
  }
  .bt-md-1 {
    border-top-width: 1px !important;
  }
  .bb-md-1 {
    border-bottom-width: 1px !important;
  }
  .be-md-1 {
    border-right-width: 1px !important;
  }
  .bs-md-1 {
    border-left-width: 1px !important;
  }
  .columns-md-1 {
    column-count: 1;
    column-gap: calc(2% + 20px);
  }
  .b-md-2 {
    border-width: 2px !important;
  }
  .bt-md-2 {
    border-top-width: 2px !important;
  }
  .bb-md-2 {
    border-bottom-width: 2px !important;
  }
  .be-md-2 {
    border-right-width: 2px !important;
  }
  .bs-md-2 {
    border-left-width: 2px !important;
  }
  .columns-md-2 {
    column-count: 2;
    column-gap: calc(2% + 20px);
  }
  .b-md-3 {
    border-width: 3px !important;
  }
  .bt-md-3 {
    border-top-width: 3px !important;
  }
  .bb-md-3 {
    border-bottom-width: 3px !important;
  }
  .be-md-3 {
    border-right-width: 3px !important;
  }
  .bs-md-3 {
    border-left-width: 3px !important;
  }
  .columns-md-3 {
    column-count: 3;
    column-gap: calc(2% + 20px);
  }
  .b-md-4 {
    border-width: 4px !important;
  }
  .bt-md-4 {
    border-top-width: 4px !important;
  }
  .bb-md-4 {
    border-bottom-width: 4px !important;
  }
  .be-md-4 {
    border-right-width: 4px !important;
  }
  .bs-md-4 {
    border-left-width: 4px !important;
  }
  .columns-md-4 {
    column-count: 4;
    column-gap: calc(2% + 20px);
  }
  .b-md-5 {
    border-width: 5px !important;
  }
  .bt-md-5 {
    border-top-width: 5px !important;
  }
  .bb-md-5 {
    border-bottom-width: 5px !important;
  }
  .be-md-5 {
    border-right-width: 5px !important;
  }
  .bs-md-5 {
    border-left-width: 5px !important;
  }
  .columns-md-5 {
    column-count: 5;
    column-gap: calc(2% + 20px);
  }
  .b-md-6 {
    border-width: 6px !important;
  }
  .bt-md-6 {
    border-top-width: 6px !important;
  }
  .bb-md-6 {
    border-bottom-width: 6px !important;
  }
  .be-md-6 {
    border-right-width: 6px !important;
  }
  .bs-md-6 {
    border-left-width: 6px !important;
  }
  .columns-md-6 {
    column-count: 6;
    column-gap: calc(2% + 20px);
  }
  .b-md-7 {
    border-width: 7px !important;
  }
  .bt-md-7 {
    border-top-width: 7px !important;
  }
  .bb-md-7 {
    border-bottom-width: 7px !important;
  }
  .be-md-7 {
    border-right-width: 7px !important;
  }
  .bs-md-7 {
    border-left-width: 7px !important;
  }
  .columns-md-7 {
    column-count: 7;
    column-gap: calc(2% + 20px);
  }
  .b-md-8 {
    border-width: 8px !important;
  }
  .bt-md-8 {
    border-top-width: 8px !important;
  }
  .bb-md-8 {
    border-bottom-width: 8px !important;
  }
  .be-md-8 {
    border-right-width: 8px !important;
  }
  .bs-md-8 {
    border-left-width: 8px !important;
  }
  .columns-md-8 {
    column-count: 8;
    column-gap: calc(2% + 20px);
  }
  .b-md-9 {
    border-width: 9px !important;
  }
  .bt-md-9 {
    border-top-width: 9px !important;
  }
  .bb-md-9 {
    border-bottom-width: 9px !important;
  }
  .be-md-9 {
    border-right-width: 9px !important;
  }
  .bs-md-9 {
    border-left-width: 9px !important;
  }
  .columns-md-9 {
    column-count: 9;
    column-gap: calc(2% + 20px);
  }
  .mw-px-md-0 {
    max-width: 0px !important;
  }
  .w-px-md-0 {
    width: 0px !important;
  }
  .h-px-md-0 {
    height: 0px !important;
  }
  .min-h-px-md-0 {
    min-height: 0px !important;
  }
  .mw-px-md-5 {
    max-width: 5px !important;
  }
  .w-px-md-5 {
    width: 5px !important;
  }
  .h-px-md-5 {
    height: 5px !important;
  }
  .min-h-px-md-5 {
    min-height: 5px !important;
  }
  .mw-px-md-10 {
    max-width: 10px !important;
  }
  .w-px-md-10 {
    width: 10px !important;
  }
  .h-px-md-10 {
    height: 10px !important;
  }
  .min-h-px-md-10 {
    min-height: 10px !important;
  }
  .mw-px-md-15 {
    max-width: 15px !important;
  }
  .w-px-md-15 {
    width: 15px !important;
  }
  .h-px-md-15 {
    height: 15px !important;
  }
  .min-h-px-md-15 {
    min-height: 15px !important;
  }
  .mw-px-md-20 {
    max-width: 20px !important;
  }
  .w-px-md-20 {
    width: 20px !important;
  }
  .h-px-md-20 {
    height: 20px !important;
  }
  .min-h-px-md-20 {
    min-height: 20px !important;
  }
  .mw-px-md-25 {
    max-width: 25px !important;
  }
  .w-px-md-25 {
    width: 25px !important;
  }
  .h-px-md-25 {
    height: 25px !important;
  }
  .min-h-px-md-25 {
    min-height: 25px !important;
  }
  .mw-px-md-30 {
    max-width: 30px !important;
  }
  .w-px-md-30 {
    width: 30px !important;
  }
  .h-px-md-30 {
    height: 30px !important;
  }
  .min-h-px-md-30 {
    min-height: 30px !important;
  }
  .mw-px-md-35 {
    max-width: 35px !important;
  }
  .w-px-md-35 {
    width: 35px !important;
  }
  .h-px-md-35 {
    height: 35px !important;
  }
  .min-h-px-md-35 {
    min-height: 35px !important;
  }
  .mw-px-md-40 {
    max-width: 40px !important;
  }
  .w-px-md-40 {
    width: 40px !important;
  }
  .h-px-md-40 {
    height: 40px !important;
  }
  .min-h-px-md-40 {
    min-height: 40px !important;
  }
  .mw-px-md-45 {
    max-width: 45px !important;
  }
  .w-px-md-45 {
    width: 45px !important;
  }
  .h-px-md-45 {
    height: 45px !important;
  }
  .min-h-px-md-45 {
    min-height: 45px !important;
  }
  .mw-px-md-50 {
    max-width: 50px !important;
  }
  .w-px-md-50 {
    width: 50px !important;
  }
  .h-px-md-50 {
    height: 50px !important;
  }
  .min-h-px-md-50 {
    min-height: 50px !important;
  }
  .mw-px-md-55 {
    max-width: 55px !important;
  }
  .w-px-md-55 {
    width: 55px !important;
  }
  .h-px-md-55 {
    height: 55px !important;
  }
  .min-h-px-md-55 {
    min-height: 55px !important;
  }
  .mw-px-md-60 {
    max-width: 60px !important;
  }
  .w-px-md-60 {
    width: 60px !important;
  }
  .h-px-md-60 {
    height: 60px !important;
  }
  .min-h-px-md-60 {
    min-height: 60px !important;
  }
  .mw-px-md-65 {
    max-width: 65px !important;
  }
  .w-px-md-65 {
    width: 65px !important;
  }
  .h-px-md-65 {
    height: 65px !important;
  }
  .min-h-px-md-65 {
    min-height: 65px !important;
  }
  .mw-px-md-70 {
    max-width: 70px !important;
  }
  .w-px-md-70 {
    width: 70px !important;
  }
  .h-px-md-70 {
    height: 70px !important;
  }
  .min-h-px-md-70 {
    min-height: 70px !important;
  }
  .mw-px-md-75 {
    max-width: 75px !important;
  }
  .w-px-md-75 {
    width: 75px !important;
  }
  .h-px-md-75 {
    height: 75px !important;
  }
  .min-h-px-md-75 {
    min-height: 75px !important;
  }
  .mw-px-md-80 {
    max-width: 80px !important;
  }
  .w-px-md-80 {
    width: 80px !important;
  }
  .h-px-md-80 {
    height: 80px !important;
  }
  .min-h-px-md-80 {
    min-height: 80px !important;
  }
  .mw-px-md-85 {
    max-width: 85px !important;
  }
  .w-px-md-85 {
    width: 85px !important;
  }
  .h-px-md-85 {
    height: 85px !important;
  }
  .min-h-px-md-85 {
    min-height: 85px !important;
  }
  .mw-px-md-90 {
    max-width: 90px !important;
  }
  .w-px-md-90 {
    width: 90px !important;
  }
  .h-px-md-90 {
    height: 90px !important;
  }
  .min-h-px-md-90 {
    min-height: 90px !important;
  }
  .mw-px-md-95 {
    max-width: 95px !important;
  }
  .w-px-md-95 {
    width: 95px !important;
  }
  .h-px-md-95 {
    height: 95px !important;
  }
  .min-h-px-md-95 {
    min-height: 95px !important;
  }
  .mw-px-md-100 {
    max-width: 100px !important;
  }
  .w-px-md-100 {
    width: 100px !important;
  }
  .h-px-md-100 {
    height: 100px !important;
  }
  .min-h-px-md-100 {
    min-height: 100px !important;
  }
  .mw-px-md-105 {
    max-width: 105px !important;
  }
  .w-px-md-105 {
    width: 105px !important;
  }
  .h-px-md-105 {
    height: 105px !important;
  }
  .min-h-px-md-105 {
    min-height: 105px !important;
  }
  .mw-px-md-110 {
    max-width: 110px !important;
  }
  .w-px-md-110 {
    width: 110px !important;
  }
  .h-px-md-110 {
    height: 110px !important;
  }
  .min-h-px-md-110 {
    min-height: 110px !important;
  }
  .mw-px-md-115 {
    max-width: 115px !important;
  }
  .w-px-md-115 {
    width: 115px !important;
  }
  .h-px-md-115 {
    height: 115px !important;
  }
  .min-h-px-md-115 {
    min-height: 115px !important;
  }
  .mw-px-md-120 {
    max-width: 120px !important;
  }
  .w-px-md-120 {
    width: 120px !important;
  }
  .h-px-md-120 {
    height: 120px !important;
  }
  .min-h-px-md-120 {
    min-height: 120px !important;
  }
  .mw-px-md-125 {
    max-width: 125px !important;
  }
  .w-px-md-125 {
    width: 125px !important;
  }
  .h-px-md-125 {
    height: 125px !important;
  }
  .min-h-px-md-125 {
    min-height: 125px !important;
  }
  .mw-px-md-130 {
    max-width: 130px !important;
  }
  .w-px-md-130 {
    width: 130px !important;
  }
  .h-px-md-130 {
    height: 130px !important;
  }
  .min-h-px-md-130 {
    min-height: 130px !important;
  }
  .mw-px-md-135 {
    max-width: 135px !important;
  }
  .w-px-md-135 {
    width: 135px !important;
  }
  .h-px-md-135 {
    height: 135px !important;
  }
  .min-h-px-md-135 {
    min-height: 135px !important;
  }
  .mw-px-md-140 {
    max-width: 140px !important;
  }
  .w-px-md-140 {
    width: 140px !important;
  }
  .h-px-md-140 {
    height: 140px !important;
  }
  .min-h-px-md-140 {
    min-height: 140px !important;
  }
  .mw-px-md-145 {
    max-width: 145px !important;
  }
  .w-px-md-145 {
    width: 145px !important;
  }
  .h-px-md-145 {
    height: 145px !important;
  }
  .min-h-px-md-145 {
    min-height: 145px !important;
  }
  .mw-px-md-150 {
    max-width: 150px !important;
  }
  .w-px-md-150 {
    width: 150px !important;
  }
  .h-px-md-150 {
    height: 150px !important;
  }
  .min-h-px-md-150 {
    min-height: 150px !important;
  }
  .mw-px-md-155 {
    max-width: 155px !important;
  }
  .w-px-md-155 {
    width: 155px !important;
  }
  .h-px-md-155 {
    height: 155px !important;
  }
  .min-h-px-md-155 {
    min-height: 155px !important;
  }
  .mw-px-md-160 {
    max-width: 160px !important;
  }
  .w-px-md-160 {
    width: 160px !important;
  }
  .h-px-md-160 {
    height: 160px !important;
  }
  .min-h-px-md-160 {
    min-height: 160px !important;
  }
  .mw-px-md-165 {
    max-width: 165px !important;
  }
  .w-px-md-165 {
    width: 165px !important;
  }
  .h-px-md-165 {
    height: 165px !important;
  }
  .min-h-px-md-165 {
    min-height: 165px !important;
  }
  .mw-px-md-170 {
    max-width: 170px !important;
  }
  .w-px-md-170 {
    width: 170px !important;
  }
  .h-px-md-170 {
    height: 170px !important;
  }
  .min-h-px-md-170 {
    min-height: 170px !important;
  }
  .mw-px-md-175 {
    max-width: 175px !important;
  }
  .w-px-md-175 {
    width: 175px !important;
  }
  .h-px-md-175 {
    height: 175px !important;
  }
  .min-h-px-md-175 {
    min-height: 175px !important;
  }
  .mw-px-md-180 {
    max-width: 180px !important;
  }
  .w-px-md-180 {
    width: 180px !important;
  }
  .h-px-md-180 {
    height: 180px !important;
  }
  .min-h-px-md-180 {
    min-height: 180px !important;
  }
  .mw-px-md-185 {
    max-width: 185px !important;
  }
  .w-px-md-185 {
    width: 185px !important;
  }
  .h-px-md-185 {
    height: 185px !important;
  }
  .min-h-px-md-185 {
    min-height: 185px !important;
  }
  .mw-px-md-190 {
    max-width: 190px !important;
  }
  .w-px-md-190 {
    width: 190px !important;
  }
  .h-px-md-190 {
    height: 190px !important;
  }
  .min-h-px-md-190 {
    min-height: 190px !important;
  }
  .mw-px-md-195 {
    max-width: 195px !important;
  }
  .w-px-md-195 {
    width: 195px !important;
  }
  .h-px-md-195 {
    height: 195px !important;
  }
  .min-h-px-md-195 {
    min-height: 195px !important;
  }
  .mw-px-md-200 {
    max-width: 200px !important;
  }
  .w-px-md-200 {
    width: 200px !important;
  }
  .h-px-md-200 {
    height: 200px !important;
  }
  .min-h-px-md-200 {
    min-height: 200px !important;
  }
  .mw-px-md-205 {
    max-width: 205px !important;
  }
  .w-px-md-205 {
    width: 205px !important;
  }
  .h-px-md-205 {
    height: 205px !important;
  }
  .min-h-px-md-205 {
    min-height: 205px !important;
  }
  .mw-px-md-210 {
    max-width: 210px !important;
  }
  .w-px-md-210 {
    width: 210px !important;
  }
  .h-px-md-210 {
    height: 210px !important;
  }
  .min-h-px-md-210 {
    min-height: 210px !important;
  }
  .mw-px-md-215 {
    max-width: 215px !important;
  }
  .w-px-md-215 {
    width: 215px !important;
  }
  .h-px-md-215 {
    height: 215px !important;
  }
  .min-h-px-md-215 {
    min-height: 215px !important;
  }
  .mw-px-md-220 {
    max-width: 220px !important;
  }
  .w-px-md-220 {
    width: 220px !important;
  }
  .h-px-md-220 {
    height: 220px !important;
  }
  .min-h-px-md-220 {
    min-height: 220px !important;
  }
  .mw-px-md-225 {
    max-width: 225px !important;
  }
  .w-px-md-225 {
    width: 225px !important;
  }
  .h-px-md-225 {
    height: 225px !important;
  }
  .min-h-px-md-225 {
    min-height: 225px !important;
  }
  .mw-px-md-230 {
    max-width: 230px !important;
  }
  .w-px-md-230 {
    width: 230px !important;
  }
  .h-px-md-230 {
    height: 230px !important;
  }
  .min-h-px-md-230 {
    min-height: 230px !important;
  }
  .mw-px-md-235 {
    max-width: 235px !important;
  }
  .w-px-md-235 {
    width: 235px !important;
  }
  .h-px-md-235 {
    height: 235px !important;
  }
  .min-h-px-md-235 {
    min-height: 235px !important;
  }
  .mw-px-md-240 {
    max-width: 240px !important;
  }
  .w-px-md-240 {
    width: 240px !important;
  }
  .h-px-md-240 {
    height: 240px !important;
  }
  .min-h-px-md-240 {
    min-height: 240px !important;
  }
  .mw-px-md-245 {
    max-width: 245px !important;
  }
  .w-px-md-245 {
    width: 245px !important;
  }
  .h-px-md-245 {
    height: 245px !important;
  }
  .min-h-px-md-245 {
    min-height: 245px !important;
  }
  .mw-px-md-250 {
    max-width: 250px !important;
  }
  .w-px-md-250 {
    width: 250px !important;
  }
  .h-px-md-250 {
    height: 250px !important;
  }
  .min-h-px-md-250 {
    min-height: 250px !important;
  }
  .mw-px-md-255 {
    max-width: 255px !important;
  }
  .w-px-md-255 {
    width: 255px !important;
  }
  .h-px-md-255 {
    height: 255px !important;
  }
  .min-h-px-md-255 {
    min-height: 255px !important;
  }
  .mw-px-md-260 {
    max-width: 260px !important;
  }
  .w-px-md-260 {
    width: 260px !important;
  }
  .h-px-md-260 {
    height: 260px !important;
  }
  .min-h-px-md-260 {
    min-height: 260px !important;
  }
  .mw-px-md-265 {
    max-width: 265px !important;
  }
  .w-px-md-265 {
    width: 265px !important;
  }
  .h-px-md-265 {
    height: 265px !important;
  }
  .min-h-px-md-265 {
    min-height: 265px !important;
  }
  .mw-px-md-270 {
    max-width: 270px !important;
  }
  .w-px-md-270 {
    width: 270px !important;
  }
  .h-px-md-270 {
    height: 270px !important;
  }
  .min-h-px-md-270 {
    min-height: 270px !important;
  }
  .mw-px-md-275 {
    max-width: 275px !important;
  }
  .w-px-md-275 {
    width: 275px !important;
  }
  .h-px-md-275 {
    height: 275px !important;
  }
  .min-h-px-md-275 {
    min-height: 275px !important;
  }
  .mw-px-md-280 {
    max-width: 280px !important;
  }
  .w-px-md-280 {
    width: 280px !important;
  }
  .h-px-md-280 {
    height: 280px !important;
  }
  .min-h-px-md-280 {
    min-height: 280px !important;
  }
  .mw-px-md-285 {
    max-width: 285px !important;
  }
  .w-px-md-285 {
    width: 285px !important;
  }
  .h-px-md-285 {
    height: 285px !important;
  }
  .min-h-px-md-285 {
    min-height: 285px !important;
  }
  .mw-px-md-290 {
    max-width: 290px !important;
  }
  .w-px-md-290 {
    width: 290px !important;
  }
  .h-px-md-290 {
    height: 290px !important;
  }
  .min-h-px-md-290 {
    min-height: 290px !important;
  }
  .mw-px-md-295 {
    max-width: 295px !important;
  }
  .w-px-md-295 {
    width: 295px !important;
  }
  .h-px-md-295 {
    height: 295px !important;
  }
  .min-h-px-md-295 {
    min-height: 295px !important;
  }
  .mw-px-md-300 {
    max-width: 300px !important;
  }
  .w-px-md-300 {
    width: 300px !important;
  }
  .h-px-md-300 {
    height: 300px !important;
  }
  .min-h-px-md-300 {
    min-height: 300px !important;
  }
  .mw-px-md-305 {
    max-width: 305px !important;
  }
  .w-px-md-305 {
    width: 305px !important;
  }
  .h-px-md-305 {
    height: 305px !important;
  }
  .min-h-px-md-305 {
    min-height: 305px !important;
  }
  .mw-px-md-310 {
    max-width: 310px !important;
  }
  .w-px-md-310 {
    width: 310px !important;
  }
  .h-px-md-310 {
    height: 310px !important;
  }
  .min-h-px-md-310 {
    min-height: 310px !important;
  }
  .mw-px-md-315 {
    max-width: 315px !important;
  }
  .w-px-md-315 {
    width: 315px !important;
  }
  .h-px-md-315 {
    height: 315px !important;
  }
  .min-h-px-md-315 {
    min-height: 315px !important;
  }
  .mw-px-md-320 {
    max-width: 320px !important;
  }
  .w-px-md-320 {
    width: 320px !important;
  }
  .h-px-md-320 {
    height: 320px !important;
  }
  .min-h-px-md-320 {
    min-height: 320px !important;
  }
  .mw-px-md-325 {
    max-width: 325px !important;
  }
  .w-px-md-325 {
    width: 325px !important;
  }
  .h-px-md-325 {
    height: 325px !important;
  }
  .min-h-px-md-325 {
    min-height: 325px !important;
  }
  .mw-px-md-330 {
    max-width: 330px !important;
  }
  .w-px-md-330 {
    width: 330px !important;
  }
  .h-px-md-330 {
    height: 330px !important;
  }
  .min-h-px-md-330 {
    min-height: 330px !important;
  }
  .mw-px-md-335 {
    max-width: 335px !important;
  }
  .w-px-md-335 {
    width: 335px !important;
  }
  .h-px-md-335 {
    height: 335px !important;
  }
  .min-h-px-md-335 {
    min-height: 335px !important;
  }
  .mw-px-md-340 {
    max-width: 340px !important;
  }
  .w-px-md-340 {
    width: 340px !important;
  }
  .h-px-md-340 {
    height: 340px !important;
  }
  .min-h-px-md-340 {
    min-height: 340px !important;
  }
  .mw-px-md-345 {
    max-width: 345px !important;
  }
  .w-px-md-345 {
    width: 345px !important;
  }
  .h-px-md-345 {
    height: 345px !important;
  }
  .min-h-px-md-345 {
    min-height: 345px !important;
  }
  .mw-px-md-350 {
    max-width: 350px !important;
  }
  .w-px-md-350 {
    width: 350px !important;
  }
  .h-px-md-350 {
    height: 350px !important;
  }
  .min-h-px-md-350 {
    min-height: 350px !important;
  }
  .mw-px-md-355 {
    max-width: 355px !important;
  }
  .w-px-md-355 {
    width: 355px !important;
  }
  .h-px-md-355 {
    height: 355px !important;
  }
  .min-h-px-md-355 {
    min-height: 355px !important;
  }
  .mw-px-md-360 {
    max-width: 360px !important;
  }
  .w-px-md-360 {
    width: 360px !important;
  }
  .h-px-md-360 {
    height: 360px !important;
  }
  .min-h-px-md-360 {
    min-height: 360px !important;
  }
  .mw-px-md-365 {
    max-width: 365px !important;
  }
  .w-px-md-365 {
    width: 365px !important;
  }
  .h-px-md-365 {
    height: 365px !important;
  }
  .min-h-px-md-365 {
    min-height: 365px !important;
  }
  .mw-px-md-370 {
    max-width: 370px !important;
  }
  .w-px-md-370 {
    width: 370px !important;
  }
  .h-px-md-370 {
    height: 370px !important;
  }
  .min-h-px-md-370 {
    min-height: 370px !important;
  }
  .mw-px-md-375 {
    max-width: 375px !important;
  }
  .w-px-md-375 {
    width: 375px !important;
  }
  .h-px-md-375 {
    height: 375px !important;
  }
  .min-h-px-md-375 {
    min-height: 375px !important;
  }
  .mw-px-md-380 {
    max-width: 380px !important;
  }
  .w-px-md-380 {
    width: 380px !important;
  }
  .h-px-md-380 {
    height: 380px !important;
  }
  .min-h-px-md-380 {
    min-height: 380px !important;
  }
  .mw-px-md-385 {
    max-width: 385px !important;
  }
  .w-px-md-385 {
    width: 385px !important;
  }
  .h-px-md-385 {
    height: 385px !important;
  }
  .min-h-px-md-385 {
    min-height: 385px !important;
  }
  .mw-px-md-390 {
    max-width: 390px !important;
  }
  .w-px-md-390 {
    width: 390px !important;
  }
  .h-px-md-390 {
    height: 390px !important;
  }
  .min-h-px-md-390 {
    min-height: 390px !important;
  }
  .mw-px-md-395 {
    max-width: 395px !important;
  }
  .w-px-md-395 {
    width: 395px !important;
  }
  .h-px-md-395 {
    height: 395px !important;
  }
  .min-h-px-md-395 {
    min-height: 395px !important;
  }
  .mw-px-md-400 {
    max-width: 400px !important;
  }
  .w-px-md-400 {
    width: 400px !important;
  }
  .h-px-md-400 {
    height: 400px !important;
  }
  .min-h-px-md-400 {
    min-height: 400px !important;
  }
  .mw-px-md-405 {
    max-width: 405px !important;
  }
  .w-px-md-405 {
    width: 405px !important;
  }
  .h-px-md-405 {
    height: 405px !important;
  }
  .min-h-px-md-405 {
    min-height: 405px !important;
  }
  .mw-px-md-410 {
    max-width: 410px !important;
  }
  .w-px-md-410 {
    width: 410px !important;
  }
  .h-px-md-410 {
    height: 410px !important;
  }
  .min-h-px-md-410 {
    min-height: 410px !important;
  }
  .mw-px-md-415 {
    max-width: 415px !important;
  }
  .w-px-md-415 {
    width: 415px !important;
  }
  .h-px-md-415 {
    height: 415px !important;
  }
  .min-h-px-md-415 {
    min-height: 415px !important;
  }
  .mw-px-md-420 {
    max-width: 420px !important;
  }
  .w-px-md-420 {
    width: 420px !important;
  }
  .h-px-md-420 {
    height: 420px !important;
  }
  .min-h-px-md-420 {
    min-height: 420px !important;
  }
  .mw-px-md-425 {
    max-width: 425px !important;
  }
  .w-px-md-425 {
    width: 425px !important;
  }
  .h-px-md-425 {
    height: 425px !important;
  }
  .min-h-px-md-425 {
    min-height: 425px !important;
  }
  .mw-px-md-430 {
    max-width: 430px !important;
  }
  .w-px-md-430 {
    width: 430px !important;
  }
  .h-px-md-430 {
    height: 430px !important;
  }
  .min-h-px-md-430 {
    min-height: 430px !important;
  }
  .mw-px-md-435 {
    max-width: 435px !important;
  }
  .w-px-md-435 {
    width: 435px !important;
  }
  .h-px-md-435 {
    height: 435px !important;
  }
  .min-h-px-md-435 {
    min-height: 435px !important;
  }
  .mw-px-md-440 {
    max-width: 440px !important;
  }
  .w-px-md-440 {
    width: 440px !important;
  }
  .h-px-md-440 {
    height: 440px !important;
  }
  .min-h-px-md-440 {
    min-height: 440px !important;
  }
  .mw-px-md-445 {
    max-width: 445px !important;
  }
  .w-px-md-445 {
    width: 445px !important;
  }
  .h-px-md-445 {
    height: 445px !important;
  }
  .min-h-px-md-445 {
    min-height: 445px !important;
  }
  .mw-px-md-450 {
    max-width: 450px !important;
  }
  .w-px-md-450 {
    width: 450px !important;
  }
  .h-px-md-450 {
    height: 450px !important;
  }
  .min-h-px-md-450 {
    min-height: 450px !important;
  }
  .mw-px-md-455 {
    max-width: 455px !important;
  }
  .w-px-md-455 {
    width: 455px !important;
  }
  .h-px-md-455 {
    height: 455px !important;
  }
  .min-h-px-md-455 {
    min-height: 455px !important;
  }
  .mw-px-md-460 {
    max-width: 460px !important;
  }
  .w-px-md-460 {
    width: 460px !important;
  }
  .h-px-md-460 {
    height: 460px !important;
  }
  .min-h-px-md-460 {
    min-height: 460px !important;
  }
  .mw-px-md-465 {
    max-width: 465px !important;
  }
  .w-px-md-465 {
    width: 465px !important;
  }
  .h-px-md-465 {
    height: 465px !important;
  }
  .min-h-px-md-465 {
    min-height: 465px !important;
  }
  .mw-px-md-470 {
    max-width: 470px !important;
  }
  .w-px-md-470 {
    width: 470px !important;
  }
  .h-px-md-470 {
    height: 470px !important;
  }
  .min-h-px-md-470 {
    min-height: 470px !important;
  }
  .mw-px-md-475 {
    max-width: 475px !important;
  }
  .w-px-md-475 {
    width: 475px !important;
  }
  .h-px-md-475 {
    height: 475px !important;
  }
  .min-h-px-md-475 {
    min-height: 475px !important;
  }
  .mw-px-md-480 {
    max-width: 480px !important;
  }
  .w-px-md-480 {
    width: 480px !important;
  }
  .h-px-md-480 {
    height: 480px !important;
  }
  .min-h-px-md-480 {
    min-height: 480px !important;
  }
  .mw-px-md-485 {
    max-width: 485px !important;
  }
  .w-px-md-485 {
    width: 485px !important;
  }
  .h-px-md-485 {
    height: 485px !important;
  }
  .min-h-px-md-485 {
    min-height: 485px !important;
  }
  .mw-px-md-490 {
    max-width: 490px !important;
  }
  .w-px-md-490 {
    width: 490px !important;
  }
  .h-px-md-490 {
    height: 490px !important;
  }
  .min-h-px-md-490 {
    min-height: 490px !important;
  }
  .mw-px-md-495 {
    max-width: 495px !important;
  }
  .w-px-md-495 {
    width: 495px !important;
  }
  .h-px-md-495 {
    height: 495px !important;
  }
  .min-h-px-md-495 {
    min-height: 495px !important;
  }
  .mw-px-md-500 {
    max-width: 500px !important;
  }
  .w-px-md-500 {
    width: 500px !important;
  }
  .h-px-md-500 {
    height: 500px !important;
  }
  .min-h-px-md-500 {
    min-height: 500px !important;
  }
  .mw-px-md-505 {
    max-width: 505px !important;
  }
  .w-px-md-505 {
    width: 505px !important;
  }
  .h-px-md-505 {
    height: 505px !important;
  }
  .min-h-px-md-505 {
    min-height: 505px !important;
  }
  .mw-px-md-510 {
    max-width: 510px !important;
  }
  .w-px-md-510 {
    width: 510px !important;
  }
  .h-px-md-510 {
    height: 510px !important;
  }
  .min-h-px-md-510 {
    min-height: 510px !important;
  }
  .mw-px-md-515 {
    max-width: 515px !important;
  }
  .w-px-md-515 {
    width: 515px !important;
  }
  .h-px-md-515 {
    height: 515px !important;
  }
  .min-h-px-md-515 {
    min-height: 515px !important;
  }
  .mw-px-md-520 {
    max-width: 520px !important;
  }
  .w-px-md-520 {
    width: 520px !important;
  }
  .h-px-md-520 {
    height: 520px !important;
  }
  .min-h-px-md-520 {
    min-height: 520px !important;
  }
  .mw-px-md-525 {
    max-width: 525px !important;
  }
  .w-px-md-525 {
    width: 525px !important;
  }
  .h-px-md-525 {
    height: 525px !important;
  }
  .min-h-px-md-525 {
    min-height: 525px !important;
  }
  .mw-px-md-530 {
    max-width: 530px !important;
  }
  .w-px-md-530 {
    width: 530px !important;
  }
  .h-px-md-530 {
    height: 530px !important;
  }
  .min-h-px-md-530 {
    min-height: 530px !important;
  }
  .mw-px-md-535 {
    max-width: 535px !important;
  }
  .w-px-md-535 {
    width: 535px !important;
  }
  .h-px-md-535 {
    height: 535px !important;
  }
  .min-h-px-md-535 {
    min-height: 535px !important;
  }
  .mw-px-md-540 {
    max-width: 540px !important;
  }
  .w-px-md-540 {
    width: 540px !important;
  }
  .h-px-md-540 {
    height: 540px !important;
  }
  .min-h-px-md-540 {
    min-height: 540px !important;
  }
  .mw-px-md-545 {
    max-width: 545px !important;
  }
  .w-px-md-545 {
    width: 545px !important;
  }
  .h-px-md-545 {
    height: 545px !important;
  }
  .min-h-px-md-545 {
    min-height: 545px !important;
  }
  .mw-px-md-550 {
    max-width: 550px !important;
  }
  .w-px-md-550 {
    width: 550px !important;
  }
  .h-px-md-550 {
    height: 550px !important;
  }
  .min-h-px-md-550 {
    min-height: 550px !important;
  }
  .mw-px-md-555 {
    max-width: 555px !important;
  }
  .w-px-md-555 {
    width: 555px !important;
  }
  .h-px-md-555 {
    height: 555px !important;
  }
  .min-h-px-md-555 {
    min-height: 555px !important;
  }
  .mw-px-md-560 {
    max-width: 560px !important;
  }
  .w-px-md-560 {
    width: 560px !important;
  }
  .h-px-md-560 {
    height: 560px !important;
  }
  .min-h-px-md-560 {
    min-height: 560px !important;
  }
  .mw-px-md-565 {
    max-width: 565px !important;
  }
  .w-px-md-565 {
    width: 565px !important;
  }
  .h-px-md-565 {
    height: 565px !important;
  }
  .min-h-px-md-565 {
    min-height: 565px !important;
  }
  .mw-px-md-570 {
    max-width: 570px !important;
  }
  .w-px-md-570 {
    width: 570px !important;
  }
  .h-px-md-570 {
    height: 570px !important;
  }
  .min-h-px-md-570 {
    min-height: 570px !important;
  }
  .mw-px-md-575 {
    max-width: 575px !important;
  }
  .w-px-md-575 {
    width: 575px !important;
  }
  .h-px-md-575 {
    height: 575px !important;
  }
  .min-h-px-md-575 {
    min-height: 575px !important;
  }
  .mw-px-md-580 {
    max-width: 580px !important;
  }
  .w-px-md-580 {
    width: 580px !important;
  }
  .h-px-md-580 {
    height: 580px !important;
  }
  .min-h-px-md-580 {
    min-height: 580px !important;
  }
  .mw-px-md-585 {
    max-width: 585px !important;
  }
  .w-px-md-585 {
    width: 585px !important;
  }
  .h-px-md-585 {
    height: 585px !important;
  }
  .min-h-px-md-585 {
    min-height: 585px !important;
  }
  .mw-px-md-590 {
    max-width: 590px !important;
  }
  .w-px-md-590 {
    width: 590px !important;
  }
  .h-px-md-590 {
    height: 590px !important;
  }
  .min-h-px-md-590 {
    min-height: 590px !important;
  }
  .mw-px-md-595 {
    max-width: 595px !important;
  }
  .w-px-md-595 {
    width: 595px !important;
  }
  .h-px-md-595 {
    height: 595px !important;
  }
  .min-h-px-md-595 {
    min-height: 595px !important;
  }
  .mw-px-md-600 {
    max-width: 600px !important;
  }
  .w-px-md-600 {
    width: 600px !important;
  }
  .h-px-md-600 {
    height: 600px !important;
  }
  .min-h-px-md-600 {
    min-height: 600px !important;
  }
  .mw-px-md-605 {
    max-width: 605px !important;
  }
  .w-px-md-605 {
    width: 605px !important;
  }
  .h-px-md-605 {
    height: 605px !important;
  }
  .min-h-px-md-605 {
    min-height: 605px !important;
  }
  .mw-px-md-610 {
    max-width: 610px !important;
  }
  .w-px-md-610 {
    width: 610px !important;
  }
  .h-px-md-610 {
    height: 610px !important;
  }
  .min-h-px-md-610 {
    min-height: 610px !important;
  }
  .mw-px-md-615 {
    max-width: 615px !important;
  }
  .w-px-md-615 {
    width: 615px !important;
  }
  .h-px-md-615 {
    height: 615px !important;
  }
  .min-h-px-md-615 {
    min-height: 615px !important;
  }
  .mw-px-md-620 {
    max-width: 620px !important;
  }
  .w-px-md-620 {
    width: 620px !important;
  }
  .h-px-md-620 {
    height: 620px !important;
  }
  .min-h-px-md-620 {
    min-height: 620px !important;
  }
  .mw-px-md-625 {
    max-width: 625px !important;
  }
  .w-px-md-625 {
    width: 625px !important;
  }
  .h-px-md-625 {
    height: 625px !important;
  }
  .min-h-px-md-625 {
    min-height: 625px !important;
  }
  .mw-px-md-630 {
    max-width: 630px !important;
  }
  .w-px-md-630 {
    width: 630px !important;
  }
  .h-px-md-630 {
    height: 630px !important;
  }
  .min-h-px-md-630 {
    min-height: 630px !important;
  }
  .mw-px-md-635 {
    max-width: 635px !important;
  }
  .w-px-md-635 {
    width: 635px !important;
  }
  .h-px-md-635 {
    height: 635px !important;
  }
  .min-h-px-md-635 {
    min-height: 635px !important;
  }
  .mw-px-md-640 {
    max-width: 640px !important;
  }
  .w-px-md-640 {
    width: 640px !important;
  }
  .h-px-md-640 {
    height: 640px !important;
  }
  .min-h-px-md-640 {
    min-height: 640px !important;
  }
  .mw-px-md-645 {
    max-width: 645px !important;
  }
  .w-px-md-645 {
    width: 645px !important;
  }
  .h-px-md-645 {
    height: 645px !important;
  }
  .min-h-px-md-645 {
    min-height: 645px !important;
  }
  .mw-px-md-650 {
    max-width: 650px !important;
  }
  .w-px-md-650 {
    width: 650px !important;
  }
  .h-px-md-650 {
    height: 650px !important;
  }
  .min-h-px-md-650 {
    min-height: 650px !important;
  }
  .mw-px-md-655 {
    max-width: 655px !important;
  }
  .w-px-md-655 {
    width: 655px !important;
  }
  .h-px-md-655 {
    height: 655px !important;
  }
  .min-h-px-md-655 {
    min-height: 655px !important;
  }
  .mw-px-md-660 {
    max-width: 660px !important;
  }
  .w-px-md-660 {
    width: 660px !important;
  }
  .h-px-md-660 {
    height: 660px !important;
  }
  .min-h-px-md-660 {
    min-height: 660px !important;
  }
  .mw-px-md-665 {
    max-width: 665px !important;
  }
  .w-px-md-665 {
    width: 665px !important;
  }
  .h-px-md-665 {
    height: 665px !important;
  }
  .min-h-px-md-665 {
    min-height: 665px !important;
  }
  .mw-px-md-670 {
    max-width: 670px !important;
  }
  .w-px-md-670 {
    width: 670px !important;
  }
  .h-px-md-670 {
    height: 670px !important;
  }
  .min-h-px-md-670 {
    min-height: 670px !important;
  }
  .mw-px-md-675 {
    max-width: 675px !important;
  }
  .w-px-md-675 {
    width: 675px !important;
  }
  .h-px-md-675 {
    height: 675px !important;
  }
  .min-h-px-md-675 {
    min-height: 675px !important;
  }
  .mw-px-md-680 {
    max-width: 680px !important;
  }
  .w-px-md-680 {
    width: 680px !important;
  }
  .h-px-md-680 {
    height: 680px !important;
  }
  .min-h-px-md-680 {
    min-height: 680px !important;
  }
  .mw-px-md-685 {
    max-width: 685px !important;
  }
  .w-px-md-685 {
    width: 685px !important;
  }
  .h-px-md-685 {
    height: 685px !important;
  }
  .min-h-px-md-685 {
    min-height: 685px !important;
  }
  .mw-px-md-690 {
    max-width: 690px !important;
  }
  .w-px-md-690 {
    width: 690px !important;
  }
  .h-px-md-690 {
    height: 690px !important;
  }
  .min-h-px-md-690 {
    min-height: 690px !important;
  }
  .mw-px-md-695 {
    max-width: 695px !important;
  }
  .w-px-md-695 {
    width: 695px !important;
  }
  .h-px-md-695 {
    height: 695px !important;
  }
  .min-h-px-md-695 {
    min-height: 695px !important;
  }
  .mw-px-md-700 {
    max-width: 700px !important;
  }
  .w-px-md-700 {
    width: 700px !important;
  }
  .h-px-md-700 {
    height: 700px !important;
  }
  .min-h-px-md-700 {
    min-height: 700px !important;
  }
  .mw-px-md-705 {
    max-width: 705px !important;
  }
  .w-px-md-705 {
    width: 705px !important;
  }
  .h-px-md-705 {
    height: 705px !important;
  }
  .min-h-px-md-705 {
    min-height: 705px !important;
  }
  .mw-px-md-710 {
    max-width: 710px !important;
  }
  .w-px-md-710 {
    width: 710px !important;
  }
  .h-px-md-710 {
    height: 710px !important;
  }
  .min-h-px-md-710 {
    min-height: 710px !important;
  }
  .mw-px-md-715 {
    max-width: 715px !important;
  }
  .w-px-md-715 {
    width: 715px !important;
  }
  .h-px-md-715 {
    height: 715px !important;
  }
  .min-h-px-md-715 {
    min-height: 715px !important;
  }
  .mw-px-md-720 {
    max-width: 720px !important;
  }
  .w-px-md-720 {
    width: 720px !important;
  }
  .h-px-md-720 {
    height: 720px !important;
  }
  .min-h-px-md-720 {
    min-height: 720px !important;
  }
  .mw-px-md-725 {
    max-width: 725px !important;
  }
  .w-px-md-725 {
    width: 725px !important;
  }
  .h-px-md-725 {
    height: 725px !important;
  }
  .min-h-px-md-725 {
    min-height: 725px !important;
  }
  .mw-px-md-730 {
    max-width: 730px !important;
  }
  .w-px-md-730 {
    width: 730px !important;
  }
  .h-px-md-730 {
    height: 730px !important;
  }
  .min-h-px-md-730 {
    min-height: 730px !important;
  }
  .mw-px-md-735 {
    max-width: 735px !important;
  }
  .w-px-md-735 {
    width: 735px !important;
  }
  .h-px-md-735 {
    height: 735px !important;
  }
  .min-h-px-md-735 {
    min-height: 735px !important;
  }
  .mw-px-md-740 {
    max-width: 740px !important;
  }
  .w-px-md-740 {
    width: 740px !important;
  }
  .h-px-md-740 {
    height: 740px !important;
  }
  .min-h-px-md-740 {
    min-height: 740px !important;
  }
  .mw-px-md-745 {
    max-width: 745px !important;
  }
  .w-px-md-745 {
    width: 745px !important;
  }
  .h-px-md-745 {
    height: 745px !important;
  }
  .min-h-px-md-745 {
    min-height: 745px !important;
  }
  .mw-px-md-750 {
    max-width: 750px !important;
  }
  .w-px-md-750 {
    width: 750px !important;
  }
  .h-px-md-750 {
    height: 750px !important;
  }
  .min-h-px-md-750 {
    min-height: 750px !important;
  }
  .mw-px-md-755 {
    max-width: 755px !important;
  }
  .w-px-md-755 {
    width: 755px !important;
  }
  .h-px-md-755 {
    height: 755px !important;
  }
  .min-h-px-md-755 {
    min-height: 755px !important;
  }
  .mw-px-md-760 {
    max-width: 760px !important;
  }
  .w-px-md-760 {
    width: 760px !important;
  }
  .h-px-md-760 {
    height: 760px !important;
  }
  .min-h-px-md-760 {
    min-height: 760px !important;
  }
  .mw-px-md-765 {
    max-width: 765px !important;
  }
  .w-px-md-765 {
    width: 765px !important;
  }
  .h-px-md-765 {
    height: 765px !important;
  }
  .min-h-px-md-765 {
    min-height: 765px !important;
  }
  .mw-px-md-770 {
    max-width: 770px !important;
  }
  .w-px-md-770 {
    width: 770px !important;
  }
  .h-px-md-770 {
    height: 770px !important;
  }
  .min-h-px-md-770 {
    min-height: 770px !important;
  }
  .mw-px-md-775 {
    max-width: 775px !important;
  }
  .w-px-md-775 {
    width: 775px !important;
  }
  .h-px-md-775 {
    height: 775px !important;
  }
  .min-h-px-md-775 {
    min-height: 775px !important;
  }
  .mw-px-md-780 {
    max-width: 780px !important;
  }
  .w-px-md-780 {
    width: 780px !important;
  }
  .h-px-md-780 {
    height: 780px !important;
  }
  .min-h-px-md-780 {
    min-height: 780px !important;
  }
  .mw-px-md-785 {
    max-width: 785px !important;
  }
  .w-px-md-785 {
    width: 785px !important;
  }
  .h-px-md-785 {
    height: 785px !important;
  }
  .min-h-px-md-785 {
    min-height: 785px !important;
  }
  .mw-px-md-790 {
    max-width: 790px !important;
  }
  .w-px-md-790 {
    width: 790px !important;
  }
  .h-px-md-790 {
    height: 790px !important;
  }
  .min-h-px-md-790 {
    min-height: 790px !important;
  }
  .mw-px-md-795 {
    max-width: 795px !important;
  }
  .w-px-md-795 {
    width: 795px !important;
  }
  .h-px-md-795 {
    height: 795px !important;
  }
  .min-h-px-md-795 {
    min-height: 795px !important;
  }
  .mw-px-md-800 {
    max-width: 800px !important;
  }
  .w-px-md-800 {
    width: 800px !important;
  }
  .h-px-md-800 {
    height: 800px !important;
  }
  .min-h-px-md-800 {
    min-height: 800px !important;
  }
  .mw-px-md-805 {
    max-width: 805px !important;
  }
  .w-px-md-805 {
    width: 805px !important;
  }
  .h-px-md-805 {
    height: 805px !important;
  }
  .min-h-px-md-805 {
    min-height: 805px !important;
  }
  .mw-px-md-810 {
    max-width: 810px !important;
  }
  .w-px-md-810 {
    width: 810px !important;
  }
  .h-px-md-810 {
    height: 810px !important;
  }
  .min-h-px-md-810 {
    min-height: 810px !important;
  }
  .mw-px-md-815 {
    max-width: 815px !important;
  }
  .w-px-md-815 {
    width: 815px !important;
  }
  .h-px-md-815 {
    height: 815px !important;
  }
  .min-h-px-md-815 {
    min-height: 815px !important;
  }
  .mw-px-md-820 {
    max-width: 820px !important;
  }
  .w-px-md-820 {
    width: 820px !important;
  }
  .h-px-md-820 {
    height: 820px !important;
  }
  .min-h-px-md-820 {
    min-height: 820px !important;
  }
  .mw-px-md-825 {
    max-width: 825px !important;
  }
  .w-px-md-825 {
    width: 825px !important;
  }
  .h-px-md-825 {
    height: 825px !important;
  }
  .min-h-px-md-825 {
    min-height: 825px !important;
  }
  .mw-px-md-830 {
    max-width: 830px !important;
  }
  .w-px-md-830 {
    width: 830px !important;
  }
  .h-px-md-830 {
    height: 830px !important;
  }
  .min-h-px-md-830 {
    min-height: 830px !important;
  }
  .mw-px-md-835 {
    max-width: 835px !important;
  }
  .w-px-md-835 {
    width: 835px !important;
  }
  .h-px-md-835 {
    height: 835px !important;
  }
  .min-h-px-md-835 {
    min-height: 835px !important;
  }
  .mw-px-md-840 {
    max-width: 840px !important;
  }
  .w-px-md-840 {
    width: 840px !important;
  }
  .h-px-md-840 {
    height: 840px !important;
  }
  .min-h-px-md-840 {
    min-height: 840px !important;
  }
  .mw-px-md-845 {
    max-width: 845px !important;
  }
  .w-px-md-845 {
    width: 845px !important;
  }
  .h-px-md-845 {
    height: 845px !important;
  }
  .min-h-px-md-845 {
    min-height: 845px !important;
  }
  .mw-px-md-850 {
    max-width: 850px !important;
  }
  .w-px-md-850 {
    width: 850px !important;
  }
  .h-px-md-850 {
    height: 850px !important;
  }
  .min-h-px-md-850 {
    min-height: 850px !important;
  }
  .mw-px-md-855 {
    max-width: 855px !important;
  }
  .w-px-md-855 {
    width: 855px !important;
  }
  .h-px-md-855 {
    height: 855px !important;
  }
  .min-h-px-md-855 {
    min-height: 855px !important;
  }
  .mw-px-md-860 {
    max-width: 860px !important;
  }
  .w-px-md-860 {
    width: 860px !important;
  }
  .h-px-md-860 {
    height: 860px !important;
  }
  .min-h-px-md-860 {
    min-height: 860px !important;
  }
  .mw-px-md-865 {
    max-width: 865px !important;
  }
  .w-px-md-865 {
    width: 865px !important;
  }
  .h-px-md-865 {
    height: 865px !important;
  }
  .min-h-px-md-865 {
    min-height: 865px !important;
  }
  .mw-px-md-870 {
    max-width: 870px !important;
  }
  .w-px-md-870 {
    width: 870px !important;
  }
  .h-px-md-870 {
    height: 870px !important;
  }
  .min-h-px-md-870 {
    min-height: 870px !important;
  }
  .mw-px-md-875 {
    max-width: 875px !important;
  }
  .w-px-md-875 {
    width: 875px !important;
  }
  .h-px-md-875 {
    height: 875px !important;
  }
  .min-h-px-md-875 {
    min-height: 875px !important;
  }
  .mw-px-md-880 {
    max-width: 880px !important;
  }
  .w-px-md-880 {
    width: 880px !important;
  }
  .h-px-md-880 {
    height: 880px !important;
  }
  .min-h-px-md-880 {
    min-height: 880px !important;
  }
  .mw-px-md-885 {
    max-width: 885px !important;
  }
  .w-px-md-885 {
    width: 885px !important;
  }
  .h-px-md-885 {
    height: 885px !important;
  }
  .min-h-px-md-885 {
    min-height: 885px !important;
  }
  .mw-px-md-890 {
    max-width: 890px !important;
  }
  .w-px-md-890 {
    width: 890px !important;
  }
  .h-px-md-890 {
    height: 890px !important;
  }
  .min-h-px-md-890 {
    min-height: 890px !important;
  }
  .mw-px-md-895 {
    max-width: 895px !important;
  }
  .w-px-md-895 {
    width: 895px !important;
  }
  .h-px-md-895 {
    height: 895px !important;
  }
  .min-h-px-md-895 {
    min-height: 895px !important;
  }
  .mw-px-md-900 {
    max-width: 900px !important;
  }
  .w-px-md-900 {
    width: 900px !important;
  }
  .h-px-md-900 {
    height: 900px !important;
  }
  .min-h-px-md-900 {
    min-height: 900px !important;
  }
  .mw-px-md-905 {
    max-width: 905px !important;
  }
  .w-px-md-905 {
    width: 905px !important;
  }
  .h-px-md-905 {
    height: 905px !important;
  }
  .min-h-px-md-905 {
    min-height: 905px !important;
  }
  .mw-px-md-910 {
    max-width: 910px !important;
  }
  .w-px-md-910 {
    width: 910px !important;
  }
  .h-px-md-910 {
    height: 910px !important;
  }
  .min-h-px-md-910 {
    min-height: 910px !important;
  }
  .mw-px-md-915 {
    max-width: 915px !important;
  }
  .w-px-md-915 {
    width: 915px !important;
  }
  .h-px-md-915 {
    height: 915px !important;
  }
  .min-h-px-md-915 {
    min-height: 915px !important;
  }
  .mw-px-md-920 {
    max-width: 920px !important;
  }
  .w-px-md-920 {
    width: 920px !important;
  }
  .h-px-md-920 {
    height: 920px !important;
  }
  .min-h-px-md-920 {
    min-height: 920px !important;
  }
  .mw-px-md-925 {
    max-width: 925px !important;
  }
  .w-px-md-925 {
    width: 925px !important;
  }
  .h-px-md-925 {
    height: 925px !important;
  }
  .min-h-px-md-925 {
    min-height: 925px !important;
  }
  .mw-px-md-930 {
    max-width: 930px !important;
  }
  .w-px-md-930 {
    width: 930px !important;
  }
  .h-px-md-930 {
    height: 930px !important;
  }
  .min-h-px-md-930 {
    min-height: 930px !important;
  }
  .mw-px-md-935 {
    max-width: 935px !important;
  }
  .w-px-md-935 {
    width: 935px !important;
  }
  .h-px-md-935 {
    height: 935px !important;
  }
  .min-h-px-md-935 {
    min-height: 935px !important;
  }
  .mw-px-md-940 {
    max-width: 940px !important;
  }
  .w-px-md-940 {
    width: 940px !important;
  }
  .h-px-md-940 {
    height: 940px !important;
  }
  .min-h-px-md-940 {
    min-height: 940px !important;
  }
  .mw-px-md-945 {
    max-width: 945px !important;
  }
  .w-px-md-945 {
    width: 945px !important;
  }
  .h-px-md-945 {
    height: 945px !important;
  }
  .min-h-px-md-945 {
    min-height: 945px !important;
  }
  .mw-px-md-950 {
    max-width: 950px !important;
  }
  .w-px-md-950 {
    width: 950px !important;
  }
  .h-px-md-950 {
    height: 950px !important;
  }
  .min-h-px-md-950 {
    min-height: 950px !important;
  }
  .mw-px-md-955 {
    max-width: 955px !important;
  }
  .w-px-md-955 {
    width: 955px !important;
  }
  .h-px-md-955 {
    height: 955px !important;
  }
  .min-h-px-md-955 {
    min-height: 955px !important;
  }
  .mw-px-md-960 {
    max-width: 960px !important;
  }
  .w-px-md-960 {
    width: 960px !important;
  }
  .h-px-md-960 {
    height: 960px !important;
  }
  .min-h-px-md-960 {
    min-height: 960px !important;
  }
  .mw-px-md-965 {
    max-width: 965px !important;
  }
  .w-px-md-965 {
    width: 965px !important;
  }
  .h-px-md-965 {
    height: 965px !important;
  }
  .min-h-px-md-965 {
    min-height: 965px !important;
  }
  .mw-px-md-970 {
    max-width: 970px !important;
  }
  .w-px-md-970 {
    width: 970px !important;
  }
  .h-px-md-970 {
    height: 970px !important;
  }
  .min-h-px-md-970 {
    min-height: 970px !important;
  }
  .mw-px-md-975 {
    max-width: 975px !important;
  }
  .w-px-md-975 {
    width: 975px !important;
  }
  .h-px-md-975 {
    height: 975px !important;
  }
  .min-h-px-md-975 {
    min-height: 975px !important;
  }
  .mw-px-md-980 {
    max-width: 980px !important;
  }
  .w-px-md-980 {
    width: 980px !important;
  }
  .h-px-md-980 {
    height: 980px !important;
  }
  .min-h-px-md-980 {
    min-height: 980px !important;
  }
  .mw-px-md-985 {
    max-width: 985px !important;
  }
  .w-px-md-985 {
    width: 985px !important;
  }
  .h-px-md-985 {
    height: 985px !important;
  }
  .min-h-px-md-985 {
    min-height: 985px !important;
  }
  .mw-px-md-990 {
    max-width: 990px !important;
  }
  .w-px-md-990 {
    width: 990px !important;
  }
  .h-px-md-990 {
    height: 990px !important;
  }
  .min-h-px-md-990 {
    min-height: 990px !important;
  }
  .mw-px-md-995 {
    max-width: 995px !important;
  }
  .w-px-md-995 {
    width: 995px !important;
  }
  .h-px-md-995 {
    height: 995px !important;
  }
  .min-h-px-md-995 {
    min-height: 995px !important;
  }
  .mw-px-md-1000 {
    max-width: 1000px !important;
  }
  .w-px-md-1000 {
    width: 1000px !important;
  }
  .h-px-md-1000 {
    height: 1000px !important;
  }
  .min-h-px-md-1000 {
    min-height: 1000px !important;
  }
  .mw-px-md-1005 {
    max-width: 1005px !important;
  }
  .w-px-md-1005 {
    width: 1005px !important;
  }
  .h-px-md-1005 {
    height: 1005px !important;
  }
  .min-h-px-md-1005 {
    min-height: 1005px !important;
  }
  .mw-px-md-1010 {
    max-width: 1010px !important;
  }
  .w-px-md-1010 {
    width: 1010px !important;
  }
  .h-px-md-1010 {
    height: 1010px !important;
  }
  .min-h-px-md-1010 {
    min-height: 1010px !important;
  }
  .mw-px-md-1015 {
    max-width: 1015px !important;
  }
  .w-px-md-1015 {
    width: 1015px !important;
  }
  .h-px-md-1015 {
    height: 1015px !important;
  }
  .min-h-px-md-1015 {
    min-height: 1015px !important;
  }
  .mw-px-md-1020 {
    max-width: 1020px !important;
  }
  .w-px-md-1020 {
    width: 1020px !important;
  }
  .h-px-md-1020 {
    height: 1020px !important;
  }
  .min-h-px-md-1020 {
    min-height: 1020px !important;
  }
  .mw-px-md-1025 {
    max-width: 1025px !important;
  }
  .w-px-md-1025 {
    width: 1025px !important;
  }
  .h-px-md-1025 {
    height: 1025px !important;
  }
  .min-h-px-md-1025 {
    min-height: 1025px !important;
  }
  .mw-px-md-1030 {
    max-width: 1030px !important;
  }
  .w-px-md-1030 {
    width: 1030px !important;
  }
  .h-px-md-1030 {
    height: 1030px !important;
  }
  .min-h-px-md-1030 {
    min-height: 1030px !important;
  }
  .mw-px-md-1035 {
    max-width: 1035px !important;
  }
  .w-px-md-1035 {
    width: 1035px !important;
  }
  .h-px-md-1035 {
    height: 1035px !important;
  }
  .min-h-px-md-1035 {
    min-height: 1035px !important;
  }
  .mw-px-md-1040 {
    max-width: 1040px !important;
  }
  .w-px-md-1040 {
    width: 1040px !important;
  }
  .h-px-md-1040 {
    height: 1040px !important;
  }
  .min-h-px-md-1040 {
    min-height: 1040px !important;
  }
  .mw-px-md-1045 {
    max-width: 1045px !important;
  }
  .w-px-md-1045 {
    width: 1045px !important;
  }
  .h-px-md-1045 {
    height: 1045px !important;
  }
  .min-h-px-md-1045 {
    min-height: 1045px !important;
  }
  .mw-px-md-1050 {
    max-width: 1050px !important;
  }
  .w-px-md-1050 {
    width: 1050px !important;
  }
  .h-px-md-1050 {
    height: 1050px !important;
  }
  .min-h-px-md-1050 {
    min-height: 1050px !important;
  }
  .mw-px-md-1055 {
    max-width: 1055px !important;
  }
  .w-px-md-1055 {
    width: 1055px !important;
  }
  .h-px-md-1055 {
    height: 1055px !important;
  }
  .min-h-px-md-1055 {
    min-height: 1055px !important;
  }
  .mw-px-md-1060 {
    max-width: 1060px !important;
  }
  .w-px-md-1060 {
    width: 1060px !important;
  }
  .h-px-md-1060 {
    height: 1060px !important;
  }
  .min-h-px-md-1060 {
    min-height: 1060px !important;
  }
  .mw-px-md-1065 {
    max-width: 1065px !important;
  }
  .w-px-md-1065 {
    width: 1065px !important;
  }
  .h-px-md-1065 {
    height: 1065px !important;
  }
  .min-h-px-md-1065 {
    min-height: 1065px !important;
  }
  .mw-px-md-1070 {
    max-width: 1070px !important;
  }
  .w-px-md-1070 {
    width: 1070px !important;
  }
  .h-px-md-1070 {
    height: 1070px !important;
  }
  .min-h-px-md-1070 {
    min-height: 1070px !important;
  }
  .mw-px-md-1075 {
    max-width: 1075px !important;
  }
  .w-px-md-1075 {
    width: 1075px !important;
  }
  .h-px-md-1075 {
    height: 1075px !important;
  }
  .min-h-px-md-1075 {
    min-height: 1075px !important;
  }
  .mw-px-md-1080 {
    max-width: 1080px !important;
  }
  .w-px-md-1080 {
    width: 1080px !important;
  }
  .h-px-md-1080 {
    height: 1080px !important;
  }
  .min-h-px-md-1080 {
    min-height: 1080px !important;
  }
  .mw-px-md-1085 {
    max-width: 1085px !important;
  }
  .w-px-md-1085 {
    width: 1085px !important;
  }
  .h-px-md-1085 {
    height: 1085px !important;
  }
  .min-h-px-md-1085 {
    min-height: 1085px !important;
  }
  .mw-px-md-1090 {
    max-width: 1090px !important;
  }
  .w-px-md-1090 {
    width: 1090px !important;
  }
  .h-px-md-1090 {
    height: 1090px !important;
  }
  .min-h-px-md-1090 {
    min-height: 1090px !important;
  }
  .mw-px-md-1095 {
    max-width: 1095px !important;
  }
  .w-px-md-1095 {
    width: 1095px !important;
  }
  .h-px-md-1095 {
    height: 1095px !important;
  }
  .min-h-px-md-1095 {
    min-height: 1095px !important;
  }
  .mw-px-md-1100 {
    max-width: 1100px !important;
  }
  .w-px-md-1100 {
    width: 1100px !important;
  }
  .h-px-md-1100 {
    height: 1100px !important;
  }
  .min-h-px-md-1100 {
    min-height: 1100px !important;
  }
  .mw-px-md-1105 {
    max-width: 1105px !important;
  }
  .w-px-md-1105 {
    width: 1105px !important;
  }
  .h-px-md-1105 {
    height: 1105px !important;
  }
  .min-h-px-md-1105 {
    min-height: 1105px !important;
  }
  .mw-px-md-1110 {
    max-width: 1110px !important;
  }
  .w-px-md-1110 {
    width: 1110px !important;
  }
  .h-px-md-1110 {
    height: 1110px !important;
  }
  .min-h-px-md-1110 {
    min-height: 1110px !important;
  }
  .mw-px-md-1115 {
    max-width: 1115px !important;
  }
  .w-px-md-1115 {
    width: 1115px !important;
  }
  .h-px-md-1115 {
    height: 1115px !important;
  }
  .min-h-px-md-1115 {
    min-height: 1115px !important;
  }
  .mw-px-md-1120 {
    max-width: 1120px !important;
  }
  .w-px-md-1120 {
    width: 1120px !important;
  }
  .h-px-md-1120 {
    height: 1120px !important;
  }
  .min-h-px-md-1120 {
    min-height: 1120px !important;
  }
  .mw-px-md-1125 {
    max-width: 1125px !important;
  }
  .w-px-md-1125 {
    width: 1125px !important;
  }
  .h-px-md-1125 {
    height: 1125px !important;
  }
  .min-h-px-md-1125 {
    min-height: 1125px !important;
  }
  .mw-px-md-1130 {
    max-width: 1130px !important;
  }
  .w-px-md-1130 {
    width: 1130px !important;
  }
  .h-px-md-1130 {
    height: 1130px !important;
  }
  .min-h-px-md-1130 {
    min-height: 1130px !important;
  }
  .mw-px-md-1135 {
    max-width: 1135px !important;
  }
  .w-px-md-1135 {
    width: 1135px !important;
  }
  .h-px-md-1135 {
    height: 1135px !important;
  }
  .min-h-px-md-1135 {
    min-height: 1135px !important;
  }
  .mw-px-md-1140 {
    max-width: 1140px !important;
  }
  .w-px-md-1140 {
    width: 1140px !important;
  }
  .h-px-md-1140 {
    height: 1140px !important;
  }
  .min-h-px-md-1140 {
    min-height: 1140px !important;
  }
  .mw-px-md-1145 {
    max-width: 1145px !important;
  }
  .w-px-md-1145 {
    width: 1145px !important;
  }
  .h-px-md-1145 {
    height: 1145px !important;
  }
  .min-h-px-md-1145 {
    min-height: 1145px !important;
  }
  .mw-px-md-1150 {
    max-width: 1150px !important;
  }
  .w-px-md-1150 {
    width: 1150px !important;
  }
  .h-px-md-1150 {
    height: 1150px !important;
  }
  .min-h-px-md-1150 {
    min-height: 1150px !important;
  }
  .mw-px-md-1155 {
    max-width: 1155px !important;
  }
  .w-px-md-1155 {
    width: 1155px !important;
  }
  .h-px-md-1155 {
    height: 1155px !important;
  }
  .min-h-px-md-1155 {
    min-height: 1155px !important;
  }
  .mw-px-md-1160 {
    max-width: 1160px !important;
  }
  .w-px-md-1160 {
    width: 1160px !important;
  }
  .h-px-md-1160 {
    height: 1160px !important;
  }
  .min-h-px-md-1160 {
    min-height: 1160px !important;
  }
  .mw-px-md-1165 {
    max-width: 1165px !important;
  }
  .w-px-md-1165 {
    width: 1165px !important;
  }
  .h-px-md-1165 {
    height: 1165px !important;
  }
  .min-h-px-md-1165 {
    min-height: 1165px !important;
  }
  .mw-px-md-1170 {
    max-width: 1170px !important;
  }
  .w-px-md-1170 {
    width: 1170px !important;
  }
  .h-px-md-1170 {
    height: 1170px !important;
  }
  .min-h-px-md-1170 {
    min-height: 1170px !important;
  }
  .mw-px-md-1175 {
    max-width: 1175px !important;
  }
  .w-px-md-1175 {
    width: 1175px !important;
  }
  .h-px-md-1175 {
    height: 1175px !important;
  }
  .min-h-px-md-1175 {
    min-height: 1175px !important;
  }
  .mw-px-md-1180 {
    max-width: 1180px !important;
  }
  .w-px-md-1180 {
    width: 1180px !important;
  }
  .h-px-md-1180 {
    height: 1180px !important;
  }
  .min-h-px-md-1180 {
    min-height: 1180px !important;
  }
  .mw-px-md-1185 {
    max-width: 1185px !important;
  }
  .w-px-md-1185 {
    width: 1185px !important;
  }
  .h-px-md-1185 {
    height: 1185px !important;
  }
  .min-h-px-md-1185 {
    min-height: 1185px !important;
  }
  .mw-px-md-1190 {
    max-width: 1190px !important;
  }
  .w-px-md-1190 {
    width: 1190px !important;
  }
  .h-px-md-1190 {
    height: 1190px !important;
  }
  .min-h-px-md-1190 {
    min-height: 1190px !important;
  }
  .mw-px-md-1195 {
    max-width: 1195px !important;
  }
  .w-px-md-1195 {
    width: 1195px !important;
  }
  .h-px-md-1195 {
    height: 1195px !important;
  }
  .min-h-px-md-1195 {
    min-height: 1195px !important;
  }
  .mw-px-md-1200 {
    max-width: 1200px !important;
  }
  .w-px-md-1200 {
    width: 1200px !important;
  }
  .h-px-md-1200 {
    height: 1200px !important;
  }
  .min-h-px-md-1200 {
    min-height: 1200px !important;
  }
  .mw-px-md-1205 {
    max-width: 1205px !important;
  }
  .w-px-md-1205 {
    width: 1205px !important;
  }
  .h-px-md-1205 {
    height: 1205px !important;
  }
  .min-h-px-md-1205 {
    min-height: 1205px !important;
  }
  .mw-px-md-1210 {
    max-width: 1210px !important;
  }
  .w-px-md-1210 {
    width: 1210px !important;
  }
  .h-px-md-1210 {
    height: 1210px !important;
  }
  .min-h-px-md-1210 {
    min-height: 1210px !important;
  }
  .mw-px-md-1215 {
    max-width: 1215px !important;
  }
  .w-px-md-1215 {
    width: 1215px !important;
  }
  .h-px-md-1215 {
    height: 1215px !important;
  }
  .min-h-px-md-1215 {
    min-height: 1215px !important;
  }
  .mw-px-md-1220 {
    max-width: 1220px !important;
  }
  .w-px-md-1220 {
    width: 1220px !important;
  }
  .h-px-md-1220 {
    height: 1220px !important;
  }
  .min-h-px-md-1220 {
    min-height: 1220px !important;
  }
  .mw-px-md-1225 {
    max-width: 1225px !important;
  }
  .w-px-md-1225 {
    width: 1225px !important;
  }
  .h-px-md-1225 {
    height: 1225px !important;
  }
  .min-h-px-md-1225 {
    min-height: 1225px !important;
  }
  .mw-px-md-1230 {
    max-width: 1230px !important;
  }
  .w-px-md-1230 {
    width: 1230px !important;
  }
  .h-px-md-1230 {
    height: 1230px !important;
  }
  .min-h-px-md-1230 {
    min-height: 1230px !important;
  }
  .mw-px-md-1235 {
    max-width: 1235px !important;
  }
  .w-px-md-1235 {
    width: 1235px !important;
  }
  .h-px-md-1235 {
    height: 1235px !important;
  }
  .min-h-px-md-1235 {
    min-height: 1235px !important;
  }
  .mw-px-md-1240 {
    max-width: 1240px !important;
  }
  .w-px-md-1240 {
    width: 1240px !important;
  }
  .h-px-md-1240 {
    height: 1240px !important;
  }
  .min-h-px-md-1240 {
    min-height: 1240px !important;
  }
  .mw-px-md-1245 {
    max-width: 1245px !important;
  }
  .w-px-md-1245 {
    width: 1245px !important;
  }
  .h-px-md-1245 {
    height: 1245px !important;
  }
  .min-h-px-md-1245 {
    min-height: 1245px !important;
  }
  .mw-px-md-1250 {
    max-width: 1250px !important;
  }
  .w-px-md-1250 {
    width: 1250px !important;
  }
  .h-px-md-1250 {
    height: 1250px !important;
  }
  .min-h-px-md-1250 {
    min-height: 1250px !important;
  }
  .mw-px-md-1255 {
    max-width: 1255px !important;
  }
  .w-px-md-1255 {
    width: 1255px !important;
  }
  .h-px-md-1255 {
    height: 1255px !important;
  }
  .min-h-px-md-1255 {
    min-height: 1255px !important;
  }
  .mw-px-md-1260 {
    max-width: 1260px !important;
  }
  .w-px-md-1260 {
    width: 1260px !important;
  }
  .h-px-md-1260 {
    height: 1260px !important;
  }
  .min-h-px-md-1260 {
    min-height: 1260px !important;
  }
  .mw-px-md-1265 {
    max-width: 1265px !important;
  }
  .w-px-md-1265 {
    width: 1265px !important;
  }
  .h-px-md-1265 {
    height: 1265px !important;
  }
  .min-h-px-md-1265 {
    min-height: 1265px !important;
  }
  .mw-px-md-1270 {
    max-width: 1270px !important;
  }
  .w-px-md-1270 {
    width: 1270px !important;
  }
  .h-px-md-1270 {
    height: 1270px !important;
  }
  .min-h-px-md-1270 {
    min-height: 1270px !important;
  }
  .mw-px-md-1275 {
    max-width: 1275px !important;
  }
  .w-px-md-1275 {
    width: 1275px !important;
  }
  .h-px-md-1275 {
    height: 1275px !important;
  }
  .min-h-px-md-1275 {
    min-height: 1275px !important;
  }
  .mw-px-md-1280 {
    max-width: 1280px !important;
  }
  .w-px-md-1280 {
    width: 1280px !important;
  }
  .h-px-md-1280 {
    height: 1280px !important;
  }
  .min-h-px-md-1280 {
    min-height: 1280px !important;
  }
  .mw-px-md-1285 {
    max-width: 1285px !important;
  }
  .w-px-md-1285 {
    width: 1285px !important;
  }
  .h-px-md-1285 {
    height: 1285px !important;
  }
  .min-h-px-md-1285 {
    min-height: 1285px !important;
  }
  .mw-px-md-1290 {
    max-width: 1290px !important;
  }
  .w-px-md-1290 {
    width: 1290px !important;
  }
  .h-px-md-1290 {
    height: 1290px !important;
  }
  .min-h-px-md-1290 {
    min-height: 1290px !important;
  }
  .mw-px-md-1295 {
    max-width: 1295px !important;
  }
  .w-px-md-1295 {
    width: 1295px !important;
  }
  .h-px-md-1295 {
    height: 1295px !important;
  }
  .min-h-px-md-1295 {
    min-height: 1295px !important;
  }
  .fs-vw-md-0 {
    font-size: 0vw !important;
  }
  .pd-md-0 {
    padding-top: 0% !important;
  }
  .mw-md-0 {
    max-width: 0% !important;
  }
  .w-md-0 {
    width: 0% !important;
  }
  .fs-vw-md-1 {
    font-size: 1vw !important;
  }
  .pd-md-1 {
    padding-top: 1% !important;
  }
  .mw-md-1 {
    max-width: 1% !important;
  }
  .w-md-1 {
    width: 1% !important;
  }
  .fs-vw-md-2 {
    font-size: 2vw !important;
  }
  .pd-md-2 {
    padding-top: 2% !important;
  }
  .mw-md-2 {
    max-width: 2% !important;
  }
  .w-md-2 {
    width: 2% !important;
  }
  .fs-vw-md-3 {
    font-size: 3vw !important;
  }
  .pd-md-3 {
    padding-top: 3% !important;
  }
  .mw-md-3 {
    max-width: 3% !important;
  }
  .w-md-3 {
    width: 3% !important;
  }
  .fs-vw-md-4 {
    font-size: 4vw !important;
  }
  .pd-md-4 {
    padding-top: 4% !important;
  }
  .mw-md-4 {
    max-width: 4% !important;
  }
  .w-md-4 {
    width: 4% !important;
  }
  .fs-vw-md-5 {
    font-size: 5vw !important;
  }
  .pd-md-5 {
    padding-top: 5% !important;
  }
  .mw-md-5 {
    max-width: 5% !important;
  }
  .w-md-5 {
    width: 5% !important;
  }
  .fs-vw-md-6 {
    font-size: 6vw !important;
  }
  .pd-md-6 {
    padding-top: 6% !important;
  }
  .mw-md-6 {
    max-width: 6% !important;
  }
  .w-md-6 {
    width: 6% !important;
  }
  .fs-vw-md-7 {
    font-size: 7vw !important;
  }
  .pd-md-7 {
    padding-top: 7% !important;
  }
  .mw-md-7 {
    max-width: 7% !important;
  }
  .w-md-7 {
    width: 7% !important;
  }
  .fs-vw-md-8 {
    font-size: 8vw !important;
  }
  .pd-md-8 {
    padding-top: 8% !important;
  }
  .mw-md-8 {
    max-width: 8% !important;
  }
  .w-md-8 {
    width: 8% !important;
  }
  .fs-vw-md-9 {
    font-size: 9vw !important;
  }
  .pd-md-9 {
    padding-top: 9% !important;
  }
  .mw-md-9 {
    max-width: 9% !important;
  }
  .w-md-9 {
    width: 9% !important;
  }
  .fs-vw-md-10 {
    font-size: 10vw !important;
  }
  .pd-md-10 {
    padding-top: 10% !important;
  }
  .mw-md-10 {
    max-width: 10% !important;
  }
  .w-md-10 {
    width: 10% !important;
  }
  .fs-vw-md-11 {
    font-size: 11vw !important;
  }
  .pd-md-11 {
    padding-top: 11% !important;
  }
  .mw-md-11 {
    max-width: 11% !important;
  }
  .w-md-11 {
    width: 11% !important;
  }
  .fs-vw-md-12 {
    font-size: 12vw !important;
  }
  .pd-md-12 {
    padding-top: 12% !important;
  }
  .mw-md-12 {
    max-width: 12% !important;
  }
  .w-md-12 {
    width: 12% !important;
  }
  .fs-vw-md-13 {
    font-size: 13vw !important;
  }
  .pd-md-13 {
    padding-top: 13% !important;
  }
  .mw-md-13 {
    max-width: 13% !important;
  }
  .w-md-13 {
    width: 13% !important;
  }
  .fs-vw-md-14 {
    font-size: 14vw !important;
  }
  .pd-md-14 {
    padding-top: 14% !important;
  }
  .mw-md-14 {
    max-width: 14% !important;
  }
  .w-md-14 {
    width: 14% !important;
  }
  .fs-vw-md-15 {
    font-size: 15vw !important;
  }
  .pd-md-15 {
    padding-top: 15% !important;
  }
  .mw-md-15 {
    max-width: 15% !important;
  }
  .w-md-15 {
    width: 15% !important;
  }
  .fs-vw-md-16 {
    font-size: 16vw !important;
  }
  .pd-md-16 {
    padding-top: 16% !important;
  }
  .mw-md-16 {
    max-width: 16% !important;
  }
  .w-md-16 {
    width: 16% !important;
  }
  .fs-vw-md-17 {
    font-size: 17vw !important;
  }
  .pd-md-17 {
    padding-top: 17% !important;
  }
  .mw-md-17 {
    max-width: 17% !important;
  }
  .w-md-17 {
    width: 17% !important;
  }
  .fs-vw-md-18 {
    font-size: 18vw !important;
  }
  .pd-md-18 {
    padding-top: 18% !important;
  }
  .mw-md-18 {
    max-width: 18% !important;
  }
  .w-md-18 {
    width: 18% !important;
  }
  .fs-vw-md-19 {
    font-size: 19vw !important;
  }
  .pd-md-19 {
    padding-top: 19% !important;
  }
  .mw-md-19 {
    max-width: 19% !important;
  }
  .w-md-19 {
    width: 19% !important;
  }
  .fs-vw-md-20 {
    font-size: 20vw !important;
  }
  .pd-md-20 {
    padding-top: 20% !important;
  }
  .mw-md-20 {
    max-width: 20% !important;
  }
  .w-md-20 {
    width: 20% !important;
  }
  .fs-vw-md-21 {
    font-size: 21vw !important;
  }
  .pd-md-21 {
    padding-top: 21% !important;
  }
  .mw-md-21 {
    max-width: 21% !important;
  }
  .w-md-21 {
    width: 21% !important;
  }
  .fs-vw-md-22 {
    font-size: 22vw !important;
  }
  .pd-md-22 {
    padding-top: 22% !important;
  }
  .mw-md-22 {
    max-width: 22% !important;
  }
  .w-md-22 {
    width: 22% !important;
  }
  .fs-vw-md-23 {
    font-size: 23vw !important;
  }
  .pd-md-23 {
    padding-top: 23% !important;
  }
  .mw-md-23 {
    max-width: 23% !important;
  }
  .w-md-23 {
    width: 23% !important;
  }
  .fs-vw-md-24 {
    font-size: 24vw !important;
  }
  .pd-md-24 {
    padding-top: 24% !important;
  }
  .mw-md-24 {
    max-width: 24% !important;
  }
  .w-md-24 {
    width: 24% !important;
  }
  .fs-vw-md-25 {
    font-size: 25vw !important;
  }
  .pd-md-25 {
    padding-top: 25% !important;
  }
  .mw-md-25 {
    max-width: 25% !important;
  }
  .w-md-25 {
    width: 25% !important;
  }
  .fs-vw-md-26 {
    font-size: 26vw !important;
  }
  .pd-md-26 {
    padding-top: 26% !important;
  }
  .mw-md-26 {
    max-width: 26% !important;
  }
  .w-md-26 {
    width: 26% !important;
  }
  .fs-vw-md-27 {
    font-size: 27vw !important;
  }
  .pd-md-27 {
    padding-top: 27% !important;
  }
  .mw-md-27 {
    max-width: 27% !important;
  }
  .w-md-27 {
    width: 27% !important;
  }
  .fs-vw-md-28 {
    font-size: 28vw !important;
  }
  .pd-md-28 {
    padding-top: 28% !important;
  }
  .mw-md-28 {
    max-width: 28% !important;
  }
  .w-md-28 {
    width: 28% !important;
  }
  .fs-vw-md-29 {
    font-size: 29vw !important;
  }
  .pd-md-29 {
    padding-top: 29% !important;
  }
  .mw-md-29 {
    max-width: 29% !important;
  }
  .w-md-29 {
    width: 29% !important;
  }
  .fs-vw-md-30 {
    font-size: 30vw !important;
  }
  .pd-md-30 {
    padding-top: 30% !important;
  }
  .mw-md-30 {
    max-width: 30% !important;
  }
  .w-md-30 {
    width: 30% !important;
  }
  .fs-vw-md-31 {
    font-size: 31vw !important;
  }
  .pd-md-31 {
    padding-top: 31% !important;
  }
  .mw-md-31 {
    max-width: 31% !important;
  }
  .w-md-31 {
    width: 31% !important;
  }
  .fs-vw-md-32 {
    font-size: 32vw !important;
  }
  .pd-md-32 {
    padding-top: 32% !important;
  }
  .mw-md-32 {
    max-width: 32% !important;
  }
  .w-md-32 {
    width: 32% !important;
  }
  .fs-vw-md-33 {
    font-size: 33vw !important;
  }
  .pd-md-33 {
    padding-top: 33% !important;
  }
  .mw-md-33 {
    max-width: 33% !important;
  }
  .w-md-33 {
    width: 33% !important;
  }
  .fs-vw-md-34 {
    font-size: 34vw !important;
  }
  .pd-md-34 {
    padding-top: 34% !important;
  }
  .mw-md-34 {
    max-width: 34% !important;
  }
  .w-md-34 {
    width: 34% !important;
  }
  .fs-vw-md-35 {
    font-size: 35vw !important;
  }
  .pd-md-35 {
    padding-top: 35% !important;
  }
  .mw-md-35 {
    max-width: 35% !important;
  }
  .w-md-35 {
    width: 35% !important;
  }
  .fs-vw-md-36 {
    font-size: 36vw !important;
  }
  .pd-md-36 {
    padding-top: 36% !important;
  }
  .mw-md-36 {
    max-width: 36% !important;
  }
  .w-md-36 {
    width: 36% !important;
  }
  .fs-vw-md-37 {
    font-size: 37vw !important;
  }
  .pd-md-37 {
    padding-top: 37% !important;
  }
  .mw-md-37 {
    max-width: 37% !important;
  }
  .w-md-37 {
    width: 37% !important;
  }
  .fs-vw-md-38 {
    font-size: 38vw !important;
  }
  .pd-md-38 {
    padding-top: 38% !important;
  }
  .mw-md-38 {
    max-width: 38% !important;
  }
  .w-md-38 {
    width: 38% !important;
  }
  .fs-vw-md-39 {
    font-size: 39vw !important;
  }
  .pd-md-39 {
    padding-top: 39% !important;
  }
  .mw-md-39 {
    max-width: 39% !important;
  }
  .w-md-39 {
    width: 39% !important;
  }
  .fs-vw-md-40 {
    font-size: 40vw !important;
  }
  .pd-md-40 {
    padding-top: 40% !important;
  }
  .mw-md-40 {
    max-width: 40% !important;
  }
  .w-md-40 {
    width: 40% !important;
  }
  .fs-vw-md-41 {
    font-size: 41vw !important;
  }
  .pd-md-41 {
    padding-top: 41% !important;
  }
  .mw-md-41 {
    max-width: 41% !important;
  }
  .w-md-41 {
    width: 41% !important;
  }
  .fs-vw-md-42 {
    font-size: 42vw !important;
  }
  .pd-md-42 {
    padding-top: 42% !important;
  }
  .mw-md-42 {
    max-width: 42% !important;
  }
  .w-md-42 {
    width: 42% !important;
  }
  .fs-vw-md-43 {
    font-size: 43vw !important;
  }
  .pd-md-43 {
    padding-top: 43% !important;
  }
  .mw-md-43 {
    max-width: 43% !important;
  }
  .w-md-43 {
    width: 43% !important;
  }
  .fs-vw-md-44 {
    font-size: 44vw !important;
  }
  .pd-md-44 {
    padding-top: 44% !important;
  }
  .mw-md-44 {
    max-width: 44% !important;
  }
  .w-md-44 {
    width: 44% !important;
  }
  .fs-vw-md-45 {
    font-size: 45vw !important;
  }
  .pd-md-45 {
    padding-top: 45% !important;
  }
  .mw-md-45 {
    max-width: 45% !important;
  }
  .w-md-45 {
    width: 45% !important;
  }
  .fs-vw-md-46 {
    font-size: 46vw !important;
  }
  .pd-md-46 {
    padding-top: 46% !important;
  }
  .mw-md-46 {
    max-width: 46% !important;
  }
  .w-md-46 {
    width: 46% !important;
  }
  .fs-vw-md-47 {
    font-size: 47vw !important;
  }
  .pd-md-47 {
    padding-top: 47% !important;
  }
  .mw-md-47 {
    max-width: 47% !important;
  }
  .w-md-47 {
    width: 47% !important;
  }
  .fs-vw-md-48 {
    font-size: 48vw !important;
  }
  .pd-md-48 {
    padding-top: 48% !important;
  }
  .mw-md-48 {
    max-width: 48% !important;
  }
  .w-md-48 {
    width: 48% !important;
  }
  .fs-vw-md-49 {
    font-size: 49vw !important;
  }
  .pd-md-49 {
    padding-top: 49% !important;
  }
  .mw-md-49 {
    max-width: 49% !important;
  }
  .w-md-49 {
    width: 49% !important;
  }
  .fs-vw-md-50 {
    font-size: 50vw !important;
  }
  .pd-md-50 {
    padding-top: 50% !important;
  }
  .mw-md-50 {
    max-width: 50% !important;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .fs-vw-md-51 {
    font-size: 51vw !important;
  }
  .pd-md-51 {
    padding-top: 51% !important;
  }
  .mw-md-51 {
    max-width: 51% !important;
  }
  .w-md-51 {
    width: 51% !important;
  }
  .fs-vw-md-52 {
    font-size: 52vw !important;
  }
  .pd-md-52 {
    padding-top: 52% !important;
  }
  .mw-md-52 {
    max-width: 52% !important;
  }
  .w-md-52 {
    width: 52% !important;
  }
  .fs-vw-md-53 {
    font-size: 53vw !important;
  }
  .pd-md-53 {
    padding-top: 53% !important;
  }
  .mw-md-53 {
    max-width: 53% !important;
  }
  .w-md-53 {
    width: 53% !important;
  }
  .fs-vw-md-54 {
    font-size: 54vw !important;
  }
  .pd-md-54 {
    padding-top: 54% !important;
  }
  .mw-md-54 {
    max-width: 54% !important;
  }
  .w-md-54 {
    width: 54% !important;
  }
  .fs-vw-md-55 {
    font-size: 55vw !important;
  }
  .pd-md-55 {
    padding-top: 55% !important;
  }
  .mw-md-55 {
    max-width: 55% !important;
  }
  .w-md-55 {
    width: 55% !important;
  }
  .fs-vw-md-56 {
    font-size: 56vw !important;
  }
  .pd-md-56 {
    padding-top: 56% !important;
  }
  .mw-md-56 {
    max-width: 56% !important;
  }
  .w-md-56 {
    width: 56% !important;
  }
  .fs-vw-md-57 {
    font-size: 57vw !important;
  }
  .pd-md-57 {
    padding-top: 57% !important;
  }
  .mw-md-57 {
    max-width: 57% !important;
  }
  .w-md-57 {
    width: 57% !important;
  }
  .fs-vw-md-58 {
    font-size: 58vw !important;
  }
  .pd-md-58 {
    padding-top: 58% !important;
  }
  .mw-md-58 {
    max-width: 58% !important;
  }
  .w-md-58 {
    width: 58% !important;
  }
  .fs-vw-md-59 {
    font-size: 59vw !important;
  }
  .pd-md-59 {
    padding-top: 59% !important;
  }
  .mw-md-59 {
    max-width: 59% !important;
  }
  .w-md-59 {
    width: 59% !important;
  }
  .fs-vw-md-60 {
    font-size: 60vw !important;
  }
  .pd-md-60 {
    padding-top: 60% !important;
  }
  .mw-md-60 {
    max-width: 60% !important;
  }
  .w-md-60 {
    width: 60% !important;
  }
  .fs-vw-md-61 {
    font-size: 61vw !important;
  }
  .pd-md-61 {
    padding-top: 61% !important;
  }
  .mw-md-61 {
    max-width: 61% !important;
  }
  .w-md-61 {
    width: 61% !important;
  }
  .fs-vw-md-62 {
    font-size: 62vw !important;
  }
  .pd-md-62 {
    padding-top: 62% !important;
  }
  .mw-md-62 {
    max-width: 62% !important;
  }
  .w-md-62 {
    width: 62% !important;
  }
  .fs-vw-md-63 {
    font-size: 63vw !important;
  }
  .pd-md-63 {
    padding-top: 63% !important;
  }
  .mw-md-63 {
    max-width: 63% !important;
  }
  .w-md-63 {
    width: 63% !important;
  }
  .fs-vw-md-64 {
    font-size: 64vw !important;
  }
  .pd-md-64 {
    padding-top: 64% !important;
  }
  .mw-md-64 {
    max-width: 64% !important;
  }
  .w-md-64 {
    width: 64% !important;
  }
  .fs-vw-md-65 {
    font-size: 65vw !important;
  }
  .pd-md-65 {
    padding-top: 65% !important;
  }
  .mw-md-65 {
    max-width: 65% !important;
  }
  .w-md-65 {
    width: 65% !important;
  }
  .fs-vw-md-66 {
    font-size: 66vw !important;
  }
  .pd-md-66 {
    padding-top: 66% !important;
  }
  .mw-md-66 {
    max-width: 66% !important;
  }
  .w-md-66 {
    width: 66% !important;
  }
  .fs-vw-md-67 {
    font-size: 67vw !important;
  }
  .pd-md-67 {
    padding-top: 67% !important;
  }
  .mw-md-67 {
    max-width: 67% !important;
  }
  .w-md-67 {
    width: 67% !important;
  }
  .fs-vw-md-68 {
    font-size: 68vw !important;
  }
  .pd-md-68 {
    padding-top: 68% !important;
  }
  .mw-md-68 {
    max-width: 68% !important;
  }
  .w-md-68 {
    width: 68% !important;
  }
  .fs-vw-md-69 {
    font-size: 69vw !important;
  }
  .pd-md-69 {
    padding-top: 69% !important;
  }
  .mw-md-69 {
    max-width: 69% !important;
  }
  .w-md-69 {
    width: 69% !important;
  }
  .fs-vw-md-70 {
    font-size: 70vw !important;
  }
  .pd-md-70 {
    padding-top: 70% !important;
  }
  .mw-md-70 {
    max-width: 70% !important;
  }
  .w-md-70 {
    width: 70% !important;
  }
  .fs-vw-md-71 {
    font-size: 71vw !important;
  }
  .pd-md-71 {
    padding-top: 71% !important;
  }
  .mw-md-71 {
    max-width: 71% !important;
  }
  .w-md-71 {
    width: 71% !important;
  }
  .fs-vw-md-72 {
    font-size: 72vw !important;
  }
  .pd-md-72 {
    padding-top: 72% !important;
  }
  .mw-md-72 {
    max-width: 72% !important;
  }
  .w-md-72 {
    width: 72% !important;
  }
  .fs-vw-md-73 {
    font-size: 73vw !important;
  }
  .pd-md-73 {
    padding-top: 73% !important;
  }
  .mw-md-73 {
    max-width: 73% !important;
  }
  .w-md-73 {
    width: 73% !important;
  }
  .fs-vw-md-74 {
    font-size: 74vw !important;
  }
  .pd-md-74 {
    padding-top: 74% !important;
  }
  .mw-md-74 {
    max-width: 74% !important;
  }
  .w-md-74 {
    width: 74% !important;
  }
  .fs-vw-md-75 {
    font-size: 75vw !important;
  }
  .pd-md-75 {
    padding-top: 75% !important;
  }
  .mw-md-75 {
    max-width: 75% !important;
  }
  .w-md-75 {
    width: 75% !important;
  }
  .fs-vw-md-76 {
    font-size: 76vw !important;
  }
  .pd-md-76 {
    padding-top: 76% !important;
  }
  .mw-md-76 {
    max-width: 76% !important;
  }
  .w-md-76 {
    width: 76% !important;
  }
  .fs-vw-md-77 {
    font-size: 77vw !important;
  }
  .pd-md-77 {
    padding-top: 77% !important;
  }
  .mw-md-77 {
    max-width: 77% !important;
  }
  .w-md-77 {
    width: 77% !important;
  }
  .fs-vw-md-78 {
    font-size: 78vw !important;
  }
  .pd-md-78 {
    padding-top: 78% !important;
  }
  .mw-md-78 {
    max-width: 78% !important;
  }
  .w-md-78 {
    width: 78% !important;
  }
  .fs-vw-md-79 {
    font-size: 79vw !important;
  }
  .pd-md-79 {
    padding-top: 79% !important;
  }
  .mw-md-79 {
    max-width: 79% !important;
  }
  .w-md-79 {
    width: 79% !important;
  }
  .fs-vw-md-80 {
    font-size: 80vw !important;
  }
  .pd-md-80 {
    padding-top: 80% !important;
  }
  .mw-md-80 {
    max-width: 80% !important;
  }
  .w-md-80 {
    width: 80% !important;
  }
  .fs-vw-md-81 {
    font-size: 81vw !important;
  }
  .pd-md-81 {
    padding-top: 81% !important;
  }
  .mw-md-81 {
    max-width: 81% !important;
  }
  .w-md-81 {
    width: 81% !important;
  }
  .fs-vw-md-82 {
    font-size: 82vw !important;
  }
  .pd-md-82 {
    padding-top: 82% !important;
  }
  .mw-md-82 {
    max-width: 82% !important;
  }
  .w-md-82 {
    width: 82% !important;
  }
  .fs-vw-md-83 {
    font-size: 83vw !important;
  }
  .pd-md-83 {
    padding-top: 83% !important;
  }
  .mw-md-83 {
    max-width: 83% !important;
  }
  .w-md-83 {
    width: 83% !important;
  }
  .fs-vw-md-84 {
    font-size: 84vw !important;
  }
  .pd-md-84 {
    padding-top: 84% !important;
  }
  .mw-md-84 {
    max-width: 84% !important;
  }
  .w-md-84 {
    width: 84% !important;
  }
  .fs-vw-md-85 {
    font-size: 85vw !important;
  }
  .pd-md-85 {
    padding-top: 85% !important;
  }
  .mw-md-85 {
    max-width: 85% !important;
  }
  .w-md-85 {
    width: 85% !important;
  }
  .fs-vw-md-86 {
    font-size: 86vw !important;
  }
  .pd-md-86 {
    padding-top: 86% !important;
  }
  .mw-md-86 {
    max-width: 86% !important;
  }
  .w-md-86 {
    width: 86% !important;
  }
  .fs-vw-md-87 {
    font-size: 87vw !important;
  }
  .pd-md-87 {
    padding-top: 87% !important;
  }
  .mw-md-87 {
    max-width: 87% !important;
  }
  .w-md-87 {
    width: 87% !important;
  }
  .fs-vw-md-88 {
    font-size: 88vw !important;
  }
  .pd-md-88 {
    padding-top: 88% !important;
  }
  .mw-md-88 {
    max-width: 88% !important;
  }
  .w-md-88 {
    width: 88% !important;
  }
  .fs-vw-md-89 {
    font-size: 89vw !important;
  }
  .pd-md-89 {
    padding-top: 89% !important;
  }
  .mw-md-89 {
    max-width: 89% !important;
  }
  .w-md-89 {
    width: 89% !important;
  }
  .fs-vw-md-90 {
    font-size: 90vw !important;
  }
  .pd-md-90 {
    padding-top: 90% !important;
  }
  .mw-md-90 {
    max-width: 90% !important;
  }
  .w-md-90 {
    width: 90% !important;
  }
  .fs-vw-md-91 {
    font-size: 91vw !important;
  }
  .pd-md-91 {
    padding-top: 91% !important;
  }
  .mw-md-91 {
    max-width: 91% !important;
  }
  .w-md-91 {
    width: 91% !important;
  }
  .fs-vw-md-92 {
    font-size: 92vw !important;
  }
  .pd-md-92 {
    padding-top: 92% !important;
  }
  .mw-md-92 {
    max-width: 92% !important;
  }
  .w-md-92 {
    width: 92% !important;
  }
  .fs-vw-md-93 {
    font-size: 93vw !important;
  }
  .pd-md-93 {
    padding-top: 93% !important;
  }
  .mw-md-93 {
    max-width: 93% !important;
  }
  .w-md-93 {
    width: 93% !important;
  }
  .fs-vw-md-94 {
    font-size: 94vw !important;
  }
  .pd-md-94 {
    padding-top: 94% !important;
  }
  .mw-md-94 {
    max-width: 94% !important;
  }
  .w-md-94 {
    width: 94% !important;
  }
  .fs-vw-md-95 {
    font-size: 95vw !important;
  }
  .pd-md-95 {
    padding-top: 95% !important;
  }
  .mw-md-95 {
    max-width: 95% !important;
  }
  .w-md-95 {
    width: 95% !important;
  }
  .fs-vw-md-96 {
    font-size: 96vw !important;
  }
  .pd-md-96 {
    padding-top: 96% !important;
  }
  .mw-md-96 {
    max-width: 96% !important;
  }
  .w-md-96 {
    width: 96% !important;
  }
  .fs-vw-md-97 {
    font-size: 97vw !important;
  }
  .pd-md-97 {
    padding-top: 97% !important;
  }
  .mw-md-97 {
    max-width: 97% !important;
  }
  .w-md-97 {
    width: 97% !important;
  }
  .fs-vw-md-98 {
    font-size: 98vw !important;
  }
  .pd-md-98 {
    padding-top: 98% !important;
  }
  .mw-md-98 {
    max-width: 98% !important;
  }
  .w-md-98 {
    width: 98% !important;
  }
  .fs-vw-md-99 {
    font-size: 99vw !important;
  }
  .pd-md-99 {
    padding-top: 99% !important;
  }
  .mw-md-99 {
    max-width: 99% !important;
  }
  .w-md-99 {
    width: 99% !important;
  }
  .fs-vw-md-100 {
    font-size: 100vw !important;
  }
  .pd-md-100 {
    padding-top: 100% !important;
  }
  .mw-md-100 {
    max-width: 100% !important;
  }
  .w-md-100 {
    width: 100% !important;
  }
}
@media (min-width: 992px) {
  .b-lg-0 {
    border-width: 0px !important;
  }
  .bt-lg-0 {
    border-top-width: 0px !important;
  }
  .bb-lg-0 {
    border-bottom-width: 0px !important;
  }
  .be-lg-0 {
    border-right-width: 0px !important;
  }
  .bs-lg-0 {
    border-left-width: 0px !important;
  }
  .columns-lg-0 {
    column-count: 0;
    column-gap: calc(2% + 20px);
  }
  .b-lg-1 {
    border-width: 1px !important;
  }
  .bt-lg-1 {
    border-top-width: 1px !important;
  }
  .bb-lg-1 {
    border-bottom-width: 1px !important;
  }
  .be-lg-1 {
    border-right-width: 1px !important;
  }
  .bs-lg-1 {
    border-left-width: 1px !important;
  }
  .columns-lg-1 {
    column-count: 1;
    column-gap: calc(2% + 20px);
  }
  .b-lg-2 {
    border-width: 2px !important;
  }
  .bt-lg-2 {
    border-top-width: 2px !important;
  }
  .bb-lg-2 {
    border-bottom-width: 2px !important;
  }
  .be-lg-2 {
    border-right-width: 2px !important;
  }
  .bs-lg-2 {
    border-left-width: 2px !important;
  }
  .columns-lg-2 {
    column-count: 2;
    column-gap: calc(2% + 20px);
  }
  .b-lg-3 {
    border-width: 3px !important;
  }
  .bt-lg-3 {
    border-top-width: 3px !important;
  }
  .bb-lg-3 {
    border-bottom-width: 3px !important;
  }
  .be-lg-3 {
    border-right-width: 3px !important;
  }
  .bs-lg-3 {
    border-left-width: 3px !important;
  }
  .columns-lg-3 {
    column-count: 3;
    column-gap: calc(2% + 20px);
  }
  .b-lg-4 {
    border-width: 4px !important;
  }
  .bt-lg-4 {
    border-top-width: 4px !important;
  }
  .bb-lg-4 {
    border-bottom-width: 4px !important;
  }
  .be-lg-4 {
    border-right-width: 4px !important;
  }
  .bs-lg-4 {
    border-left-width: 4px !important;
  }
  .columns-lg-4 {
    column-count: 4;
    column-gap: calc(2% + 20px);
  }
  .b-lg-5 {
    border-width: 5px !important;
  }
  .bt-lg-5 {
    border-top-width: 5px !important;
  }
  .bb-lg-5 {
    border-bottom-width: 5px !important;
  }
  .be-lg-5 {
    border-right-width: 5px !important;
  }
  .bs-lg-5 {
    border-left-width: 5px !important;
  }
  .columns-lg-5 {
    column-count: 5;
    column-gap: calc(2% + 20px);
  }
  .b-lg-6 {
    border-width: 6px !important;
  }
  .bt-lg-6 {
    border-top-width: 6px !important;
  }
  .bb-lg-6 {
    border-bottom-width: 6px !important;
  }
  .be-lg-6 {
    border-right-width: 6px !important;
  }
  .bs-lg-6 {
    border-left-width: 6px !important;
  }
  .columns-lg-6 {
    column-count: 6;
    column-gap: calc(2% + 20px);
  }
  .b-lg-7 {
    border-width: 7px !important;
  }
  .bt-lg-7 {
    border-top-width: 7px !important;
  }
  .bb-lg-7 {
    border-bottom-width: 7px !important;
  }
  .be-lg-7 {
    border-right-width: 7px !important;
  }
  .bs-lg-7 {
    border-left-width: 7px !important;
  }
  .columns-lg-7 {
    column-count: 7;
    column-gap: calc(2% + 20px);
  }
  .b-lg-8 {
    border-width: 8px !important;
  }
  .bt-lg-8 {
    border-top-width: 8px !important;
  }
  .bb-lg-8 {
    border-bottom-width: 8px !important;
  }
  .be-lg-8 {
    border-right-width: 8px !important;
  }
  .bs-lg-8 {
    border-left-width: 8px !important;
  }
  .columns-lg-8 {
    column-count: 8;
    column-gap: calc(2% + 20px);
  }
  .b-lg-9 {
    border-width: 9px !important;
  }
  .bt-lg-9 {
    border-top-width: 9px !important;
  }
  .bb-lg-9 {
    border-bottom-width: 9px !important;
  }
  .be-lg-9 {
    border-right-width: 9px !important;
  }
  .bs-lg-9 {
    border-left-width: 9px !important;
  }
  .columns-lg-9 {
    column-count: 9;
    column-gap: calc(2% + 20px);
  }
  .mw-px-lg-0 {
    max-width: 0px !important;
  }
  .w-px-lg-0 {
    width: 0px !important;
  }
  .h-px-lg-0 {
    height: 0px !important;
  }
  .min-h-px-lg-0 {
    min-height: 0px !important;
  }
  .mw-px-lg-5 {
    max-width: 5px !important;
  }
  .w-px-lg-5 {
    width: 5px !important;
  }
  .h-px-lg-5 {
    height: 5px !important;
  }
  .min-h-px-lg-5 {
    min-height: 5px !important;
  }
  .mw-px-lg-10 {
    max-width: 10px !important;
  }
  .w-px-lg-10 {
    width: 10px !important;
  }
  .h-px-lg-10 {
    height: 10px !important;
  }
  .min-h-px-lg-10 {
    min-height: 10px !important;
  }
  .mw-px-lg-15 {
    max-width: 15px !important;
  }
  .w-px-lg-15 {
    width: 15px !important;
  }
  .h-px-lg-15 {
    height: 15px !important;
  }
  .min-h-px-lg-15 {
    min-height: 15px !important;
  }
  .mw-px-lg-20 {
    max-width: 20px !important;
  }
  .w-px-lg-20 {
    width: 20px !important;
  }
  .h-px-lg-20 {
    height: 20px !important;
  }
  .min-h-px-lg-20 {
    min-height: 20px !important;
  }
  .mw-px-lg-25 {
    max-width: 25px !important;
  }
  .w-px-lg-25 {
    width: 25px !important;
  }
  .h-px-lg-25 {
    height: 25px !important;
  }
  .min-h-px-lg-25 {
    min-height: 25px !important;
  }
  .mw-px-lg-30 {
    max-width: 30px !important;
  }
  .w-px-lg-30 {
    width: 30px !important;
  }
  .h-px-lg-30 {
    height: 30px !important;
  }
  .min-h-px-lg-30 {
    min-height: 30px !important;
  }
  .mw-px-lg-35 {
    max-width: 35px !important;
  }
  .w-px-lg-35 {
    width: 35px !important;
  }
  .h-px-lg-35 {
    height: 35px !important;
  }
  .min-h-px-lg-35 {
    min-height: 35px !important;
  }
  .mw-px-lg-40 {
    max-width: 40px !important;
  }
  .w-px-lg-40 {
    width: 40px !important;
  }
  .h-px-lg-40 {
    height: 40px !important;
  }
  .min-h-px-lg-40 {
    min-height: 40px !important;
  }
  .mw-px-lg-45 {
    max-width: 45px !important;
  }
  .w-px-lg-45 {
    width: 45px !important;
  }
  .h-px-lg-45 {
    height: 45px !important;
  }
  .min-h-px-lg-45 {
    min-height: 45px !important;
  }
  .mw-px-lg-50 {
    max-width: 50px !important;
  }
  .w-px-lg-50 {
    width: 50px !important;
  }
  .h-px-lg-50 {
    height: 50px !important;
  }
  .min-h-px-lg-50 {
    min-height: 50px !important;
  }
  .mw-px-lg-55 {
    max-width: 55px !important;
  }
  .w-px-lg-55 {
    width: 55px !important;
  }
  .h-px-lg-55 {
    height: 55px !important;
  }
  .min-h-px-lg-55 {
    min-height: 55px !important;
  }
  .mw-px-lg-60 {
    max-width: 60px !important;
  }
  .w-px-lg-60 {
    width: 60px !important;
  }
  .h-px-lg-60 {
    height: 60px !important;
  }
  .min-h-px-lg-60 {
    min-height: 60px !important;
  }
  .mw-px-lg-65 {
    max-width: 65px !important;
  }
  .w-px-lg-65 {
    width: 65px !important;
  }
  .h-px-lg-65 {
    height: 65px !important;
  }
  .min-h-px-lg-65 {
    min-height: 65px !important;
  }
  .mw-px-lg-70 {
    max-width: 70px !important;
  }
  .w-px-lg-70 {
    width: 70px !important;
  }
  .h-px-lg-70 {
    height: 70px !important;
  }
  .min-h-px-lg-70 {
    min-height: 70px !important;
  }
  .mw-px-lg-75 {
    max-width: 75px !important;
  }
  .w-px-lg-75 {
    width: 75px !important;
  }
  .h-px-lg-75 {
    height: 75px !important;
  }
  .min-h-px-lg-75 {
    min-height: 75px !important;
  }
  .mw-px-lg-80 {
    max-width: 80px !important;
  }
  .w-px-lg-80 {
    width: 80px !important;
  }
  .h-px-lg-80 {
    height: 80px !important;
  }
  .min-h-px-lg-80 {
    min-height: 80px !important;
  }
  .mw-px-lg-85 {
    max-width: 85px !important;
  }
  .w-px-lg-85 {
    width: 85px !important;
  }
  .h-px-lg-85 {
    height: 85px !important;
  }
  .min-h-px-lg-85 {
    min-height: 85px !important;
  }
  .mw-px-lg-90 {
    max-width: 90px !important;
  }
  .w-px-lg-90 {
    width: 90px !important;
  }
  .h-px-lg-90 {
    height: 90px !important;
  }
  .min-h-px-lg-90 {
    min-height: 90px !important;
  }
  .mw-px-lg-95 {
    max-width: 95px !important;
  }
  .w-px-lg-95 {
    width: 95px !important;
  }
  .h-px-lg-95 {
    height: 95px !important;
  }
  .min-h-px-lg-95 {
    min-height: 95px !important;
  }
  .mw-px-lg-100 {
    max-width: 100px !important;
  }
  .w-px-lg-100 {
    width: 100px !important;
  }
  .h-px-lg-100 {
    height: 100px !important;
  }
  .min-h-px-lg-100 {
    min-height: 100px !important;
  }
  .mw-px-lg-105 {
    max-width: 105px !important;
  }
  .w-px-lg-105 {
    width: 105px !important;
  }
  .h-px-lg-105 {
    height: 105px !important;
  }
  .min-h-px-lg-105 {
    min-height: 105px !important;
  }
  .mw-px-lg-110 {
    max-width: 110px !important;
  }
  .w-px-lg-110 {
    width: 110px !important;
  }
  .h-px-lg-110 {
    height: 110px !important;
  }
  .min-h-px-lg-110 {
    min-height: 110px !important;
  }
  .mw-px-lg-115 {
    max-width: 115px !important;
  }
  .w-px-lg-115 {
    width: 115px !important;
  }
  .h-px-lg-115 {
    height: 115px !important;
  }
  .min-h-px-lg-115 {
    min-height: 115px !important;
  }
  .mw-px-lg-120 {
    max-width: 120px !important;
  }
  .w-px-lg-120 {
    width: 120px !important;
  }
  .h-px-lg-120 {
    height: 120px !important;
  }
  .min-h-px-lg-120 {
    min-height: 120px !important;
  }
  .mw-px-lg-125 {
    max-width: 125px !important;
  }
  .w-px-lg-125 {
    width: 125px !important;
  }
  .h-px-lg-125 {
    height: 125px !important;
  }
  .min-h-px-lg-125 {
    min-height: 125px !important;
  }
  .mw-px-lg-130 {
    max-width: 130px !important;
  }
  .w-px-lg-130 {
    width: 130px !important;
  }
  .h-px-lg-130 {
    height: 130px !important;
  }
  .min-h-px-lg-130 {
    min-height: 130px !important;
  }
  .mw-px-lg-135 {
    max-width: 135px !important;
  }
  .w-px-lg-135 {
    width: 135px !important;
  }
  .h-px-lg-135 {
    height: 135px !important;
  }
  .min-h-px-lg-135 {
    min-height: 135px !important;
  }
  .mw-px-lg-140 {
    max-width: 140px !important;
  }
  .w-px-lg-140 {
    width: 140px !important;
  }
  .h-px-lg-140 {
    height: 140px !important;
  }
  .min-h-px-lg-140 {
    min-height: 140px !important;
  }
  .mw-px-lg-145 {
    max-width: 145px !important;
  }
  .w-px-lg-145 {
    width: 145px !important;
  }
  .h-px-lg-145 {
    height: 145px !important;
  }
  .min-h-px-lg-145 {
    min-height: 145px !important;
  }
  .mw-px-lg-150 {
    max-width: 150px !important;
  }
  .w-px-lg-150 {
    width: 150px !important;
  }
  .h-px-lg-150 {
    height: 150px !important;
  }
  .min-h-px-lg-150 {
    min-height: 150px !important;
  }
  .mw-px-lg-155 {
    max-width: 155px !important;
  }
  .w-px-lg-155 {
    width: 155px !important;
  }
  .h-px-lg-155 {
    height: 155px !important;
  }
  .min-h-px-lg-155 {
    min-height: 155px !important;
  }
  .mw-px-lg-160 {
    max-width: 160px !important;
  }
  .w-px-lg-160 {
    width: 160px !important;
  }
  .h-px-lg-160 {
    height: 160px !important;
  }
  .min-h-px-lg-160 {
    min-height: 160px !important;
  }
  .mw-px-lg-165 {
    max-width: 165px !important;
  }
  .w-px-lg-165 {
    width: 165px !important;
  }
  .h-px-lg-165 {
    height: 165px !important;
  }
  .min-h-px-lg-165 {
    min-height: 165px !important;
  }
  .mw-px-lg-170 {
    max-width: 170px !important;
  }
  .w-px-lg-170 {
    width: 170px !important;
  }
  .h-px-lg-170 {
    height: 170px !important;
  }
  .min-h-px-lg-170 {
    min-height: 170px !important;
  }
  .mw-px-lg-175 {
    max-width: 175px !important;
  }
  .w-px-lg-175 {
    width: 175px !important;
  }
  .h-px-lg-175 {
    height: 175px !important;
  }
  .min-h-px-lg-175 {
    min-height: 175px !important;
  }
  .mw-px-lg-180 {
    max-width: 180px !important;
  }
  .w-px-lg-180 {
    width: 180px !important;
  }
  .h-px-lg-180 {
    height: 180px !important;
  }
  .min-h-px-lg-180 {
    min-height: 180px !important;
  }
  .mw-px-lg-185 {
    max-width: 185px !important;
  }
  .w-px-lg-185 {
    width: 185px !important;
  }
  .h-px-lg-185 {
    height: 185px !important;
  }
  .min-h-px-lg-185 {
    min-height: 185px !important;
  }
  .mw-px-lg-190 {
    max-width: 190px !important;
  }
  .w-px-lg-190 {
    width: 190px !important;
  }
  .h-px-lg-190 {
    height: 190px !important;
  }
  .min-h-px-lg-190 {
    min-height: 190px !important;
  }
  .mw-px-lg-195 {
    max-width: 195px !important;
  }
  .w-px-lg-195 {
    width: 195px !important;
  }
  .h-px-lg-195 {
    height: 195px !important;
  }
  .min-h-px-lg-195 {
    min-height: 195px !important;
  }
  .mw-px-lg-200 {
    max-width: 200px !important;
  }
  .w-px-lg-200 {
    width: 200px !important;
  }
  .h-px-lg-200 {
    height: 200px !important;
  }
  .min-h-px-lg-200 {
    min-height: 200px !important;
  }
  .mw-px-lg-205 {
    max-width: 205px !important;
  }
  .w-px-lg-205 {
    width: 205px !important;
  }
  .h-px-lg-205 {
    height: 205px !important;
  }
  .min-h-px-lg-205 {
    min-height: 205px !important;
  }
  .mw-px-lg-210 {
    max-width: 210px !important;
  }
  .w-px-lg-210 {
    width: 210px !important;
  }
  .h-px-lg-210 {
    height: 210px !important;
  }
  .min-h-px-lg-210 {
    min-height: 210px !important;
  }
  .mw-px-lg-215 {
    max-width: 215px !important;
  }
  .w-px-lg-215 {
    width: 215px !important;
  }
  .h-px-lg-215 {
    height: 215px !important;
  }
  .min-h-px-lg-215 {
    min-height: 215px !important;
  }
  .mw-px-lg-220 {
    max-width: 220px !important;
  }
  .w-px-lg-220 {
    width: 220px !important;
  }
  .h-px-lg-220 {
    height: 220px !important;
  }
  .min-h-px-lg-220 {
    min-height: 220px !important;
  }
  .mw-px-lg-225 {
    max-width: 225px !important;
  }
  .w-px-lg-225 {
    width: 225px !important;
  }
  .h-px-lg-225 {
    height: 225px !important;
  }
  .min-h-px-lg-225 {
    min-height: 225px !important;
  }
  .mw-px-lg-230 {
    max-width: 230px !important;
  }
  .w-px-lg-230 {
    width: 230px !important;
  }
  .h-px-lg-230 {
    height: 230px !important;
  }
  .min-h-px-lg-230 {
    min-height: 230px !important;
  }
  .mw-px-lg-235 {
    max-width: 235px !important;
  }
  .w-px-lg-235 {
    width: 235px !important;
  }
  .h-px-lg-235 {
    height: 235px !important;
  }
  .min-h-px-lg-235 {
    min-height: 235px !important;
  }
  .mw-px-lg-240 {
    max-width: 240px !important;
  }
  .w-px-lg-240 {
    width: 240px !important;
  }
  .h-px-lg-240 {
    height: 240px !important;
  }
  .min-h-px-lg-240 {
    min-height: 240px !important;
  }
  .mw-px-lg-245 {
    max-width: 245px !important;
  }
  .w-px-lg-245 {
    width: 245px !important;
  }
  .h-px-lg-245 {
    height: 245px !important;
  }
  .min-h-px-lg-245 {
    min-height: 245px !important;
  }
  .mw-px-lg-250 {
    max-width: 250px !important;
  }
  .w-px-lg-250 {
    width: 250px !important;
  }
  .h-px-lg-250 {
    height: 250px !important;
  }
  .min-h-px-lg-250 {
    min-height: 250px !important;
  }
  .mw-px-lg-255 {
    max-width: 255px !important;
  }
  .w-px-lg-255 {
    width: 255px !important;
  }
  .h-px-lg-255 {
    height: 255px !important;
  }
  .min-h-px-lg-255 {
    min-height: 255px !important;
  }
  .mw-px-lg-260 {
    max-width: 260px !important;
  }
  .w-px-lg-260 {
    width: 260px !important;
  }
  .h-px-lg-260 {
    height: 260px !important;
  }
  .min-h-px-lg-260 {
    min-height: 260px !important;
  }
  .mw-px-lg-265 {
    max-width: 265px !important;
  }
  .w-px-lg-265 {
    width: 265px !important;
  }
  .h-px-lg-265 {
    height: 265px !important;
  }
  .min-h-px-lg-265 {
    min-height: 265px !important;
  }
  .mw-px-lg-270 {
    max-width: 270px !important;
  }
  .w-px-lg-270 {
    width: 270px !important;
  }
  .h-px-lg-270 {
    height: 270px !important;
  }
  .min-h-px-lg-270 {
    min-height: 270px !important;
  }
  .mw-px-lg-275 {
    max-width: 275px !important;
  }
  .w-px-lg-275 {
    width: 275px !important;
  }
  .h-px-lg-275 {
    height: 275px !important;
  }
  .min-h-px-lg-275 {
    min-height: 275px !important;
  }
  .mw-px-lg-280 {
    max-width: 280px !important;
  }
  .w-px-lg-280 {
    width: 280px !important;
  }
  .h-px-lg-280 {
    height: 280px !important;
  }
  .min-h-px-lg-280 {
    min-height: 280px !important;
  }
  .mw-px-lg-285 {
    max-width: 285px !important;
  }
  .w-px-lg-285 {
    width: 285px !important;
  }
  .h-px-lg-285 {
    height: 285px !important;
  }
  .min-h-px-lg-285 {
    min-height: 285px !important;
  }
  .mw-px-lg-290 {
    max-width: 290px !important;
  }
  .w-px-lg-290 {
    width: 290px !important;
  }
  .h-px-lg-290 {
    height: 290px !important;
  }
  .min-h-px-lg-290 {
    min-height: 290px !important;
  }
  .mw-px-lg-295 {
    max-width: 295px !important;
  }
  .w-px-lg-295 {
    width: 295px !important;
  }
  .h-px-lg-295 {
    height: 295px !important;
  }
  .min-h-px-lg-295 {
    min-height: 295px !important;
  }
  .mw-px-lg-300 {
    max-width: 300px !important;
  }
  .w-px-lg-300 {
    width: 300px !important;
  }
  .h-px-lg-300 {
    height: 300px !important;
  }
  .min-h-px-lg-300 {
    min-height: 300px !important;
  }
  .mw-px-lg-305 {
    max-width: 305px !important;
  }
  .w-px-lg-305 {
    width: 305px !important;
  }
  .h-px-lg-305 {
    height: 305px !important;
  }
  .min-h-px-lg-305 {
    min-height: 305px !important;
  }
  .mw-px-lg-310 {
    max-width: 310px !important;
  }
  .w-px-lg-310 {
    width: 310px !important;
  }
  .h-px-lg-310 {
    height: 310px !important;
  }
  .min-h-px-lg-310 {
    min-height: 310px !important;
  }
  .mw-px-lg-315 {
    max-width: 315px !important;
  }
  .w-px-lg-315 {
    width: 315px !important;
  }
  .h-px-lg-315 {
    height: 315px !important;
  }
  .min-h-px-lg-315 {
    min-height: 315px !important;
  }
  .mw-px-lg-320 {
    max-width: 320px !important;
  }
  .w-px-lg-320 {
    width: 320px !important;
  }
  .h-px-lg-320 {
    height: 320px !important;
  }
  .min-h-px-lg-320 {
    min-height: 320px !important;
  }
  .mw-px-lg-325 {
    max-width: 325px !important;
  }
  .w-px-lg-325 {
    width: 325px !important;
  }
  .h-px-lg-325 {
    height: 325px !important;
  }
  .min-h-px-lg-325 {
    min-height: 325px !important;
  }
  .mw-px-lg-330 {
    max-width: 330px !important;
  }
  .w-px-lg-330 {
    width: 330px !important;
  }
  .h-px-lg-330 {
    height: 330px !important;
  }
  .min-h-px-lg-330 {
    min-height: 330px !important;
  }
  .mw-px-lg-335 {
    max-width: 335px !important;
  }
  .w-px-lg-335 {
    width: 335px !important;
  }
  .h-px-lg-335 {
    height: 335px !important;
  }
  .min-h-px-lg-335 {
    min-height: 335px !important;
  }
  .mw-px-lg-340 {
    max-width: 340px !important;
  }
  .w-px-lg-340 {
    width: 340px !important;
  }
  .h-px-lg-340 {
    height: 340px !important;
  }
  .min-h-px-lg-340 {
    min-height: 340px !important;
  }
  .mw-px-lg-345 {
    max-width: 345px !important;
  }
  .w-px-lg-345 {
    width: 345px !important;
  }
  .h-px-lg-345 {
    height: 345px !important;
  }
  .min-h-px-lg-345 {
    min-height: 345px !important;
  }
  .mw-px-lg-350 {
    max-width: 350px !important;
  }
  .w-px-lg-350 {
    width: 350px !important;
  }
  .h-px-lg-350 {
    height: 350px !important;
  }
  .min-h-px-lg-350 {
    min-height: 350px !important;
  }
  .mw-px-lg-355 {
    max-width: 355px !important;
  }
  .w-px-lg-355 {
    width: 355px !important;
  }
  .h-px-lg-355 {
    height: 355px !important;
  }
  .min-h-px-lg-355 {
    min-height: 355px !important;
  }
  .mw-px-lg-360 {
    max-width: 360px !important;
  }
  .w-px-lg-360 {
    width: 360px !important;
  }
  .h-px-lg-360 {
    height: 360px !important;
  }
  .min-h-px-lg-360 {
    min-height: 360px !important;
  }
  .mw-px-lg-365 {
    max-width: 365px !important;
  }
  .w-px-lg-365 {
    width: 365px !important;
  }
  .h-px-lg-365 {
    height: 365px !important;
  }
  .min-h-px-lg-365 {
    min-height: 365px !important;
  }
  .mw-px-lg-370 {
    max-width: 370px !important;
  }
  .w-px-lg-370 {
    width: 370px !important;
  }
  .h-px-lg-370 {
    height: 370px !important;
  }
  .min-h-px-lg-370 {
    min-height: 370px !important;
  }
  .mw-px-lg-375 {
    max-width: 375px !important;
  }
  .w-px-lg-375 {
    width: 375px !important;
  }
  .h-px-lg-375 {
    height: 375px !important;
  }
  .min-h-px-lg-375 {
    min-height: 375px !important;
  }
  .mw-px-lg-380 {
    max-width: 380px !important;
  }
  .w-px-lg-380 {
    width: 380px !important;
  }
  .h-px-lg-380 {
    height: 380px !important;
  }
  .min-h-px-lg-380 {
    min-height: 380px !important;
  }
  .mw-px-lg-385 {
    max-width: 385px !important;
  }
  .w-px-lg-385 {
    width: 385px !important;
  }
  .h-px-lg-385 {
    height: 385px !important;
  }
  .min-h-px-lg-385 {
    min-height: 385px !important;
  }
  .mw-px-lg-390 {
    max-width: 390px !important;
  }
  .w-px-lg-390 {
    width: 390px !important;
  }
  .h-px-lg-390 {
    height: 390px !important;
  }
  .min-h-px-lg-390 {
    min-height: 390px !important;
  }
  .mw-px-lg-395 {
    max-width: 395px !important;
  }
  .w-px-lg-395 {
    width: 395px !important;
  }
  .h-px-lg-395 {
    height: 395px !important;
  }
  .min-h-px-lg-395 {
    min-height: 395px !important;
  }
  .mw-px-lg-400 {
    max-width: 400px !important;
  }
  .w-px-lg-400 {
    width: 400px !important;
  }
  .h-px-lg-400 {
    height: 400px !important;
  }
  .min-h-px-lg-400 {
    min-height: 400px !important;
  }
  .mw-px-lg-405 {
    max-width: 405px !important;
  }
  .w-px-lg-405 {
    width: 405px !important;
  }
  .h-px-lg-405 {
    height: 405px !important;
  }
  .min-h-px-lg-405 {
    min-height: 405px !important;
  }
  .mw-px-lg-410 {
    max-width: 410px !important;
  }
  .w-px-lg-410 {
    width: 410px !important;
  }
  .h-px-lg-410 {
    height: 410px !important;
  }
  .min-h-px-lg-410 {
    min-height: 410px !important;
  }
  .mw-px-lg-415 {
    max-width: 415px !important;
  }
  .w-px-lg-415 {
    width: 415px !important;
  }
  .h-px-lg-415 {
    height: 415px !important;
  }
  .min-h-px-lg-415 {
    min-height: 415px !important;
  }
  .mw-px-lg-420 {
    max-width: 420px !important;
  }
  .w-px-lg-420 {
    width: 420px !important;
  }
  .h-px-lg-420 {
    height: 420px !important;
  }
  .min-h-px-lg-420 {
    min-height: 420px !important;
  }
  .mw-px-lg-425 {
    max-width: 425px !important;
  }
  .w-px-lg-425 {
    width: 425px !important;
  }
  .h-px-lg-425 {
    height: 425px !important;
  }
  .min-h-px-lg-425 {
    min-height: 425px !important;
  }
  .mw-px-lg-430 {
    max-width: 430px !important;
  }
  .w-px-lg-430 {
    width: 430px !important;
  }
  .h-px-lg-430 {
    height: 430px !important;
  }
  .min-h-px-lg-430 {
    min-height: 430px !important;
  }
  .mw-px-lg-435 {
    max-width: 435px !important;
  }
  .w-px-lg-435 {
    width: 435px !important;
  }
  .h-px-lg-435 {
    height: 435px !important;
  }
  .min-h-px-lg-435 {
    min-height: 435px !important;
  }
  .mw-px-lg-440 {
    max-width: 440px !important;
  }
  .w-px-lg-440 {
    width: 440px !important;
  }
  .h-px-lg-440 {
    height: 440px !important;
  }
  .min-h-px-lg-440 {
    min-height: 440px !important;
  }
  .mw-px-lg-445 {
    max-width: 445px !important;
  }
  .w-px-lg-445 {
    width: 445px !important;
  }
  .h-px-lg-445 {
    height: 445px !important;
  }
  .min-h-px-lg-445 {
    min-height: 445px !important;
  }
  .mw-px-lg-450 {
    max-width: 450px !important;
  }
  .w-px-lg-450 {
    width: 450px !important;
  }
  .h-px-lg-450 {
    height: 450px !important;
  }
  .min-h-px-lg-450 {
    min-height: 450px !important;
  }
  .mw-px-lg-455 {
    max-width: 455px !important;
  }
  .w-px-lg-455 {
    width: 455px !important;
  }
  .h-px-lg-455 {
    height: 455px !important;
  }
  .min-h-px-lg-455 {
    min-height: 455px !important;
  }
  .mw-px-lg-460 {
    max-width: 460px !important;
  }
  .w-px-lg-460 {
    width: 460px !important;
  }
  .h-px-lg-460 {
    height: 460px !important;
  }
  .min-h-px-lg-460 {
    min-height: 460px !important;
  }
  .mw-px-lg-465 {
    max-width: 465px !important;
  }
  .w-px-lg-465 {
    width: 465px !important;
  }
  .h-px-lg-465 {
    height: 465px !important;
  }
  .min-h-px-lg-465 {
    min-height: 465px !important;
  }
  .mw-px-lg-470 {
    max-width: 470px !important;
  }
  .w-px-lg-470 {
    width: 470px !important;
  }
  .h-px-lg-470 {
    height: 470px !important;
  }
  .min-h-px-lg-470 {
    min-height: 470px !important;
  }
  .mw-px-lg-475 {
    max-width: 475px !important;
  }
  .w-px-lg-475 {
    width: 475px !important;
  }
  .h-px-lg-475 {
    height: 475px !important;
  }
  .min-h-px-lg-475 {
    min-height: 475px !important;
  }
  .mw-px-lg-480 {
    max-width: 480px !important;
  }
  .w-px-lg-480 {
    width: 480px !important;
  }
  .h-px-lg-480 {
    height: 480px !important;
  }
  .min-h-px-lg-480 {
    min-height: 480px !important;
  }
  .mw-px-lg-485 {
    max-width: 485px !important;
  }
  .w-px-lg-485 {
    width: 485px !important;
  }
  .h-px-lg-485 {
    height: 485px !important;
  }
  .min-h-px-lg-485 {
    min-height: 485px !important;
  }
  .mw-px-lg-490 {
    max-width: 490px !important;
  }
  .w-px-lg-490 {
    width: 490px !important;
  }
  .h-px-lg-490 {
    height: 490px !important;
  }
  .min-h-px-lg-490 {
    min-height: 490px !important;
  }
  .mw-px-lg-495 {
    max-width: 495px !important;
  }
  .w-px-lg-495 {
    width: 495px !important;
  }
  .h-px-lg-495 {
    height: 495px !important;
  }
  .min-h-px-lg-495 {
    min-height: 495px !important;
  }
  .mw-px-lg-500 {
    max-width: 500px !important;
  }
  .w-px-lg-500 {
    width: 500px !important;
  }
  .h-px-lg-500 {
    height: 500px !important;
  }
  .min-h-px-lg-500 {
    min-height: 500px !important;
  }
  .mw-px-lg-505 {
    max-width: 505px !important;
  }
  .w-px-lg-505 {
    width: 505px !important;
  }
  .h-px-lg-505 {
    height: 505px !important;
  }
  .min-h-px-lg-505 {
    min-height: 505px !important;
  }
  .mw-px-lg-510 {
    max-width: 510px !important;
  }
  .w-px-lg-510 {
    width: 510px !important;
  }
  .h-px-lg-510 {
    height: 510px !important;
  }
  .min-h-px-lg-510 {
    min-height: 510px !important;
  }
  .mw-px-lg-515 {
    max-width: 515px !important;
  }
  .w-px-lg-515 {
    width: 515px !important;
  }
  .h-px-lg-515 {
    height: 515px !important;
  }
  .min-h-px-lg-515 {
    min-height: 515px !important;
  }
  .mw-px-lg-520 {
    max-width: 520px !important;
  }
  .w-px-lg-520 {
    width: 520px !important;
  }
  .h-px-lg-520 {
    height: 520px !important;
  }
  .min-h-px-lg-520 {
    min-height: 520px !important;
  }
  .mw-px-lg-525 {
    max-width: 525px !important;
  }
  .w-px-lg-525 {
    width: 525px !important;
  }
  .h-px-lg-525 {
    height: 525px !important;
  }
  .min-h-px-lg-525 {
    min-height: 525px !important;
  }
  .mw-px-lg-530 {
    max-width: 530px !important;
  }
  .w-px-lg-530 {
    width: 530px !important;
  }
  .h-px-lg-530 {
    height: 530px !important;
  }
  .min-h-px-lg-530 {
    min-height: 530px !important;
  }
  .mw-px-lg-535 {
    max-width: 535px !important;
  }
  .w-px-lg-535 {
    width: 535px !important;
  }
  .h-px-lg-535 {
    height: 535px !important;
  }
  .min-h-px-lg-535 {
    min-height: 535px !important;
  }
  .mw-px-lg-540 {
    max-width: 540px !important;
  }
  .w-px-lg-540 {
    width: 540px !important;
  }
  .h-px-lg-540 {
    height: 540px !important;
  }
  .min-h-px-lg-540 {
    min-height: 540px !important;
  }
  .mw-px-lg-545 {
    max-width: 545px !important;
  }
  .w-px-lg-545 {
    width: 545px !important;
  }
  .h-px-lg-545 {
    height: 545px !important;
  }
  .min-h-px-lg-545 {
    min-height: 545px !important;
  }
  .mw-px-lg-550 {
    max-width: 550px !important;
  }
  .w-px-lg-550 {
    width: 550px !important;
  }
  .h-px-lg-550 {
    height: 550px !important;
  }
  .min-h-px-lg-550 {
    min-height: 550px !important;
  }
  .mw-px-lg-555 {
    max-width: 555px !important;
  }
  .w-px-lg-555 {
    width: 555px !important;
  }
  .h-px-lg-555 {
    height: 555px !important;
  }
  .min-h-px-lg-555 {
    min-height: 555px !important;
  }
  .mw-px-lg-560 {
    max-width: 560px !important;
  }
  .w-px-lg-560 {
    width: 560px !important;
  }
  .h-px-lg-560 {
    height: 560px !important;
  }
  .min-h-px-lg-560 {
    min-height: 560px !important;
  }
  .mw-px-lg-565 {
    max-width: 565px !important;
  }
  .w-px-lg-565 {
    width: 565px !important;
  }
  .h-px-lg-565 {
    height: 565px !important;
  }
  .min-h-px-lg-565 {
    min-height: 565px !important;
  }
  .mw-px-lg-570 {
    max-width: 570px !important;
  }
  .w-px-lg-570 {
    width: 570px !important;
  }
  .h-px-lg-570 {
    height: 570px !important;
  }
  .min-h-px-lg-570 {
    min-height: 570px !important;
  }
  .mw-px-lg-575 {
    max-width: 575px !important;
  }
  .w-px-lg-575 {
    width: 575px !important;
  }
  .h-px-lg-575 {
    height: 575px !important;
  }
  .min-h-px-lg-575 {
    min-height: 575px !important;
  }
  .mw-px-lg-580 {
    max-width: 580px !important;
  }
  .w-px-lg-580 {
    width: 580px !important;
  }
  .h-px-lg-580 {
    height: 580px !important;
  }
  .min-h-px-lg-580 {
    min-height: 580px !important;
  }
  .mw-px-lg-585 {
    max-width: 585px !important;
  }
  .w-px-lg-585 {
    width: 585px !important;
  }
  .h-px-lg-585 {
    height: 585px !important;
  }
  .min-h-px-lg-585 {
    min-height: 585px !important;
  }
  .mw-px-lg-590 {
    max-width: 590px !important;
  }
  .w-px-lg-590 {
    width: 590px !important;
  }
  .h-px-lg-590 {
    height: 590px !important;
  }
  .min-h-px-lg-590 {
    min-height: 590px !important;
  }
  .mw-px-lg-595 {
    max-width: 595px !important;
  }
  .w-px-lg-595 {
    width: 595px !important;
  }
  .h-px-lg-595 {
    height: 595px !important;
  }
  .min-h-px-lg-595 {
    min-height: 595px !important;
  }
  .mw-px-lg-600 {
    max-width: 600px !important;
  }
  .w-px-lg-600 {
    width: 600px !important;
  }
  .h-px-lg-600 {
    height: 600px !important;
  }
  .min-h-px-lg-600 {
    min-height: 600px !important;
  }
  .mw-px-lg-605 {
    max-width: 605px !important;
  }
  .w-px-lg-605 {
    width: 605px !important;
  }
  .h-px-lg-605 {
    height: 605px !important;
  }
  .min-h-px-lg-605 {
    min-height: 605px !important;
  }
  .mw-px-lg-610 {
    max-width: 610px !important;
  }
  .w-px-lg-610 {
    width: 610px !important;
  }
  .h-px-lg-610 {
    height: 610px !important;
  }
  .min-h-px-lg-610 {
    min-height: 610px !important;
  }
  .mw-px-lg-615 {
    max-width: 615px !important;
  }
  .w-px-lg-615 {
    width: 615px !important;
  }
  .h-px-lg-615 {
    height: 615px !important;
  }
  .min-h-px-lg-615 {
    min-height: 615px !important;
  }
  .mw-px-lg-620 {
    max-width: 620px !important;
  }
  .w-px-lg-620 {
    width: 620px !important;
  }
  .h-px-lg-620 {
    height: 620px !important;
  }
  .min-h-px-lg-620 {
    min-height: 620px !important;
  }
  .mw-px-lg-625 {
    max-width: 625px !important;
  }
  .w-px-lg-625 {
    width: 625px !important;
  }
  .h-px-lg-625 {
    height: 625px !important;
  }
  .min-h-px-lg-625 {
    min-height: 625px !important;
  }
  .mw-px-lg-630 {
    max-width: 630px !important;
  }
  .w-px-lg-630 {
    width: 630px !important;
  }
  .h-px-lg-630 {
    height: 630px !important;
  }
  .min-h-px-lg-630 {
    min-height: 630px !important;
  }
  .mw-px-lg-635 {
    max-width: 635px !important;
  }
  .w-px-lg-635 {
    width: 635px !important;
  }
  .h-px-lg-635 {
    height: 635px !important;
  }
  .min-h-px-lg-635 {
    min-height: 635px !important;
  }
  .mw-px-lg-640 {
    max-width: 640px !important;
  }
  .w-px-lg-640 {
    width: 640px !important;
  }
  .h-px-lg-640 {
    height: 640px !important;
  }
  .min-h-px-lg-640 {
    min-height: 640px !important;
  }
  .mw-px-lg-645 {
    max-width: 645px !important;
  }
  .w-px-lg-645 {
    width: 645px !important;
  }
  .h-px-lg-645 {
    height: 645px !important;
  }
  .min-h-px-lg-645 {
    min-height: 645px !important;
  }
  .mw-px-lg-650 {
    max-width: 650px !important;
  }
  .w-px-lg-650 {
    width: 650px !important;
  }
  .h-px-lg-650 {
    height: 650px !important;
  }
  .min-h-px-lg-650 {
    min-height: 650px !important;
  }
  .mw-px-lg-655 {
    max-width: 655px !important;
  }
  .w-px-lg-655 {
    width: 655px !important;
  }
  .h-px-lg-655 {
    height: 655px !important;
  }
  .min-h-px-lg-655 {
    min-height: 655px !important;
  }
  .mw-px-lg-660 {
    max-width: 660px !important;
  }
  .w-px-lg-660 {
    width: 660px !important;
  }
  .h-px-lg-660 {
    height: 660px !important;
  }
  .min-h-px-lg-660 {
    min-height: 660px !important;
  }
  .mw-px-lg-665 {
    max-width: 665px !important;
  }
  .w-px-lg-665 {
    width: 665px !important;
  }
  .h-px-lg-665 {
    height: 665px !important;
  }
  .min-h-px-lg-665 {
    min-height: 665px !important;
  }
  .mw-px-lg-670 {
    max-width: 670px !important;
  }
  .w-px-lg-670 {
    width: 670px !important;
  }
  .h-px-lg-670 {
    height: 670px !important;
  }
  .min-h-px-lg-670 {
    min-height: 670px !important;
  }
  .mw-px-lg-675 {
    max-width: 675px !important;
  }
  .w-px-lg-675 {
    width: 675px !important;
  }
  .h-px-lg-675 {
    height: 675px !important;
  }
  .min-h-px-lg-675 {
    min-height: 675px !important;
  }
  .mw-px-lg-680 {
    max-width: 680px !important;
  }
  .w-px-lg-680 {
    width: 680px !important;
  }
  .h-px-lg-680 {
    height: 680px !important;
  }
  .min-h-px-lg-680 {
    min-height: 680px !important;
  }
  .mw-px-lg-685 {
    max-width: 685px !important;
  }
  .w-px-lg-685 {
    width: 685px !important;
  }
  .h-px-lg-685 {
    height: 685px !important;
  }
  .min-h-px-lg-685 {
    min-height: 685px !important;
  }
  .mw-px-lg-690 {
    max-width: 690px !important;
  }
  .w-px-lg-690 {
    width: 690px !important;
  }
  .h-px-lg-690 {
    height: 690px !important;
  }
  .min-h-px-lg-690 {
    min-height: 690px !important;
  }
  .mw-px-lg-695 {
    max-width: 695px !important;
  }
  .w-px-lg-695 {
    width: 695px !important;
  }
  .h-px-lg-695 {
    height: 695px !important;
  }
  .min-h-px-lg-695 {
    min-height: 695px !important;
  }
  .mw-px-lg-700 {
    max-width: 700px !important;
  }
  .w-px-lg-700 {
    width: 700px !important;
  }
  .h-px-lg-700 {
    height: 700px !important;
  }
  .min-h-px-lg-700 {
    min-height: 700px !important;
  }
  .mw-px-lg-705 {
    max-width: 705px !important;
  }
  .w-px-lg-705 {
    width: 705px !important;
  }
  .h-px-lg-705 {
    height: 705px !important;
  }
  .min-h-px-lg-705 {
    min-height: 705px !important;
  }
  .mw-px-lg-710 {
    max-width: 710px !important;
  }
  .w-px-lg-710 {
    width: 710px !important;
  }
  .h-px-lg-710 {
    height: 710px !important;
  }
  .min-h-px-lg-710 {
    min-height: 710px !important;
  }
  .mw-px-lg-715 {
    max-width: 715px !important;
  }
  .w-px-lg-715 {
    width: 715px !important;
  }
  .h-px-lg-715 {
    height: 715px !important;
  }
  .min-h-px-lg-715 {
    min-height: 715px !important;
  }
  .mw-px-lg-720 {
    max-width: 720px !important;
  }
  .w-px-lg-720 {
    width: 720px !important;
  }
  .h-px-lg-720 {
    height: 720px !important;
  }
  .min-h-px-lg-720 {
    min-height: 720px !important;
  }
  .mw-px-lg-725 {
    max-width: 725px !important;
  }
  .w-px-lg-725 {
    width: 725px !important;
  }
  .h-px-lg-725 {
    height: 725px !important;
  }
  .min-h-px-lg-725 {
    min-height: 725px !important;
  }
  .mw-px-lg-730 {
    max-width: 730px !important;
  }
  .w-px-lg-730 {
    width: 730px !important;
  }
  .h-px-lg-730 {
    height: 730px !important;
  }
  .min-h-px-lg-730 {
    min-height: 730px !important;
  }
  .mw-px-lg-735 {
    max-width: 735px !important;
  }
  .w-px-lg-735 {
    width: 735px !important;
  }
  .h-px-lg-735 {
    height: 735px !important;
  }
  .min-h-px-lg-735 {
    min-height: 735px !important;
  }
  .mw-px-lg-740 {
    max-width: 740px !important;
  }
  .w-px-lg-740 {
    width: 740px !important;
  }
  .h-px-lg-740 {
    height: 740px !important;
  }
  .min-h-px-lg-740 {
    min-height: 740px !important;
  }
  .mw-px-lg-745 {
    max-width: 745px !important;
  }
  .w-px-lg-745 {
    width: 745px !important;
  }
  .h-px-lg-745 {
    height: 745px !important;
  }
  .min-h-px-lg-745 {
    min-height: 745px !important;
  }
  .mw-px-lg-750 {
    max-width: 750px !important;
  }
  .w-px-lg-750 {
    width: 750px !important;
  }
  .h-px-lg-750 {
    height: 750px !important;
  }
  .min-h-px-lg-750 {
    min-height: 750px !important;
  }
  .mw-px-lg-755 {
    max-width: 755px !important;
  }
  .w-px-lg-755 {
    width: 755px !important;
  }
  .h-px-lg-755 {
    height: 755px !important;
  }
  .min-h-px-lg-755 {
    min-height: 755px !important;
  }
  .mw-px-lg-760 {
    max-width: 760px !important;
  }
  .w-px-lg-760 {
    width: 760px !important;
  }
  .h-px-lg-760 {
    height: 760px !important;
  }
  .min-h-px-lg-760 {
    min-height: 760px !important;
  }
  .mw-px-lg-765 {
    max-width: 765px !important;
  }
  .w-px-lg-765 {
    width: 765px !important;
  }
  .h-px-lg-765 {
    height: 765px !important;
  }
  .min-h-px-lg-765 {
    min-height: 765px !important;
  }
  .mw-px-lg-770 {
    max-width: 770px !important;
  }
  .w-px-lg-770 {
    width: 770px !important;
  }
  .h-px-lg-770 {
    height: 770px !important;
  }
  .min-h-px-lg-770 {
    min-height: 770px !important;
  }
  .mw-px-lg-775 {
    max-width: 775px !important;
  }
  .w-px-lg-775 {
    width: 775px !important;
  }
  .h-px-lg-775 {
    height: 775px !important;
  }
  .min-h-px-lg-775 {
    min-height: 775px !important;
  }
  .mw-px-lg-780 {
    max-width: 780px !important;
  }
  .w-px-lg-780 {
    width: 780px !important;
  }
  .h-px-lg-780 {
    height: 780px !important;
  }
  .min-h-px-lg-780 {
    min-height: 780px !important;
  }
  .mw-px-lg-785 {
    max-width: 785px !important;
  }
  .w-px-lg-785 {
    width: 785px !important;
  }
  .h-px-lg-785 {
    height: 785px !important;
  }
  .min-h-px-lg-785 {
    min-height: 785px !important;
  }
  .mw-px-lg-790 {
    max-width: 790px !important;
  }
  .w-px-lg-790 {
    width: 790px !important;
  }
  .h-px-lg-790 {
    height: 790px !important;
  }
  .min-h-px-lg-790 {
    min-height: 790px !important;
  }
  .mw-px-lg-795 {
    max-width: 795px !important;
  }
  .w-px-lg-795 {
    width: 795px !important;
  }
  .h-px-lg-795 {
    height: 795px !important;
  }
  .min-h-px-lg-795 {
    min-height: 795px !important;
  }
  .mw-px-lg-800 {
    max-width: 800px !important;
  }
  .w-px-lg-800 {
    width: 800px !important;
  }
  .h-px-lg-800 {
    height: 800px !important;
  }
  .min-h-px-lg-800 {
    min-height: 800px !important;
  }
  .mw-px-lg-805 {
    max-width: 805px !important;
  }
  .w-px-lg-805 {
    width: 805px !important;
  }
  .h-px-lg-805 {
    height: 805px !important;
  }
  .min-h-px-lg-805 {
    min-height: 805px !important;
  }
  .mw-px-lg-810 {
    max-width: 810px !important;
  }
  .w-px-lg-810 {
    width: 810px !important;
  }
  .h-px-lg-810 {
    height: 810px !important;
  }
  .min-h-px-lg-810 {
    min-height: 810px !important;
  }
  .mw-px-lg-815 {
    max-width: 815px !important;
  }
  .w-px-lg-815 {
    width: 815px !important;
  }
  .h-px-lg-815 {
    height: 815px !important;
  }
  .min-h-px-lg-815 {
    min-height: 815px !important;
  }
  .mw-px-lg-820 {
    max-width: 820px !important;
  }
  .w-px-lg-820 {
    width: 820px !important;
  }
  .h-px-lg-820 {
    height: 820px !important;
  }
  .min-h-px-lg-820 {
    min-height: 820px !important;
  }
  .mw-px-lg-825 {
    max-width: 825px !important;
  }
  .w-px-lg-825 {
    width: 825px !important;
  }
  .h-px-lg-825 {
    height: 825px !important;
  }
  .min-h-px-lg-825 {
    min-height: 825px !important;
  }
  .mw-px-lg-830 {
    max-width: 830px !important;
  }
  .w-px-lg-830 {
    width: 830px !important;
  }
  .h-px-lg-830 {
    height: 830px !important;
  }
  .min-h-px-lg-830 {
    min-height: 830px !important;
  }
  .mw-px-lg-835 {
    max-width: 835px !important;
  }
  .w-px-lg-835 {
    width: 835px !important;
  }
  .h-px-lg-835 {
    height: 835px !important;
  }
  .min-h-px-lg-835 {
    min-height: 835px !important;
  }
  .mw-px-lg-840 {
    max-width: 840px !important;
  }
  .w-px-lg-840 {
    width: 840px !important;
  }
  .h-px-lg-840 {
    height: 840px !important;
  }
  .min-h-px-lg-840 {
    min-height: 840px !important;
  }
  .mw-px-lg-845 {
    max-width: 845px !important;
  }
  .w-px-lg-845 {
    width: 845px !important;
  }
  .h-px-lg-845 {
    height: 845px !important;
  }
  .min-h-px-lg-845 {
    min-height: 845px !important;
  }
  .mw-px-lg-850 {
    max-width: 850px !important;
  }
  .w-px-lg-850 {
    width: 850px !important;
  }
  .h-px-lg-850 {
    height: 850px !important;
  }
  .min-h-px-lg-850 {
    min-height: 850px !important;
  }
  .mw-px-lg-855 {
    max-width: 855px !important;
  }
  .w-px-lg-855 {
    width: 855px !important;
  }
  .h-px-lg-855 {
    height: 855px !important;
  }
  .min-h-px-lg-855 {
    min-height: 855px !important;
  }
  .mw-px-lg-860 {
    max-width: 860px !important;
  }
  .w-px-lg-860 {
    width: 860px !important;
  }
  .h-px-lg-860 {
    height: 860px !important;
  }
  .min-h-px-lg-860 {
    min-height: 860px !important;
  }
  .mw-px-lg-865 {
    max-width: 865px !important;
  }
  .w-px-lg-865 {
    width: 865px !important;
  }
  .h-px-lg-865 {
    height: 865px !important;
  }
  .min-h-px-lg-865 {
    min-height: 865px !important;
  }
  .mw-px-lg-870 {
    max-width: 870px !important;
  }
  .w-px-lg-870 {
    width: 870px !important;
  }
  .h-px-lg-870 {
    height: 870px !important;
  }
  .min-h-px-lg-870 {
    min-height: 870px !important;
  }
  .mw-px-lg-875 {
    max-width: 875px !important;
  }
  .w-px-lg-875 {
    width: 875px !important;
  }
  .h-px-lg-875 {
    height: 875px !important;
  }
  .min-h-px-lg-875 {
    min-height: 875px !important;
  }
  .mw-px-lg-880 {
    max-width: 880px !important;
  }
  .w-px-lg-880 {
    width: 880px !important;
  }
  .h-px-lg-880 {
    height: 880px !important;
  }
  .min-h-px-lg-880 {
    min-height: 880px !important;
  }
  .mw-px-lg-885 {
    max-width: 885px !important;
  }
  .w-px-lg-885 {
    width: 885px !important;
  }
  .h-px-lg-885 {
    height: 885px !important;
  }
  .min-h-px-lg-885 {
    min-height: 885px !important;
  }
  .mw-px-lg-890 {
    max-width: 890px !important;
  }
  .w-px-lg-890 {
    width: 890px !important;
  }
  .h-px-lg-890 {
    height: 890px !important;
  }
  .min-h-px-lg-890 {
    min-height: 890px !important;
  }
  .mw-px-lg-895 {
    max-width: 895px !important;
  }
  .w-px-lg-895 {
    width: 895px !important;
  }
  .h-px-lg-895 {
    height: 895px !important;
  }
  .min-h-px-lg-895 {
    min-height: 895px !important;
  }
  .mw-px-lg-900 {
    max-width: 900px !important;
  }
  .w-px-lg-900 {
    width: 900px !important;
  }
  .h-px-lg-900 {
    height: 900px !important;
  }
  .min-h-px-lg-900 {
    min-height: 900px !important;
  }
  .mw-px-lg-905 {
    max-width: 905px !important;
  }
  .w-px-lg-905 {
    width: 905px !important;
  }
  .h-px-lg-905 {
    height: 905px !important;
  }
  .min-h-px-lg-905 {
    min-height: 905px !important;
  }
  .mw-px-lg-910 {
    max-width: 910px !important;
  }
  .w-px-lg-910 {
    width: 910px !important;
  }
  .h-px-lg-910 {
    height: 910px !important;
  }
  .min-h-px-lg-910 {
    min-height: 910px !important;
  }
  .mw-px-lg-915 {
    max-width: 915px !important;
  }
  .w-px-lg-915 {
    width: 915px !important;
  }
  .h-px-lg-915 {
    height: 915px !important;
  }
  .min-h-px-lg-915 {
    min-height: 915px !important;
  }
  .mw-px-lg-920 {
    max-width: 920px !important;
  }
  .w-px-lg-920 {
    width: 920px !important;
  }
  .h-px-lg-920 {
    height: 920px !important;
  }
  .min-h-px-lg-920 {
    min-height: 920px !important;
  }
  .mw-px-lg-925 {
    max-width: 925px !important;
  }
  .w-px-lg-925 {
    width: 925px !important;
  }
  .h-px-lg-925 {
    height: 925px !important;
  }
  .min-h-px-lg-925 {
    min-height: 925px !important;
  }
  .mw-px-lg-930 {
    max-width: 930px !important;
  }
  .w-px-lg-930 {
    width: 930px !important;
  }
  .h-px-lg-930 {
    height: 930px !important;
  }
  .min-h-px-lg-930 {
    min-height: 930px !important;
  }
  .mw-px-lg-935 {
    max-width: 935px !important;
  }
  .w-px-lg-935 {
    width: 935px !important;
  }
  .h-px-lg-935 {
    height: 935px !important;
  }
  .min-h-px-lg-935 {
    min-height: 935px !important;
  }
  .mw-px-lg-940 {
    max-width: 940px !important;
  }
  .w-px-lg-940 {
    width: 940px !important;
  }
  .h-px-lg-940 {
    height: 940px !important;
  }
  .min-h-px-lg-940 {
    min-height: 940px !important;
  }
  .mw-px-lg-945 {
    max-width: 945px !important;
  }
  .w-px-lg-945 {
    width: 945px !important;
  }
  .h-px-lg-945 {
    height: 945px !important;
  }
  .min-h-px-lg-945 {
    min-height: 945px !important;
  }
  .mw-px-lg-950 {
    max-width: 950px !important;
  }
  .w-px-lg-950 {
    width: 950px !important;
  }
  .h-px-lg-950 {
    height: 950px !important;
  }
  .min-h-px-lg-950 {
    min-height: 950px !important;
  }
  .mw-px-lg-955 {
    max-width: 955px !important;
  }
  .w-px-lg-955 {
    width: 955px !important;
  }
  .h-px-lg-955 {
    height: 955px !important;
  }
  .min-h-px-lg-955 {
    min-height: 955px !important;
  }
  .mw-px-lg-960 {
    max-width: 960px !important;
  }
  .w-px-lg-960 {
    width: 960px !important;
  }
  .h-px-lg-960 {
    height: 960px !important;
  }
  .min-h-px-lg-960 {
    min-height: 960px !important;
  }
  .mw-px-lg-965 {
    max-width: 965px !important;
  }
  .w-px-lg-965 {
    width: 965px !important;
  }
  .h-px-lg-965 {
    height: 965px !important;
  }
  .min-h-px-lg-965 {
    min-height: 965px !important;
  }
  .mw-px-lg-970 {
    max-width: 970px !important;
  }
  .w-px-lg-970 {
    width: 970px !important;
  }
  .h-px-lg-970 {
    height: 970px !important;
  }
  .min-h-px-lg-970 {
    min-height: 970px !important;
  }
  .mw-px-lg-975 {
    max-width: 975px !important;
  }
  .w-px-lg-975 {
    width: 975px !important;
  }
  .h-px-lg-975 {
    height: 975px !important;
  }
  .min-h-px-lg-975 {
    min-height: 975px !important;
  }
  .mw-px-lg-980 {
    max-width: 980px !important;
  }
  .w-px-lg-980 {
    width: 980px !important;
  }
  .h-px-lg-980 {
    height: 980px !important;
  }
  .min-h-px-lg-980 {
    min-height: 980px !important;
  }
  .mw-px-lg-985 {
    max-width: 985px !important;
  }
  .w-px-lg-985 {
    width: 985px !important;
  }
  .h-px-lg-985 {
    height: 985px !important;
  }
  .min-h-px-lg-985 {
    min-height: 985px !important;
  }
  .mw-px-lg-990 {
    max-width: 990px !important;
  }
  .w-px-lg-990 {
    width: 990px !important;
  }
  .h-px-lg-990 {
    height: 990px !important;
  }
  .min-h-px-lg-990 {
    min-height: 990px !important;
  }
  .mw-px-lg-995 {
    max-width: 995px !important;
  }
  .w-px-lg-995 {
    width: 995px !important;
  }
  .h-px-lg-995 {
    height: 995px !important;
  }
  .min-h-px-lg-995 {
    min-height: 995px !important;
  }
  .mw-px-lg-1000 {
    max-width: 1000px !important;
  }
  .w-px-lg-1000 {
    width: 1000px !important;
  }
  .h-px-lg-1000 {
    height: 1000px !important;
  }
  .min-h-px-lg-1000 {
    min-height: 1000px !important;
  }
  .mw-px-lg-1005 {
    max-width: 1005px !important;
  }
  .w-px-lg-1005 {
    width: 1005px !important;
  }
  .h-px-lg-1005 {
    height: 1005px !important;
  }
  .min-h-px-lg-1005 {
    min-height: 1005px !important;
  }
  .mw-px-lg-1010 {
    max-width: 1010px !important;
  }
  .w-px-lg-1010 {
    width: 1010px !important;
  }
  .h-px-lg-1010 {
    height: 1010px !important;
  }
  .min-h-px-lg-1010 {
    min-height: 1010px !important;
  }
  .mw-px-lg-1015 {
    max-width: 1015px !important;
  }
  .w-px-lg-1015 {
    width: 1015px !important;
  }
  .h-px-lg-1015 {
    height: 1015px !important;
  }
  .min-h-px-lg-1015 {
    min-height: 1015px !important;
  }
  .mw-px-lg-1020 {
    max-width: 1020px !important;
  }
  .w-px-lg-1020 {
    width: 1020px !important;
  }
  .h-px-lg-1020 {
    height: 1020px !important;
  }
  .min-h-px-lg-1020 {
    min-height: 1020px !important;
  }
  .mw-px-lg-1025 {
    max-width: 1025px !important;
  }
  .w-px-lg-1025 {
    width: 1025px !important;
  }
  .h-px-lg-1025 {
    height: 1025px !important;
  }
  .min-h-px-lg-1025 {
    min-height: 1025px !important;
  }
  .mw-px-lg-1030 {
    max-width: 1030px !important;
  }
  .w-px-lg-1030 {
    width: 1030px !important;
  }
  .h-px-lg-1030 {
    height: 1030px !important;
  }
  .min-h-px-lg-1030 {
    min-height: 1030px !important;
  }
  .mw-px-lg-1035 {
    max-width: 1035px !important;
  }
  .w-px-lg-1035 {
    width: 1035px !important;
  }
  .h-px-lg-1035 {
    height: 1035px !important;
  }
  .min-h-px-lg-1035 {
    min-height: 1035px !important;
  }
  .mw-px-lg-1040 {
    max-width: 1040px !important;
  }
  .w-px-lg-1040 {
    width: 1040px !important;
  }
  .h-px-lg-1040 {
    height: 1040px !important;
  }
  .min-h-px-lg-1040 {
    min-height: 1040px !important;
  }
  .mw-px-lg-1045 {
    max-width: 1045px !important;
  }
  .w-px-lg-1045 {
    width: 1045px !important;
  }
  .h-px-lg-1045 {
    height: 1045px !important;
  }
  .min-h-px-lg-1045 {
    min-height: 1045px !important;
  }
  .mw-px-lg-1050 {
    max-width: 1050px !important;
  }
  .w-px-lg-1050 {
    width: 1050px !important;
  }
  .h-px-lg-1050 {
    height: 1050px !important;
  }
  .min-h-px-lg-1050 {
    min-height: 1050px !important;
  }
  .mw-px-lg-1055 {
    max-width: 1055px !important;
  }
  .w-px-lg-1055 {
    width: 1055px !important;
  }
  .h-px-lg-1055 {
    height: 1055px !important;
  }
  .min-h-px-lg-1055 {
    min-height: 1055px !important;
  }
  .mw-px-lg-1060 {
    max-width: 1060px !important;
  }
  .w-px-lg-1060 {
    width: 1060px !important;
  }
  .h-px-lg-1060 {
    height: 1060px !important;
  }
  .min-h-px-lg-1060 {
    min-height: 1060px !important;
  }
  .mw-px-lg-1065 {
    max-width: 1065px !important;
  }
  .w-px-lg-1065 {
    width: 1065px !important;
  }
  .h-px-lg-1065 {
    height: 1065px !important;
  }
  .min-h-px-lg-1065 {
    min-height: 1065px !important;
  }
  .mw-px-lg-1070 {
    max-width: 1070px !important;
  }
  .w-px-lg-1070 {
    width: 1070px !important;
  }
  .h-px-lg-1070 {
    height: 1070px !important;
  }
  .min-h-px-lg-1070 {
    min-height: 1070px !important;
  }
  .mw-px-lg-1075 {
    max-width: 1075px !important;
  }
  .w-px-lg-1075 {
    width: 1075px !important;
  }
  .h-px-lg-1075 {
    height: 1075px !important;
  }
  .min-h-px-lg-1075 {
    min-height: 1075px !important;
  }
  .mw-px-lg-1080 {
    max-width: 1080px !important;
  }
  .w-px-lg-1080 {
    width: 1080px !important;
  }
  .h-px-lg-1080 {
    height: 1080px !important;
  }
  .min-h-px-lg-1080 {
    min-height: 1080px !important;
  }
  .mw-px-lg-1085 {
    max-width: 1085px !important;
  }
  .w-px-lg-1085 {
    width: 1085px !important;
  }
  .h-px-lg-1085 {
    height: 1085px !important;
  }
  .min-h-px-lg-1085 {
    min-height: 1085px !important;
  }
  .mw-px-lg-1090 {
    max-width: 1090px !important;
  }
  .w-px-lg-1090 {
    width: 1090px !important;
  }
  .h-px-lg-1090 {
    height: 1090px !important;
  }
  .min-h-px-lg-1090 {
    min-height: 1090px !important;
  }
  .mw-px-lg-1095 {
    max-width: 1095px !important;
  }
  .w-px-lg-1095 {
    width: 1095px !important;
  }
  .h-px-lg-1095 {
    height: 1095px !important;
  }
  .min-h-px-lg-1095 {
    min-height: 1095px !important;
  }
  .mw-px-lg-1100 {
    max-width: 1100px !important;
  }
  .w-px-lg-1100 {
    width: 1100px !important;
  }
  .h-px-lg-1100 {
    height: 1100px !important;
  }
  .min-h-px-lg-1100 {
    min-height: 1100px !important;
  }
  .mw-px-lg-1105 {
    max-width: 1105px !important;
  }
  .w-px-lg-1105 {
    width: 1105px !important;
  }
  .h-px-lg-1105 {
    height: 1105px !important;
  }
  .min-h-px-lg-1105 {
    min-height: 1105px !important;
  }
  .mw-px-lg-1110 {
    max-width: 1110px !important;
  }
  .w-px-lg-1110 {
    width: 1110px !important;
  }
  .h-px-lg-1110 {
    height: 1110px !important;
  }
  .min-h-px-lg-1110 {
    min-height: 1110px !important;
  }
  .mw-px-lg-1115 {
    max-width: 1115px !important;
  }
  .w-px-lg-1115 {
    width: 1115px !important;
  }
  .h-px-lg-1115 {
    height: 1115px !important;
  }
  .min-h-px-lg-1115 {
    min-height: 1115px !important;
  }
  .mw-px-lg-1120 {
    max-width: 1120px !important;
  }
  .w-px-lg-1120 {
    width: 1120px !important;
  }
  .h-px-lg-1120 {
    height: 1120px !important;
  }
  .min-h-px-lg-1120 {
    min-height: 1120px !important;
  }
  .mw-px-lg-1125 {
    max-width: 1125px !important;
  }
  .w-px-lg-1125 {
    width: 1125px !important;
  }
  .h-px-lg-1125 {
    height: 1125px !important;
  }
  .min-h-px-lg-1125 {
    min-height: 1125px !important;
  }
  .mw-px-lg-1130 {
    max-width: 1130px !important;
  }
  .w-px-lg-1130 {
    width: 1130px !important;
  }
  .h-px-lg-1130 {
    height: 1130px !important;
  }
  .min-h-px-lg-1130 {
    min-height: 1130px !important;
  }
  .mw-px-lg-1135 {
    max-width: 1135px !important;
  }
  .w-px-lg-1135 {
    width: 1135px !important;
  }
  .h-px-lg-1135 {
    height: 1135px !important;
  }
  .min-h-px-lg-1135 {
    min-height: 1135px !important;
  }
  .mw-px-lg-1140 {
    max-width: 1140px !important;
  }
  .w-px-lg-1140 {
    width: 1140px !important;
  }
  .h-px-lg-1140 {
    height: 1140px !important;
  }
  .min-h-px-lg-1140 {
    min-height: 1140px !important;
  }
  .mw-px-lg-1145 {
    max-width: 1145px !important;
  }
  .w-px-lg-1145 {
    width: 1145px !important;
  }
  .h-px-lg-1145 {
    height: 1145px !important;
  }
  .min-h-px-lg-1145 {
    min-height: 1145px !important;
  }
  .mw-px-lg-1150 {
    max-width: 1150px !important;
  }
  .w-px-lg-1150 {
    width: 1150px !important;
  }
  .h-px-lg-1150 {
    height: 1150px !important;
  }
  .min-h-px-lg-1150 {
    min-height: 1150px !important;
  }
  .mw-px-lg-1155 {
    max-width: 1155px !important;
  }
  .w-px-lg-1155 {
    width: 1155px !important;
  }
  .h-px-lg-1155 {
    height: 1155px !important;
  }
  .min-h-px-lg-1155 {
    min-height: 1155px !important;
  }
  .mw-px-lg-1160 {
    max-width: 1160px !important;
  }
  .w-px-lg-1160 {
    width: 1160px !important;
  }
  .h-px-lg-1160 {
    height: 1160px !important;
  }
  .min-h-px-lg-1160 {
    min-height: 1160px !important;
  }
  .mw-px-lg-1165 {
    max-width: 1165px !important;
  }
  .w-px-lg-1165 {
    width: 1165px !important;
  }
  .h-px-lg-1165 {
    height: 1165px !important;
  }
  .min-h-px-lg-1165 {
    min-height: 1165px !important;
  }
  .mw-px-lg-1170 {
    max-width: 1170px !important;
  }
  .w-px-lg-1170 {
    width: 1170px !important;
  }
  .h-px-lg-1170 {
    height: 1170px !important;
  }
  .min-h-px-lg-1170 {
    min-height: 1170px !important;
  }
  .mw-px-lg-1175 {
    max-width: 1175px !important;
  }
  .w-px-lg-1175 {
    width: 1175px !important;
  }
  .h-px-lg-1175 {
    height: 1175px !important;
  }
  .min-h-px-lg-1175 {
    min-height: 1175px !important;
  }
  .mw-px-lg-1180 {
    max-width: 1180px !important;
  }
  .w-px-lg-1180 {
    width: 1180px !important;
  }
  .h-px-lg-1180 {
    height: 1180px !important;
  }
  .min-h-px-lg-1180 {
    min-height: 1180px !important;
  }
  .mw-px-lg-1185 {
    max-width: 1185px !important;
  }
  .w-px-lg-1185 {
    width: 1185px !important;
  }
  .h-px-lg-1185 {
    height: 1185px !important;
  }
  .min-h-px-lg-1185 {
    min-height: 1185px !important;
  }
  .mw-px-lg-1190 {
    max-width: 1190px !important;
  }
  .w-px-lg-1190 {
    width: 1190px !important;
  }
  .h-px-lg-1190 {
    height: 1190px !important;
  }
  .min-h-px-lg-1190 {
    min-height: 1190px !important;
  }
  .mw-px-lg-1195 {
    max-width: 1195px !important;
  }
  .w-px-lg-1195 {
    width: 1195px !important;
  }
  .h-px-lg-1195 {
    height: 1195px !important;
  }
  .min-h-px-lg-1195 {
    min-height: 1195px !important;
  }
  .mw-px-lg-1200 {
    max-width: 1200px !important;
  }
  .w-px-lg-1200 {
    width: 1200px !important;
  }
  .h-px-lg-1200 {
    height: 1200px !important;
  }
  .min-h-px-lg-1200 {
    min-height: 1200px !important;
  }
  .mw-px-lg-1205 {
    max-width: 1205px !important;
  }
  .w-px-lg-1205 {
    width: 1205px !important;
  }
  .h-px-lg-1205 {
    height: 1205px !important;
  }
  .min-h-px-lg-1205 {
    min-height: 1205px !important;
  }
  .mw-px-lg-1210 {
    max-width: 1210px !important;
  }
  .w-px-lg-1210 {
    width: 1210px !important;
  }
  .h-px-lg-1210 {
    height: 1210px !important;
  }
  .min-h-px-lg-1210 {
    min-height: 1210px !important;
  }
  .mw-px-lg-1215 {
    max-width: 1215px !important;
  }
  .w-px-lg-1215 {
    width: 1215px !important;
  }
  .h-px-lg-1215 {
    height: 1215px !important;
  }
  .min-h-px-lg-1215 {
    min-height: 1215px !important;
  }
  .mw-px-lg-1220 {
    max-width: 1220px !important;
  }
  .w-px-lg-1220 {
    width: 1220px !important;
  }
  .h-px-lg-1220 {
    height: 1220px !important;
  }
  .min-h-px-lg-1220 {
    min-height: 1220px !important;
  }
  .mw-px-lg-1225 {
    max-width: 1225px !important;
  }
  .w-px-lg-1225 {
    width: 1225px !important;
  }
  .h-px-lg-1225 {
    height: 1225px !important;
  }
  .min-h-px-lg-1225 {
    min-height: 1225px !important;
  }
  .mw-px-lg-1230 {
    max-width: 1230px !important;
  }
  .w-px-lg-1230 {
    width: 1230px !important;
  }
  .h-px-lg-1230 {
    height: 1230px !important;
  }
  .min-h-px-lg-1230 {
    min-height: 1230px !important;
  }
  .mw-px-lg-1235 {
    max-width: 1235px !important;
  }
  .w-px-lg-1235 {
    width: 1235px !important;
  }
  .h-px-lg-1235 {
    height: 1235px !important;
  }
  .min-h-px-lg-1235 {
    min-height: 1235px !important;
  }
  .mw-px-lg-1240 {
    max-width: 1240px !important;
  }
  .w-px-lg-1240 {
    width: 1240px !important;
  }
  .h-px-lg-1240 {
    height: 1240px !important;
  }
  .min-h-px-lg-1240 {
    min-height: 1240px !important;
  }
  .mw-px-lg-1245 {
    max-width: 1245px !important;
  }
  .w-px-lg-1245 {
    width: 1245px !important;
  }
  .h-px-lg-1245 {
    height: 1245px !important;
  }
  .min-h-px-lg-1245 {
    min-height: 1245px !important;
  }
  .mw-px-lg-1250 {
    max-width: 1250px !important;
  }
  .w-px-lg-1250 {
    width: 1250px !important;
  }
  .h-px-lg-1250 {
    height: 1250px !important;
  }
  .min-h-px-lg-1250 {
    min-height: 1250px !important;
  }
  .mw-px-lg-1255 {
    max-width: 1255px !important;
  }
  .w-px-lg-1255 {
    width: 1255px !important;
  }
  .h-px-lg-1255 {
    height: 1255px !important;
  }
  .min-h-px-lg-1255 {
    min-height: 1255px !important;
  }
  .mw-px-lg-1260 {
    max-width: 1260px !important;
  }
  .w-px-lg-1260 {
    width: 1260px !important;
  }
  .h-px-lg-1260 {
    height: 1260px !important;
  }
  .min-h-px-lg-1260 {
    min-height: 1260px !important;
  }
  .mw-px-lg-1265 {
    max-width: 1265px !important;
  }
  .w-px-lg-1265 {
    width: 1265px !important;
  }
  .h-px-lg-1265 {
    height: 1265px !important;
  }
  .min-h-px-lg-1265 {
    min-height: 1265px !important;
  }
  .mw-px-lg-1270 {
    max-width: 1270px !important;
  }
  .w-px-lg-1270 {
    width: 1270px !important;
  }
  .h-px-lg-1270 {
    height: 1270px !important;
  }
  .min-h-px-lg-1270 {
    min-height: 1270px !important;
  }
  .mw-px-lg-1275 {
    max-width: 1275px !important;
  }
  .w-px-lg-1275 {
    width: 1275px !important;
  }
  .h-px-lg-1275 {
    height: 1275px !important;
  }
  .min-h-px-lg-1275 {
    min-height: 1275px !important;
  }
  .mw-px-lg-1280 {
    max-width: 1280px !important;
  }
  .w-px-lg-1280 {
    width: 1280px !important;
  }
  .h-px-lg-1280 {
    height: 1280px !important;
  }
  .min-h-px-lg-1280 {
    min-height: 1280px !important;
  }
  .mw-px-lg-1285 {
    max-width: 1285px !important;
  }
  .w-px-lg-1285 {
    width: 1285px !important;
  }
  .h-px-lg-1285 {
    height: 1285px !important;
  }
  .min-h-px-lg-1285 {
    min-height: 1285px !important;
  }
  .mw-px-lg-1290 {
    max-width: 1290px !important;
  }
  .w-px-lg-1290 {
    width: 1290px !important;
  }
  .h-px-lg-1290 {
    height: 1290px !important;
  }
  .min-h-px-lg-1290 {
    min-height: 1290px !important;
  }
  .mw-px-lg-1295 {
    max-width: 1295px !important;
  }
  .w-px-lg-1295 {
    width: 1295px !important;
  }
  .h-px-lg-1295 {
    height: 1295px !important;
  }
  .min-h-px-lg-1295 {
    min-height: 1295px !important;
  }
  .fs-vw-lg-0 {
    font-size: 0vw !important;
  }
  .pd-lg-0 {
    padding-top: 0% !important;
  }
  .mw-lg-0 {
    max-width: 0% !important;
  }
  .w-lg-0 {
    width: 0% !important;
  }
  .fs-vw-lg-1 {
    font-size: 1vw !important;
  }
  .pd-lg-1 {
    padding-top: 1% !important;
  }
  .mw-lg-1 {
    max-width: 1% !important;
  }
  .w-lg-1 {
    width: 1% !important;
  }
  .fs-vw-lg-2 {
    font-size: 2vw !important;
  }
  .pd-lg-2 {
    padding-top: 2% !important;
  }
  .mw-lg-2 {
    max-width: 2% !important;
  }
  .w-lg-2 {
    width: 2% !important;
  }
  .fs-vw-lg-3 {
    font-size: 3vw !important;
  }
  .pd-lg-3 {
    padding-top: 3% !important;
  }
  .mw-lg-3 {
    max-width: 3% !important;
  }
  .w-lg-3 {
    width: 3% !important;
  }
  .fs-vw-lg-4 {
    font-size: 4vw !important;
  }
  .pd-lg-4 {
    padding-top: 4% !important;
  }
  .mw-lg-4 {
    max-width: 4% !important;
  }
  .w-lg-4 {
    width: 4% !important;
  }
  .fs-vw-lg-5 {
    font-size: 5vw !important;
  }
  .pd-lg-5 {
    padding-top: 5% !important;
  }
  .mw-lg-5 {
    max-width: 5% !important;
  }
  .w-lg-5 {
    width: 5% !important;
  }
  .fs-vw-lg-6 {
    font-size: 6vw !important;
  }
  .pd-lg-6 {
    padding-top: 6% !important;
  }
  .mw-lg-6 {
    max-width: 6% !important;
  }
  .w-lg-6 {
    width: 6% !important;
  }
  .fs-vw-lg-7 {
    font-size: 7vw !important;
  }
  .pd-lg-7 {
    padding-top: 7% !important;
  }
  .mw-lg-7 {
    max-width: 7% !important;
  }
  .w-lg-7 {
    width: 7% !important;
  }
  .fs-vw-lg-8 {
    font-size: 8vw !important;
  }
  .pd-lg-8 {
    padding-top: 8% !important;
  }
  .mw-lg-8 {
    max-width: 8% !important;
  }
  .w-lg-8 {
    width: 8% !important;
  }
  .fs-vw-lg-9 {
    font-size: 9vw !important;
  }
  .pd-lg-9 {
    padding-top: 9% !important;
  }
  .mw-lg-9 {
    max-width: 9% !important;
  }
  .w-lg-9 {
    width: 9% !important;
  }
  .fs-vw-lg-10 {
    font-size: 10vw !important;
  }
  .pd-lg-10 {
    padding-top: 10% !important;
  }
  .mw-lg-10 {
    max-width: 10% !important;
  }
  .w-lg-10 {
    width: 10% !important;
  }
  .fs-vw-lg-11 {
    font-size: 11vw !important;
  }
  .pd-lg-11 {
    padding-top: 11% !important;
  }
  .mw-lg-11 {
    max-width: 11% !important;
  }
  .w-lg-11 {
    width: 11% !important;
  }
  .fs-vw-lg-12 {
    font-size: 12vw !important;
  }
  .pd-lg-12 {
    padding-top: 12% !important;
  }
  .mw-lg-12 {
    max-width: 12% !important;
  }
  .w-lg-12 {
    width: 12% !important;
  }
  .fs-vw-lg-13 {
    font-size: 13vw !important;
  }
  .pd-lg-13 {
    padding-top: 13% !important;
  }
  .mw-lg-13 {
    max-width: 13% !important;
  }
  .w-lg-13 {
    width: 13% !important;
  }
  .fs-vw-lg-14 {
    font-size: 14vw !important;
  }
  .pd-lg-14 {
    padding-top: 14% !important;
  }
  .mw-lg-14 {
    max-width: 14% !important;
  }
  .w-lg-14 {
    width: 14% !important;
  }
  .fs-vw-lg-15 {
    font-size: 15vw !important;
  }
  .pd-lg-15 {
    padding-top: 15% !important;
  }
  .mw-lg-15 {
    max-width: 15% !important;
  }
  .w-lg-15 {
    width: 15% !important;
  }
  .fs-vw-lg-16 {
    font-size: 16vw !important;
  }
  .pd-lg-16 {
    padding-top: 16% !important;
  }
  .mw-lg-16 {
    max-width: 16% !important;
  }
  .w-lg-16 {
    width: 16% !important;
  }
  .fs-vw-lg-17 {
    font-size: 17vw !important;
  }
  .pd-lg-17 {
    padding-top: 17% !important;
  }
  .mw-lg-17 {
    max-width: 17% !important;
  }
  .w-lg-17 {
    width: 17% !important;
  }
  .fs-vw-lg-18 {
    font-size: 18vw !important;
  }
  .pd-lg-18 {
    padding-top: 18% !important;
  }
  .mw-lg-18 {
    max-width: 18% !important;
  }
  .w-lg-18 {
    width: 18% !important;
  }
  .fs-vw-lg-19 {
    font-size: 19vw !important;
  }
  .pd-lg-19 {
    padding-top: 19% !important;
  }
  .mw-lg-19 {
    max-width: 19% !important;
  }
  .w-lg-19 {
    width: 19% !important;
  }
  .fs-vw-lg-20 {
    font-size: 20vw !important;
  }
  .pd-lg-20 {
    padding-top: 20% !important;
  }
  .mw-lg-20 {
    max-width: 20% !important;
  }
  .w-lg-20 {
    width: 20% !important;
  }
  .fs-vw-lg-21 {
    font-size: 21vw !important;
  }
  .pd-lg-21 {
    padding-top: 21% !important;
  }
  .mw-lg-21 {
    max-width: 21% !important;
  }
  .w-lg-21 {
    width: 21% !important;
  }
  .fs-vw-lg-22 {
    font-size: 22vw !important;
  }
  .pd-lg-22 {
    padding-top: 22% !important;
  }
  .mw-lg-22 {
    max-width: 22% !important;
  }
  .w-lg-22 {
    width: 22% !important;
  }
  .fs-vw-lg-23 {
    font-size: 23vw !important;
  }
  .pd-lg-23 {
    padding-top: 23% !important;
  }
  .mw-lg-23 {
    max-width: 23% !important;
  }
  .w-lg-23 {
    width: 23% !important;
  }
  .fs-vw-lg-24 {
    font-size: 24vw !important;
  }
  .pd-lg-24 {
    padding-top: 24% !important;
  }
  .mw-lg-24 {
    max-width: 24% !important;
  }
  .w-lg-24 {
    width: 24% !important;
  }
  .fs-vw-lg-25 {
    font-size: 25vw !important;
  }
  .pd-lg-25 {
    padding-top: 25% !important;
  }
  .mw-lg-25 {
    max-width: 25% !important;
  }
  .w-lg-25 {
    width: 25% !important;
  }
  .fs-vw-lg-26 {
    font-size: 26vw !important;
  }
  .pd-lg-26 {
    padding-top: 26% !important;
  }
  .mw-lg-26 {
    max-width: 26% !important;
  }
  .w-lg-26 {
    width: 26% !important;
  }
  .fs-vw-lg-27 {
    font-size: 27vw !important;
  }
  .pd-lg-27 {
    padding-top: 27% !important;
  }
  .mw-lg-27 {
    max-width: 27% !important;
  }
  .w-lg-27 {
    width: 27% !important;
  }
  .fs-vw-lg-28 {
    font-size: 28vw !important;
  }
  .pd-lg-28 {
    padding-top: 28% !important;
  }
  .mw-lg-28 {
    max-width: 28% !important;
  }
  .w-lg-28 {
    width: 28% !important;
  }
  .fs-vw-lg-29 {
    font-size: 29vw !important;
  }
  .pd-lg-29 {
    padding-top: 29% !important;
  }
  .mw-lg-29 {
    max-width: 29% !important;
  }
  .w-lg-29 {
    width: 29% !important;
  }
  .fs-vw-lg-30 {
    font-size: 30vw !important;
  }
  .pd-lg-30 {
    padding-top: 30% !important;
  }
  .mw-lg-30 {
    max-width: 30% !important;
  }
  .w-lg-30 {
    width: 30% !important;
  }
  .fs-vw-lg-31 {
    font-size: 31vw !important;
  }
  .pd-lg-31 {
    padding-top: 31% !important;
  }
  .mw-lg-31 {
    max-width: 31% !important;
  }
  .w-lg-31 {
    width: 31% !important;
  }
  .fs-vw-lg-32 {
    font-size: 32vw !important;
  }
  .pd-lg-32 {
    padding-top: 32% !important;
  }
  .mw-lg-32 {
    max-width: 32% !important;
  }
  .w-lg-32 {
    width: 32% !important;
  }
  .fs-vw-lg-33 {
    font-size: 33vw !important;
  }
  .pd-lg-33 {
    padding-top: 33% !important;
  }
  .mw-lg-33 {
    max-width: 33% !important;
  }
  .w-lg-33 {
    width: 33% !important;
  }
  .fs-vw-lg-34 {
    font-size: 34vw !important;
  }
  .pd-lg-34 {
    padding-top: 34% !important;
  }
  .mw-lg-34 {
    max-width: 34% !important;
  }
  .w-lg-34 {
    width: 34% !important;
  }
  .fs-vw-lg-35 {
    font-size: 35vw !important;
  }
  .pd-lg-35 {
    padding-top: 35% !important;
  }
  .mw-lg-35 {
    max-width: 35% !important;
  }
  .w-lg-35 {
    width: 35% !important;
  }
  .fs-vw-lg-36 {
    font-size: 36vw !important;
  }
  .pd-lg-36 {
    padding-top: 36% !important;
  }
  .mw-lg-36 {
    max-width: 36% !important;
  }
  .w-lg-36 {
    width: 36% !important;
  }
  .fs-vw-lg-37 {
    font-size: 37vw !important;
  }
  .pd-lg-37 {
    padding-top: 37% !important;
  }
  .mw-lg-37 {
    max-width: 37% !important;
  }
  .w-lg-37 {
    width: 37% !important;
  }
  .fs-vw-lg-38 {
    font-size: 38vw !important;
  }
  .pd-lg-38 {
    padding-top: 38% !important;
  }
  .mw-lg-38 {
    max-width: 38% !important;
  }
  .w-lg-38 {
    width: 38% !important;
  }
  .fs-vw-lg-39 {
    font-size: 39vw !important;
  }
  .pd-lg-39 {
    padding-top: 39% !important;
  }
  .mw-lg-39 {
    max-width: 39% !important;
  }
  .w-lg-39 {
    width: 39% !important;
  }
  .fs-vw-lg-40 {
    font-size: 40vw !important;
  }
  .pd-lg-40 {
    padding-top: 40% !important;
  }
  .mw-lg-40 {
    max-width: 40% !important;
  }
  .w-lg-40 {
    width: 40% !important;
  }
  .fs-vw-lg-41 {
    font-size: 41vw !important;
  }
  .pd-lg-41 {
    padding-top: 41% !important;
  }
  .mw-lg-41 {
    max-width: 41% !important;
  }
  .w-lg-41 {
    width: 41% !important;
  }
  .fs-vw-lg-42 {
    font-size: 42vw !important;
  }
  .pd-lg-42 {
    padding-top: 42% !important;
  }
  .mw-lg-42 {
    max-width: 42% !important;
  }
  .w-lg-42 {
    width: 42% !important;
  }
  .fs-vw-lg-43 {
    font-size: 43vw !important;
  }
  .pd-lg-43 {
    padding-top: 43% !important;
  }
  .mw-lg-43 {
    max-width: 43% !important;
  }
  .w-lg-43 {
    width: 43% !important;
  }
  .fs-vw-lg-44 {
    font-size: 44vw !important;
  }
  .pd-lg-44 {
    padding-top: 44% !important;
  }
  .mw-lg-44 {
    max-width: 44% !important;
  }
  .w-lg-44 {
    width: 44% !important;
  }
  .fs-vw-lg-45 {
    font-size: 45vw !important;
  }
  .pd-lg-45 {
    padding-top: 45% !important;
  }
  .mw-lg-45 {
    max-width: 45% !important;
  }
  .w-lg-45 {
    width: 45% !important;
  }
  .fs-vw-lg-46 {
    font-size: 46vw !important;
  }
  .pd-lg-46 {
    padding-top: 46% !important;
  }
  .mw-lg-46 {
    max-width: 46% !important;
  }
  .w-lg-46 {
    width: 46% !important;
  }
  .fs-vw-lg-47 {
    font-size: 47vw !important;
  }
  .pd-lg-47 {
    padding-top: 47% !important;
  }
  .mw-lg-47 {
    max-width: 47% !important;
  }
  .w-lg-47 {
    width: 47% !important;
  }
  .fs-vw-lg-48 {
    font-size: 48vw !important;
  }
  .pd-lg-48 {
    padding-top: 48% !important;
  }
  .mw-lg-48 {
    max-width: 48% !important;
  }
  .w-lg-48 {
    width: 48% !important;
  }
  .fs-vw-lg-49 {
    font-size: 49vw !important;
  }
  .pd-lg-49 {
    padding-top: 49% !important;
  }
  .mw-lg-49 {
    max-width: 49% !important;
  }
  .w-lg-49 {
    width: 49% !important;
  }
  .fs-vw-lg-50 {
    font-size: 50vw !important;
  }
  .pd-lg-50 {
    padding-top: 50% !important;
  }
  .mw-lg-50 {
    max-width: 50% !important;
  }
  .w-lg-50 {
    width: 50% !important;
  }
  .fs-vw-lg-51 {
    font-size: 51vw !important;
  }
  .pd-lg-51 {
    padding-top: 51% !important;
  }
  .mw-lg-51 {
    max-width: 51% !important;
  }
  .w-lg-51 {
    width: 51% !important;
  }
  .fs-vw-lg-52 {
    font-size: 52vw !important;
  }
  .pd-lg-52 {
    padding-top: 52% !important;
  }
  .mw-lg-52 {
    max-width: 52% !important;
  }
  .w-lg-52 {
    width: 52% !important;
  }
  .fs-vw-lg-53 {
    font-size: 53vw !important;
  }
  .pd-lg-53 {
    padding-top: 53% !important;
  }
  .mw-lg-53 {
    max-width: 53% !important;
  }
  .w-lg-53 {
    width: 53% !important;
  }
  .fs-vw-lg-54 {
    font-size: 54vw !important;
  }
  .pd-lg-54 {
    padding-top: 54% !important;
  }
  .mw-lg-54 {
    max-width: 54% !important;
  }
  .w-lg-54 {
    width: 54% !important;
  }
  .fs-vw-lg-55 {
    font-size: 55vw !important;
  }
  .pd-lg-55 {
    padding-top: 55% !important;
  }
  .mw-lg-55 {
    max-width: 55% !important;
  }
  .w-lg-55 {
    width: 55% !important;
  }
  .fs-vw-lg-56 {
    font-size: 56vw !important;
  }
  .pd-lg-56 {
    padding-top: 56% !important;
  }
  .mw-lg-56 {
    max-width: 56% !important;
  }
  .w-lg-56 {
    width: 56% !important;
  }
  .fs-vw-lg-57 {
    font-size: 57vw !important;
  }
  .pd-lg-57 {
    padding-top: 57% !important;
  }
  .mw-lg-57 {
    max-width: 57% !important;
  }
  .w-lg-57 {
    width: 57% !important;
  }
  .fs-vw-lg-58 {
    font-size: 58vw !important;
  }
  .pd-lg-58 {
    padding-top: 58% !important;
  }
  .mw-lg-58 {
    max-width: 58% !important;
  }
  .w-lg-58 {
    width: 58% !important;
  }
  .fs-vw-lg-59 {
    font-size: 59vw !important;
  }
  .pd-lg-59 {
    padding-top: 59% !important;
  }
  .mw-lg-59 {
    max-width: 59% !important;
  }
  .w-lg-59 {
    width: 59% !important;
  }
  .fs-vw-lg-60 {
    font-size: 60vw !important;
  }
  .pd-lg-60 {
    padding-top: 60% !important;
  }
  .mw-lg-60 {
    max-width: 60% !important;
  }
  .w-lg-60 {
    width: 60% !important;
  }
  .fs-vw-lg-61 {
    font-size: 61vw !important;
  }
  .pd-lg-61 {
    padding-top: 61% !important;
  }
  .mw-lg-61 {
    max-width: 61% !important;
  }
  .w-lg-61 {
    width: 61% !important;
  }
  .fs-vw-lg-62 {
    font-size: 62vw !important;
  }
  .pd-lg-62 {
    padding-top: 62% !important;
  }
  .mw-lg-62 {
    max-width: 62% !important;
  }
  .w-lg-62 {
    width: 62% !important;
  }
  .fs-vw-lg-63 {
    font-size: 63vw !important;
  }
  .pd-lg-63 {
    padding-top: 63% !important;
  }
  .mw-lg-63 {
    max-width: 63% !important;
  }
  .w-lg-63 {
    width: 63% !important;
  }
  .fs-vw-lg-64 {
    font-size: 64vw !important;
  }
  .pd-lg-64 {
    padding-top: 64% !important;
  }
  .mw-lg-64 {
    max-width: 64% !important;
  }
  .w-lg-64 {
    width: 64% !important;
  }
  .fs-vw-lg-65 {
    font-size: 65vw !important;
  }
  .pd-lg-65 {
    padding-top: 65% !important;
  }
  .mw-lg-65 {
    max-width: 65% !important;
  }
  .w-lg-65 {
    width: 65% !important;
  }
  .fs-vw-lg-66 {
    font-size: 66vw !important;
  }
  .pd-lg-66 {
    padding-top: 66% !important;
  }
  .mw-lg-66 {
    max-width: 66% !important;
  }
  .w-lg-66 {
    width: 66% !important;
  }
  .fs-vw-lg-67 {
    font-size: 67vw !important;
  }
  .pd-lg-67 {
    padding-top: 67% !important;
  }
  .mw-lg-67 {
    max-width: 67% !important;
  }
  .w-lg-67 {
    width: 67% !important;
  }
  .fs-vw-lg-68 {
    font-size: 68vw !important;
  }
  .pd-lg-68 {
    padding-top: 68% !important;
  }
  .mw-lg-68 {
    max-width: 68% !important;
  }
  .w-lg-68 {
    width: 68% !important;
  }
  .fs-vw-lg-69 {
    font-size: 69vw !important;
  }
  .pd-lg-69 {
    padding-top: 69% !important;
  }
  .mw-lg-69 {
    max-width: 69% !important;
  }
  .w-lg-69 {
    width: 69% !important;
  }
  .fs-vw-lg-70 {
    font-size: 70vw !important;
  }
  .pd-lg-70 {
    padding-top: 70% !important;
  }
  .mw-lg-70 {
    max-width: 70% !important;
  }
  .w-lg-70 {
    width: 70% !important;
  }
  .fs-vw-lg-71 {
    font-size: 71vw !important;
  }
  .pd-lg-71 {
    padding-top: 71% !important;
  }
  .mw-lg-71 {
    max-width: 71% !important;
  }
  .w-lg-71 {
    width: 71% !important;
  }
  .fs-vw-lg-72 {
    font-size: 72vw !important;
  }
  .pd-lg-72 {
    padding-top: 72% !important;
  }
  .mw-lg-72 {
    max-width: 72% !important;
  }
  .w-lg-72 {
    width: 72% !important;
  }
  .fs-vw-lg-73 {
    font-size: 73vw !important;
  }
  .pd-lg-73 {
    padding-top: 73% !important;
  }
  .mw-lg-73 {
    max-width: 73% !important;
  }
  .w-lg-73 {
    width: 73% !important;
  }
  .fs-vw-lg-74 {
    font-size: 74vw !important;
  }
  .pd-lg-74 {
    padding-top: 74% !important;
  }
  .mw-lg-74 {
    max-width: 74% !important;
  }
  .w-lg-74 {
    width: 74% !important;
  }
  .fs-vw-lg-75 {
    font-size: 75vw !important;
  }
  .pd-lg-75 {
    padding-top: 75% !important;
  }
  .mw-lg-75 {
    max-width: 75% !important;
  }
  .w-lg-75 {
    width: 75% !important;
  }
  .fs-vw-lg-76 {
    font-size: 76vw !important;
  }
  .pd-lg-76 {
    padding-top: 76% !important;
  }
  .mw-lg-76 {
    max-width: 76% !important;
  }
  .w-lg-76 {
    width: 76% !important;
  }
  .fs-vw-lg-77 {
    font-size: 77vw !important;
  }
  .pd-lg-77 {
    padding-top: 77% !important;
  }
  .mw-lg-77 {
    max-width: 77% !important;
  }
  .w-lg-77 {
    width: 77% !important;
  }
  .fs-vw-lg-78 {
    font-size: 78vw !important;
  }
  .pd-lg-78 {
    padding-top: 78% !important;
  }
  .mw-lg-78 {
    max-width: 78% !important;
  }
  .w-lg-78 {
    width: 78% !important;
  }
  .fs-vw-lg-79 {
    font-size: 79vw !important;
  }
  .pd-lg-79 {
    padding-top: 79% !important;
  }
  .mw-lg-79 {
    max-width: 79% !important;
  }
  .w-lg-79 {
    width: 79% !important;
  }
  .fs-vw-lg-80 {
    font-size: 80vw !important;
  }
  .pd-lg-80 {
    padding-top: 80% !important;
  }
  .mw-lg-80 {
    max-width: 80% !important;
  }
  .w-lg-80 {
    width: 80% !important;
  }
  .fs-vw-lg-81 {
    font-size: 81vw !important;
  }
  .pd-lg-81 {
    padding-top: 81% !important;
  }
  .mw-lg-81 {
    max-width: 81% !important;
  }
  .w-lg-81 {
    width: 81% !important;
  }
  .fs-vw-lg-82 {
    font-size: 82vw !important;
  }
  .pd-lg-82 {
    padding-top: 82% !important;
  }
  .mw-lg-82 {
    max-width: 82% !important;
  }
  .w-lg-82 {
    width: 82% !important;
  }
  .fs-vw-lg-83 {
    font-size: 83vw !important;
  }
  .pd-lg-83 {
    padding-top: 83% !important;
  }
  .mw-lg-83 {
    max-width: 83% !important;
  }
  .w-lg-83 {
    width: 83% !important;
  }
  .fs-vw-lg-84 {
    font-size: 84vw !important;
  }
  .pd-lg-84 {
    padding-top: 84% !important;
  }
  .mw-lg-84 {
    max-width: 84% !important;
  }
  .w-lg-84 {
    width: 84% !important;
  }
  .fs-vw-lg-85 {
    font-size: 85vw !important;
  }
  .pd-lg-85 {
    padding-top: 85% !important;
  }
  .mw-lg-85 {
    max-width: 85% !important;
  }
  .w-lg-85 {
    width: 85% !important;
  }
  .fs-vw-lg-86 {
    font-size: 86vw !important;
  }
  .pd-lg-86 {
    padding-top: 86% !important;
  }
  .mw-lg-86 {
    max-width: 86% !important;
  }
  .w-lg-86 {
    width: 86% !important;
  }
  .fs-vw-lg-87 {
    font-size: 87vw !important;
  }
  .pd-lg-87 {
    padding-top: 87% !important;
  }
  .mw-lg-87 {
    max-width: 87% !important;
  }
  .w-lg-87 {
    width: 87% !important;
  }
  .fs-vw-lg-88 {
    font-size: 88vw !important;
  }
  .pd-lg-88 {
    padding-top: 88% !important;
  }
  .mw-lg-88 {
    max-width: 88% !important;
  }
  .w-lg-88 {
    width: 88% !important;
  }
  .fs-vw-lg-89 {
    font-size: 89vw !important;
  }
  .pd-lg-89 {
    padding-top: 89% !important;
  }
  .mw-lg-89 {
    max-width: 89% !important;
  }
  .w-lg-89 {
    width: 89% !important;
  }
  .fs-vw-lg-90 {
    font-size: 90vw !important;
  }
  .pd-lg-90 {
    padding-top: 90% !important;
  }
  .mw-lg-90 {
    max-width: 90% !important;
  }
  .w-lg-90 {
    width: 90% !important;
  }
  .fs-vw-lg-91 {
    font-size: 91vw !important;
  }
  .pd-lg-91 {
    padding-top: 91% !important;
  }
  .mw-lg-91 {
    max-width: 91% !important;
  }
  .w-lg-91 {
    width: 91% !important;
  }
  .fs-vw-lg-92 {
    font-size: 92vw !important;
  }
  .pd-lg-92 {
    padding-top: 92% !important;
  }
  .mw-lg-92 {
    max-width: 92% !important;
  }
  .w-lg-92 {
    width: 92% !important;
  }
  .fs-vw-lg-93 {
    font-size: 93vw !important;
  }
  .pd-lg-93 {
    padding-top: 93% !important;
  }
  .mw-lg-93 {
    max-width: 93% !important;
  }
  .w-lg-93 {
    width: 93% !important;
  }
  .fs-vw-lg-94 {
    font-size: 94vw !important;
  }
  .pd-lg-94 {
    padding-top: 94% !important;
  }
  .mw-lg-94 {
    max-width: 94% !important;
  }
  .w-lg-94 {
    width: 94% !important;
  }
  .fs-vw-lg-95 {
    font-size: 95vw !important;
  }
  .pd-lg-95 {
    padding-top: 95% !important;
  }
  .mw-lg-95 {
    max-width: 95% !important;
  }
  .w-lg-95 {
    width: 95% !important;
  }
  .fs-vw-lg-96 {
    font-size: 96vw !important;
  }
  .pd-lg-96 {
    padding-top: 96% !important;
  }
  .mw-lg-96 {
    max-width: 96% !important;
  }
  .w-lg-96 {
    width: 96% !important;
  }
  .fs-vw-lg-97 {
    font-size: 97vw !important;
  }
  .pd-lg-97 {
    padding-top: 97% !important;
  }
  .mw-lg-97 {
    max-width: 97% !important;
  }
  .w-lg-97 {
    width: 97% !important;
  }
  .fs-vw-lg-98 {
    font-size: 98vw !important;
  }
  .pd-lg-98 {
    padding-top: 98% !important;
  }
  .mw-lg-98 {
    max-width: 98% !important;
  }
  .w-lg-98 {
    width: 98% !important;
  }
  .fs-vw-lg-99 {
    font-size: 99vw !important;
  }
  .pd-lg-99 {
    padding-top: 99% !important;
  }
  .mw-lg-99 {
    max-width: 99% !important;
  }
  .w-lg-99 {
    width: 99% !important;
  }
  .fs-vw-lg-100 {
    font-size: 100vw !important;
  }
  .pd-lg-100 {
    padding-top: 100% !important;
  }
  .mw-lg-100 {
    max-width: 100% !important;
  }
  .w-lg-100 {
    width: 100% !important;
  }
}
@media (min-width: 1200px) {
  .b-xl-0 {
    border-width: 0px !important;
  }
  .bt-xl-0 {
    border-top-width: 0px !important;
  }
  .bb-xl-0 {
    border-bottom-width: 0px !important;
  }
  .be-xl-0 {
    border-right-width: 0px !important;
  }
  .bs-xl-0 {
    border-left-width: 0px !important;
  }
  .columns-xl-0 {
    column-count: 0;
    column-gap: calc(2% + 20px);
  }
  .b-xl-1 {
    border-width: 1px !important;
  }
  .bt-xl-1 {
    border-top-width: 1px !important;
  }
  .bb-xl-1 {
    border-bottom-width: 1px !important;
  }
  .be-xl-1 {
    border-right-width: 1px !important;
  }
  .bs-xl-1 {
    border-left-width: 1px !important;
  }
  .columns-xl-1 {
    column-count: 1;
    column-gap: calc(2% + 20px);
  }
  .b-xl-2 {
    border-width: 2px !important;
  }
  .bt-xl-2 {
    border-top-width: 2px !important;
  }
  .bb-xl-2 {
    border-bottom-width: 2px !important;
  }
  .be-xl-2 {
    border-right-width: 2px !important;
  }
  .bs-xl-2 {
    border-left-width: 2px !important;
  }
  .columns-xl-2 {
    column-count: 2;
    column-gap: calc(2% + 20px);
  }
  .b-xl-3 {
    border-width: 3px !important;
  }
  .bt-xl-3 {
    border-top-width: 3px !important;
  }
  .bb-xl-3 {
    border-bottom-width: 3px !important;
  }
  .be-xl-3 {
    border-right-width: 3px !important;
  }
  .bs-xl-3 {
    border-left-width: 3px !important;
  }
  .columns-xl-3 {
    column-count: 3;
    column-gap: calc(2% + 20px);
  }
  .b-xl-4 {
    border-width: 4px !important;
  }
  .bt-xl-4 {
    border-top-width: 4px !important;
  }
  .bb-xl-4 {
    border-bottom-width: 4px !important;
  }
  .be-xl-4 {
    border-right-width: 4px !important;
  }
  .bs-xl-4 {
    border-left-width: 4px !important;
  }
  .columns-xl-4 {
    column-count: 4;
    column-gap: calc(2% + 20px);
  }
  .b-xl-5 {
    border-width: 5px !important;
  }
  .bt-xl-5 {
    border-top-width: 5px !important;
  }
  .bb-xl-5 {
    border-bottom-width: 5px !important;
  }
  .be-xl-5 {
    border-right-width: 5px !important;
  }
  .bs-xl-5 {
    border-left-width: 5px !important;
  }
  .columns-xl-5 {
    column-count: 5;
    column-gap: calc(2% + 20px);
  }
  .b-xl-6 {
    border-width: 6px !important;
  }
  .bt-xl-6 {
    border-top-width: 6px !important;
  }
  .bb-xl-6 {
    border-bottom-width: 6px !important;
  }
  .be-xl-6 {
    border-right-width: 6px !important;
  }
  .bs-xl-6 {
    border-left-width: 6px !important;
  }
  .columns-xl-6 {
    column-count: 6;
    column-gap: calc(2% + 20px);
  }
  .b-xl-7 {
    border-width: 7px !important;
  }
  .bt-xl-7 {
    border-top-width: 7px !important;
  }
  .bb-xl-7 {
    border-bottom-width: 7px !important;
  }
  .be-xl-7 {
    border-right-width: 7px !important;
  }
  .bs-xl-7 {
    border-left-width: 7px !important;
  }
  .columns-xl-7 {
    column-count: 7;
    column-gap: calc(2% + 20px);
  }
  .b-xl-8 {
    border-width: 8px !important;
  }
  .bt-xl-8 {
    border-top-width: 8px !important;
  }
  .bb-xl-8 {
    border-bottom-width: 8px !important;
  }
  .be-xl-8 {
    border-right-width: 8px !important;
  }
  .bs-xl-8 {
    border-left-width: 8px !important;
  }
  .columns-xl-8 {
    column-count: 8;
    column-gap: calc(2% + 20px);
  }
  .b-xl-9 {
    border-width: 9px !important;
  }
  .bt-xl-9 {
    border-top-width: 9px !important;
  }
  .bb-xl-9 {
    border-bottom-width: 9px !important;
  }
  .be-xl-9 {
    border-right-width: 9px !important;
  }
  .bs-xl-9 {
    border-left-width: 9px !important;
  }
  .columns-xl-9 {
    column-count: 9;
    column-gap: calc(2% + 20px);
  }
  .mw-px-xl-0 {
    max-width: 0px !important;
  }
  .w-px-xl-0 {
    width: 0px !important;
  }
  .h-px-xl-0 {
    height: 0px !important;
  }
  .min-h-px-xl-0 {
    min-height: 0px !important;
  }
  .mw-px-xl-5 {
    max-width: 5px !important;
  }
  .w-px-xl-5 {
    width: 5px !important;
  }
  .h-px-xl-5 {
    height: 5px !important;
  }
  .min-h-px-xl-5 {
    min-height: 5px !important;
  }
  .mw-px-xl-10 {
    max-width: 10px !important;
  }
  .w-px-xl-10 {
    width: 10px !important;
  }
  .h-px-xl-10 {
    height: 10px !important;
  }
  .min-h-px-xl-10 {
    min-height: 10px !important;
  }
  .mw-px-xl-15 {
    max-width: 15px !important;
  }
  .w-px-xl-15 {
    width: 15px !important;
  }
  .h-px-xl-15 {
    height: 15px !important;
  }
  .min-h-px-xl-15 {
    min-height: 15px !important;
  }
  .mw-px-xl-20 {
    max-width: 20px !important;
  }
  .w-px-xl-20 {
    width: 20px !important;
  }
  .h-px-xl-20 {
    height: 20px !important;
  }
  .min-h-px-xl-20 {
    min-height: 20px !important;
  }
  .mw-px-xl-25 {
    max-width: 25px !important;
  }
  .w-px-xl-25 {
    width: 25px !important;
  }
  .h-px-xl-25 {
    height: 25px !important;
  }
  .min-h-px-xl-25 {
    min-height: 25px !important;
  }
  .mw-px-xl-30 {
    max-width: 30px !important;
  }
  .w-px-xl-30 {
    width: 30px !important;
  }
  .h-px-xl-30 {
    height: 30px !important;
  }
  .min-h-px-xl-30 {
    min-height: 30px !important;
  }
  .mw-px-xl-35 {
    max-width: 35px !important;
  }
  .w-px-xl-35 {
    width: 35px !important;
  }
  .h-px-xl-35 {
    height: 35px !important;
  }
  .min-h-px-xl-35 {
    min-height: 35px !important;
  }
  .mw-px-xl-40 {
    max-width: 40px !important;
  }
  .w-px-xl-40 {
    width: 40px !important;
  }
  .h-px-xl-40 {
    height: 40px !important;
  }
  .min-h-px-xl-40 {
    min-height: 40px !important;
  }
  .mw-px-xl-45 {
    max-width: 45px !important;
  }
  .w-px-xl-45 {
    width: 45px !important;
  }
  .h-px-xl-45 {
    height: 45px !important;
  }
  .min-h-px-xl-45 {
    min-height: 45px !important;
  }
  .mw-px-xl-50 {
    max-width: 50px !important;
  }
  .w-px-xl-50 {
    width: 50px !important;
  }
  .h-px-xl-50 {
    height: 50px !important;
  }
  .min-h-px-xl-50 {
    min-height: 50px !important;
  }
  .mw-px-xl-55 {
    max-width: 55px !important;
  }
  .w-px-xl-55 {
    width: 55px !important;
  }
  .h-px-xl-55 {
    height: 55px !important;
  }
  .min-h-px-xl-55 {
    min-height: 55px !important;
  }
  .mw-px-xl-60 {
    max-width: 60px !important;
  }
  .w-px-xl-60 {
    width: 60px !important;
  }
  .h-px-xl-60 {
    height: 60px !important;
  }
  .min-h-px-xl-60 {
    min-height: 60px !important;
  }
  .mw-px-xl-65 {
    max-width: 65px !important;
  }
  .w-px-xl-65 {
    width: 65px !important;
  }
  .h-px-xl-65 {
    height: 65px !important;
  }
  .min-h-px-xl-65 {
    min-height: 65px !important;
  }
  .mw-px-xl-70 {
    max-width: 70px !important;
  }
  .w-px-xl-70 {
    width: 70px !important;
  }
  .h-px-xl-70 {
    height: 70px !important;
  }
  .min-h-px-xl-70 {
    min-height: 70px !important;
  }
  .mw-px-xl-75 {
    max-width: 75px !important;
  }
  .w-px-xl-75 {
    width: 75px !important;
  }
  .h-px-xl-75 {
    height: 75px !important;
  }
  .min-h-px-xl-75 {
    min-height: 75px !important;
  }
  .mw-px-xl-80 {
    max-width: 80px !important;
  }
  .w-px-xl-80 {
    width: 80px !important;
  }
  .h-px-xl-80 {
    height: 80px !important;
  }
  .min-h-px-xl-80 {
    min-height: 80px !important;
  }
  .mw-px-xl-85 {
    max-width: 85px !important;
  }
  .w-px-xl-85 {
    width: 85px !important;
  }
  .h-px-xl-85 {
    height: 85px !important;
  }
  .min-h-px-xl-85 {
    min-height: 85px !important;
  }
  .mw-px-xl-90 {
    max-width: 90px !important;
  }
  .w-px-xl-90 {
    width: 90px !important;
  }
  .h-px-xl-90 {
    height: 90px !important;
  }
  .min-h-px-xl-90 {
    min-height: 90px !important;
  }
  .mw-px-xl-95 {
    max-width: 95px !important;
  }
  .w-px-xl-95 {
    width: 95px !important;
  }
  .h-px-xl-95 {
    height: 95px !important;
  }
  .min-h-px-xl-95 {
    min-height: 95px !important;
  }
  .mw-px-xl-100 {
    max-width: 100px !important;
  }
  .w-px-xl-100 {
    width: 100px !important;
  }
  .h-px-xl-100 {
    height: 100px !important;
  }
  .min-h-px-xl-100 {
    min-height: 100px !important;
  }
  .mw-px-xl-105 {
    max-width: 105px !important;
  }
  .w-px-xl-105 {
    width: 105px !important;
  }
  .h-px-xl-105 {
    height: 105px !important;
  }
  .min-h-px-xl-105 {
    min-height: 105px !important;
  }
  .mw-px-xl-110 {
    max-width: 110px !important;
  }
  .w-px-xl-110 {
    width: 110px !important;
  }
  .h-px-xl-110 {
    height: 110px !important;
  }
  .min-h-px-xl-110 {
    min-height: 110px !important;
  }
  .mw-px-xl-115 {
    max-width: 115px !important;
  }
  .w-px-xl-115 {
    width: 115px !important;
  }
  .h-px-xl-115 {
    height: 115px !important;
  }
  .min-h-px-xl-115 {
    min-height: 115px !important;
  }
  .mw-px-xl-120 {
    max-width: 120px !important;
  }
  .w-px-xl-120 {
    width: 120px !important;
  }
  .h-px-xl-120 {
    height: 120px !important;
  }
  .min-h-px-xl-120 {
    min-height: 120px !important;
  }
  .mw-px-xl-125 {
    max-width: 125px !important;
  }
  .w-px-xl-125 {
    width: 125px !important;
  }
  .h-px-xl-125 {
    height: 125px !important;
  }
  .min-h-px-xl-125 {
    min-height: 125px !important;
  }
  .mw-px-xl-130 {
    max-width: 130px !important;
  }
  .w-px-xl-130 {
    width: 130px !important;
  }
  .h-px-xl-130 {
    height: 130px !important;
  }
  .min-h-px-xl-130 {
    min-height: 130px !important;
  }
  .mw-px-xl-135 {
    max-width: 135px !important;
  }
  .w-px-xl-135 {
    width: 135px !important;
  }
  .h-px-xl-135 {
    height: 135px !important;
  }
  .min-h-px-xl-135 {
    min-height: 135px !important;
  }
  .mw-px-xl-140 {
    max-width: 140px !important;
  }
  .w-px-xl-140 {
    width: 140px !important;
  }
  .h-px-xl-140 {
    height: 140px !important;
  }
  .min-h-px-xl-140 {
    min-height: 140px !important;
  }
  .mw-px-xl-145 {
    max-width: 145px !important;
  }
  .w-px-xl-145 {
    width: 145px !important;
  }
  .h-px-xl-145 {
    height: 145px !important;
  }
  .min-h-px-xl-145 {
    min-height: 145px !important;
  }
  .mw-px-xl-150 {
    max-width: 150px !important;
  }
  .w-px-xl-150 {
    width: 150px !important;
  }
  .h-px-xl-150 {
    height: 150px !important;
  }
  .min-h-px-xl-150 {
    min-height: 150px !important;
  }
  .mw-px-xl-155 {
    max-width: 155px !important;
  }
  .w-px-xl-155 {
    width: 155px !important;
  }
  .h-px-xl-155 {
    height: 155px !important;
  }
  .min-h-px-xl-155 {
    min-height: 155px !important;
  }
  .mw-px-xl-160 {
    max-width: 160px !important;
  }
  .w-px-xl-160 {
    width: 160px !important;
  }
  .h-px-xl-160 {
    height: 160px !important;
  }
  .min-h-px-xl-160 {
    min-height: 160px !important;
  }
  .mw-px-xl-165 {
    max-width: 165px !important;
  }
  .w-px-xl-165 {
    width: 165px !important;
  }
  .h-px-xl-165 {
    height: 165px !important;
  }
  .min-h-px-xl-165 {
    min-height: 165px !important;
  }
  .mw-px-xl-170 {
    max-width: 170px !important;
  }
  .w-px-xl-170 {
    width: 170px !important;
  }
  .h-px-xl-170 {
    height: 170px !important;
  }
  .min-h-px-xl-170 {
    min-height: 170px !important;
  }
  .mw-px-xl-175 {
    max-width: 175px !important;
  }
  .w-px-xl-175 {
    width: 175px !important;
  }
  .h-px-xl-175 {
    height: 175px !important;
  }
  .min-h-px-xl-175 {
    min-height: 175px !important;
  }
  .mw-px-xl-180 {
    max-width: 180px !important;
  }
  .w-px-xl-180 {
    width: 180px !important;
  }
  .h-px-xl-180 {
    height: 180px !important;
  }
  .min-h-px-xl-180 {
    min-height: 180px !important;
  }
  .mw-px-xl-185 {
    max-width: 185px !important;
  }
  .w-px-xl-185 {
    width: 185px !important;
  }
  .h-px-xl-185 {
    height: 185px !important;
  }
  .min-h-px-xl-185 {
    min-height: 185px !important;
  }
  .mw-px-xl-190 {
    max-width: 190px !important;
  }
  .w-px-xl-190 {
    width: 190px !important;
  }
  .h-px-xl-190 {
    height: 190px !important;
  }
  .min-h-px-xl-190 {
    min-height: 190px !important;
  }
  .mw-px-xl-195 {
    max-width: 195px !important;
  }
  .w-px-xl-195 {
    width: 195px !important;
  }
  .h-px-xl-195 {
    height: 195px !important;
  }
  .min-h-px-xl-195 {
    min-height: 195px !important;
  }
  .mw-px-xl-200 {
    max-width: 200px !important;
  }
  .w-px-xl-200 {
    width: 200px !important;
  }
  .h-px-xl-200 {
    height: 200px !important;
  }
  .min-h-px-xl-200 {
    min-height: 200px !important;
  }
  .mw-px-xl-205 {
    max-width: 205px !important;
  }
  .w-px-xl-205 {
    width: 205px !important;
  }
  .h-px-xl-205 {
    height: 205px !important;
  }
  .min-h-px-xl-205 {
    min-height: 205px !important;
  }
  .mw-px-xl-210 {
    max-width: 210px !important;
  }
  .w-px-xl-210 {
    width: 210px !important;
  }
  .h-px-xl-210 {
    height: 210px !important;
  }
  .min-h-px-xl-210 {
    min-height: 210px !important;
  }
  .mw-px-xl-215 {
    max-width: 215px !important;
  }
  .w-px-xl-215 {
    width: 215px !important;
  }
  .h-px-xl-215 {
    height: 215px !important;
  }
  .min-h-px-xl-215 {
    min-height: 215px !important;
  }
  .mw-px-xl-220 {
    max-width: 220px !important;
  }
  .w-px-xl-220 {
    width: 220px !important;
  }
  .h-px-xl-220 {
    height: 220px !important;
  }
  .min-h-px-xl-220 {
    min-height: 220px !important;
  }
  .mw-px-xl-225 {
    max-width: 225px !important;
  }
  .w-px-xl-225 {
    width: 225px !important;
  }
  .h-px-xl-225 {
    height: 225px !important;
  }
  .min-h-px-xl-225 {
    min-height: 225px !important;
  }
  .mw-px-xl-230 {
    max-width: 230px !important;
  }
  .w-px-xl-230 {
    width: 230px !important;
  }
  .h-px-xl-230 {
    height: 230px !important;
  }
  .min-h-px-xl-230 {
    min-height: 230px !important;
  }
  .mw-px-xl-235 {
    max-width: 235px !important;
  }
  .w-px-xl-235 {
    width: 235px !important;
  }
  .h-px-xl-235 {
    height: 235px !important;
  }
  .min-h-px-xl-235 {
    min-height: 235px !important;
  }
  .mw-px-xl-240 {
    max-width: 240px !important;
  }
  .w-px-xl-240 {
    width: 240px !important;
  }
  .h-px-xl-240 {
    height: 240px !important;
  }
  .min-h-px-xl-240 {
    min-height: 240px !important;
  }
  .mw-px-xl-245 {
    max-width: 245px !important;
  }
  .w-px-xl-245 {
    width: 245px !important;
  }
  .h-px-xl-245 {
    height: 245px !important;
  }
  .min-h-px-xl-245 {
    min-height: 245px !important;
  }
  .mw-px-xl-250 {
    max-width: 250px !important;
  }
  .w-px-xl-250 {
    width: 250px !important;
  }
  .h-px-xl-250 {
    height: 250px !important;
  }
  .min-h-px-xl-250 {
    min-height: 250px !important;
  }
  .mw-px-xl-255 {
    max-width: 255px !important;
  }
  .w-px-xl-255 {
    width: 255px !important;
  }
  .h-px-xl-255 {
    height: 255px !important;
  }
  .min-h-px-xl-255 {
    min-height: 255px !important;
  }
  .mw-px-xl-260 {
    max-width: 260px !important;
  }
  .w-px-xl-260 {
    width: 260px !important;
  }
  .h-px-xl-260 {
    height: 260px !important;
  }
  .min-h-px-xl-260 {
    min-height: 260px !important;
  }
  .mw-px-xl-265 {
    max-width: 265px !important;
  }
  .w-px-xl-265 {
    width: 265px !important;
  }
  .h-px-xl-265 {
    height: 265px !important;
  }
  .min-h-px-xl-265 {
    min-height: 265px !important;
  }
  .mw-px-xl-270 {
    max-width: 270px !important;
  }
  .w-px-xl-270 {
    width: 270px !important;
  }
  .h-px-xl-270 {
    height: 270px !important;
  }
  .min-h-px-xl-270 {
    min-height: 270px !important;
  }
  .mw-px-xl-275 {
    max-width: 275px !important;
  }
  .w-px-xl-275 {
    width: 275px !important;
  }
  .h-px-xl-275 {
    height: 275px !important;
  }
  .min-h-px-xl-275 {
    min-height: 275px !important;
  }
  .mw-px-xl-280 {
    max-width: 280px !important;
  }
  .w-px-xl-280 {
    width: 280px !important;
  }
  .h-px-xl-280 {
    height: 280px !important;
  }
  .min-h-px-xl-280 {
    min-height: 280px !important;
  }
  .mw-px-xl-285 {
    max-width: 285px !important;
  }
  .w-px-xl-285 {
    width: 285px !important;
  }
  .h-px-xl-285 {
    height: 285px !important;
  }
  .min-h-px-xl-285 {
    min-height: 285px !important;
  }
  .mw-px-xl-290 {
    max-width: 290px !important;
  }
  .w-px-xl-290 {
    width: 290px !important;
  }
  .h-px-xl-290 {
    height: 290px !important;
  }
  .min-h-px-xl-290 {
    min-height: 290px !important;
  }
  .mw-px-xl-295 {
    max-width: 295px !important;
  }
  .w-px-xl-295 {
    width: 295px !important;
  }
  .h-px-xl-295 {
    height: 295px !important;
  }
  .min-h-px-xl-295 {
    min-height: 295px !important;
  }
  .mw-px-xl-300 {
    max-width: 300px !important;
  }
  .w-px-xl-300 {
    width: 300px !important;
  }
  .h-px-xl-300 {
    height: 300px !important;
  }
  .min-h-px-xl-300 {
    min-height: 300px !important;
  }
  .mw-px-xl-305 {
    max-width: 305px !important;
  }
  .w-px-xl-305 {
    width: 305px !important;
  }
  .h-px-xl-305 {
    height: 305px !important;
  }
  .min-h-px-xl-305 {
    min-height: 305px !important;
  }
  .mw-px-xl-310 {
    max-width: 310px !important;
  }
  .w-px-xl-310 {
    width: 310px !important;
  }
  .h-px-xl-310 {
    height: 310px !important;
  }
  .min-h-px-xl-310 {
    min-height: 310px !important;
  }
  .mw-px-xl-315 {
    max-width: 315px !important;
  }
  .w-px-xl-315 {
    width: 315px !important;
  }
  .h-px-xl-315 {
    height: 315px !important;
  }
  .min-h-px-xl-315 {
    min-height: 315px !important;
  }
  .mw-px-xl-320 {
    max-width: 320px !important;
  }
  .w-px-xl-320 {
    width: 320px !important;
  }
  .h-px-xl-320 {
    height: 320px !important;
  }
  .min-h-px-xl-320 {
    min-height: 320px !important;
  }
  .mw-px-xl-325 {
    max-width: 325px !important;
  }
  .w-px-xl-325 {
    width: 325px !important;
  }
  .h-px-xl-325 {
    height: 325px !important;
  }
  .min-h-px-xl-325 {
    min-height: 325px !important;
  }
  .mw-px-xl-330 {
    max-width: 330px !important;
  }
  .w-px-xl-330 {
    width: 330px !important;
  }
  .h-px-xl-330 {
    height: 330px !important;
  }
  .min-h-px-xl-330 {
    min-height: 330px !important;
  }
  .mw-px-xl-335 {
    max-width: 335px !important;
  }
  .w-px-xl-335 {
    width: 335px !important;
  }
  .h-px-xl-335 {
    height: 335px !important;
  }
  .min-h-px-xl-335 {
    min-height: 335px !important;
  }
  .mw-px-xl-340 {
    max-width: 340px !important;
  }
  .w-px-xl-340 {
    width: 340px !important;
  }
  .h-px-xl-340 {
    height: 340px !important;
  }
  .min-h-px-xl-340 {
    min-height: 340px !important;
  }
  .mw-px-xl-345 {
    max-width: 345px !important;
  }
  .w-px-xl-345 {
    width: 345px !important;
  }
  .h-px-xl-345 {
    height: 345px !important;
  }
  .min-h-px-xl-345 {
    min-height: 345px !important;
  }
  .mw-px-xl-350 {
    max-width: 350px !important;
  }
  .w-px-xl-350 {
    width: 350px !important;
  }
  .h-px-xl-350 {
    height: 350px !important;
  }
  .min-h-px-xl-350 {
    min-height: 350px !important;
  }
  .mw-px-xl-355 {
    max-width: 355px !important;
  }
  .w-px-xl-355 {
    width: 355px !important;
  }
  .h-px-xl-355 {
    height: 355px !important;
  }
  .min-h-px-xl-355 {
    min-height: 355px !important;
  }
  .mw-px-xl-360 {
    max-width: 360px !important;
  }
  .w-px-xl-360 {
    width: 360px !important;
  }
  .h-px-xl-360 {
    height: 360px !important;
  }
  .min-h-px-xl-360 {
    min-height: 360px !important;
  }
  .mw-px-xl-365 {
    max-width: 365px !important;
  }
  .w-px-xl-365 {
    width: 365px !important;
  }
  .h-px-xl-365 {
    height: 365px !important;
  }
  .min-h-px-xl-365 {
    min-height: 365px !important;
  }
  .mw-px-xl-370 {
    max-width: 370px !important;
  }
  .w-px-xl-370 {
    width: 370px !important;
  }
  .h-px-xl-370 {
    height: 370px !important;
  }
  .min-h-px-xl-370 {
    min-height: 370px !important;
  }
  .mw-px-xl-375 {
    max-width: 375px !important;
  }
  .w-px-xl-375 {
    width: 375px !important;
  }
  .h-px-xl-375 {
    height: 375px !important;
  }
  .min-h-px-xl-375 {
    min-height: 375px !important;
  }
  .mw-px-xl-380 {
    max-width: 380px !important;
  }
  .w-px-xl-380 {
    width: 380px !important;
  }
  .h-px-xl-380 {
    height: 380px !important;
  }
  .min-h-px-xl-380 {
    min-height: 380px !important;
  }
  .mw-px-xl-385 {
    max-width: 385px !important;
  }
  .w-px-xl-385 {
    width: 385px !important;
  }
  .h-px-xl-385 {
    height: 385px !important;
  }
  .min-h-px-xl-385 {
    min-height: 385px !important;
  }
  .mw-px-xl-390 {
    max-width: 390px !important;
  }
  .w-px-xl-390 {
    width: 390px !important;
  }
  .h-px-xl-390 {
    height: 390px !important;
  }
  .min-h-px-xl-390 {
    min-height: 390px !important;
  }
  .mw-px-xl-395 {
    max-width: 395px !important;
  }
  .w-px-xl-395 {
    width: 395px !important;
  }
  .h-px-xl-395 {
    height: 395px !important;
  }
  .min-h-px-xl-395 {
    min-height: 395px !important;
  }
  .mw-px-xl-400 {
    max-width: 400px !important;
  }
  .w-px-xl-400 {
    width: 400px !important;
  }
  .h-px-xl-400 {
    height: 400px !important;
  }
  .min-h-px-xl-400 {
    min-height: 400px !important;
  }
  .mw-px-xl-405 {
    max-width: 405px !important;
  }
  .w-px-xl-405 {
    width: 405px !important;
  }
  .h-px-xl-405 {
    height: 405px !important;
  }
  .min-h-px-xl-405 {
    min-height: 405px !important;
  }
  .mw-px-xl-410 {
    max-width: 410px !important;
  }
  .w-px-xl-410 {
    width: 410px !important;
  }
  .h-px-xl-410 {
    height: 410px !important;
  }
  .min-h-px-xl-410 {
    min-height: 410px !important;
  }
  .mw-px-xl-415 {
    max-width: 415px !important;
  }
  .w-px-xl-415 {
    width: 415px !important;
  }
  .h-px-xl-415 {
    height: 415px !important;
  }
  .min-h-px-xl-415 {
    min-height: 415px !important;
  }
  .mw-px-xl-420 {
    max-width: 420px !important;
  }
  .w-px-xl-420 {
    width: 420px !important;
  }
  .h-px-xl-420 {
    height: 420px !important;
  }
  .min-h-px-xl-420 {
    min-height: 420px !important;
  }
  .mw-px-xl-425 {
    max-width: 425px !important;
  }
  .w-px-xl-425 {
    width: 425px !important;
  }
  .h-px-xl-425 {
    height: 425px !important;
  }
  .min-h-px-xl-425 {
    min-height: 425px !important;
  }
  .mw-px-xl-430 {
    max-width: 430px !important;
  }
  .w-px-xl-430 {
    width: 430px !important;
  }
  .h-px-xl-430 {
    height: 430px !important;
  }
  .min-h-px-xl-430 {
    min-height: 430px !important;
  }
  .mw-px-xl-435 {
    max-width: 435px !important;
  }
  .w-px-xl-435 {
    width: 435px !important;
  }
  .h-px-xl-435 {
    height: 435px !important;
  }
  .min-h-px-xl-435 {
    min-height: 435px !important;
  }
  .mw-px-xl-440 {
    max-width: 440px !important;
  }
  .w-px-xl-440 {
    width: 440px !important;
  }
  .h-px-xl-440 {
    height: 440px !important;
  }
  .min-h-px-xl-440 {
    min-height: 440px !important;
  }
  .mw-px-xl-445 {
    max-width: 445px !important;
  }
  .w-px-xl-445 {
    width: 445px !important;
  }
  .h-px-xl-445 {
    height: 445px !important;
  }
  .min-h-px-xl-445 {
    min-height: 445px !important;
  }
  .mw-px-xl-450 {
    max-width: 450px !important;
  }
  .w-px-xl-450 {
    width: 450px !important;
  }
  .h-px-xl-450 {
    height: 450px !important;
  }
  .min-h-px-xl-450 {
    min-height: 450px !important;
  }
  .mw-px-xl-455 {
    max-width: 455px !important;
  }
  .w-px-xl-455 {
    width: 455px !important;
  }
  .h-px-xl-455 {
    height: 455px !important;
  }
  .min-h-px-xl-455 {
    min-height: 455px !important;
  }
  .mw-px-xl-460 {
    max-width: 460px !important;
  }
  .w-px-xl-460 {
    width: 460px !important;
  }
  .h-px-xl-460 {
    height: 460px !important;
  }
  .min-h-px-xl-460 {
    min-height: 460px !important;
  }
  .mw-px-xl-465 {
    max-width: 465px !important;
  }
  .w-px-xl-465 {
    width: 465px !important;
  }
  .h-px-xl-465 {
    height: 465px !important;
  }
  .min-h-px-xl-465 {
    min-height: 465px !important;
  }
  .mw-px-xl-470 {
    max-width: 470px !important;
  }
  .w-px-xl-470 {
    width: 470px !important;
  }
  .h-px-xl-470 {
    height: 470px !important;
  }
  .min-h-px-xl-470 {
    min-height: 470px !important;
  }
  .mw-px-xl-475 {
    max-width: 475px !important;
  }
  .w-px-xl-475 {
    width: 475px !important;
  }
  .h-px-xl-475 {
    height: 475px !important;
  }
  .min-h-px-xl-475 {
    min-height: 475px !important;
  }
  .mw-px-xl-480 {
    max-width: 480px !important;
  }
  .w-px-xl-480 {
    width: 480px !important;
  }
  .h-px-xl-480 {
    height: 480px !important;
  }
  .min-h-px-xl-480 {
    min-height: 480px !important;
  }
  .mw-px-xl-485 {
    max-width: 485px !important;
  }
  .w-px-xl-485 {
    width: 485px !important;
  }
  .h-px-xl-485 {
    height: 485px !important;
  }
  .min-h-px-xl-485 {
    min-height: 485px !important;
  }
  .mw-px-xl-490 {
    max-width: 490px !important;
  }
  .w-px-xl-490 {
    width: 490px !important;
  }
  .h-px-xl-490 {
    height: 490px !important;
  }
  .min-h-px-xl-490 {
    min-height: 490px !important;
  }
  .mw-px-xl-495 {
    max-width: 495px !important;
  }
  .w-px-xl-495 {
    width: 495px !important;
  }
  .h-px-xl-495 {
    height: 495px !important;
  }
  .min-h-px-xl-495 {
    min-height: 495px !important;
  }
  .mw-px-xl-500 {
    max-width: 500px !important;
  }
  .w-px-xl-500 {
    width: 500px !important;
  }
  .h-px-xl-500 {
    height: 500px !important;
  }
  .min-h-px-xl-500 {
    min-height: 500px !important;
  }
  .mw-px-xl-505 {
    max-width: 505px !important;
  }
  .w-px-xl-505 {
    width: 505px !important;
  }
  .h-px-xl-505 {
    height: 505px !important;
  }
  .min-h-px-xl-505 {
    min-height: 505px !important;
  }
  .mw-px-xl-510 {
    max-width: 510px !important;
  }
  .w-px-xl-510 {
    width: 510px !important;
  }
  .h-px-xl-510 {
    height: 510px !important;
  }
  .min-h-px-xl-510 {
    min-height: 510px !important;
  }
  .mw-px-xl-515 {
    max-width: 515px !important;
  }
  .w-px-xl-515 {
    width: 515px !important;
  }
  .h-px-xl-515 {
    height: 515px !important;
  }
  .min-h-px-xl-515 {
    min-height: 515px !important;
  }
  .mw-px-xl-520 {
    max-width: 520px !important;
  }
  .w-px-xl-520 {
    width: 520px !important;
  }
  .h-px-xl-520 {
    height: 520px !important;
  }
  .min-h-px-xl-520 {
    min-height: 520px !important;
  }
  .mw-px-xl-525 {
    max-width: 525px !important;
  }
  .w-px-xl-525 {
    width: 525px !important;
  }
  .h-px-xl-525 {
    height: 525px !important;
  }
  .min-h-px-xl-525 {
    min-height: 525px !important;
  }
  .mw-px-xl-530 {
    max-width: 530px !important;
  }
  .w-px-xl-530 {
    width: 530px !important;
  }
  .h-px-xl-530 {
    height: 530px !important;
  }
  .min-h-px-xl-530 {
    min-height: 530px !important;
  }
  .mw-px-xl-535 {
    max-width: 535px !important;
  }
  .w-px-xl-535 {
    width: 535px !important;
  }
  .h-px-xl-535 {
    height: 535px !important;
  }
  .min-h-px-xl-535 {
    min-height: 535px !important;
  }
  .mw-px-xl-540 {
    max-width: 540px !important;
  }
  .w-px-xl-540 {
    width: 540px !important;
  }
  .h-px-xl-540 {
    height: 540px !important;
  }
  .min-h-px-xl-540 {
    min-height: 540px !important;
  }
  .mw-px-xl-545 {
    max-width: 545px !important;
  }
  .w-px-xl-545 {
    width: 545px !important;
  }
  .h-px-xl-545 {
    height: 545px !important;
  }
  .min-h-px-xl-545 {
    min-height: 545px !important;
  }
  .mw-px-xl-550 {
    max-width: 550px !important;
  }
  .w-px-xl-550 {
    width: 550px !important;
  }
  .h-px-xl-550 {
    height: 550px !important;
  }
  .min-h-px-xl-550 {
    min-height: 550px !important;
  }
  .mw-px-xl-555 {
    max-width: 555px !important;
  }
  .w-px-xl-555 {
    width: 555px !important;
  }
  .h-px-xl-555 {
    height: 555px !important;
  }
  .min-h-px-xl-555 {
    min-height: 555px !important;
  }
  .mw-px-xl-560 {
    max-width: 560px !important;
  }
  .w-px-xl-560 {
    width: 560px !important;
  }
  .h-px-xl-560 {
    height: 560px !important;
  }
  .min-h-px-xl-560 {
    min-height: 560px !important;
  }
  .mw-px-xl-565 {
    max-width: 565px !important;
  }
  .w-px-xl-565 {
    width: 565px !important;
  }
  .h-px-xl-565 {
    height: 565px !important;
  }
  .min-h-px-xl-565 {
    min-height: 565px !important;
  }
  .mw-px-xl-570 {
    max-width: 570px !important;
  }
  .w-px-xl-570 {
    width: 570px !important;
  }
  .h-px-xl-570 {
    height: 570px !important;
  }
  .min-h-px-xl-570 {
    min-height: 570px !important;
  }
  .mw-px-xl-575 {
    max-width: 575px !important;
  }
  .w-px-xl-575 {
    width: 575px !important;
  }
  .h-px-xl-575 {
    height: 575px !important;
  }
  .min-h-px-xl-575 {
    min-height: 575px !important;
  }
  .mw-px-xl-580 {
    max-width: 580px !important;
  }
  .w-px-xl-580 {
    width: 580px !important;
  }
  .h-px-xl-580 {
    height: 580px !important;
  }
  .min-h-px-xl-580 {
    min-height: 580px !important;
  }
  .mw-px-xl-585 {
    max-width: 585px !important;
  }
  .w-px-xl-585 {
    width: 585px !important;
  }
  .h-px-xl-585 {
    height: 585px !important;
  }
  .min-h-px-xl-585 {
    min-height: 585px !important;
  }
  .mw-px-xl-590 {
    max-width: 590px !important;
  }
  .w-px-xl-590 {
    width: 590px !important;
  }
  .h-px-xl-590 {
    height: 590px !important;
  }
  .min-h-px-xl-590 {
    min-height: 590px !important;
  }
  .mw-px-xl-595 {
    max-width: 595px !important;
  }
  .w-px-xl-595 {
    width: 595px !important;
  }
  .h-px-xl-595 {
    height: 595px !important;
  }
  .min-h-px-xl-595 {
    min-height: 595px !important;
  }
  .mw-px-xl-600 {
    max-width: 600px !important;
  }
  .w-px-xl-600 {
    width: 600px !important;
  }
  .h-px-xl-600 {
    height: 600px !important;
  }
  .min-h-px-xl-600 {
    min-height: 600px !important;
  }
  .mw-px-xl-605 {
    max-width: 605px !important;
  }
  .w-px-xl-605 {
    width: 605px !important;
  }
  .h-px-xl-605 {
    height: 605px !important;
  }
  .min-h-px-xl-605 {
    min-height: 605px !important;
  }
  .mw-px-xl-610 {
    max-width: 610px !important;
  }
  .w-px-xl-610 {
    width: 610px !important;
  }
  .h-px-xl-610 {
    height: 610px !important;
  }
  .min-h-px-xl-610 {
    min-height: 610px !important;
  }
  .mw-px-xl-615 {
    max-width: 615px !important;
  }
  .w-px-xl-615 {
    width: 615px !important;
  }
  .h-px-xl-615 {
    height: 615px !important;
  }
  .min-h-px-xl-615 {
    min-height: 615px !important;
  }
  .mw-px-xl-620 {
    max-width: 620px !important;
  }
  .w-px-xl-620 {
    width: 620px !important;
  }
  .h-px-xl-620 {
    height: 620px !important;
  }
  .min-h-px-xl-620 {
    min-height: 620px !important;
  }
  .mw-px-xl-625 {
    max-width: 625px !important;
  }
  .w-px-xl-625 {
    width: 625px !important;
  }
  .h-px-xl-625 {
    height: 625px !important;
  }
  .min-h-px-xl-625 {
    min-height: 625px !important;
  }
  .mw-px-xl-630 {
    max-width: 630px !important;
  }
  .w-px-xl-630 {
    width: 630px !important;
  }
  .h-px-xl-630 {
    height: 630px !important;
  }
  .min-h-px-xl-630 {
    min-height: 630px !important;
  }
  .mw-px-xl-635 {
    max-width: 635px !important;
  }
  .w-px-xl-635 {
    width: 635px !important;
  }
  .h-px-xl-635 {
    height: 635px !important;
  }
  .min-h-px-xl-635 {
    min-height: 635px !important;
  }
  .mw-px-xl-640 {
    max-width: 640px !important;
  }
  .w-px-xl-640 {
    width: 640px !important;
  }
  .h-px-xl-640 {
    height: 640px !important;
  }
  .min-h-px-xl-640 {
    min-height: 640px !important;
  }
  .mw-px-xl-645 {
    max-width: 645px !important;
  }
  .w-px-xl-645 {
    width: 645px !important;
  }
  .h-px-xl-645 {
    height: 645px !important;
  }
  .min-h-px-xl-645 {
    min-height: 645px !important;
  }
  .mw-px-xl-650 {
    max-width: 650px !important;
  }
  .w-px-xl-650 {
    width: 650px !important;
  }
  .h-px-xl-650 {
    height: 650px !important;
  }
  .min-h-px-xl-650 {
    min-height: 650px !important;
  }
  .mw-px-xl-655 {
    max-width: 655px !important;
  }
  .w-px-xl-655 {
    width: 655px !important;
  }
  .h-px-xl-655 {
    height: 655px !important;
  }
  .min-h-px-xl-655 {
    min-height: 655px !important;
  }
  .mw-px-xl-660 {
    max-width: 660px !important;
  }
  .w-px-xl-660 {
    width: 660px !important;
  }
  .h-px-xl-660 {
    height: 660px !important;
  }
  .min-h-px-xl-660 {
    min-height: 660px !important;
  }
  .mw-px-xl-665 {
    max-width: 665px !important;
  }
  .w-px-xl-665 {
    width: 665px !important;
  }
  .h-px-xl-665 {
    height: 665px !important;
  }
  .min-h-px-xl-665 {
    min-height: 665px !important;
  }
  .mw-px-xl-670 {
    max-width: 670px !important;
  }
  .w-px-xl-670 {
    width: 670px !important;
  }
  .h-px-xl-670 {
    height: 670px !important;
  }
  .min-h-px-xl-670 {
    min-height: 670px !important;
  }
  .mw-px-xl-675 {
    max-width: 675px !important;
  }
  .w-px-xl-675 {
    width: 675px !important;
  }
  .h-px-xl-675 {
    height: 675px !important;
  }
  .min-h-px-xl-675 {
    min-height: 675px !important;
  }
  .mw-px-xl-680 {
    max-width: 680px !important;
  }
  .w-px-xl-680 {
    width: 680px !important;
  }
  .h-px-xl-680 {
    height: 680px !important;
  }
  .min-h-px-xl-680 {
    min-height: 680px !important;
  }
  .mw-px-xl-685 {
    max-width: 685px !important;
  }
  .w-px-xl-685 {
    width: 685px !important;
  }
  .h-px-xl-685 {
    height: 685px !important;
  }
  .min-h-px-xl-685 {
    min-height: 685px !important;
  }
  .mw-px-xl-690 {
    max-width: 690px !important;
  }
  .w-px-xl-690 {
    width: 690px !important;
  }
  .h-px-xl-690 {
    height: 690px !important;
  }
  .min-h-px-xl-690 {
    min-height: 690px !important;
  }
  .mw-px-xl-695 {
    max-width: 695px !important;
  }
  .w-px-xl-695 {
    width: 695px !important;
  }
  .h-px-xl-695 {
    height: 695px !important;
  }
  .min-h-px-xl-695 {
    min-height: 695px !important;
  }
  .mw-px-xl-700 {
    max-width: 700px !important;
  }
  .w-px-xl-700 {
    width: 700px !important;
  }
  .h-px-xl-700 {
    height: 700px !important;
  }
  .min-h-px-xl-700 {
    min-height: 700px !important;
  }
  .mw-px-xl-705 {
    max-width: 705px !important;
  }
  .w-px-xl-705 {
    width: 705px !important;
  }
  .h-px-xl-705 {
    height: 705px !important;
  }
  .min-h-px-xl-705 {
    min-height: 705px !important;
  }
  .mw-px-xl-710 {
    max-width: 710px !important;
  }
  .w-px-xl-710 {
    width: 710px !important;
  }
  .h-px-xl-710 {
    height: 710px !important;
  }
  .min-h-px-xl-710 {
    min-height: 710px !important;
  }
  .mw-px-xl-715 {
    max-width: 715px !important;
  }
  .w-px-xl-715 {
    width: 715px !important;
  }
  .h-px-xl-715 {
    height: 715px !important;
  }
  .min-h-px-xl-715 {
    min-height: 715px !important;
  }
  .mw-px-xl-720 {
    max-width: 720px !important;
  }
  .w-px-xl-720 {
    width: 720px !important;
  }
  .h-px-xl-720 {
    height: 720px !important;
  }
  .min-h-px-xl-720 {
    min-height: 720px !important;
  }
  .mw-px-xl-725 {
    max-width: 725px !important;
  }
  .w-px-xl-725 {
    width: 725px !important;
  }
  .h-px-xl-725 {
    height: 725px !important;
  }
  .min-h-px-xl-725 {
    min-height: 725px !important;
  }
  .mw-px-xl-730 {
    max-width: 730px !important;
  }
  .w-px-xl-730 {
    width: 730px !important;
  }
  .h-px-xl-730 {
    height: 730px !important;
  }
  .min-h-px-xl-730 {
    min-height: 730px !important;
  }
  .mw-px-xl-735 {
    max-width: 735px !important;
  }
  .w-px-xl-735 {
    width: 735px !important;
  }
  .h-px-xl-735 {
    height: 735px !important;
  }
  .min-h-px-xl-735 {
    min-height: 735px !important;
  }
  .mw-px-xl-740 {
    max-width: 740px !important;
  }
  .w-px-xl-740 {
    width: 740px !important;
  }
  .h-px-xl-740 {
    height: 740px !important;
  }
  .min-h-px-xl-740 {
    min-height: 740px !important;
  }
  .mw-px-xl-745 {
    max-width: 745px !important;
  }
  .w-px-xl-745 {
    width: 745px !important;
  }
  .h-px-xl-745 {
    height: 745px !important;
  }
  .min-h-px-xl-745 {
    min-height: 745px !important;
  }
  .mw-px-xl-750 {
    max-width: 750px !important;
  }
  .w-px-xl-750 {
    width: 750px !important;
  }
  .h-px-xl-750 {
    height: 750px !important;
  }
  .min-h-px-xl-750 {
    min-height: 750px !important;
  }
  .mw-px-xl-755 {
    max-width: 755px !important;
  }
  .w-px-xl-755 {
    width: 755px !important;
  }
  .h-px-xl-755 {
    height: 755px !important;
  }
  .min-h-px-xl-755 {
    min-height: 755px !important;
  }
  .mw-px-xl-760 {
    max-width: 760px !important;
  }
  .w-px-xl-760 {
    width: 760px !important;
  }
  .h-px-xl-760 {
    height: 760px !important;
  }
  .min-h-px-xl-760 {
    min-height: 760px !important;
  }
  .mw-px-xl-765 {
    max-width: 765px !important;
  }
  .w-px-xl-765 {
    width: 765px !important;
  }
  .h-px-xl-765 {
    height: 765px !important;
  }
  .min-h-px-xl-765 {
    min-height: 765px !important;
  }
  .mw-px-xl-770 {
    max-width: 770px !important;
  }
  .w-px-xl-770 {
    width: 770px !important;
  }
  .h-px-xl-770 {
    height: 770px !important;
  }
  .min-h-px-xl-770 {
    min-height: 770px !important;
  }
  .mw-px-xl-775 {
    max-width: 775px !important;
  }
  .w-px-xl-775 {
    width: 775px !important;
  }
  .h-px-xl-775 {
    height: 775px !important;
  }
  .min-h-px-xl-775 {
    min-height: 775px !important;
  }
  .mw-px-xl-780 {
    max-width: 780px !important;
  }
  .w-px-xl-780 {
    width: 780px !important;
  }
  .h-px-xl-780 {
    height: 780px !important;
  }
  .min-h-px-xl-780 {
    min-height: 780px !important;
  }
  .mw-px-xl-785 {
    max-width: 785px !important;
  }
  .w-px-xl-785 {
    width: 785px !important;
  }
  .h-px-xl-785 {
    height: 785px !important;
  }
  .min-h-px-xl-785 {
    min-height: 785px !important;
  }
  .mw-px-xl-790 {
    max-width: 790px !important;
  }
  .w-px-xl-790 {
    width: 790px !important;
  }
  .h-px-xl-790 {
    height: 790px !important;
  }
  .min-h-px-xl-790 {
    min-height: 790px !important;
  }
  .mw-px-xl-795 {
    max-width: 795px !important;
  }
  .w-px-xl-795 {
    width: 795px !important;
  }
  .h-px-xl-795 {
    height: 795px !important;
  }
  .min-h-px-xl-795 {
    min-height: 795px !important;
  }
  .mw-px-xl-800 {
    max-width: 800px !important;
  }
  .w-px-xl-800 {
    width: 800px !important;
  }
  .h-px-xl-800 {
    height: 800px !important;
  }
  .min-h-px-xl-800 {
    min-height: 800px !important;
  }
  .mw-px-xl-805 {
    max-width: 805px !important;
  }
  .w-px-xl-805 {
    width: 805px !important;
  }
  .h-px-xl-805 {
    height: 805px !important;
  }
  .min-h-px-xl-805 {
    min-height: 805px !important;
  }
  .mw-px-xl-810 {
    max-width: 810px !important;
  }
  .w-px-xl-810 {
    width: 810px !important;
  }
  .h-px-xl-810 {
    height: 810px !important;
  }
  .min-h-px-xl-810 {
    min-height: 810px !important;
  }
  .mw-px-xl-815 {
    max-width: 815px !important;
  }
  .w-px-xl-815 {
    width: 815px !important;
  }
  .h-px-xl-815 {
    height: 815px !important;
  }
  .min-h-px-xl-815 {
    min-height: 815px !important;
  }
  .mw-px-xl-820 {
    max-width: 820px !important;
  }
  .w-px-xl-820 {
    width: 820px !important;
  }
  .h-px-xl-820 {
    height: 820px !important;
  }
  .min-h-px-xl-820 {
    min-height: 820px !important;
  }
  .mw-px-xl-825 {
    max-width: 825px !important;
  }
  .w-px-xl-825 {
    width: 825px !important;
  }
  .h-px-xl-825 {
    height: 825px !important;
  }
  .min-h-px-xl-825 {
    min-height: 825px !important;
  }
  .mw-px-xl-830 {
    max-width: 830px !important;
  }
  .w-px-xl-830 {
    width: 830px !important;
  }
  .h-px-xl-830 {
    height: 830px !important;
  }
  .min-h-px-xl-830 {
    min-height: 830px !important;
  }
  .mw-px-xl-835 {
    max-width: 835px !important;
  }
  .w-px-xl-835 {
    width: 835px !important;
  }
  .h-px-xl-835 {
    height: 835px !important;
  }
  .min-h-px-xl-835 {
    min-height: 835px !important;
  }
  .mw-px-xl-840 {
    max-width: 840px !important;
  }
  .w-px-xl-840 {
    width: 840px !important;
  }
  .h-px-xl-840 {
    height: 840px !important;
  }
  .min-h-px-xl-840 {
    min-height: 840px !important;
  }
  .mw-px-xl-845 {
    max-width: 845px !important;
  }
  .w-px-xl-845 {
    width: 845px !important;
  }
  .h-px-xl-845 {
    height: 845px !important;
  }
  .min-h-px-xl-845 {
    min-height: 845px !important;
  }
  .mw-px-xl-850 {
    max-width: 850px !important;
  }
  .w-px-xl-850 {
    width: 850px !important;
  }
  .h-px-xl-850 {
    height: 850px !important;
  }
  .min-h-px-xl-850 {
    min-height: 850px !important;
  }
  .mw-px-xl-855 {
    max-width: 855px !important;
  }
  .w-px-xl-855 {
    width: 855px !important;
  }
  .h-px-xl-855 {
    height: 855px !important;
  }
  .min-h-px-xl-855 {
    min-height: 855px !important;
  }
  .mw-px-xl-860 {
    max-width: 860px !important;
  }
  .w-px-xl-860 {
    width: 860px !important;
  }
  .h-px-xl-860 {
    height: 860px !important;
  }
  .min-h-px-xl-860 {
    min-height: 860px !important;
  }
  .mw-px-xl-865 {
    max-width: 865px !important;
  }
  .w-px-xl-865 {
    width: 865px !important;
  }
  .h-px-xl-865 {
    height: 865px !important;
  }
  .min-h-px-xl-865 {
    min-height: 865px !important;
  }
  .mw-px-xl-870 {
    max-width: 870px !important;
  }
  .w-px-xl-870 {
    width: 870px !important;
  }
  .h-px-xl-870 {
    height: 870px !important;
  }
  .min-h-px-xl-870 {
    min-height: 870px !important;
  }
  .mw-px-xl-875 {
    max-width: 875px !important;
  }
  .w-px-xl-875 {
    width: 875px !important;
  }
  .h-px-xl-875 {
    height: 875px !important;
  }
  .min-h-px-xl-875 {
    min-height: 875px !important;
  }
  .mw-px-xl-880 {
    max-width: 880px !important;
  }
  .w-px-xl-880 {
    width: 880px !important;
  }
  .h-px-xl-880 {
    height: 880px !important;
  }
  .min-h-px-xl-880 {
    min-height: 880px !important;
  }
  .mw-px-xl-885 {
    max-width: 885px !important;
  }
  .w-px-xl-885 {
    width: 885px !important;
  }
  .h-px-xl-885 {
    height: 885px !important;
  }
  .min-h-px-xl-885 {
    min-height: 885px !important;
  }
  .mw-px-xl-890 {
    max-width: 890px !important;
  }
  .w-px-xl-890 {
    width: 890px !important;
  }
  .h-px-xl-890 {
    height: 890px !important;
  }
  .min-h-px-xl-890 {
    min-height: 890px !important;
  }
  .mw-px-xl-895 {
    max-width: 895px !important;
  }
  .w-px-xl-895 {
    width: 895px !important;
  }
  .h-px-xl-895 {
    height: 895px !important;
  }
  .min-h-px-xl-895 {
    min-height: 895px !important;
  }
  .mw-px-xl-900 {
    max-width: 900px !important;
  }
  .w-px-xl-900 {
    width: 900px !important;
  }
  .h-px-xl-900 {
    height: 900px !important;
  }
  .min-h-px-xl-900 {
    min-height: 900px !important;
  }
  .mw-px-xl-905 {
    max-width: 905px !important;
  }
  .w-px-xl-905 {
    width: 905px !important;
  }
  .h-px-xl-905 {
    height: 905px !important;
  }
  .min-h-px-xl-905 {
    min-height: 905px !important;
  }
  .mw-px-xl-910 {
    max-width: 910px !important;
  }
  .w-px-xl-910 {
    width: 910px !important;
  }
  .h-px-xl-910 {
    height: 910px !important;
  }
  .min-h-px-xl-910 {
    min-height: 910px !important;
  }
  .mw-px-xl-915 {
    max-width: 915px !important;
  }
  .w-px-xl-915 {
    width: 915px !important;
  }
  .h-px-xl-915 {
    height: 915px !important;
  }
  .min-h-px-xl-915 {
    min-height: 915px !important;
  }
  .mw-px-xl-920 {
    max-width: 920px !important;
  }
  .w-px-xl-920 {
    width: 920px !important;
  }
  .h-px-xl-920 {
    height: 920px !important;
  }
  .min-h-px-xl-920 {
    min-height: 920px !important;
  }
  .mw-px-xl-925 {
    max-width: 925px !important;
  }
  .w-px-xl-925 {
    width: 925px !important;
  }
  .h-px-xl-925 {
    height: 925px !important;
  }
  .min-h-px-xl-925 {
    min-height: 925px !important;
  }
  .mw-px-xl-930 {
    max-width: 930px !important;
  }
  .w-px-xl-930 {
    width: 930px !important;
  }
  .h-px-xl-930 {
    height: 930px !important;
  }
  .min-h-px-xl-930 {
    min-height: 930px !important;
  }
  .mw-px-xl-935 {
    max-width: 935px !important;
  }
  .w-px-xl-935 {
    width: 935px !important;
  }
  .h-px-xl-935 {
    height: 935px !important;
  }
  .min-h-px-xl-935 {
    min-height: 935px !important;
  }
  .mw-px-xl-940 {
    max-width: 940px !important;
  }
  .w-px-xl-940 {
    width: 940px !important;
  }
  .h-px-xl-940 {
    height: 940px !important;
  }
  .min-h-px-xl-940 {
    min-height: 940px !important;
  }
  .mw-px-xl-945 {
    max-width: 945px !important;
  }
  .w-px-xl-945 {
    width: 945px !important;
  }
  .h-px-xl-945 {
    height: 945px !important;
  }
  .min-h-px-xl-945 {
    min-height: 945px !important;
  }
  .mw-px-xl-950 {
    max-width: 950px !important;
  }
  .w-px-xl-950 {
    width: 950px !important;
  }
  .h-px-xl-950 {
    height: 950px !important;
  }
  .min-h-px-xl-950 {
    min-height: 950px !important;
  }
  .mw-px-xl-955 {
    max-width: 955px !important;
  }
  .w-px-xl-955 {
    width: 955px !important;
  }
  .h-px-xl-955 {
    height: 955px !important;
  }
  .min-h-px-xl-955 {
    min-height: 955px !important;
  }
  .mw-px-xl-960 {
    max-width: 960px !important;
  }
  .w-px-xl-960 {
    width: 960px !important;
  }
  .h-px-xl-960 {
    height: 960px !important;
  }
  .min-h-px-xl-960 {
    min-height: 960px !important;
  }
  .mw-px-xl-965 {
    max-width: 965px !important;
  }
  .w-px-xl-965 {
    width: 965px !important;
  }
  .h-px-xl-965 {
    height: 965px !important;
  }
  .min-h-px-xl-965 {
    min-height: 965px !important;
  }
  .mw-px-xl-970 {
    max-width: 970px !important;
  }
  .w-px-xl-970 {
    width: 970px !important;
  }
  .h-px-xl-970 {
    height: 970px !important;
  }
  .min-h-px-xl-970 {
    min-height: 970px !important;
  }
  .mw-px-xl-975 {
    max-width: 975px !important;
  }
  .w-px-xl-975 {
    width: 975px !important;
  }
  .h-px-xl-975 {
    height: 975px !important;
  }
  .min-h-px-xl-975 {
    min-height: 975px !important;
  }
  .mw-px-xl-980 {
    max-width: 980px !important;
  }
  .w-px-xl-980 {
    width: 980px !important;
  }
  .h-px-xl-980 {
    height: 980px !important;
  }
  .min-h-px-xl-980 {
    min-height: 980px !important;
  }
  .mw-px-xl-985 {
    max-width: 985px !important;
  }
  .w-px-xl-985 {
    width: 985px !important;
  }
  .h-px-xl-985 {
    height: 985px !important;
  }
  .min-h-px-xl-985 {
    min-height: 985px !important;
  }
  .mw-px-xl-990 {
    max-width: 990px !important;
  }
  .w-px-xl-990 {
    width: 990px !important;
  }
  .h-px-xl-990 {
    height: 990px !important;
  }
  .min-h-px-xl-990 {
    min-height: 990px !important;
  }
  .mw-px-xl-995 {
    max-width: 995px !important;
  }
  .w-px-xl-995 {
    width: 995px !important;
  }
  .h-px-xl-995 {
    height: 995px !important;
  }
  .min-h-px-xl-995 {
    min-height: 995px !important;
  }
  .mw-px-xl-1000 {
    max-width: 1000px !important;
  }
  .w-px-xl-1000 {
    width: 1000px !important;
  }
  .h-px-xl-1000 {
    height: 1000px !important;
  }
  .min-h-px-xl-1000 {
    min-height: 1000px !important;
  }
  .mw-px-xl-1005 {
    max-width: 1005px !important;
  }
  .w-px-xl-1005 {
    width: 1005px !important;
  }
  .h-px-xl-1005 {
    height: 1005px !important;
  }
  .min-h-px-xl-1005 {
    min-height: 1005px !important;
  }
  .mw-px-xl-1010 {
    max-width: 1010px !important;
  }
  .w-px-xl-1010 {
    width: 1010px !important;
  }
  .h-px-xl-1010 {
    height: 1010px !important;
  }
  .min-h-px-xl-1010 {
    min-height: 1010px !important;
  }
  .mw-px-xl-1015 {
    max-width: 1015px !important;
  }
  .w-px-xl-1015 {
    width: 1015px !important;
  }
  .h-px-xl-1015 {
    height: 1015px !important;
  }
  .min-h-px-xl-1015 {
    min-height: 1015px !important;
  }
  .mw-px-xl-1020 {
    max-width: 1020px !important;
  }
  .w-px-xl-1020 {
    width: 1020px !important;
  }
  .h-px-xl-1020 {
    height: 1020px !important;
  }
  .min-h-px-xl-1020 {
    min-height: 1020px !important;
  }
  .mw-px-xl-1025 {
    max-width: 1025px !important;
  }
  .w-px-xl-1025 {
    width: 1025px !important;
  }
  .h-px-xl-1025 {
    height: 1025px !important;
  }
  .min-h-px-xl-1025 {
    min-height: 1025px !important;
  }
  .mw-px-xl-1030 {
    max-width: 1030px !important;
  }
  .w-px-xl-1030 {
    width: 1030px !important;
  }
  .h-px-xl-1030 {
    height: 1030px !important;
  }
  .min-h-px-xl-1030 {
    min-height: 1030px !important;
  }
  .mw-px-xl-1035 {
    max-width: 1035px !important;
  }
  .w-px-xl-1035 {
    width: 1035px !important;
  }
  .h-px-xl-1035 {
    height: 1035px !important;
  }
  .min-h-px-xl-1035 {
    min-height: 1035px !important;
  }
  .mw-px-xl-1040 {
    max-width: 1040px !important;
  }
  .w-px-xl-1040 {
    width: 1040px !important;
  }
  .h-px-xl-1040 {
    height: 1040px !important;
  }
  .min-h-px-xl-1040 {
    min-height: 1040px !important;
  }
  .mw-px-xl-1045 {
    max-width: 1045px !important;
  }
  .w-px-xl-1045 {
    width: 1045px !important;
  }
  .h-px-xl-1045 {
    height: 1045px !important;
  }
  .min-h-px-xl-1045 {
    min-height: 1045px !important;
  }
  .mw-px-xl-1050 {
    max-width: 1050px !important;
  }
  .w-px-xl-1050 {
    width: 1050px !important;
  }
  .h-px-xl-1050 {
    height: 1050px !important;
  }
  .min-h-px-xl-1050 {
    min-height: 1050px !important;
  }
  .mw-px-xl-1055 {
    max-width: 1055px !important;
  }
  .w-px-xl-1055 {
    width: 1055px !important;
  }
  .h-px-xl-1055 {
    height: 1055px !important;
  }
  .min-h-px-xl-1055 {
    min-height: 1055px !important;
  }
  .mw-px-xl-1060 {
    max-width: 1060px !important;
  }
  .w-px-xl-1060 {
    width: 1060px !important;
  }
  .h-px-xl-1060 {
    height: 1060px !important;
  }
  .min-h-px-xl-1060 {
    min-height: 1060px !important;
  }
  .mw-px-xl-1065 {
    max-width: 1065px !important;
  }
  .w-px-xl-1065 {
    width: 1065px !important;
  }
  .h-px-xl-1065 {
    height: 1065px !important;
  }
  .min-h-px-xl-1065 {
    min-height: 1065px !important;
  }
  .mw-px-xl-1070 {
    max-width: 1070px !important;
  }
  .w-px-xl-1070 {
    width: 1070px !important;
  }
  .h-px-xl-1070 {
    height: 1070px !important;
  }
  .min-h-px-xl-1070 {
    min-height: 1070px !important;
  }
  .mw-px-xl-1075 {
    max-width: 1075px !important;
  }
  .w-px-xl-1075 {
    width: 1075px !important;
  }
  .h-px-xl-1075 {
    height: 1075px !important;
  }
  .min-h-px-xl-1075 {
    min-height: 1075px !important;
  }
  .mw-px-xl-1080 {
    max-width: 1080px !important;
  }
  .w-px-xl-1080 {
    width: 1080px !important;
  }
  .h-px-xl-1080 {
    height: 1080px !important;
  }
  .min-h-px-xl-1080 {
    min-height: 1080px !important;
  }
  .mw-px-xl-1085 {
    max-width: 1085px !important;
  }
  .w-px-xl-1085 {
    width: 1085px !important;
  }
  .h-px-xl-1085 {
    height: 1085px !important;
  }
  .min-h-px-xl-1085 {
    min-height: 1085px !important;
  }
  .mw-px-xl-1090 {
    max-width: 1090px !important;
  }
  .w-px-xl-1090 {
    width: 1090px !important;
  }
  .h-px-xl-1090 {
    height: 1090px !important;
  }
  .min-h-px-xl-1090 {
    min-height: 1090px !important;
  }
  .mw-px-xl-1095 {
    max-width: 1095px !important;
  }
  .w-px-xl-1095 {
    width: 1095px !important;
  }
  .h-px-xl-1095 {
    height: 1095px !important;
  }
  .min-h-px-xl-1095 {
    min-height: 1095px !important;
  }
  .mw-px-xl-1100 {
    max-width: 1100px !important;
  }
  .w-px-xl-1100 {
    width: 1100px !important;
  }
  .h-px-xl-1100 {
    height: 1100px !important;
  }
  .min-h-px-xl-1100 {
    min-height: 1100px !important;
  }
  .mw-px-xl-1105 {
    max-width: 1105px !important;
  }
  .w-px-xl-1105 {
    width: 1105px !important;
  }
  .h-px-xl-1105 {
    height: 1105px !important;
  }
  .min-h-px-xl-1105 {
    min-height: 1105px !important;
  }
  .mw-px-xl-1110 {
    max-width: 1110px !important;
  }
  .w-px-xl-1110 {
    width: 1110px !important;
  }
  .h-px-xl-1110 {
    height: 1110px !important;
  }
  .min-h-px-xl-1110 {
    min-height: 1110px !important;
  }
  .mw-px-xl-1115 {
    max-width: 1115px !important;
  }
  .w-px-xl-1115 {
    width: 1115px !important;
  }
  .h-px-xl-1115 {
    height: 1115px !important;
  }
  .min-h-px-xl-1115 {
    min-height: 1115px !important;
  }
  .mw-px-xl-1120 {
    max-width: 1120px !important;
  }
  .w-px-xl-1120 {
    width: 1120px !important;
  }
  .h-px-xl-1120 {
    height: 1120px !important;
  }
  .min-h-px-xl-1120 {
    min-height: 1120px !important;
  }
  .mw-px-xl-1125 {
    max-width: 1125px !important;
  }
  .w-px-xl-1125 {
    width: 1125px !important;
  }
  .h-px-xl-1125 {
    height: 1125px !important;
  }
  .min-h-px-xl-1125 {
    min-height: 1125px !important;
  }
  .mw-px-xl-1130 {
    max-width: 1130px !important;
  }
  .w-px-xl-1130 {
    width: 1130px !important;
  }
  .h-px-xl-1130 {
    height: 1130px !important;
  }
  .min-h-px-xl-1130 {
    min-height: 1130px !important;
  }
  .mw-px-xl-1135 {
    max-width: 1135px !important;
  }
  .w-px-xl-1135 {
    width: 1135px !important;
  }
  .h-px-xl-1135 {
    height: 1135px !important;
  }
  .min-h-px-xl-1135 {
    min-height: 1135px !important;
  }
  .mw-px-xl-1140 {
    max-width: 1140px !important;
  }
  .w-px-xl-1140 {
    width: 1140px !important;
  }
  .h-px-xl-1140 {
    height: 1140px !important;
  }
  .min-h-px-xl-1140 {
    min-height: 1140px !important;
  }
  .mw-px-xl-1145 {
    max-width: 1145px !important;
  }
  .w-px-xl-1145 {
    width: 1145px !important;
  }
  .h-px-xl-1145 {
    height: 1145px !important;
  }
  .min-h-px-xl-1145 {
    min-height: 1145px !important;
  }
  .mw-px-xl-1150 {
    max-width: 1150px !important;
  }
  .w-px-xl-1150 {
    width: 1150px !important;
  }
  .h-px-xl-1150 {
    height: 1150px !important;
  }
  .min-h-px-xl-1150 {
    min-height: 1150px !important;
  }
  .mw-px-xl-1155 {
    max-width: 1155px !important;
  }
  .w-px-xl-1155 {
    width: 1155px !important;
  }
  .h-px-xl-1155 {
    height: 1155px !important;
  }
  .min-h-px-xl-1155 {
    min-height: 1155px !important;
  }
  .mw-px-xl-1160 {
    max-width: 1160px !important;
  }
  .w-px-xl-1160 {
    width: 1160px !important;
  }
  .h-px-xl-1160 {
    height: 1160px !important;
  }
  .min-h-px-xl-1160 {
    min-height: 1160px !important;
  }
  .mw-px-xl-1165 {
    max-width: 1165px !important;
  }
  .w-px-xl-1165 {
    width: 1165px !important;
  }
  .h-px-xl-1165 {
    height: 1165px !important;
  }
  .min-h-px-xl-1165 {
    min-height: 1165px !important;
  }
  .mw-px-xl-1170 {
    max-width: 1170px !important;
  }
  .w-px-xl-1170 {
    width: 1170px !important;
  }
  .h-px-xl-1170 {
    height: 1170px !important;
  }
  .min-h-px-xl-1170 {
    min-height: 1170px !important;
  }
  .mw-px-xl-1175 {
    max-width: 1175px !important;
  }
  .w-px-xl-1175 {
    width: 1175px !important;
  }
  .h-px-xl-1175 {
    height: 1175px !important;
  }
  .min-h-px-xl-1175 {
    min-height: 1175px !important;
  }
  .mw-px-xl-1180 {
    max-width: 1180px !important;
  }
  .w-px-xl-1180 {
    width: 1180px !important;
  }
  .h-px-xl-1180 {
    height: 1180px !important;
  }
  .min-h-px-xl-1180 {
    min-height: 1180px !important;
  }
  .mw-px-xl-1185 {
    max-width: 1185px !important;
  }
  .w-px-xl-1185 {
    width: 1185px !important;
  }
  .h-px-xl-1185 {
    height: 1185px !important;
  }
  .min-h-px-xl-1185 {
    min-height: 1185px !important;
  }
  .mw-px-xl-1190 {
    max-width: 1190px !important;
  }
  .w-px-xl-1190 {
    width: 1190px !important;
  }
  .h-px-xl-1190 {
    height: 1190px !important;
  }
  .min-h-px-xl-1190 {
    min-height: 1190px !important;
  }
  .mw-px-xl-1195 {
    max-width: 1195px !important;
  }
  .w-px-xl-1195 {
    width: 1195px !important;
  }
  .h-px-xl-1195 {
    height: 1195px !important;
  }
  .min-h-px-xl-1195 {
    min-height: 1195px !important;
  }
  .mw-px-xl-1200 {
    max-width: 1200px !important;
  }
  .w-px-xl-1200 {
    width: 1200px !important;
  }
  .h-px-xl-1200 {
    height: 1200px !important;
  }
  .min-h-px-xl-1200 {
    min-height: 1200px !important;
  }
  .mw-px-xl-1205 {
    max-width: 1205px !important;
  }
  .w-px-xl-1205 {
    width: 1205px !important;
  }
  .h-px-xl-1205 {
    height: 1205px !important;
  }
  .min-h-px-xl-1205 {
    min-height: 1205px !important;
  }
  .mw-px-xl-1210 {
    max-width: 1210px !important;
  }
  .w-px-xl-1210 {
    width: 1210px !important;
  }
  .h-px-xl-1210 {
    height: 1210px !important;
  }
  .min-h-px-xl-1210 {
    min-height: 1210px !important;
  }
  .mw-px-xl-1215 {
    max-width: 1215px !important;
  }
  .w-px-xl-1215 {
    width: 1215px !important;
  }
  .h-px-xl-1215 {
    height: 1215px !important;
  }
  .min-h-px-xl-1215 {
    min-height: 1215px !important;
  }
  .mw-px-xl-1220 {
    max-width: 1220px !important;
  }
  .w-px-xl-1220 {
    width: 1220px !important;
  }
  .h-px-xl-1220 {
    height: 1220px !important;
  }
  .min-h-px-xl-1220 {
    min-height: 1220px !important;
  }
  .mw-px-xl-1225 {
    max-width: 1225px !important;
  }
  .w-px-xl-1225 {
    width: 1225px !important;
  }
  .h-px-xl-1225 {
    height: 1225px !important;
  }
  .min-h-px-xl-1225 {
    min-height: 1225px !important;
  }
  .mw-px-xl-1230 {
    max-width: 1230px !important;
  }
  .w-px-xl-1230 {
    width: 1230px !important;
  }
  .h-px-xl-1230 {
    height: 1230px !important;
  }
  .min-h-px-xl-1230 {
    min-height: 1230px !important;
  }
  .mw-px-xl-1235 {
    max-width: 1235px !important;
  }
  .w-px-xl-1235 {
    width: 1235px !important;
  }
  .h-px-xl-1235 {
    height: 1235px !important;
  }
  .min-h-px-xl-1235 {
    min-height: 1235px !important;
  }
  .mw-px-xl-1240 {
    max-width: 1240px !important;
  }
  .w-px-xl-1240 {
    width: 1240px !important;
  }
  .h-px-xl-1240 {
    height: 1240px !important;
  }
  .min-h-px-xl-1240 {
    min-height: 1240px !important;
  }
  .mw-px-xl-1245 {
    max-width: 1245px !important;
  }
  .w-px-xl-1245 {
    width: 1245px !important;
  }
  .h-px-xl-1245 {
    height: 1245px !important;
  }
  .min-h-px-xl-1245 {
    min-height: 1245px !important;
  }
  .mw-px-xl-1250 {
    max-width: 1250px !important;
  }
  .w-px-xl-1250 {
    width: 1250px !important;
  }
  .h-px-xl-1250 {
    height: 1250px !important;
  }
  .min-h-px-xl-1250 {
    min-height: 1250px !important;
  }
  .mw-px-xl-1255 {
    max-width: 1255px !important;
  }
  .w-px-xl-1255 {
    width: 1255px !important;
  }
  .h-px-xl-1255 {
    height: 1255px !important;
  }
  .min-h-px-xl-1255 {
    min-height: 1255px !important;
  }
  .mw-px-xl-1260 {
    max-width: 1260px !important;
  }
  .w-px-xl-1260 {
    width: 1260px !important;
  }
  .h-px-xl-1260 {
    height: 1260px !important;
  }
  .min-h-px-xl-1260 {
    min-height: 1260px !important;
  }
  .mw-px-xl-1265 {
    max-width: 1265px !important;
  }
  .w-px-xl-1265 {
    width: 1265px !important;
  }
  .h-px-xl-1265 {
    height: 1265px !important;
  }
  .min-h-px-xl-1265 {
    min-height: 1265px !important;
  }
  .mw-px-xl-1270 {
    max-width: 1270px !important;
  }
  .w-px-xl-1270 {
    width: 1270px !important;
  }
  .h-px-xl-1270 {
    height: 1270px !important;
  }
  .min-h-px-xl-1270 {
    min-height: 1270px !important;
  }
  .mw-px-xl-1275 {
    max-width: 1275px !important;
  }
  .w-px-xl-1275 {
    width: 1275px !important;
  }
  .h-px-xl-1275 {
    height: 1275px !important;
  }
  .min-h-px-xl-1275 {
    min-height: 1275px !important;
  }
  .mw-px-xl-1280 {
    max-width: 1280px !important;
  }
  .w-px-xl-1280 {
    width: 1280px !important;
  }
  .h-px-xl-1280 {
    height: 1280px !important;
  }
  .min-h-px-xl-1280 {
    min-height: 1280px !important;
  }
  .mw-px-xl-1285 {
    max-width: 1285px !important;
  }
  .w-px-xl-1285 {
    width: 1285px !important;
  }
  .h-px-xl-1285 {
    height: 1285px !important;
  }
  .min-h-px-xl-1285 {
    min-height: 1285px !important;
  }
  .mw-px-xl-1290 {
    max-width: 1290px !important;
  }
  .w-px-xl-1290 {
    width: 1290px !important;
  }
  .h-px-xl-1290 {
    height: 1290px !important;
  }
  .min-h-px-xl-1290 {
    min-height: 1290px !important;
  }
  .mw-px-xl-1295 {
    max-width: 1295px !important;
  }
  .w-px-xl-1295 {
    width: 1295px !important;
  }
  .h-px-xl-1295 {
    height: 1295px !important;
  }
  .min-h-px-xl-1295 {
    min-height: 1295px !important;
  }
  .fs-vw-xl-0 {
    font-size: 0vw !important;
  }
  .pd-xl-0 {
    padding-top: 0% !important;
  }
  .mw-xl-0 {
    max-width: 0% !important;
  }
  .w-xl-0 {
    width: 0% !important;
  }
  .fs-vw-xl-1 {
    font-size: 1vw !important;
  }
  .pd-xl-1 {
    padding-top: 1% !important;
  }
  .mw-xl-1 {
    max-width: 1% !important;
  }
  .w-xl-1 {
    width: 1% !important;
  }
  .fs-vw-xl-2 {
    font-size: 2vw !important;
  }
  .pd-xl-2 {
    padding-top: 2% !important;
  }
  .mw-xl-2 {
    max-width: 2% !important;
  }
  .w-xl-2 {
    width: 2% !important;
  }
  .fs-vw-xl-3 {
    font-size: 3vw !important;
  }
  .pd-xl-3 {
    padding-top: 3% !important;
  }
  .mw-xl-3 {
    max-width: 3% !important;
  }
  .w-xl-3 {
    width: 3% !important;
  }
  .fs-vw-xl-4 {
    font-size: 4vw !important;
  }
  .pd-xl-4 {
    padding-top: 4% !important;
  }
  .mw-xl-4 {
    max-width: 4% !important;
  }
  .w-xl-4 {
    width: 4% !important;
  }
  .fs-vw-xl-5 {
    font-size: 5vw !important;
  }
  .pd-xl-5 {
    padding-top: 5% !important;
  }
  .mw-xl-5 {
    max-width: 5% !important;
  }
  .w-xl-5 {
    width: 5% !important;
  }
  .fs-vw-xl-6 {
    font-size: 6vw !important;
  }
  .pd-xl-6 {
    padding-top: 6% !important;
  }
  .mw-xl-6 {
    max-width: 6% !important;
  }
  .w-xl-6 {
    width: 6% !important;
  }
  .fs-vw-xl-7 {
    font-size: 7vw !important;
  }
  .pd-xl-7 {
    padding-top: 7% !important;
  }
  .mw-xl-7 {
    max-width: 7% !important;
  }
  .w-xl-7 {
    width: 7% !important;
  }
  .fs-vw-xl-8 {
    font-size: 8vw !important;
  }
  .pd-xl-8 {
    padding-top: 8% !important;
  }
  .mw-xl-8 {
    max-width: 8% !important;
  }
  .w-xl-8 {
    width: 8% !important;
  }
  .fs-vw-xl-9 {
    font-size: 9vw !important;
  }
  .pd-xl-9 {
    padding-top: 9% !important;
  }
  .mw-xl-9 {
    max-width: 9% !important;
  }
  .w-xl-9 {
    width: 9% !important;
  }
  .fs-vw-xl-10 {
    font-size: 10vw !important;
  }
  .pd-xl-10 {
    padding-top: 10% !important;
  }
  .mw-xl-10 {
    max-width: 10% !important;
  }
  .w-xl-10 {
    width: 10% !important;
  }
  .fs-vw-xl-11 {
    font-size: 11vw !important;
  }
  .pd-xl-11 {
    padding-top: 11% !important;
  }
  .mw-xl-11 {
    max-width: 11% !important;
  }
  .w-xl-11 {
    width: 11% !important;
  }
  .fs-vw-xl-12 {
    font-size: 12vw !important;
  }
  .pd-xl-12 {
    padding-top: 12% !important;
  }
  .mw-xl-12 {
    max-width: 12% !important;
  }
  .w-xl-12 {
    width: 12% !important;
  }
  .fs-vw-xl-13 {
    font-size: 13vw !important;
  }
  .pd-xl-13 {
    padding-top: 13% !important;
  }
  .mw-xl-13 {
    max-width: 13% !important;
  }
  .w-xl-13 {
    width: 13% !important;
  }
  .fs-vw-xl-14 {
    font-size: 14vw !important;
  }
  .pd-xl-14 {
    padding-top: 14% !important;
  }
  .mw-xl-14 {
    max-width: 14% !important;
  }
  .w-xl-14 {
    width: 14% !important;
  }
  .fs-vw-xl-15 {
    font-size: 15vw !important;
  }
  .pd-xl-15 {
    padding-top: 15% !important;
  }
  .mw-xl-15 {
    max-width: 15% !important;
  }
  .w-xl-15 {
    width: 15% !important;
  }
  .fs-vw-xl-16 {
    font-size: 16vw !important;
  }
  .pd-xl-16 {
    padding-top: 16% !important;
  }
  .mw-xl-16 {
    max-width: 16% !important;
  }
  .w-xl-16 {
    width: 16% !important;
  }
  .fs-vw-xl-17 {
    font-size: 17vw !important;
  }
  .pd-xl-17 {
    padding-top: 17% !important;
  }
  .mw-xl-17 {
    max-width: 17% !important;
  }
  .w-xl-17 {
    width: 17% !important;
  }
  .fs-vw-xl-18 {
    font-size: 18vw !important;
  }
  .pd-xl-18 {
    padding-top: 18% !important;
  }
  .mw-xl-18 {
    max-width: 18% !important;
  }
  .w-xl-18 {
    width: 18% !important;
  }
  .fs-vw-xl-19 {
    font-size: 19vw !important;
  }
  .pd-xl-19 {
    padding-top: 19% !important;
  }
  .mw-xl-19 {
    max-width: 19% !important;
  }
  .w-xl-19 {
    width: 19% !important;
  }
  .fs-vw-xl-20 {
    font-size: 20vw !important;
  }
  .pd-xl-20 {
    padding-top: 20% !important;
  }
  .mw-xl-20 {
    max-width: 20% !important;
  }
  .w-xl-20 {
    width: 20% !important;
  }
  .fs-vw-xl-21 {
    font-size: 21vw !important;
  }
  .pd-xl-21 {
    padding-top: 21% !important;
  }
  .mw-xl-21 {
    max-width: 21% !important;
  }
  .w-xl-21 {
    width: 21% !important;
  }
  .fs-vw-xl-22 {
    font-size: 22vw !important;
  }
  .pd-xl-22 {
    padding-top: 22% !important;
  }
  .mw-xl-22 {
    max-width: 22% !important;
  }
  .w-xl-22 {
    width: 22% !important;
  }
  .fs-vw-xl-23 {
    font-size: 23vw !important;
  }
  .pd-xl-23 {
    padding-top: 23% !important;
  }
  .mw-xl-23 {
    max-width: 23% !important;
  }
  .w-xl-23 {
    width: 23% !important;
  }
  .fs-vw-xl-24 {
    font-size: 24vw !important;
  }
  .pd-xl-24 {
    padding-top: 24% !important;
  }
  .mw-xl-24 {
    max-width: 24% !important;
  }
  .w-xl-24 {
    width: 24% !important;
  }
  .fs-vw-xl-25 {
    font-size: 25vw !important;
  }
  .pd-xl-25 {
    padding-top: 25% !important;
  }
  .mw-xl-25 {
    max-width: 25% !important;
  }
  .w-xl-25 {
    width: 25% !important;
  }
  .fs-vw-xl-26 {
    font-size: 26vw !important;
  }
  .pd-xl-26 {
    padding-top: 26% !important;
  }
  .mw-xl-26 {
    max-width: 26% !important;
  }
  .w-xl-26 {
    width: 26% !important;
  }
  .fs-vw-xl-27 {
    font-size: 27vw !important;
  }
  .pd-xl-27 {
    padding-top: 27% !important;
  }
  .mw-xl-27 {
    max-width: 27% !important;
  }
  .w-xl-27 {
    width: 27% !important;
  }
  .fs-vw-xl-28 {
    font-size: 28vw !important;
  }
  .pd-xl-28 {
    padding-top: 28% !important;
  }
  .mw-xl-28 {
    max-width: 28% !important;
  }
  .w-xl-28 {
    width: 28% !important;
  }
  .fs-vw-xl-29 {
    font-size: 29vw !important;
  }
  .pd-xl-29 {
    padding-top: 29% !important;
  }
  .mw-xl-29 {
    max-width: 29% !important;
  }
  .w-xl-29 {
    width: 29% !important;
  }
  .fs-vw-xl-30 {
    font-size: 30vw !important;
  }
  .pd-xl-30 {
    padding-top: 30% !important;
  }
  .mw-xl-30 {
    max-width: 30% !important;
  }
  .w-xl-30 {
    width: 30% !important;
  }
  .fs-vw-xl-31 {
    font-size: 31vw !important;
  }
  .pd-xl-31 {
    padding-top: 31% !important;
  }
  .mw-xl-31 {
    max-width: 31% !important;
  }
  .w-xl-31 {
    width: 31% !important;
  }
  .fs-vw-xl-32 {
    font-size: 32vw !important;
  }
  .pd-xl-32 {
    padding-top: 32% !important;
  }
  .mw-xl-32 {
    max-width: 32% !important;
  }
  .w-xl-32 {
    width: 32% !important;
  }
  .fs-vw-xl-33 {
    font-size: 33vw !important;
  }
  .pd-xl-33 {
    padding-top: 33% !important;
  }
  .mw-xl-33 {
    max-width: 33% !important;
  }
  .w-xl-33 {
    width: 33% !important;
  }
  .fs-vw-xl-34 {
    font-size: 34vw !important;
  }
  .pd-xl-34 {
    padding-top: 34% !important;
  }
  .mw-xl-34 {
    max-width: 34% !important;
  }
  .w-xl-34 {
    width: 34% !important;
  }
  .fs-vw-xl-35 {
    font-size: 35vw !important;
  }
  .pd-xl-35 {
    padding-top: 35% !important;
  }
  .mw-xl-35 {
    max-width: 35% !important;
  }
  .w-xl-35 {
    width: 35% !important;
  }
  .fs-vw-xl-36 {
    font-size: 36vw !important;
  }
  .pd-xl-36 {
    padding-top: 36% !important;
  }
  .mw-xl-36 {
    max-width: 36% !important;
  }
  .w-xl-36 {
    width: 36% !important;
  }
  .fs-vw-xl-37 {
    font-size: 37vw !important;
  }
  .pd-xl-37 {
    padding-top: 37% !important;
  }
  .mw-xl-37 {
    max-width: 37% !important;
  }
  .w-xl-37 {
    width: 37% !important;
  }
  .fs-vw-xl-38 {
    font-size: 38vw !important;
  }
  .pd-xl-38 {
    padding-top: 38% !important;
  }
  .mw-xl-38 {
    max-width: 38% !important;
  }
  .w-xl-38 {
    width: 38% !important;
  }
  .fs-vw-xl-39 {
    font-size: 39vw !important;
  }
  .pd-xl-39 {
    padding-top: 39% !important;
  }
  .mw-xl-39 {
    max-width: 39% !important;
  }
  .w-xl-39 {
    width: 39% !important;
  }
  .fs-vw-xl-40 {
    font-size: 40vw !important;
  }
  .pd-xl-40 {
    padding-top: 40% !important;
  }
  .mw-xl-40 {
    max-width: 40% !important;
  }
  .w-xl-40 {
    width: 40% !important;
  }
  .fs-vw-xl-41 {
    font-size: 41vw !important;
  }
  .pd-xl-41 {
    padding-top: 41% !important;
  }
  .mw-xl-41 {
    max-width: 41% !important;
  }
  .w-xl-41 {
    width: 41% !important;
  }
  .fs-vw-xl-42 {
    font-size: 42vw !important;
  }
  .pd-xl-42 {
    padding-top: 42% !important;
  }
  .mw-xl-42 {
    max-width: 42% !important;
  }
  .w-xl-42 {
    width: 42% !important;
  }
  .fs-vw-xl-43 {
    font-size: 43vw !important;
  }
  .pd-xl-43 {
    padding-top: 43% !important;
  }
  .mw-xl-43 {
    max-width: 43% !important;
  }
  .w-xl-43 {
    width: 43% !important;
  }
  .fs-vw-xl-44 {
    font-size: 44vw !important;
  }
  .pd-xl-44 {
    padding-top: 44% !important;
  }
  .mw-xl-44 {
    max-width: 44% !important;
  }
  .w-xl-44 {
    width: 44% !important;
  }
  .fs-vw-xl-45 {
    font-size: 45vw !important;
  }
  .pd-xl-45 {
    padding-top: 45% !important;
  }
  .mw-xl-45 {
    max-width: 45% !important;
  }
  .w-xl-45 {
    width: 45% !important;
  }
  .fs-vw-xl-46 {
    font-size: 46vw !important;
  }
  .pd-xl-46 {
    padding-top: 46% !important;
  }
  .mw-xl-46 {
    max-width: 46% !important;
  }
  .w-xl-46 {
    width: 46% !important;
  }
  .fs-vw-xl-47 {
    font-size: 47vw !important;
  }
  .pd-xl-47 {
    padding-top: 47% !important;
  }
  .mw-xl-47 {
    max-width: 47% !important;
  }
  .w-xl-47 {
    width: 47% !important;
  }
  .fs-vw-xl-48 {
    font-size: 48vw !important;
  }
  .pd-xl-48 {
    padding-top: 48% !important;
  }
  .mw-xl-48 {
    max-width: 48% !important;
  }
  .w-xl-48 {
    width: 48% !important;
  }
  .fs-vw-xl-49 {
    font-size: 49vw !important;
  }
  .pd-xl-49 {
    padding-top: 49% !important;
  }
  .mw-xl-49 {
    max-width: 49% !important;
  }
  .w-xl-49 {
    width: 49% !important;
  }
  .fs-vw-xl-50 {
    font-size: 50vw !important;
  }
  .pd-xl-50 {
    padding-top: 50% !important;
  }
  .mw-xl-50 {
    max-width: 50% !important;
  }
  .w-xl-50 {
    width: 50% !important;
  }
  .fs-vw-xl-51 {
    font-size: 51vw !important;
  }
  .pd-xl-51 {
    padding-top: 51% !important;
  }
  .mw-xl-51 {
    max-width: 51% !important;
  }
  .w-xl-51 {
    width: 51% !important;
  }
  .fs-vw-xl-52 {
    font-size: 52vw !important;
  }
  .pd-xl-52 {
    padding-top: 52% !important;
  }
  .mw-xl-52 {
    max-width: 52% !important;
  }
  .w-xl-52 {
    width: 52% !important;
  }
  .fs-vw-xl-53 {
    font-size: 53vw !important;
  }
  .pd-xl-53 {
    padding-top: 53% !important;
  }
  .mw-xl-53 {
    max-width: 53% !important;
  }
  .w-xl-53 {
    width: 53% !important;
  }
  .fs-vw-xl-54 {
    font-size: 54vw !important;
  }
  .pd-xl-54 {
    padding-top: 54% !important;
  }
  .mw-xl-54 {
    max-width: 54% !important;
  }
  .w-xl-54 {
    width: 54% !important;
  }
  .fs-vw-xl-55 {
    font-size: 55vw !important;
  }
  .pd-xl-55 {
    padding-top: 55% !important;
  }
  .mw-xl-55 {
    max-width: 55% !important;
  }
  .w-xl-55 {
    width: 55% !important;
  }
  .fs-vw-xl-56 {
    font-size: 56vw !important;
  }
  .pd-xl-56 {
    padding-top: 56% !important;
  }
  .mw-xl-56 {
    max-width: 56% !important;
  }
  .w-xl-56 {
    width: 56% !important;
  }
  .fs-vw-xl-57 {
    font-size: 57vw !important;
  }
  .pd-xl-57 {
    padding-top: 57% !important;
  }
  .mw-xl-57 {
    max-width: 57% !important;
  }
  .w-xl-57 {
    width: 57% !important;
  }
  .fs-vw-xl-58 {
    font-size: 58vw !important;
  }
  .pd-xl-58 {
    padding-top: 58% !important;
  }
  .mw-xl-58 {
    max-width: 58% !important;
  }
  .w-xl-58 {
    width: 58% !important;
  }
  .fs-vw-xl-59 {
    font-size: 59vw !important;
  }
  .pd-xl-59 {
    padding-top: 59% !important;
  }
  .mw-xl-59 {
    max-width: 59% !important;
  }
  .w-xl-59 {
    width: 59% !important;
  }
  .fs-vw-xl-60 {
    font-size: 60vw !important;
  }
  .pd-xl-60 {
    padding-top: 60% !important;
  }
  .mw-xl-60 {
    max-width: 60% !important;
  }
  .w-xl-60 {
    width: 60% !important;
  }
  .fs-vw-xl-61 {
    font-size: 61vw !important;
  }
  .pd-xl-61 {
    padding-top: 61% !important;
  }
  .mw-xl-61 {
    max-width: 61% !important;
  }
  .w-xl-61 {
    width: 61% !important;
  }
  .fs-vw-xl-62 {
    font-size: 62vw !important;
  }
  .pd-xl-62 {
    padding-top: 62% !important;
  }
  .mw-xl-62 {
    max-width: 62% !important;
  }
  .w-xl-62 {
    width: 62% !important;
  }
  .fs-vw-xl-63 {
    font-size: 63vw !important;
  }
  .pd-xl-63 {
    padding-top: 63% !important;
  }
  .mw-xl-63 {
    max-width: 63% !important;
  }
  .w-xl-63 {
    width: 63% !important;
  }
  .fs-vw-xl-64 {
    font-size: 64vw !important;
  }
  .pd-xl-64 {
    padding-top: 64% !important;
  }
  .mw-xl-64 {
    max-width: 64% !important;
  }
  .w-xl-64 {
    width: 64% !important;
  }
  .fs-vw-xl-65 {
    font-size: 65vw !important;
  }
  .pd-xl-65 {
    padding-top: 65% !important;
  }
  .mw-xl-65 {
    max-width: 65% !important;
  }
  .w-xl-65 {
    width: 65% !important;
  }
  .fs-vw-xl-66 {
    font-size: 66vw !important;
  }
  .pd-xl-66 {
    padding-top: 66% !important;
  }
  .mw-xl-66 {
    max-width: 66% !important;
  }
  .w-xl-66 {
    width: 66% !important;
  }
  .fs-vw-xl-67 {
    font-size: 67vw !important;
  }
  .pd-xl-67 {
    padding-top: 67% !important;
  }
  .mw-xl-67 {
    max-width: 67% !important;
  }
  .w-xl-67 {
    width: 67% !important;
  }
  .fs-vw-xl-68 {
    font-size: 68vw !important;
  }
  .pd-xl-68 {
    padding-top: 68% !important;
  }
  .mw-xl-68 {
    max-width: 68% !important;
  }
  .w-xl-68 {
    width: 68% !important;
  }
  .fs-vw-xl-69 {
    font-size: 69vw !important;
  }
  .pd-xl-69 {
    padding-top: 69% !important;
  }
  .mw-xl-69 {
    max-width: 69% !important;
  }
  .w-xl-69 {
    width: 69% !important;
  }
  .fs-vw-xl-70 {
    font-size: 70vw !important;
  }
  .pd-xl-70 {
    padding-top: 70% !important;
  }
  .mw-xl-70 {
    max-width: 70% !important;
  }
  .w-xl-70 {
    width: 70% !important;
  }
  .fs-vw-xl-71 {
    font-size: 71vw !important;
  }
  .pd-xl-71 {
    padding-top: 71% !important;
  }
  .mw-xl-71 {
    max-width: 71% !important;
  }
  .w-xl-71 {
    width: 71% !important;
  }
  .fs-vw-xl-72 {
    font-size: 72vw !important;
  }
  .pd-xl-72 {
    padding-top: 72% !important;
  }
  .mw-xl-72 {
    max-width: 72% !important;
  }
  .w-xl-72 {
    width: 72% !important;
  }
  .fs-vw-xl-73 {
    font-size: 73vw !important;
  }
  .pd-xl-73 {
    padding-top: 73% !important;
  }
  .mw-xl-73 {
    max-width: 73% !important;
  }
  .w-xl-73 {
    width: 73% !important;
  }
  .fs-vw-xl-74 {
    font-size: 74vw !important;
  }
  .pd-xl-74 {
    padding-top: 74% !important;
  }
  .mw-xl-74 {
    max-width: 74% !important;
  }
  .w-xl-74 {
    width: 74% !important;
  }
  .fs-vw-xl-75 {
    font-size: 75vw !important;
  }
  .pd-xl-75 {
    padding-top: 75% !important;
  }
  .mw-xl-75 {
    max-width: 75% !important;
  }
  .w-xl-75 {
    width: 75% !important;
  }
  .fs-vw-xl-76 {
    font-size: 76vw !important;
  }
  .pd-xl-76 {
    padding-top: 76% !important;
  }
  .mw-xl-76 {
    max-width: 76% !important;
  }
  .w-xl-76 {
    width: 76% !important;
  }
  .fs-vw-xl-77 {
    font-size: 77vw !important;
  }
  .pd-xl-77 {
    padding-top: 77% !important;
  }
  .mw-xl-77 {
    max-width: 77% !important;
  }
  .w-xl-77 {
    width: 77% !important;
  }
  .fs-vw-xl-78 {
    font-size: 78vw !important;
  }
  .pd-xl-78 {
    padding-top: 78% !important;
  }
  .mw-xl-78 {
    max-width: 78% !important;
  }
  .w-xl-78 {
    width: 78% !important;
  }
  .fs-vw-xl-79 {
    font-size: 79vw !important;
  }
  .pd-xl-79 {
    padding-top: 79% !important;
  }
  .mw-xl-79 {
    max-width: 79% !important;
  }
  .w-xl-79 {
    width: 79% !important;
  }
  .fs-vw-xl-80 {
    font-size: 80vw !important;
  }
  .pd-xl-80 {
    padding-top: 80% !important;
  }
  .mw-xl-80 {
    max-width: 80% !important;
  }
  .w-xl-80 {
    width: 80% !important;
  }
  .fs-vw-xl-81 {
    font-size: 81vw !important;
  }
  .pd-xl-81 {
    padding-top: 81% !important;
  }
  .mw-xl-81 {
    max-width: 81% !important;
  }
  .w-xl-81 {
    width: 81% !important;
  }
  .fs-vw-xl-82 {
    font-size: 82vw !important;
  }
  .pd-xl-82 {
    padding-top: 82% !important;
  }
  .mw-xl-82 {
    max-width: 82% !important;
  }
  .w-xl-82 {
    width: 82% !important;
  }
  .fs-vw-xl-83 {
    font-size: 83vw !important;
  }
  .pd-xl-83 {
    padding-top: 83% !important;
  }
  .mw-xl-83 {
    max-width: 83% !important;
  }
  .w-xl-83 {
    width: 83% !important;
  }
  .fs-vw-xl-84 {
    font-size: 84vw !important;
  }
  .pd-xl-84 {
    padding-top: 84% !important;
  }
  .mw-xl-84 {
    max-width: 84% !important;
  }
  .w-xl-84 {
    width: 84% !important;
  }
  .fs-vw-xl-85 {
    font-size: 85vw !important;
  }
  .pd-xl-85 {
    padding-top: 85% !important;
  }
  .mw-xl-85 {
    max-width: 85% !important;
  }
  .w-xl-85 {
    width: 85% !important;
  }
  .fs-vw-xl-86 {
    font-size: 86vw !important;
  }
  .pd-xl-86 {
    padding-top: 86% !important;
  }
  .mw-xl-86 {
    max-width: 86% !important;
  }
  .w-xl-86 {
    width: 86% !important;
  }
  .fs-vw-xl-87 {
    font-size: 87vw !important;
  }
  .pd-xl-87 {
    padding-top: 87% !important;
  }
  .mw-xl-87 {
    max-width: 87% !important;
  }
  .w-xl-87 {
    width: 87% !important;
  }
  .fs-vw-xl-88 {
    font-size: 88vw !important;
  }
  .pd-xl-88 {
    padding-top: 88% !important;
  }
  .mw-xl-88 {
    max-width: 88% !important;
  }
  .w-xl-88 {
    width: 88% !important;
  }
  .fs-vw-xl-89 {
    font-size: 89vw !important;
  }
  .pd-xl-89 {
    padding-top: 89% !important;
  }
  .mw-xl-89 {
    max-width: 89% !important;
  }
  .w-xl-89 {
    width: 89% !important;
  }
  .fs-vw-xl-90 {
    font-size: 90vw !important;
  }
  .pd-xl-90 {
    padding-top: 90% !important;
  }
  .mw-xl-90 {
    max-width: 90% !important;
  }
  .w-xl-90 {
    width: 90% !important;
  }
  .fs-vw-xl-91 {
    font-size: 91vw !important;
  }
  .pd-xl-91 {
    padding-top: 91% !important;
  }
  .mw-xl-91 {
    max-width: 91% !important;
  }
  .w-xl-91 {
    width: 91% !important;
  }
  .fs-vw-xl-92 {
    font-size: 92vw !important;
  }
  .pd-xl-92 {
    padding-top: 92% !important;
  }
  .mw-xl-92 {
    max-width: 92% !important;
  }
  .w-xl-92 {
    width: 92% !important;
  }
  .fs-vw-xl-93 {
    font-size: 93vw !important;
  }
  .pd-xl-93 {
    padding-top: 93% !important;
  }
  .mw-xl-93 {
    max-width: 93% !important;
  }
  .w-xl-93 {
    width: 93% !important;
  }
  .fs-vw-xl-94 {
    font-size: 94vw !important;
  }
  .pd-xl-94 {
    padding-top: 94% !important;
  }
  .mw-xl-94 {
    max-width: 94% !important;
  }
  .w-xl-94 {
    width: 94% !important;
  }
  .fs-vw-xl-95 {
    font-size: 95vw !important;
  }
  .pd-xl-95 {
    padding-top: 95% !important;
  }
  .mw-xl-95 {
    max-width: 95% !important;
  }
  .w-xl-95 {
    width: 95% !important;
  }
  .fs-vw-xl-96 {
    font-size: 96vw !important;
  }
  .pd-xl-96 {
    padding-top: 96% !important;
  }
  .mw-xl-96 {
    max-width: 96% !important;
  }
  .w-xl-96 {
    width: 96% !important;
  }
  .fs-vw-xl-97 {
    font-size: 97vw !important;
  }
  .pd-xl-97 {
    padding-top: 97% !important;
  }
  .mw-xl-97 {
    max-width: 97% !important;
  }
  .w-xl-97 {
    width: 97% !important;
  }
  .fs-vw-xl-98 {
    font-size: 98vw !important;
  }
  .pd-xl-98 {
    padding-top: 98% !important;
  }
  .mw-xl-98 {
    max-width: 98% !important;
  }
  .w-xl-98 {
    width: 98% !important;
  }
  .fs-vw-xl-99 {
    font-size: 99vw !important;
  }
  .pd-xl-99 {
    padding-top: 99% !important;
  }
  .mw-xl-99 {
    max-width: 99% !important;
  }
  .w-xl-99 {
    width: 99% !important;
  }
  .fs-vw-xl-100 {
    font-size: 100vw !important;
  }
  .pd-xl-100 {
    padding-top: 100% !important;
  }
  .mw-xl-100 {
    max-width: 100% !important;
  }
  .w-xl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .b-xxl-0 {
    border-width: 0px !important;
  }
  .bt-xxl-0 {
    border-top-width: 0px !important;
  }
  .bb-xxl-0 {
    border-bottom-width: 0px !important;
  }
  .be-xxl-0 {
    border-right-width: 0px !important;
  }
  .bs-xxl-0 {
    border-left-width: 0px !important;
  }
  .columns-xxl-0 {
    column-count: 0;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-1 {
    border-width: 1px !important;
  }
  .bt-xxl-1 {
    border-top-width: 1px !important;
  }
  .bb-xxl-1 {
    border-bottom-width: 1px !important;
  }
  .be-xxl-1 {
    border-right-width: 1px !important;
  }
  .bs-xxl-1 {
    border-left-width: 1px !important;
  }
  .columns-xxl-1 {
    column-count: 1;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-2 {
    border-width: 2px !important;
  }
  .bt-xxl-2 {
    border-top-width: 2px !important;
  }
  .bb-xxl-2 {
    border-bottom-width: 2px !important;
  }
  .be-xxl-2 {
    border-right-width: 2px !important;
  }
  .bs-xxl-2 {
    border-left-width: 2px !important;
  }
  .columns-xxl-2 {
    column-count: 2;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-3 {
    border-width: 3px !important;
  }
  .bt-xxl-3 {
    border-top-width: 3px !important;
  }
  .bb-xxl-3 {
    border-bottom-width: 3px !important;
  }
  .be-xxl-3 {
    border-right-width: 3px !important;
  }
  .bs-xxl-3 {
    border-left-width: 3px !important;
  }
  .columns-xxl-3 {
    column-count: 3;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-4 {
    border-width: 4px !important;
  }
  .bt-xxl-4 {
    border-top-width: 4px !important;
  }
  .bb-xxl-4 {
    border-bottom-width: 4px !important;
  }
  .be-xxl-4 {
    border-right-width: 4px !important;
  }
  .bs-xxl-4 {
    border-left-width: 4px !important;
  }
  .columns-xxl-4 {
    column-count: 4;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-5 {
    border-width: 5px !important;
  }
  .bt-xxl-5 {
    border-top-width: 5px !important;
  }
  .bb-xxl-5 {
    border-bottom-width: 5px !important;
  }
  .be-xxl-5 {
    border-right-width: 5px !important;
  }
  .bs-xxl-5 {
    border-left-width: 5px !important;
  }
  .columns-xxl-5 {
    column-count: 5;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-6 {
    border-width: 6px !important;
  }
  .bt-xxl-6 {
    border-top-width: 6px !important;
  }
  .bb-xxl-6 {
    border-bottom-width: 6px !important;
  }
  .be-xxl-6 {
    border-right-width: 6px !important;
  }
  .bs-xxl-6 {
    border-left-width: 6px !important;
  }
  .columns-xxl-6 {
    column-count: 6;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-7 {
    border-width: 7px !important;
  }
  .bt-xxl-7 {
    border-top-width: 7px !important;
  }
  .bb-xxl-7 {
    border-bottom-width: 7px !important;
  }
  .be-xxl-7 {
    border-right-width: 7px !important;
  }
  .bs-xxl-7 {
    border-left-width: 7px !important;
  }
  .columns-xxl-7 {
    column-count: 7;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-8 {
    border-width: 8px !important;
  }
  .bt-xxl-8 {
    border-top-width: 8px !important;
  }
  .bb-xxl-8 {
    border-bottom-width: 8px !important;
  }
  .be-xxl-8 {
    border-right-width: 8px !important;
  }
  .bs-xxl-8 {
    border-left-width: 8px !important;
  }
  .columns-xxl-8 {
    column-count: 8;
    column-gap: calc(2% + 20px);
  }
  .b-xxl-9 {
    border-width: 9px !important;
  }
  .bt-xxl-9 {
    border-top-width: 9px !important;
  }
  .bb-xxl-9 {
    border-bottom-width: 9px !important;
  }
  .be-xxl-9 {
    border-right-width: 9px !important;
  }
  .bs-xxl-9 {
    border-left-width: 9px !important;
  }
  .columns-xxl-9 {
    column-count: 9;
    column-gap: calc(2% + 20px);
  }
  .mw-px-xxl-0 {
    max-width: 0px !important;
  }
  .w-px-xxl-0 {
    width: 0px !important;
  }
  .h-px-xxl-0 {
    height: 0px !important;
  }
  .min-h-px-xxl-0 {
    min-height: 0px !important;
  }
  .mw-px-xxl-5 {
    max-width: 5px !important;
  }
  .w-px-xxl-5 {
    width: 5px !important;
  }
  .h-px-xxl-5 {
    height: 5px !important;
  }
  .min-h-px-xxl-5 {
    min-height: 5px !important;
  }
  .mw-px-xxl-10 {
    max-width: 10px !important;
  }
  .w-px-xxl-10 {
    width: 10px !important;
  }
  .h-px-xxl-10 {
    height: 10px !important;
  }
  .min-h-px-xxl-10 {
    min-height: 10px !important;
  }
  .mw-px-xxl-15 {
    max-width: 15px !important;
  }
  .w-px-xxl-15 {
    width: 15px !important;
  }
  .h-px-xxl-15 {
    height: 15px !important;
  }
  .min-h-px-xxl-15 {
    min-height: 15px !important;
  }
  .mw-px-xxl-20 {
    max-width: 20px !important;
  }
  .w-px-xxl-20 {
    width: 20px !important;
  }
  .h-px-xxl-20 {
    height: 20px !important;
  }
  .min-h-px-xxl-20 {
    min-height: 20px !important;
  }
  .mw-px-xxl-25 {
    max-width: 25px !important;
  }
  .w-px-xxl-25 {
    width: 25px !important;
  }
  .h-px-xxl-25 {
    height: 25px !important;
  }
  .min-h-px-xxl-25 {
    min-height: 25px !important;
  }
  .mw-px-xxl-30 {
    max-width: 30px !important;
  }
  .w-px-xxl-30 {
    width: 30px !important;
  }
  .h-px-xxl-30 {
    height: 30px !important;
  }
  .min-h-px-xxl-30 {
    min-height: 30px !important;
  }
  .mw-px-xxl-35 {
    max-width: 35px !important;
  }
  .w-px-xxl-35 {
    width: 35px !important;
  }
  .h-px-xxl-35 {
    height: 35px !important;
  }
  .min-h-px-xxl-35 {
    min-height: 35px !important;
  }
  .mw-px-xxl-40 {
    max-width: 40px !important;
  }
  .w-px-xxl-40 {
    width: 40px !important;
  }
  .h-px-xxl-40 {
    height: 40px !important;
  }
  .min-h-px-xxl-40 {
    min-height: 40px !important;
  }
  .mw-px-xxl-45 {
    max-width: 45px !important;
  }
  .w-px-xxl-45 {
    width: 45px !important;
  }
  .h-px-xxl-45 {
    height: 45px !important;
  }
  .min-h-px-xxl-45 {
    min-height: 45px !important;
  }
  .mw-px-xxl-50 {
    max-width: 50px !important;
  }
  .w-px-xxl-50 {
    width: 50px !important;
  }
  .h-px-xxl-50 {
    height: 50px !important;
  }
  .min-h-px-xxl-50 {
    min-height: 50px !important;
  }
  .mw-px-xxl-55 {
    max-width: 55px !important;
  }
  .w-px-xxl-55 {
    width: 55px !important;
  }
  .h-px-xxl-55 {
    height: 55px !important;
  }
  .min-h-px-xxl-55 {
    min-height: 55px !important;
  }
  .mw-px-xxl-60 {
    max-width: 60px !important;
  }
  .w-px-xxl-60 {
    width: 60px !important;
  }
  .h-px-xxl-60 {
    height: 60px !important;
  }
  .min-h-px-xxl-60 {
    min-height: 60px !important;
  }
  .mw-px-xxl-65 {
    max-width: 65px !important;
  }
  .w-px-xxl-65 {
    width: 65px !important;
  }
  .h-px-xxl-65 {
    height: 65px !important;
  }
  .min-h-px-xxl-65 {
    min-height: 65px !important;
  }
  .mw-px-xxl-70 {
    max-width: 70px !important;
  }
  .w-px-xxl-70 {
    width: 70px !important;
  }
  .h-px-xxl-70 {
    height: 70px !important;
  }
  .min-h-px-xxl-70 {
    min-height: 70px !important;
  }
  .mw-px-xxl-75 {
    max-width: 75px !important;
  }
  .w-px-xxl-75 {
    width: 75px !important;
  }
  .h-px-xxl-75 {
    height: 75px !important;
  }
  .min-h-px-xxl-75 {
    min-height: 75px !important;
  }
  .mw-px-xxl-80 {
    max-width: 80px !important;
  }
  .w-px-xxl-80 {
    width: 80px !important;
  }
  .h-px-xxl-80 {
    height: 80px !important;
  }
  .min-h-px-xxl-80 {
    min-height: 80px !important;
  }
  .mw-px-xxl-85 {
    max-width: 85px !important;
  }
  .w-px-xxl-85 {
    width: 85px !important;
  }
  .h-px-xxl-85 {
    height: 85px !important;
  }
  .min-h-px-xxl-85 {
    min-height: 85px !important;
  }
  .mw-px-xxl-90 {
    max-width: 90px !important;
  }
  .w-px-xxl-90 {
    width: 90px !important;
  }
  .h-px-xxl-90 {
    height: 90px !important;
  }
  .min-h-px-xxl-90 {
    min-height: 90px !important;
  }
  .mw-px-xxl-95 {
    max-width: 95px !important;
  }
  .w-px-xxl-95 {
    width: 95px !important;
  }
  .h-px-xxl-95 {
    height: 95px !important;
  }
  .min-h-px-xxl-95 {
    min-height: 95px !important;
  }
  .mw-px-xxl-100 {
    max-width: 100px !important;
  }
  .w-px-xxl-100 {
    width: 100px !important;
  }
  .h-px-xxl-100 {
    height: 100px !important;
  }
  .min-h-px-xxl-100 {
    min-height: 100px !important;
  }
  .mw-px-xxl-105 {
    max-width: 105px !important;
  }
  .w-px-xxl-105 {
    width: 105px !important;
  }
  .h-px-xxl-105 {
    height: 105px !important;
  }
  .min-h-px-xxl-105 {
    min-height: 105px !important;
  }
  .mw-px-xxl-110 {
    max-width: 110px !important;
  }
  .w-px-xxl-110 {
    width: 110px !important;
  }
  .h-px-xxl-110 {
    height: 110px !important;
  }
  .min-h-px-xxl-110 {
    min-height: 110px !important;
  }
  .mw-px-xxl-115 {
    max-width: 115px !important;
  }
  .w-px-xxl-115 {
    width: 115px !important;
  }
  .h-px-xxl-115 {
    height: 115px !important;
  }
  .min-h-px-xxl-115 {
    min-height: 115px !important;
  }
  .mw-px-xxl-120 {
    max-width: 120px !important;
  }
  .w-px-xxl-120 {
    width: 120px !important;
  }
  .h-px-xxl-120 {
    height: 120px !important;
  }
  .min-h-px-xxl-120 {
    min-height: 120px !important;
  }
  .mw-px-xxl-125 {
    max-width: 125px !important;
  }
  .w-px-xxl-125 {
    width: 125px !important;
  }
  .h-px-xxl-125 {
    height: 125px !important;
  }
  .min-h-px-xxl-125 {
    min-height: 125px !important;
  }
  .mw-px-xxl-130 {
    max-width: 130px !important;
  }
  .w-px-xxl-130 {
    width: 130px !important;
  }
  .h-px-xxl-130 {
    height: 130px !important;
  }
  .min-h-px-xxl-130 {
    min-height: 130px !important;
  }
  .mw-px-xxl-135 {
    max-width: 135px !important;
  }
  .w-px-xxl-135 {
    width: 135px !important;
  }
  .h-px-xxl-135 {
    height: 135px !important;
  }
  .min-h-px-xxl-135 {
    min-height: 135px !important;
  }
  .mw-px-xxl-140 {
    max-width: 140px !important;
  }
  .w-px-xxl-140 {
    width: 140px !important;
  }
  .h-px-xxl-140 {
    height: 140px !important;
  }
  .min-h-px-xxl-140 {
    min-height: 140px !important;
  }
  .mw-px-xxl-145 {
    max-width: 145px !important;
  }
  .w-px-xxl-145 {
    width: 145px !important;
  }
  .h-px-xxl-145 {
    height: 145px !important;
  }
  .min-h-px-xxl-145 {
    min-height: 145px !important;
  }
  .mw-px-xxl-150 {
    max-width: 150px !important;
  }
  .w-px-xxl-150 {
    width: 150px !important;
  }
  .h-px-xxl-150 {
    height: 150px !important;
  }
  .min-h-px-xxl-150 {
    min-height: 150px !important;
  }
  .mw-px-xxl-155 {
    max-width: 155px !important;
  }
  .w-px-xxl-155 {
    width: 155px !important;
  }
  .h-px-xxl-155 {
    height: 155px !important;
  }
  .min-h-px-xxl-155 {
    min-height: 155px !important;
  }
  .mw-px-xxl-160 {
    max-width: 160px !important;
  }
  .w-px-xxl-160 {
    width: 160px !important;
  }
  .h-px-xxl-160 {
    height: 160px !important;
  }
  .min-h-px-xxl-160 {
    min-height: 160px !important;
  }
  .mw-px-xxl-165 {
    max-width: 165px !important;
  }
  .w-px-xxl-165 {
    width: 165px !important;
  }
  .h-px-xxl-165 {
    height: 165px !important;
  }
  .min-h-px-xxl-165 {
    min-height: 165px !important;
  }
  .mw-px-xxl-170 {
    max-width: 170px !important;
  }
  .w-px-xxl-170 {
    width: 170px !important;
  }
  .h-px-xxl-170 {
    height: 170px !important;
  }
  .min-h-px-xxl-170 {
    min-height: 170px !important;
  }
  .mw-px-xxl-175 {
    max-width: 175px !important;
  }
  .w-px-xxl-175 {
    width: 175px !important;
  }
  .h-px-xxl-175 {
    height: 175px !important;
  }
  .min-h-px-xxl-175 {
    min-height: 175px !important;
  }
  .mw-px-xxl-180 {
    max-width: 180px !important;
  }
  .w-px-xxl-180 {
    width: 180px !important;
  }
  .h-px-xxl-180 {
    height: 180px !important;
  }
  .min-h-px-xxl-180 {
    min-height: 180px !important;
  }
  .mw-px-xxl-185 {
    max-width: 185px !important;
  }
  .w-px-xxl-185 {
    width: 185px !important;
  }
  .h-px-xxl-185 {
    height: 185px !important;
  }
  .min-h-px-xxl-185 {
    min-height: 185px !important;
  }
  .mw-px-xxl-190 {
    max-width: 190px !important;
  }
  .w-px-xxl-190 {
    width: 190px !important;
  }
  .h-px-xxl-190 {
    height: 190px !important;
  }
  .min-h-px-xxl-190 {
    min-height: 190px !important;
  }
  .mw-px-xxl-195 {
    max-width: 195px !important;
  }
  .w-px-xxl-195 {
    width: 195px !important;
  }
  .h-px-xxl-195 {
    height: 195px !important;
  }
  .min-h-px-xxl-195 {
    min-height: 195px !important;
  }
  .mw-px-xxl-200 {
    max-width: 200px !important;
  }
  .w-px-xxl-200 {
    width: 200px !important;
  }
  .h-px-xxl-200 {
    height: 200px !important;
  }
  .min-h-px-xxl-200 {
    min-height: 200px !important;
  }
  .mw-px-xxl-205 {
    max-width: 205px !important;
  }
  .w-px-xxl-205 {
    width: 205px !important;
  }
  .h-px-xxl-205 {
    height: 205px !important;
  }
  .min-h-px-xxl-205 {
    min-height: 205px !important;
  }
  .mw-px-xxl-210 {
    max-width: 210px !important;
  }
  .w-px-xxl-210 {
    width: 210px !important;
  }
  .h-px-xxl-210 {
    height: 210px !important;
  }
  .min-h-px-xxl-210 {
    min-height: 210px !important;
  }
  .mw-px-xxl-215 {
    max-width: 215px !important;
  }
  .w-px-xxl-215 {
    width: 215px !important;
  }
  .h-px-xxl-215 {
    height: 215px !important;
  }
  .min-h-px-xxl-215 {
    min-height: 215px !important;
  }
  .mw-px-xxl-220 {
    max-width: 220px !important;
  }
  .w-px-xxl-220 {
    width: 220px !important;
  }
  .h-px-xxl-220 {
    height: 220px !important;
  }
  .min-h-px-xxl-220 {
    min-height: 220px !important;
  }
  .mw-px-xxl-225 {
    max-width: 225px !important;
  }
  .w-px-xxl-225 {
    width: 225px !important;
  }
  .h-px-xxl-225 {
    height: 225px !important;
  }
  .min-h-px-xxl-225 {
    min-height: 225px !important;
  }
  .mw-px-xxl-230 {
    max-width: 230px !important;
  }
  .w-px-xxl-230 {
    width: 230px !important;
  }
  .h-px-xxl-230 {
    height: 230px !important;
  }
  .min-h-px-xxl-230 {
    min-height: 230px !important;
  }
  .mw-px-xxl-235 {
    max-width: 235px !important;
  }
  .w-px-xxl-235 {
    width: 235px !important;
  }
  .h-px-xxl-235 {
    height: 235px !important;
  }
  .min-h-px-xxl-235 {
    min-height: 235px !important;
  }
  .mw-px-xxl-240 {
    max-width: 240px !important;
  }
  .w-px-xxl-240 {
    width: 240px !important;
  }
  .h-px-xxl-240 {
    height: 240px !important;
  }
  .min-h-px-xxl-240 {
    min-height: 240px !important;
  }
  .mw-px-xxl-245 {
    max-width: 245px !important;
  }
  .w-px-xxl-245 {
    width: 245px !important;
  }
  .h-px-xxl-245 {
    height: 245px !important;
  }
  .min-h-px-xxl-245 {
    min-height: 245px !important;
  }
  .mw-px-xxl-250 {
    max-width: 250px !important;
  }
  .w-px-xxl-250 {
    width: 250px !important;
  }
  .h-px-xxl-250 {
    height: 250px !important;
  }
  .min-h-px-xxl-250 {
    min-height: 250px !important;
  }
  .mw-px-xxl-255 {
    max-width: 255px !important;
  }
  .w-px-xxl-255 {
    width: 255px !important;
  }
  .h-px-xxl-255 {
    height: 255px !important;
  }
  .min-h-px-xxl-255 {
    min-height: 255px !important;
  }
  .mw-px-xxl-260 {
    max-width: 260px !important;
  }
  .w-px-xxl-260 {
    width: 260px !important;
  }
  .h-px-xxl-260 {
    height: 260px !important;
  }
  .min-h-px-xxl-260 {
    min-height: 260px !important;
  }
  .mw-px-xxl-265 {
    max-width: 265px !important;
  }
  .w-px-xxl-265 {
    width: 265px !important;
  }
  .h-px-xxl-265 {
    height: 265px !important;
  }
  .min-h-px-xxl-265 {
    min-height: 265px !important;
  }
  .mw-px-xxl-270 {
    max-width: 270px !important;
  }
  .w-px-xxl-270 {
    width: 270px !important;
  }
  .h-px-xxl-270 {
    height: 270px !important;
  }
  .min-h-px-xxl-270 {
    min-height: 270px !important;
  }
  .mw-px-xxl-275 {
    max-width: 275px !important;
  }
  .w-px-xxl-275 {
    width: 275px !important;
  }
  .h-px-xxl-275 {
    height: 275px !important;
  }
  .min-h-px-xxl-275 {
    min-height: 275px !important;
  }
  .mw-px-xxl-280 {
    max-width: 280px !important;
  }
  .w-px-xxl-280 {
    width: 280px !important;
  }
  .h-px-xxl-280 {
    height: 280px !important;
  }
  .min-h-px-xxl-280 {
    min-height: 280px !important;
  }
  .mw-px-xxl-285 {
    max-width: 285px !important;
  }
  .w-px-xxl-285 {
    width: 285px !important;
  }
  .h-px-xxl-285 {
    height: 285px !important;
  }
  .min-h-px-xxl-285 {
    min-height: 285px !important;
  }
  .mw-px-xxl-290 {
    max-width: 290px !important;
  }
  .w-px-xxl-290 {
    width: 290px !important;
  }
  .h-px-xxl-290 {
    height: 290px !important;
  }
  .min-h-px-xxl-290 {
    min-height: 290px !important;
  }
  .mw-px-xxl-295 {
    max-width: 295px !important;
  }
  .w-px-xxl-295 {
    width: 295px !important;
  }
  .h-px-xxl-295 {
    height: 295px !important;
  }
  .min-h-px-xxl-295 {
    min-height: 295px !important;
  }
  .mw-px-xxl-300 {
    max-width: 300px !important;
  }
  .w-px-xxl-300 {
    width: 300px !important;
  }
  .h-px-xxl-300 {
    height: 300px !important;
  }
  .min-h-px-xxl-300 {
    min-height: 300px !important;
  }
  .mw-px-xxl-305 {
    max-width: 305px !important;
  }
  .w-px-xxl-305 {
    width: 305px !important;
  }
  .h-px-xxl-305 {
    height: 305px !important;
  }
  .min-h-px-xxl-305 {
    min-height: 305px !important;
  }
  .mw-px-xxl-310 {
    max-width: 310px !important;
  }
  .w-px-xxl-310 {
    width: 310px !important;
  }
  .h-px-xxl-310 {
    height: 310px !important;
  }
  .min-h-px-xxl-310 {
    min-height: 310px !important;
  }
  .mw-px-xxl-315 {
    max-width: 315px !important;
  }
  .w-px-xxl-315 {
    width: 315px !important;
  }
  .h-px-xxl-315 {
    height: 315px !important;
  }
  .min-h-px-xxl-315 {
    min-height: 315px !important;
  }
  .mw-px-xxl-320 {
    max-width: 320px !important;
  }
  .w-px-xxl-320 {
    width: 320px !important;
  }
  .h-px-xxl-320 {
    height: 320px !important;
  }
  .min-h-px-xxl-320 {
    min-height: 320px !important;
  }
  .mw-px-xxl-325 {
    max-width: 325px !important;
  }
  .w-px-xxl-325 {
    width: 325px !important;
  }
  .h-px-xxl-325 {
    height: 325px !important;
  }
  .min-h-px-xxl-325 {
    min-height: 325px !important;
  }
  .mw-px-xxl-330 {
    max-width: 330px !important;
  }
  .w-px-xxl-330 {
    width: 330px !important;
  }
  .h-px-xxl-330 {
    height: 330px !important;
  }
  .min-h-px-xxl-330 {
    min-height: 330px !important;
  }
  .mw-px-xxl-335 {
    max-width: 335px !important;
  }
  .w-px-xxl-335 {
    width: 335px !important;
  }
  .h-px-xxl-335 {
    height: 335px !important;
  }
  .min-h-px-xxl-335 {
    min-height: 335px !important;
  }
  .mw-px-xxl-340 {
    max-width: 340px !important;
  }
  .w-px-xxl-340 {
    width: 340px !important;
  }
  .h-px-xxl-340 {
    height: 340px !important;
  }
  .min-h-px-xxl-340 {
    min-height: 340px !important;
  }
  .mw-px-xxl-345 {
    max-width: 345px !important;
  }
  .w-px-xxl-345 {
    width: 345px !important;
  }
  .h-px-xxl-345 {
    height: 345px !important;
  }
  .min-h-px-xxl-345 {
    min-height: 345px !important;
  }
  .mw-px-xxl-350 {
    max-width: 350px !important;
  }
  .w-px-xxl-350 {
    width: 350px !important;
  }
  .h-px-xxl-350 {
    height: 350px !important;
  }
  .min-h-px-xxl-350 {
    min-height: 350px !important;
  }
  .mw-px-xxl-355 {
    max-width: 355px !important;
  }
  .w-px-xxl-355 {
    width: 355px !important;
  }
  .h-px-xxl-355 {
    height: 355px !important;
  }
  .min-h-px-xxl-355 {
    min-height: 355px !important;
  }
  .mw-px-xxl-360 {
    max-width: 360px !important;
  }
  .w-px-xxl-360 {
    width: 360px !important;
  }
  .h-px-xxl-360 {
    height: 360px !important;
  }
  .min-h-px-xxl-360 {
    min-height: 360px !important;
  }
  .mw-px-xxl-365 {
    max-width: 365px !important;
  }
  .w-px-xxl-365 {
    width: 365px !important;
  }
  .h-px-xxl-365 {
    height: 365px !important;
  }
  .min-h-px-xxl-365 {
    min-height: 365px !important;
  }
  .mw-px-xxl-370 {
    max-width: 370px !important;
  }
  .w-px-xxl-370 {
    width: 370px !important;
  }
  .h-px-xxl-370 {
    height: 370px !important;
  }
  .min-h-px-xxl-370 {
    min-height: 370px !important;
  }
  .mw-px-xxl-375 {
    max-width: 375px !important;
  }
  .w-px-xxl-375 {
    width: 375px !important;
  }
  .h-px-xxl-375 {
    height: 375px !important;
  }
  .min-h-px-xxl-375 {
    min-height: 375px !important;
  }
  .mw-px-xxl-380 {
    max-width: 380px !important;
  }
  .w-px-xxl-380 {
    width: 380px !important;
  }
  .h-px-xxl-380 {
    height: 380px !important;
  }
  .min-h-px-xxl-380 {
    min-height: 380px !important;
  }
  .mw-px-xxl-385 {
    max-width: 385px !important;
  }
  .w-px-xxl-385 {
    width: 385px !important;
  }
  .h-px-xxl-385 {
    height: 385px !important;
  }
  .min-h-px-xxl-385 {
    min-height: 385px !important;
  }
  .mw-px-xxl-390 {
    max-width: 390px !important;
  }
  .w-px-xxl-390 {
    width: 390px !important;
  }
  .h-px-xxl-390 {
    height: 390px !important;
  }
  .min-h-px-xxl-390 {
    min-height: 390px !important;
  }
  .mw-px-xxl-395 {
    max-width: 395px !important;
  }
  .w-px-xxl-395 {
    width: 395px !important;
  }
  .h-px-xxl-395 {
    height: 395px !important;
  }
  .min-h-px-xxl-395 {
    min-height: 395px !important;
  }
  .mw-px-xxl-400 {
    max-width: 400px !important;
  }
  .w-px-xxl-400 {
    width: 400px !important;
  }
  .h-px-xxl-400 {
    height: 400px !important;
  }
  .min-h-px-xxl-400 {
    min-height: 400px !important;
  }
  .mw-px-xxl-405 {
    max-width: 405px !important;
  }
  .w-px-xxl-405 {
    width: 405px !important;
  }
  .h-px-xxl-405 {
    height: 405px !important;
  }
  .min-h-px-xxl-405 {
    min-height: 405px !important;
  }
  .mw-px-xxl-410 {
    max-width: 410px !important;
  }
  .w-px-xxl-410 {
    width: 410px !important;
  }
  .h-px-xxl-410 {
    height: 410px !important;
  }
  .min-h-px-xxl-410 {
    min-height: 410px !important;
  }
  .mw-px-xxl-415 {
    max-width: 415px !important;
  }
  .w-px-xxl-415 {
    width: 415px !important;
  }
  .h-px-xxl-415 {
    height: 415px !important;
  }
  .min-h-px-xxl-415 {
    min-height: 415px !important;
  }
  .mw-px-xxl-420 {
    max-width: 420px !important;
  }
  .w-px-xxl-420 {
    width: 420px !important;
  }
  .h-px-xxl-420 {
    height: 420px !important;
  }
  .min-h-px-xxl-420 {
    min-height: 420px !important;
  }
  .mw-px-xxl-425 {
    max-width: 425px !important;
  }
  .w-px-xxl-425 {
    width: 425px !important;
  }
  .h-px-xxl-425 {
    height: 425px !important;
  }
  .min-h-px-xxl-425 {
    min-height: 425px !important;
  }
  .mw-px-xxl-430 {
    max-width: 430px !important;
  }
  .w-px-xxl-430 {
    width: 430px !important;
  }
  .h-px-xxl-430 {
    height: 430px !important;
  }
  .min-h-px-xxl-430 {
    min-height: 430px !important;
  }
  .mw-px-xxl-435 {
    max-width: 435px !important;
  }
  .w-px-xxl-435 {
    width: 435px !important;
  }
  .h-px-xxl-435 {
    height: 435px !important;
  }
  .min-h-px-xxl-435 {
    min-height: 435px !important;
  }
  .mw-px-xxl-440 {
    max-width: 440px !important;
  }
  .w-px-xxl-440 {
    width: 440px !important;
  }
  .h-px-xxl-440 {
    height: 440px !important;
  }
  .min-h-px-xxl-440 {
    min-height: 440px !important;
  }
  .mw-px-xxl-445 {
    max-width: 445px !important;
  }
  .w-px-xxl-445 {
    width: 445px !important;
  }
  .h-px-xxl-445 {
    height: 445px !important;
  }
  .min-h-px-xxl-445 {
    min-height: 445px !important;
  }
  .mw-px-xxl-450 {
    max-width: 450px !important;
  }
  .w-px-xxl-450 {
    width: 450px !important;
  }
  .h-px-xxl-450 {
    height: 450px !important;
  }
  .min-h-px-xxl-450 {
    min-height: 450px !important;
  }
  .mw-px-xxl-455 {
    max-width: 455px !important;
  }
  .w-px-xxl-455 {
    width: 455px !important;
  }
  .h-px-xxl-455 {
    height: 455px !important;
  }
  .min-h-px-xxl-455 {
    min-height: 455px !important;
  }
  .mw-px-xxl-460 {
    max-width: 460px !important;
  }
  .w-px-xxl-460 {
    width: 460px !important;
  }
  .h-px-xxl-460 {
    height: 460px !important;
  }
  .min-h-px-xxl-460 {
    min-height: 460px !important;
  }
  .mw-px-xxl-465 {
    max-width: 465px !important;
  }
  .w-px-xxl-465 {
    width: 465px !important;
  }
  .h-px-xxl-465 {
    height: 465px !important;
  }
  .min-h-px-xxl-465 {
    min-height: 465px !important;
  }
  .mw-px-xxl-470 {
    max-width: 470px !important;
  }
  .w-px-xxl-470 {
    width: 470px !important;
  }
  .h-px-xxl-470 {
    height: 470px !important;
  }
  .min-h-px-xxl-470 {
    min-height: 470px !important;
  }
  .mw-px-xxl-475 {
    max-width: 475px !important;
  }
  .w-px-xxl-475 {
    width: 475px !important;
  }
  .h-px-xxl-475 {
    height: 475px !important;
  }
  .min-h-px-xxl-475 {
    min-height: 475px !important;
  }
  .mw-px-xxl-480 {
    max-width: 480px !important;
  }
  .w-px-xxl-480 {
    width: 480px !important;
  }
  .h-px-xxl-480 {
    height: 480px !important;
  }
  .min-h-px-xxl-480 {
    min-height: 480px !important;
  }
  .mw-px-xxl-485 {
    max-width: 485px !important;
  }
  .w-px-xxl-485 {
    width: 485px !important;
  }
  .h-px-xxl-485 {
    height: 485px !important;
  }
  .min-h-px-xxl-485 {
    min-height: 485px !important;
  }
  .mw-px-xxl-490 {
    max-width: 490px !important;
  }
  .w-px-xxl-490 {
    width: 490px !important;
  }
  .h-px-xxl-490 {
    height: 490px !important;
  }
  .min-h-px-xxl-490 {
    min-height: 490px !important;
  }
  .mw-px-xxl-495 {
    max-width: 495px !important;
  }
  .w-px-xxl-495 {
    width: 495px !important;
  }
  .h-px-xxl-495 {
    height: 495px !important;
  }
  .min-h-px-xxl-495 {
    min-height: 495px !important;
  }
  .mw-px-xxl-500 {
    max-width: 500px !important;
  }
  .w-px-xxl-500 {
    width: 500px !important;
  }
  .h-px-xxl-500 {
    height: 500px !important;
  }
  .min-h-px-xxl-500 {
    min-height: 500px !important;
  }
  .mw-px-xxl-505 {
    max-width: 505px !important;
  }
  .w-px-xxl-505 {
    width: 505px !important;
  }
  .h-px-xxl-505 {
    height: 505px !important;
  }
  .min-h-px-xxl-505 {
    min-height: 505px !important;
  }
  .mw-px-xxl-510 {
    max-width: 510px !important;
  }
  .w-px-xxl-510 {
    width: 510px !important;
  }
  .h-px-xxl-510 {
    height: 510px !important;
  }
  .min-h-px-xxl-510 {
    min-height: 510px !important;
  }
  .mw-px-xxl-515 {
    max-width: 515px !important;
  }
  .w-px-xxl-515 {
    width: 515px !important;
  }
  .h-px-xxl-515 {
    height: 515px !important;
  }
  .min-h-px-xxl-515 {
    min-height: 515px !important;
  }
  .mw-px-xxl-520 {
    max-width: 520px !important;
  }
  .w-px-xxl-520 {
    width: 520px !important;
  }
  .h-px-xxl-520 {
    height: 520px !important;
  }
  .min-h-px-xxl-520 {
    min-height: 520px !important;
  }
  .mw-px-xxl-525 {
    max-width: 525px !important;
  }
  .w-px-xxl-525 {
    width: 525px !important;
  }
  .h-px-xxl-525 {
    height: 525px !important;
  }
  .min-h-px-xxl-525 {
    min-height: 525px !important;
  }
  .mw-px-xxl-530 {
    max-width: 530px !important;
  }
  .w-px-xxl-530 {
    width: 530px !important;
  }
  .h-px-xxl-530 {
    height: 530px !important;
  }
  .min-h-px-xxl-530 {
    min-height: 530px !important;
  }
  .mw-px-xxl-535 {
    max-width: 535px !important;
  }
  .w-px-xxl-535 {
    width: 535px !important;
  }
  .h-px-xxl-535 {
    height: 535px !important;
  }
  .min-h-px-xxl-535 {
    min-height: 535px !important;
  }
  .mw-px-xxl-540 {
    max-width: 540px !important;
  }
  .w-px-xxl-540 {
    width: 540px !important;
  }
  .h-px-xxl-540 {
    height: 540px !important;
  }
  .min-h-px-xxl-540 {
    min-height: 540px !important;
  }
  .mw-px-xxl-545 {
    max-width: 545px !important;
  }
  .w-px-xxl-545 {
    width: 545px !important;
  }
  .h-px-xxl-545 {
    height: 545px !important;
  }
  .min-h-px-xxl-545 {
    min-height: 545px !important;
  }
  .mw-px-xxl-550 {
    max-width: 550px !important;
  }
  .w-px-xxl-550 {
    width: 550px !important;
  }
  .h-px-xxl-550 {
    height: 550px !important;
  }
  .min-h-px-xxl-550 {
    min-height: 550px !important;
  }
  .mw-px-xxl-555 {
    max-width: 555px !important;
  }
  .w-px-xxl-555 {
    width: 555px !important;
  }
  .h-px-xxl-555 {
    height: 555px !important;
  }
  .min-h-px-xxl-555 {
    min-height: 555px !important;
  }
  .mw-px-xxl-560 {
    max-width: 560px !important;
  }
  .w-px-xxl-560 {
    width: 560px !important;
  }
  .h-px-xxl-560 {
    height: 560px !important;
  }
  .min-h-px-xxl-560 {
    min-height: 560px !important;
  }
  .mw-px-xxl-565 {
    max-width: 565px !important;
  }
  .w-px-xxl-565 {
    width: 565px !important;
  }
  .h-px-xxl-565 {
    height: 565px !important;
  }
  .min-h-px-xxl-565 {
    min-height: 565px !important;
  }
  .mw-px-xxl-570 {
    max-width: 570px !important;
  }
  .w-px-xxl-570 {
    width: 570px !important;
  }
  .h-px-xxl-570 {
    height: 570px !important;
  }
  .min-h-px-xxl-570 {
    min-height: 570px !important;
  }
  .mw-px-xxl-575 {
    max-width: 575px !important;
  }
  .w-px-xxl-575 {
    width: 575px !important;
  }
  .h-px-xxl-575 {
    height: 575px !important;
  }
  .min-h-px-xxl-575 {
    min-height: 575px !important;
  }
  .mw-px-xxl-580 {
    max-width: 580px !important;
  }
  .w-px-xxl-580 {
    width: 580px !important;
  }
  .h-px-xxl-580 {
    height: 580px !important;
  }
  .min-h-px-xxl-580 {
    min-height: 580px !important;
  }
  .mw-px-xxl-585 {
    max-width: 585px !important;
  }
  .w-px-xxl-585 {
    width: 585px !important;
  }
  .h-px-xxl-585 {
    height: 585px !important;
  }
  .min-h-px-xxl-585 {
    min-height: 585px !important;
  }
  .mw-px-xxl-590 {
    max-width: 590px !important;
  }
  .w-px-xxl-590 {
    width: 590px !important;
  }
  .h-px-xxl-590 {
    height: 590px !important;
  }
  .min-h-px-xxl-590 {
    min-height: 590px !important;
  }
  .mw-px-xxl-595 {
    max-width: 595px !important;
  }
  .w-px-xxl-595 {
    width: 595px !important;
  }
  .h-px-xxl-595 {
    height: 595px !important;
  }
  .min-h-px-xxl-595 {
    min-height: 595px !important;
  }
  .mw-px-xxl-600 {
    max-width: 600px !important;
  }
  .w-px-xxl-600 {
    width: 600px !important;
  }
  .h-px-xxl-600 {
    height: 600px !important;
  }
  .min-h-px-xxl-600 {
    min-height: 600px !important;
  }
  .mw-px-xxl-605 {
    max-width: 605px !important;
  }
  .w-px-xxl-605 {
    width: 605px !important;
  }
  .h-px-xxl-605 {
    height: 605px !important;
  }
  .min-h-px-xxl-605 {
    min-height: 605px !important;
  }
  .mw-px-xxl-610 {
    max-width: 610px !important;
  }
  .w-px-xxl-610 {
    width: 610px !important;
  }
  .h-px-xxl-610 {
    height: 610px !important;
  }
  .min-h-px-xxl-610 {
    min-height: 610px !important;
  }
  .mw-px-xxl-615 {
    max-width: 615px !important;
  }
  .w-px-xxl-615 {
    width: 615px !important;
  }
  .h-px-xxl-615 {
    height: 615px !important;
  }
  .min-h-px-xxl-615 {
    min-height: 615px !important;
  }
  .mw-px-xxl-620 {
    max-width: 620px !important;
  }
  .w-px-xxl-620 {
    width: 620px !important;
  }
  .h-px-xxl-620 {
    height: 620px !important;
  }
  .min-h-px-xxl-620 {
    min-height: 620px !important;
  }
  .mw-px-xxl-625 {
    max-width: 625px !important;
  }
  .w-px-xxl-625 {
    width: 625px !important;
  }
  .h-px-xxl-625 {
    height: 625px !important;
  }
  .min-h-px-xxl-625 {
    min-height: 625px !important;
  }
  .mw-px-xxl-630 {
    max-width: 630px !important;
  }
  .w-px-xxl-630 {
    width: 630px !important;
  }
  .h-px-xxl-630 {
    height: 630px !important;
  }
  .min-h-px-xxl-630 {
    min-height: 630px !important;
  }
  .mw-px-xxl-635 {
    max-width: 635px !important;
  }
  .w-px-xxl-635 {
    width: 635px !important;
  }
  .h-px-xxl-635 {
    height: 635px !important;
  }
  .min-h-px-xxl-635 {
    min-height: 635px !important;
  }
  .mw-px-xxl-640 {
    max-width: 640px !important;
  }
  .w-px-xxl-640 {
    width: 640px !important;
  }
  .h-px-xxl-640 {
    height: 640px !important;
  }
  .min-h-px-xxl-640 {
    min-height: 640px !important;
  }
  .mw-px-xxl-645 {
    max-width: 645px !important;
  }
  .w-px-xxl-645 {
    width: 645px !important;
  }
  .h-px-xxl-645 {
    height: 645px !important;
  }
  .min-h-px-xxl-645 {
    min-height: 645px !important;
  }
  .mw-px-xxl-650 {
    max-width: 650px !important;
  }
  .w-px-xxl-650 {
    width: 650px !important;
  }
  .h-px-xxl-650 {
    height: 650px !important;
  }
  .min-h-px-xxl-650 {
    min-height: 650px !important;
  }
  .mw-px-xxl-655 {
    max-width: 655px !important;
  }
  .w-px-xxl-655 {
    width: 655px !important;
  }
  .h-px-xxl-655 {
    height: 655px !important;
  }
  .min-h-px-xxl-655 {
    min-height: 655px !important;
  }
  .mw-px-xxl-660 {
    max-width: 660px !important;
  }
  .w-px-xxl-660 {
    width: 660px !important;
  }
  .h-px-xxl-660 {
    height: 660px !important;
  }
  .min-h-px-xxl-660 {
    min-height: 660px !important;
  }
  .mw-px-xxl-665 {
    max-width: 665px !important;
  }
  .w-px-xxl-665 {
    width: 665px !important;
  }
  .h-px-xxl-665 {
    height: 665px !important;
  }
  .min-h-px-xxl-665 {
    min-height: 665px !important;
  }
  .mw-px-xxl-670 {
    max-width: 670px !important;
  }
  .w-px-xxl-670 {
    width: 670px !important;
  }
  .h-px-xxl-670 {
    height: 670px !important;
  }
  .min-h-px-xxl-670 {
    min-height: 670px !important;
  }
  .mw-px-xxl-675 {
    max-width: 675px !important;
  }
  .w-px-xxl-675 {
    width: 675px !important;
  }
  .h-px-xxl-675 {
    height: 675px !important;
  }
  .min-h-px-xxl-675 {
    min-height: 675px !important;
  }
  .mw-px-xxl-680 {
    max-width: 680px !important;
  }
  .w-px-xxl-680 {
    width: 680px !important;
  }
  .h-px-xxl-680 {
    height: 680px !important;
  }
  .min-h-px-xxl-680 {
    min-height: 680px !important;
  }
  .mw-px-xxl-685 {
    max-width: 685px !important;
  }
  .w-px-xxl-685 {
    width: 685px !important;
  }
  .h-px-xxl-685 {
    height: 685px !important;
  }
  .min-h-px-xxl-685 {
    min-height: 685px !important;
  }
  .mw-px-xxl-690 {
    max-width: 690px !important;
  }
  .w-px-xxl-690 {
    width: 690px !important;
  }
  .h-px-xxl-690 {
    height: 690px !important;
  }
  .min-h-px-xxl-690 {
    min-height: 690px !important;
  }
  .mw-px-xxl-695 {
    max-width: 695px !important;
  }
  .w-px-xxl-695 {
    width: 695px !important;
  }
  .h-px-xxl-695 {
    height: 695px !important;
  }
  .min-h-px-xxl-695 {
    min-height: 695px !important;
  }
  .mw-px-xxl-700 {
    max-width: 700px !important;
  }
  .w-px-xxl-700 {
    width: 700px !important;
  }
  .h-px-xxl-700 {
    height: 700px !important;
  }
  .min-h-px-xxl-700 {
    min-height: 700px !important;
  }
  .mw-px-xxl-705 {
    max-width: 705px !important;
  }
  .w-px-xxl-705 {
    width: 705px !important;
  }
  .h-px-xxl-705 {
    height: 705px !important;
  }
  .min-h-px-xxl-705 {
    min-height: 705px !important;
  }
  .mw-px-xxl-710 {
    max-width: 710px !important;
  }
  .w-px-xxl-710 {
    width: 710px !important;
  }
  .h-px-xxl-710 {
    height: 710px !important;
  }
  .min-h-px-xxl-710 {
    min-height: 710px !important;
  }
  .mw-px-xxl-715 {
    max-width: 715px !important;
  }
  .w-px-xxl-715 {
    width: 715px !important;
  }
  .h-px-xxl-715 {
    height: 715px !important;
  }
  .min-h-px-xxl-715 {
    min-height: 715px !important;
  }
  .mw-px-xxl-720 {
    max-width: 720px !important;
  }
  .w-px-xxl-720 {
    width: 720px !important;
  }
  .h-px-xxl-720 {
    height: 720px !important;
  }
  .min-h-px-xxl-720 {
    min-height: 720px !important;
  }
  .mw-px-xxl-725 {
    max-width: 725px !important;
  }
  .w-px-xxl-725 {
    width: 725px !important;
  }
  .h-px-xxl-725 {
    height: 725px !important;
  }
  .min-h-px-xxl-725 {
    min-height: 725px !important;
  }
  .mw-px-xxl-730 {
    max-width: 730px !important;
  }
  .w-px-xxl-730 {
    width: 730px !important;
  }
  .h-px-xxl-730 {
    height: 730px !important;
  }
  .min-h-px-xxl-730 {
    min-height: 730px !important;
  }
  .mw-px-xxl-735 {
    max-width: 735px !important;
  }
  .w-px-xxl-735 {
    width: 735px !important;
  }
  .h-px-xxl-735 {
    height: 735px !important;
  }
  .min-h-px-xxl-735 {
    min-height: 735px !important;
  }
  .mw-px-xxl-740 {
    max-width: 740px !important;
  }
  .w-px-xxl-740 {
    width: 740px !important;
  }
  .h-px-xxl-740 {
    height: 740px !important;
  }
  .min-h-px-xxl-740 {
    min-height: 740px !important;
  }
  .mw-px-xxl-745 {
    max-width: 745px !important;
  }
  .w-px-xxl-745 {
    width: 745px !important;
  }
  .h-px-xxl-745 {
    height: 745px !important;
  }
  .min-h-px-xxl-745 {
    min-height: 745px !important;
  }
  .mw-px-xxl-750 {
    max-width: 750px !important;
  }
  .w-px-xxl-750 {
    width: 750px !important;
  }
  .h-px-xxl-750 {
    height: 750px !important;
  }
  .min-h-px-xxl-750 {
    min-height: 750px !important;
  }
  .mw-px-xxl-755 {
    max-width: 755px !important;
  }
  .w-px-xxl-755 {
    width: 755px !important;
  }
  .h-px-xxl-755 {
    height: 755px !important;
  }
  .min-h-px-xxl-755 {
    min-height: 755px !important;
  }
  .mw-px-xxl-760 {
    max-width: 760px !important;
  }
  .w-px-xxl-760 {
    width: 760px !important;
  }
  .h-px-xxl-760 {
    height: 760px !important;
  }
  .min-h-px-xxl-760 {
    min-height: 760px !important;
  }
  .mw-px-xxl-765 {
    max-width: 765px !important;
  }
  .w-px-xxl-765 {
    width: 765px !important;
  }
  .h-px-xxl-765 {
    height: 765px !important;
  }
  .min-h-px-xxl-765 {
    min-height: 765px !important;
  }
  .mw-px-xxl-770 {
    max-width: 770px !important;
  }
  .w-px-xxl-770 {
    width: 770px !important;
  }
  .h-px-xxl-770 {
    height: 770px !important;
  }
  .min-h-px-xxl-770 {
    min-height: 770px !important;
  }
  .mw-px-xxl-775 {
    max-width: 775px !important;
  }
  .w-px-xxl-775 {
    width: 775px !important;
  }
  .h-px-xxl-775 {
    height: 775px !important;
  }
  .min-h-px-xxl-775 {
    min-height: 775px !important;
  }
  .mw-px-xxl-780 {
    max-width: 780px !important;
  }
  .w-px-xxl-780 {
    width: 780px !important;
  }
  .h-px-xxl-780 {
    height: 780px !important;
  }
  .min-h-px-xxl-780 {
    min-height: 780px !important;
  }
  .mw-px-xxl-785 {
    max-width: 785px !important;
  }
  .w-px-xxl-785 {
    width: 785px !important;
  }
  .h-px-xxl-785 {
    height: 785px !important;
  }
  .min-h-px-xxl-785 {
    min-height: 785px !important;
  }
  .mw-px-xxl-790 {
    max-width: 790px !important;
  }
  .w-px-xxl-790 {
    width: 790px !important;
  }
  .h-px-xxl-790 {
    height: 790px !important;
  }
  .min-h-px-xxl-790 {
    min-height: 790px !important;
  }
  .mw-px-xxl-795 {
    max-width: 795px !important;
  }
  .w-px-xxl-795 {
    width: 795px !important;
  }
  .h-px-xxl-795 {
    height: 795px !important;
  }
  .min-h-px-xxl-795 {
    min-height: 795px !important;
  }
  .mw-px-xxl-800 {
    max-width: 800px !important;
  }
  .w-px-xxl-800 {
    width: 800px !important;
  }
  .h-px-xxl-800 {
    height: 800px !important;
  }
  .min-h-px-xxl-800 {
    min-height: 800px !important;
  }
  .mw-px-xxl-805 {
    max-width: 805px !important;
  }
  .w-px-xxl-805 {
    width: 805px !important;
  }
  .h-px-xxl-805 {
    height: 805px !important;
  }
  .min-h-px-xxl-805 {
    min-height: 805px !important;
  }
  .mw-px-xxl-810 {
    max-width: 810px !important;
  }
  .w-px-xxl-810 {
    width: 810px !important;
  }
  .h-px-xxl-810 {
    height: 810px !important;
  }
  .min-h-px-xxl-810 {
    min-height: 810px !important;
  }
  .mw-px-xxl-815 {
    max-width: 815px !important;
  }
  .w-px-xxl-815 {
    width: 815px !important;
  }
  .h-px-xxl-815 {
    height: 815px !important;
  }
  .min-h-px-xxl-815 {
    min-height: 815px !important;
  }
  .mw-px-xxl-820 {
    max-width: 820px !important;
  }
  .w-px-xxl-820 {
    width: 820px !important;
  }
  .h-px-xxl-820 {
    height: 820px !important;
  }
  .min-h-px-xxl-820 {
    min-height: 820px !important;
  }
  .mw-px-xxl-825 {
    max-width: 825px !important;
  }
  .w-px-xxl-825 {
    width: 825px !important;
  }
  .h-px-xxl-825 {
    height: 825px !important;
  }
  .min-h-px-xxl-825 {
    min-height: 825px !important;
  }
  .mw-px-xxl-830 {
    max-width: 830px !important;
  }
  .w-px-xxl-830 {
    width: 830px !important;
  }
  .h-px-xxl-830 {
    height: 830px !important;
  }
  .min-h-px-xxl-830 {
    min-height: 830px !important;
  }
  .mw-px-xxl-835 {
    max-width: 835px !important;
  }
  .w-px-xxl-835 {
    width: 835px !important;
  }
  .h-px-xxl-835 {
    height: 835px !important;
  }
  .min-h-px-xxl-835 {
    min-height: 835px !important;
  }
  .mw-px-xxl-840 {
    max-width: 840px !important;
  }
  .w-px-xxl-840 {
    width: 840px !important;
  }
  .h-px-xxl-840 {
    height: 840px !important;
  }
  .min-h-px-xxl-840 {
    min-height: 840px !important;
  }
  .mw-px-xxl-845 {
    max-width: 845px !important;
  }
  .w-px-xxl-845 {
    width: 845px !important;
  }
  .h-px-xxl-845 {
    height: 845px !important;
  }
  .min-h-px-xxl-845 {
    min-height: 845px !important;
  }
  .mw-px-xxl-850 {
    max-width: 850px !important;
  }
  .w-px-xxl-850 {
    width: 850px !important;
  }
  .h-px-xxl-850 {
    height: 850px !important;
  }
  .min-h-px-xxl-850 {
    min-height: 850px !important;
  }
  .mw-px-xxl-855 {
    max-width: 855px !important;
  }
  .w-px-xxl-855 {
    width: 855px !important;
  }
  .h-px-xxl-855 {
    height: 855px !important;
  }
  .min-h-px-xxl-855 {
    min-height: 855px !important;
  }
  .mw-px-xxl-860 {
    max-width: 860px !important;
  }
  .w-px-xxl-860 {
    width: 860px !important;
  }
  .h-px-xxl-860 {
    height: 860px !important;
  }
  .min-h-px-xxl-860 {
    min-height: 860px !important;
  }
  .mw-px-xxl-865 {
    max-width: 865px !important;
  }
  .w-px-xxl-865 {
    width: 865px !important;
  }
  .h-px-xxl-865 {
    height: 865px !important;
  }
  .min-h-px-xxl-865 {
    min-height: 865px !important;
  }
  .mw-px-xxl-870 {
    max-width: 870px !important;
  }
  .w-px-xxl-870 {
    width: 870px !important;
  }
  .h-px-xxl-870 {
    height: 870px !important;
  }
  .min-h-px-xxl-870 {
    min-height: 870px !important;
  }
  .mw-px-xxl-875 {
    max-width: 875px !important;
  }
  .w-px-xxl-875 {
    width: 875px !important;
  }
  .h-px-xxl-875 {
    height: 875px !important;
  }
  .min-h-px-xxl-875 {
    min-height: 875px !important;
  }
  .mw-px-xxl-880 {
    max-width: 880px !important;
  }
  .w-px-xxl-880 {
    width: 880px !important;
  }
  .h-px-xxl-880 {
    height: 880px !important;
  }
  .min-h-px-xxl-880 {
    min-height: 880px !important;
  }
  .mw-px-xxl-885 {
    max-width: 885px !important;
  }
  .w-px-xxl-885 {
    width: 885px !important;
  }
  .h-px-xxl-885 {
    height: 885px !important;
  }
  .min-h-px-xxl-885 {
    min-height: 885px !important;
  }
  .mw-px-xxl-890 {
    max-width: 890px !important;
  }
  .w-px-xxl-890 {
    width: 890px !important;
  }
  .h-px-xxl-890 {
    height: 890px !important;
  }
  .min-h-px-xxl-890 {
    min-height: 890px !important;
  }
  .mw-px-xxl-895 {
    max-width: 895px !important;
  }
  .w-px-xxl-895 {
    width: 895px !important;
  }
  .h-px-xxl-895 {
    height: 895px !important;
  }
  .min-h-px-xxl-895 {
    min-height: 895px !important;
  }
  .mw-px-xxl-900 {
    max-width: 900px !important;
  }
  .w-px-xxl-900 {
    width: 900px !important;
  }
  .h-px-xxl-900 {
    height: 900px !important;
  }
  .min-h-px-xxl-900 {
    min-height: 900px !important;
  }
  .mw-px-xxl-905 {
    max-width: 905px !important;
  }
  .w-px-xxl-905 {
    width: 905px !important;
  }
  .h-px-xxl-905 {
    height: 905px !important;
  }
  .min-h-px-xxl-905 {
    min-height: 905px !important;
  }
  .mw-px-xxl-910 {
    max-width: 910px !important;
  }
  .w-px-xxl-910 {
    width: 910px !important;
  }
  .h-px-xxl-910 {
    height: 910px !important;
  }
  .min-h-px-xxl-910 {
    min-height: 910px !important;
  }
  .mw-px-xxl-915 {
    max-width: 915px !important;
  }
  .w-px-xxl-915 {
    width: 915px !important;
  }
  .h-px-xxl-915 {
    height: 915px !important;
  }
  .min-h-px-xxl-915 {
    min-height: 915px !important;
  }
  .mw-px-xxl-920 {
    max-width: 920px !important;
  }
  .w-px-xxl-920 {
    width: 920px !important;
  }
  .h-px-xxl-920 {
    height: 920px !important;
  }
  .min-h-px-xxl-920 {
    min-height: 920px !important;
  }
  .mw-px-xxl-925 {
    max-width: 925px !important;
  }
  .w-px-xxl-925 {
    width: 925px !important;
  }
  .h-px-xxl-925 {
    height: 925px !important;
  }
  .min-h-px-xxl-925 {
    min-height: 925px !important;
  }
  .mw-px-xxl-930 {
    max-width: 930px !important;
  }
  .w-px-xxl-930 {
    width: 930px !important;
  }
  .h-px-xxl-930 {
    height: 930px !important;
  }
  .min-h-px-xxl-930 {
    min-height: 930px !important;
  }
  .mw-px-xxl-935 {
    max-width: 935px !important;
  }
  .w-px-xxl-935 {
    width: 935px !important;
  }
  .h-px-xxl-935 {
    height: 935px !important;
  }
  .min-h-px-xxl-935 {
    min-height: 935px !important;
  }
  .mw-px-xxl-940 {
    max-width: 940px !important;
  }
  .w-px-xxl-940 {
    width: 940px !important;
  }
  .h-px-xxl-940 {
    height: 940px !important;
  }
  .min-h-px-xxl-940 {
    min-height: 940px !important;
  }
  .mw-px-xxl-945 {
    max-width: 945px !important;
  }
  .w-px-xxl-945 {
    width: 945px !important;
  }
  .h-px-xxl-945 {
    height: 945px !important;
  }
  .min-h-px-xxl-945 {
    min-height: 945px !important;
  }
  .mw-px-xxl-950 {
    max-width: 950px !important;
  }
  .w-px-xxl-950 {
    width: 950px !important;
  }
  .h-px-xxl-950 {
    height: 950px !important;
  }
  .min-h-px-xxl-950 {
    min-height: 950px !important;
  }
  .mw-px-xxl-955 {
    max-width: 955px !important;
  }
  .w-px-xxl-955 {
    width: 955px !important;
  }
  .h-px-xxl-955 {
    height: 955px !important;
  }
  .min-h-px-xxl-955 {
    min-height: 955px !important;
  }
  .mw-px-xxl-960 {
    max-width: 960px !important;
  }
  .w-px-xxl-960 {
    width: 960px !important;
  }
  .h-px-xxl-960 {
    height: 960px !important;
  }
  .min-h-px-xxl-960 {
    min-height: 960px !important;
  }
  .mw-px-xxl-965 {
    max-width: 965px !important;
  }
  .w-px-xxl-965 {
    width: 965px !important;
  }
  .h-px-xxl-965 {
    height: 965px !important;
  }
  .min-h-px-xxl-965 {
    min-height: 965px !important;
  }
  .mw-px-xxl-970 {
    max-width: 970px !important;
  }
  .w-px-xxl-970 {
    width: 970px !important;
  }
  .h-px-xxl-970 {
    height: 970px !important;
  }
  .min-h-px-xxl-970 {
    min-height: 970px !important;
  }
  .mw-px-xxl-975 {
    max-width: 975px !important;
  }
  .w-px-xxl-975 {
    width: 975px !important;
  }
  .h-px-xxl-975 {
    height: 975px !important;
  }
  .min-h-px-xxl-975 {
    min-height: 975px !important;
  }
  .mw-px-xxl-980 {
    max-width: 980px !important;
  }
  .w-px-xxl-980 {
    width: 980px !important;
  }
  .h-px-xxl-980 {
    height: 980px !important;
  }
  .min-h-px-xxl-980 {
    min-height: 980px !important;
  }
  .mw-px-xxl-985 {
    max-width: 985px !important;
  }
  .w-px-xxl-985 {
    width: 985px !important;
  }
  .h-px-xxl-985 {
    height: 985px !important;
  }
  .min-h-px-xxl-985 {
    min-height: 985px !important;
  }
  .mw-px-xxl-990 {
    max-width: 990px !important;
  }
  .w-px-xxl-990 {
    width: 990px !important;
  }
  .h-px-xxl-990 {
    height: 990px !important;
  }
  .min-h-px-xxl-990 {
    min-height: 990px !important;
  }
  .mw-px-xxl-995 {
    max-width: 995px !important;
  }
  .w-px-xxl-995 {
    width: 995px !important;
  }
  .h-px-xxl-995 {
    height: 995px !important;
  }
  .min-h-px-xxl-995 {
    min-height: 995px !important;
  }
  .mw-px-xxl-1000 {
    max-width: 1000px !important;
  }
  .w-px-xxl-1000 {
    width: 1000px !important;
  }
  .h-px-xxl-1000 {
    height: 1000px !important;
  }
  .min-h-px-xxl-1000 {
    min-height: 1000px !important;
  }
  .mw-px-xxl-1005 {
    max-width: 1005px !important;
  }
  .w-px-xxl-1005 {
    width: 1005px !important;
  }
  .h-px-xxl-1005 {
    height: 1005px !important;
  }
  .min-h-px-xxl-1005 {
    min-height: 1005px !important;
  }
  .mw-px-xxl-1010 {
    max-width: 1010px !important;
  }
  .w-px-xxl-1010 {
    width: 1010px !important;
  }
  .h-px-xxl-1010 {
    height: 1010px !important;
  }
  .min-h-px-xxl-1010 {
    min-height: 1010px !important;
  }
  .mw-px-xxl-1015 {
    max-width: 1015px !important;
  }
  .w-px-xxl-1015 {
    width: 1015px !important;
  }
  .h-px-xxl-1015 {
    height: 1015px !important;
  }
  .min-h-px-xxl-1015 {
    min-height: 1015px !important;
  }
  .mw-px-xxl-1020 {
    max-width: 1020px !important;
  }
  .w-px-xxl-1020 {
    width: 1020px !important;
  }
  .h-px-xxl-1020 {
    height: 1020px !important;
  }
  .min-h-px-xxl-1020 {
    min-height: 1020px !important;
  }
  .mw-px-xxl-1025 {
    max-width: 1025px !important;
  }
  .w-px-xxl-1025 {
    width: 1025px !important;
  }
  .h-px-xxl-1025 {
    height: 1025px !important;
  }
  .min-h-px-xxl-1025 {
    min-height: 1025px !important;
  }
  .mw-px-xxl-1030 {
    max-width: 1030px !important;
  }
  .w-px-xxl-1030 {
    width: 1030px !important;
  }
  .h-px-xxl-1030 {
    height: 1030px !important;
  }
  .min-h-px-xxl-1030 {
    min-height: 1030px !important;
  }
  .mw-px-xxl-1035 {
    max-width: 1035px !important;
  }
  .w-px-xxl-1035 {
    width: 1035px !important;
  }
  .h-px-xxl-1035 {
    height: 1035px !important;
  }
  .min-h-px-xxl-1035 {
    min-height: 1035px !important;
  }
  .mw-px-xxl-1040 {
    max-width: 1040px !important;
  }
  .w-px-xxl-1040 {
    width: 1040px !important;
  }
  .h-px-xxl-1040 {
    height: 1040px !important;
  }
  .min-h-px-xxl-1040 {
    min-height: 1040px !important;
  }
  .mw-px-xxl-1045 {
    max-width: 1045px !important;
  }
  .w-px-xxl-1045 {
    width: 1045px !important;
  }
  .h-px-xxl-1045 {
    height: 1045px !important;
  }
  .min-h-px-xxl-1045 {
    min-height: 1045px !important;
  }
  .mw-px-xxl-1050 {
    max-width: 1050px !important;
  }
  .w-px-xxl-1050 {
    width: 1050px !important;
  }
  .h-px-xxl-1050 {
    height: 1050px !important;
  }
  .min-h-px-xxl-1050 {
    min-height: 1050px !important;
  }
  .mw-px-xxl-1055 {
    max-width: 1055px !important;
  }
  .w-px-xxl-1055 {
    width: 1055px !important;
  }
  .h-px-xxl-1055 {
    height: 1055px !important;
  }
  .min-h-px-xxl-1055 {
    min-height: 1055px !important;
  }
  .mw-px-xxl-1060 {
    max-width: 1060px !important;
  }
  .w-px-xxl-1060 {
    width: 1060px !important;
  }
  .h-px-xxl-1060 {
    height: 1060px !important;
  }
  .min-h-px-xxl-1060 {
    min-height: 1060px !important;
  }
  .mw-px-xxl-1065 {
    max-width: 1065px !important;
  }
  .w-px-xxl-1065 {
    width: 1065px !important;
  }
  .h-px-xxl-1065 {
    height: 1065px !important;
  }
  .min-h-px-xxl-1065 {
    min-height: 1065px !important;
  }
  .mw-px-xxl-1070 {
    max-width: 1070px !important;
  }
  .w-px-xxl-1070 {
    width: 1070px !important;
  }
  .h-px-xxl-1070 {
    height: 1070px !important;
  }
  .min-h-px-xxl-1070 {
    min-height: 1070px !important;
  }
  .mw-px-xxl-1075 {
    max-width: 1075px !important;
  }
  .w-px-xxl-1075 {
    width: 1075px !important;
  }
  .h-px-xxl-1075 {
    height: 1075px !important;
  }
  .min-h-px-xxl-1075 {
    min-height: 1075px !important;
  }
  .mw-px-xxl-1080 {
    max-width: 1080px !important;
  }
  .w-px-xxl-1080 {
    width: 1080px !important;
  }
  .h-px-xxl-1080 {
    height: 1080px !important;
  }
  .min-h-px-xxl-1080 {
    min-height: 1080px !important;
  }
  .mw-px-xxl-1085 {
    max-width: 1085px !important;
  }
  .w-px-xxl-1085 {
    width: 1085px !important;
  }
  .h-px-xxl-1085 {
    height: 1085px !important;
  }
  .min-h-px-xxl-1085 {
    min-height: 1085px !important;
  }
  .mw-px-xxl-1090 {
    max-width: 1090px !important;
  }
  .w-px-xxl-1090 {
    width: 1090px !important;
  }
  .h-px-xxl-1090 {
    height: 1090px !important;
  }
  .min-h-px-xxl-1090 {
    min-height: 1090px !important;
  }
  .mw-px-xxl-1095 {
    max-width: 1095px !important;
  }
  .w-px-xxl-1095 {
    width: 1095px !important;
  }
  .h-px-xxl-1095 {
    height: 1095px !important;
  }
  .min-h-px-xxl-1095 {
    min-height: 1095px !important;
  }
  .mw-px-xxl-1100 {
    max-width: 1100px !important;
  }
  .w-px-xxl-1100 {
    width: 1100px !important;
  }
  .h-px-xxl-1100 {
    height: 1100px !important;
  }
  .min-h-px-xxl-1100 {
    min-height: 1100px !important;
  }
  .mw-px-xxl-1105 {
    max-width: 1105px !important;
  }
  .w-px-xxl-1105 {
    width: 1105px !important;
  }
  .h-px-xxl-1105 {
    height: 1105px !important;
  }
  .min-h-px-xxl-1105 {
    min-height: 1105px !important;
  }
  .mw-px-xxl-1110 {
    max-width: 1110px !important;
  }
  .w-px-xxl-1110 {
    width: 1110px !important;
  }
  .h-px-xxl-1110 {
    height: 1110px !important;
  }
  .min-h-px-xxl-1110 {
    min-height: 1110px !important;
  }
  .mw-px-xxl-1115 {
    max-width: 1115px !important;
  }
  .w-px-xxl-1115 {
    width: 1115px !important;
  }
  .h-px-xxl-1115 {
    height: 1115px !important;
  }
  .min-h-px-xxl-1115 {
    min-height: 1115px !important;
  }
  .mw-px-xxl-1120 {
    max-width: 1120px !important;
  }
  .w-px-xxl-1120 {
    width: 1120px !important;
  }
  .h-px-xxl-1120 {
    height: 1120px !important;
  }
  .min-h-px-xxl-1120 {
    min-height: 1120px !important;
  }
  .mw-px-xxl-1125 {
    max-width: 1125px !important;
  }
  .w-px-xxl-1125 {
    width: 1125px !important;
  }
  .h-px-xxl-1125 {
    height: 1125px !important;
  }
  .min-h-px-xxl-1125 {
    min-height: 1125px !important;
  }
  .mw-px-xxl-1130 {
    max-width: 1130px !important;
  }
  .w-px-xxl-1130 {
    width: 1130px !important;
  }
  .h-px-xxl-1130 {
    height: 1130px !important;
  }
  .min-h-px-xxl-1130 {
    min-height: 1130px !important;
  }
  .mw-px-xxl-1135 {
    max-width: 1135px !important;
  }
  .w-px-xxl-1135 {
    width: 1135px !important;
  }
  .h-px-xxl-1135 {
    height: 1135px !important;
  }
  .min-h-px-xxl-1135 {
    min-height: 1135px !important;
  }
  .mw-px-xxl-1140 {
    max-width: 1140px !important;
  }
  .w-px-xxl-1140 {
    width: 1140px !important;
  }
  .h-px-xxl-1140 {
    height: 1140px !important;
  }
  .min-h-px-xxl-1140 {
    min-height: 1140px !important;
  }
  .mw-px-xxl-1145 {
    max-width: 1145px !important;
  }
  .w-px-xxl-1145 {
    width: 1145px !important;
  }
  .h-px-xxl-1145 {
    height: 1145px !important;
  }
  .min-h-px-xxl-1145 {
    min-height: 1145px !important;
  }
  .mw-px-xxl-1150 {
    max-width: 1150px !important;
  }
  .w-px-xxl-1150 {
    width: 1150px !important;
  }
  .h-px-xxl-1150 {
    height: 1150px !important;
  }
  .min-h-px-xxl-1150 {
    min-height: 1150px !important;
  }
  .mw-px-xxl-1155 {
    max-width: 1155px !important;
  }
  .w-px-xxl-1155 {
    width: 1155px !important;
  }
  .h-px-xxl-1155 {
    height: 1155px !important;
  }
  .min-h-px-xxl-1155 {
    min-height: 1155px !important;
  }
  .mw-px-xxl-1160 {
    max-width: 1160px !important;
  }
  .w-px-xxl-1160 {
    width: 1160px !important;
  }
  .h-px-xxl-1160 {
    height: 1160px !important;
  }
  .min-h-px-xxl-1160 {
    min-height: 1160px !important;
  }
  .mw-px-xxl-1165 {
    max-width: 1165px !important;
  }
  .w-px-xxl-1165 {
    width: 1165px !important;
  }
  .h-px-xxl-1165 {
    height: 1165px !important;
  }
  .min-h-px-xxl-1165 {
    min-height: 1165px !important;
  }
  .mw-px-xxl-1170 {
    max-width: 1170px !important;
  }
  .w-px-xxl-1170 {
    width: 1170px !important;
  }
  .h-px-xxl-1170 {
    height: 1170px !important;
  }
  .min-h-px-xxl-1170 {
    min-height: 1170px !important;
  }
  .mw-px-xxl-1175 {
    max-width: 1175px !important;
  }
  .w-px-xxl-1175 {
    width: 1175px !important;
  }
  .h-px-xxl-1175 {
    height: 1175px !important;
  }
  .min-h-px-xxl-1175 {
    min-height: 1175px !important;
  }
  .mw-px-xxl-1180 {
    max-width: 1180px !important;
  }
  .w-px-xxl-1180 {
    width: 1180px !important;
  }
  .h-px-xxl-1180 {
    height: 1180px !important;
  }
  .min-h-px-xxl-1180 {
    min-height: 1180px !important;
  }
  .mw-px-xxl-1185 {
    max-width: 1185px !important;
  }
  .w-px-xxl-1185 {
    width: 1185px !important;
  }
  .h-px-xxl-1185 {
    height: 1185px !important;
  }
  .min-h-px-xxl-1185 {
    min-height: 1185px !important;
  }
  .mw-px-xxl-1190 {
    max-width: 1190px !important;
  }
  .w-px-xxl-1190 {
    width: 1190px !important;
  }
  .h-px-xxl-1190 {
    height: 1190px !important;
  }
  .min-h-px-xxl-1190 {
    min-height: 1190px !important;
  }
  .mw-px-xxl-1195 {
    max-width: 1195px !important;
  }
  .w-px-xxl-1195 {
    width: 1195px !important;
  }
  .h-px-xxl-1195 {
    height: 1195px !important;
  }
  .min-h-px-xxl-1195 {
    min-height: 1195px !important;
  }
  .mw-px-xxl-1200 {
    max-width: 1200px !important;
  }
  .w-px-xxl-1200 {
    width: 1200px !important;
  }
  .h-px-xxl-1200 {
    height: 1200px !important;
  }
  .min-h-px-xxl-1200 {
    min-height: 1200px !important;
  }
  .mw-px-xxl-1205 {
    max-width: 1205px !important;
  }
  .w-px-xxl-1205 {
    width: 1205px !important;
  }
  .h-px-xxl-1205 {
    height: 1205px !important;
  }
  .min-h-px-xxl-1205 {
    min-height: 1205px !important;
  }
  .mw-px-xxl-1210 {
    max-width: 1210px !important;
  }
  .w-px-xxl-1210 {
    width: 1210px !important;
  }
  .h-px-xxl-1210 {
    height: 1210px !important;
  }
  .min-h-px-xxl-1210 {
    min-height: 1210px !important;
  }
  .mw-px-xxl-1215 {
    max-width: 1215px !important;
  }
  .w-px-xxl-1215 {
    width: 1215px !important;
  }
  .h-px-xxl-1215 {
    height: 1215px !important;
  }
  .min-h-px-xxl-1215 {
    min-height: 1215px !important;
  }
  .mw-px-xxl-1220 {
    max-width: 1220px !important;
  }
  .w-px-xxl-1220 {
    width: 1220px !important;
  }
  .h-px-xxl-1220 {
    height: 1220px !important;
  }
  .min-h-px-xxl-1220 {
    min-height: 1220px !important;
  }
  .mw-px-xxl-1225 {
    max-width: 1225px !important;
  }
  .w-px-xxl-1225 {
    width: 1225px !important;
  }
  .h-px-xxl-1225 {
    height: 1225px !important;
  }
  .min-h-px-xxl-1225 {
    min-height: 1225px !important;
  }
  .mw-px-xxl-1230 {
    max-width: 1230px !important;
  }
  .w-px-xxl-1230 {
    width: 1230px !important;
  }
  .h-px-xxl-1230 {
    height: 1230px !important;
  }
  .min-h-px-xxl-1230 {
    min-height: 1230px !important;
  }
  .mw-px-xxl-1235 {
    max-width: 1235px !important;
  }
  .w-px-xxl-1235 {
    width: 1235px !important;
  }
  .h-px-xxl-1235 {
    height: 1235px !important;
  }
  .min-h-px-xxl-1235 {
    min-height: 1235px !important;
  }
  .mw-px-xxl-1240 {
    max-width: 1240px !important;
  }
  .w-px-xxl-1240 {
    width: 1240px !important;
  }
  .h-px-xxl-1240 {
    height: 1240px !important;
  }
  .min-h-px-xxl-1240 {
    min-height: 1240px !important;
  }
  .mw-px-xxl-1245 {
    max-width: 1245px !important;
  }
  .w-px-xxl-1245 {
    width: 1245px !important;
  }
  .h-px-xxl-1245 {
    height: 1245px !important;
  }
  .min-h-px-xxl-1245 {
    min-height: 1245px !important;
  }
  .mw-px-xxl-1250 {
    max-width: 1250px !important;
  }
  .w-px-xxl-1250 {
    width: 1250px !important;
  }
  .h-px-xxl-1250 {
    height: 1250px !important;
  }
  .min-h-px-xxl-1250 {
    min-height: 1250px !important;
  }
  .mw-px-xxl-1255 {
    max-width: 1255px !important;
  }
  .w-px-xxl-1255 {
    width: 1255px !important;
  }
  .h-px-xxl-1255 {
    height: 1255px !important;
  }
  .min-h-px-xxl-1255 {
    min-height: 1255px !important;
  }
  .mw-px-xxl-1260 {
    max-width: 1260px !important;
  }
  .w-px-xxl-1260 {
    width: 1260px !important;
  }
  .h-px-xxl-1260 {
    height: 1260px !important;
  }
  .min-h-px-xxl-1260 {
    min-height: 1260px !important;
  }
  .mw-px-xxl-1265 {
    max-width: 1265px !important;
  }
  .w-px-xxl-1265 {
    width: 1265px !important;
  }
  .h-px-xxl-1265 {
    height: 1265px !important;
  }
  .min-h-px-xxl-1265 {
    min-height: 1265px !important;
  }
  .mw-px-xxl-1270 {
    max-width: 1270px !important;
  }
  .w-px-xxl-1270 {
    width: 1270px !important;
  }
  .h-px-xxl-1270 {
    height: 1270px !important;
  }
  .min-h-px-xxl-1270 {
    min-height: 1270px !important;
  }
  .mw-px-xxl-1275 {
    max-width: 1275px !important;
  }
  .w-px-xxl-1275 {
    width: 1275px !important;
  }
  .h-px-xxl-1275 {
    height: 1275px !important;
  }
  .min-h-px-xxl-1275 {
    min-height: 1275px !important;
  }
  .mw-px-xxl-1280 {
    max-width: 1280px !important;
  }
  .w-px-xxl-1280 {
    width: 1280px !important;
  }
  .h-px-xxl-1280 {
    height: 1280px !important;
  }
  .min-h-px-xxl-1280 {
    min-height: 1280px !important;
  }
  .mw-px-xxl-1285 {
    max-width: 1285px !important;
  }
  .w-px-xxl-1285 {
    width: 1285px !important;
  }
  .h-px-xxl-1285 {
    height: 1285px !important;
  }
  .min-h-px-xxl-1285 {
    min-height: 1285px !important;
  }
  .mw-px-xxl-1290 {
    max-width: 1290px !important;
  }
  .w-px-xxl-1290 {
    width: 1290px !important;
  }
  .h-px-xxl-1290 {
    height: 1290px !important;
  }
  .min-h-px-xxl-1290 {
    min-height: 1290px !important;
  }
  .mw-px-xxl-1295 {
    max-width: 1295px !important;
  }
  .w-px-xxl-1295 {
    width: 1295px !important;
  }
  .h-px-xxl-1295 {
    height: 1295px !important;
  }
  .min-h-px-xxl-1295 {
    min-height: 1295px !important;
  }
  .fs-vw-xxl-0 {
    font-size: 0vw !important;
  }
  .pd-xxl-0 {
    padding-top: 0% !important;
  }
  .mw-xxl-0 {
    max-width: 0% !important;
  }
  .w-xxl-0 {
    width: 0% !important;
  }
  .fs-vw-xxl-1 {
    font-size: 1vw !important;
  }
  .pd-xxl-1 {
    padding-top: 1% !important;
  }
  .mw-xxl-1 {
    max-width: 1% !important;
  }
  .w-xxl-1 {
    width: 1% !important;
  }
  .fs-vw-xxl-2 {
    font-size: 2vw !important;
  }
  .pd-xxl-2 {
    padding-top: 2% !important;
  }
  .mw-xxl-2 {
    max-width: 2% !important;
  }
  .w-xxl-2 {
    width: 2% !important;
  }
  .fs-vw-xxl-3 {
    font-size: 3vw !important;
  }
  .pd-xxl-3 {
    padding-top: 3% !important;
  }
  .mw-xxl-3 {
    max-width: 3% !important;
  }
  .w-xxl-3 {
    width: 3% !important;
  }
  .fs-vw-xxl-4 {
    font-size: 4vw !important;
  }
  .pd-xxl-4 {
    padding-top: 4% !important;
  }
  .mw-xxl-4 {
    max-width: 4% !important;
  }
  .w-xxl-4 {
    width: 4% !important;
  }
  .fs-vw-xxl-5 {
    font-size: 5vw !important;
  }
  .pd-xxl-5 {
    padding-top: 5% !important;
  }
  .mw-xxl-5 {
    max-width: 5% !important;
  }
  .w-xxl-5 {
    width: 5% !important;
  }
  .fs-vw-xxl-6 {
    font-size: 6vw !important;
  }
  .pd-xxl-6 {
    padding-top: 6% !important;
  }
  .mw-xxl-6 {
    max-width: 6% !important;
  }
  .w-xxl-6 {
    width: 6% !important;
  }
  .fs-vw-xxl-7 {
    font-size: 7vw !important;
  }
  .pd-xxl-7 {
    padding-top: 7% !important;
  }
  .mw-xxl-7 {
    max-width: 7% !important;
  }
  .w-xxl-7 {
    width: 7% !important;
  }
  .fs-vw-xxl-8 {
    font-size: 8vw !important;
  }
  .pd-xxl-8 {
    padding-top: 8% !important;
  }
  .mw-xxl-8 {
    max-width: 8% !important;
  }
  .w-xxl-8 {
    width: 8% !important;
  }
  .fs-vw-xxl-9 {
    font-size: 9vw !important;
  }
  .pd-xxl-9 {
    padding-top: 9% !important;
  }
  .mw-xxl-9 {
    max-width: 9% !important;
  }
  .w-xxl-9 {
    width: 9% !important;
  }
  .fs-vw-xxl-10 {
    font-size: 10vw !important;
  }
  .pd-xxl-10 {
    padding-top: 10% !important;
  }
  .mw-xxl-10 {
    max-width: 10% !important;
  }
  .w-xxl-10 {
    width: 10% !important;
  }
  .fs-vw-xxl-11 {
    font-size: 11vw !important;
  }
  .pd-xxl-11 {
    padding-top: 11% !important;
  }
  .mw-xxl-11 {
    max-width: 11% !important;
  }
  .w-xxl-11 {
    width: 11% !important;
  }
  .fs-vw-xxl-12 {
    font-size: 12vw !important;
  }
  .pd-xxl-12 {
    padding-top: 12% !important;
  }
  .mw-xxl-12 {
    max-width: 12% !important;
  }
  .w-xxl-12 {
    width: 12% !important;
  }
  .fs-vw-xxl-13 {
    font-size: 13vw !important;
  }
  .pd-xxl-13 {
    padding-top: 13% !important;
  }
  .mw-xxl-13 {
    max-width: 13% !important;
  }
  .w-xxl-13 {
    width: 13% !important;
  }
  .fs-vw-xxl-14 {
    font-size: 14vw !important;
  }
  .pd-xxl-14 {
    padding-top: 14% !important;
  }
  .mw-xxl-14 {
    max-width: 14% !important;
  }
  .w-xxl-14 {
    width: 14% !important;
  }
  .fs-vw-xxl-15 {
    font-size: 15vw !important;
  }
  .pd-xxl-15 {
    padding-top: 15% !important;
  }
  .mw-xxl-15 {
    max-width: 15% !important;
  }
  .w-xxl-15 {
    width: 15% !important;
  }
  .fs-vw-xxl-16 {
    font-size: 16vw !important;
  }
  .pd-xxl-16 {
    padding-top: 16% !important;
  }
  .mw-xxl-16 {
    max-width: 16% !important;
  }
  .w-xxl-16 {
    width: 16% !important;
  }
  .fs-vw-xxl-17 {
    font-size: 17vw !important;
  }
  .pd-xxl-17 {
    padding-top: 17% !important;
  }
  .mw-xxl-17 {
    max-width: 17% !important;
  }
  .w-xxl-17 {
    width: 17% !important;
  }
  .fs-vw-xxl-18 {
    font-size: 18vw !important;
  }
  .pd-xxl-18 {
    padding-top: 18% !important;
  }
  .mw-xxl-18 {
    max-width: 18% !important;
  }
  .w-xxl-18 {
    width: 18% !important;
  }
  .fs-vw-xxl-19 {
    font-size: 19vw !important;
  }
  .pd-xxl-19 {
    padding-top: 19% !important;
  }
  .mw-xxl-19 {
    max-width: 19% !important;
  }
  .w-xxl-19 {
    width: 19% !important;
  }
  .fs-vw-xxl-20 {
    font-size: 20vw !important;
  }
  .pd-xxl-20 {
    padding-top: 20% !important;
  }
  .mw-xxl-20 {
    max-width: 20% !important;
  }
  .w-xxl-20 {
    width: 20% !important;
  }
  .fs-vw-xxl-21 {
    font-size: 21vw !important;
  }
  .pd-xxl-21 {
    padding-top: 21% !important;
  }
  .mw-xxl-21 {
    max-width: 21% !important;
  }
  .w-xxl-21 {
    width: 21% !important;
  }
  .fs-vw-xxl-22 {
    font-size: 22vw !important;
  }
  .pd-xxl-22 {
    padding-top: 22% !important;
  }
  .mw-xxl-22 {
    max-width: 22% !important;
  }
  .w-xxl-22 {
    width: 22% !important;
  }
  .fs-vw-xxl-23 {
    font-size: 23vw !important;
  }
  .pd-xxl-23 {
    padding-top: 23% !important;
  }
  .mw-xxl-23 {
    max-width: 23% !important;
  }
  .w-xxl-23 {
    width: 23% !important;
  }
  .fs-vw-xxl-24 {
    font-size: 24vw !important;
  }
  .pd-xxl-24 {
    padding-top: 24% !important;
  }
  .mw-xxl-24 {
    max-width: 24% !important;
  }
  .w-xxl-24 {
    width: 24% !important;
  }
  .fs-vw-xxl-25 {
    font-size: 25vw !important;
  }
  .pd-xxl-25 {
    padding-top: 25% !important;
  }
  .mw-xxl-25 {
    max-width: 25% !important;
  }
  .w-xxl-25 {
    width: 25% !important;
  }
  .fs-vw-xxl-26 {
    font-size: 26vw !important;
  }
  .pd-xxl-26 {
    padding-top: 26% !important;
  }
  .mw-xxl-26 {
    max-width: 26% !important;
  }
  .w-xxl-26 {
    width: 26% !important;
  }
  .fs-vw-xxl-27 {
    font-size: 27vw !important;
  }
  .pd-xxl-27 {
    padding-top: 27% !important;
  }
  .mw-xxl-27 {
    max-width: 27% !important;
  }
  .w-xxl-27 {
    width: 27% !important;
  }
  .fs-vw-xxl-28 {
    font-size: 28vw !important;
  }
  .pd-xxl-28 {
    padding-top: 28% !important;
  }
  .mw-xxl-28 {
    max-width: 28% !important;
  }
  .w-xxl-28 {
    width: 28% !important;
  }
  .fs-vw-xxl-29 {
    font-size: 29vw !important;
  }
  .pd-xxl-29 {
    padding-top: 29% !important;
  }
  .mw-xxl-29 {
    max-width: 29% !important;
  }
  .w-xxl-29 {
    width: 29% !important;
  }
  .fs-vw-xxl-30 {
    font-size: 30vw !important;
  }
  .pd-xxl-30 {
    padding-top: 30% !important;
  }
  .mw-xxl-30 {
    max-width: 30% !important;
  }
  .w-xxl-30 {
    width: 30% !important;
  }
  .fs-vw-xxl-31 {
    font-size: 31vw !important;
  }
  .pd-xxl-31 {
    padding-top: 31% !important;
  }
  .mw-xxl-31 {
    max-width: 31% !important;
  }
  .w-xxl-31 {
    width: 31% !important;
  }
  .fs-vw-xxl-32 {
    font-size: 32vw !important;
  }
  .pd-xxl-32 {
    padding-top: 32% !important;
  }
  .mw-xxl-32 {
    max-width: 32% !important;
  }
  .w-xxl-32 {
    width: 32% !important;
  }
  .fs-vw-xxl-33 {
    font-size: 33vw !important;
  }
  .pd-xxl-33 {
    padding-top: 33% !important;
  }
  .mw-xxl-33 {
    max-width: 33% !important;
  }
  .w-xxl-33 {
    width: 33% !important;
  }
  .fs-vw-xxl-34 {
    font-size: 34vw !important;
  }
  .pd-xxl-34 {
    padding-top: 34% !important;
  }
  .mw-xxl-34 {
    max-width: 34% !important;
  }
  .w-xxl-34 {
    width: 34% !important;
  }
  .fs-vw-xxl-35 {
    font-size: 35vw !important;
  }
  .pd-xxl-35 {
    padding-top: 35% !important;
  }
  .mw-xxl-35 {
    max-width: 35% !important;
  }
  .w-xxl-35 {
    width: 35% !important;
  }
  .fs-vw-xxl-36 {
    font-size: 36vw !important;
  }
  .pd-xxl-36 {
    padding-top: 36% !important;
  }
  .mw-xxl-36 {
    max-width: 36% !important;
  }
  .w-xxl-36 {
    width: 36% !important;
  }
  .fs-vw-xxl-37 {
    font-size: 37vw !important;
  }
  .pd-xxl-37 {
    padding-top: 37% !important;
  }
  .mw-xxl-37 {
    max-width: 37% !important;
  }
  .w-xxl-37 {
    width: 37% !important;
  }
  .fs-vw-xxl-38 {
    font-size: 38vw !important;
  }
  .pd-xxl-38 {
    padding-top: 38% !important;
  }
  .mw-xxl-38 {
    max-width: 38% !important;
  }
  .w-xxl-38 {
    width: 38% !important;
  }
  .fs-vw-xxl-39 {
    font-size: 39vw !important;
  }
  .pd-xxl-39 {
    padding-top: 39% !important;
  }
  .mw-xxl-39 {
    max-width: 39% !important;
  }
  .w-xxl-39 {
    width: 39% !important;
  }
  .fs-vw-xxl-40 {
    font-size: 40vw !important;
  }
  .pd-xxl-40 {
    padding-top: 40% !important;
  }
  .mw-xxl-40 {
    max-width: 40% !important;
  }
  .w-xxl-40 {
    width: 40% !important;
  }
  .fs-vw-xxl-41 {
    font-size: 41vw !important;
  }
  .pd-xxl-41 {
    padding-top: 41% !important;
  }
  .mw-xxl-41 {
    max-width: 41% !important;
  }
  .w-xxl-41 {
    width: 41% !important;
  }
  .fs-vw-xxl-42 {
    font-size: 42vw !important;
  }
  .pd-xxl-42 {
    padding-top: 42% !important;
  }
  .mw-xxl-42 {
    max-width: 42% !important;
  }
  .w-xxl-42 {
    width: 42% !important;
  }
  .fs-vw-xxl-43 {
    font-size: 43vw !important;
  }
  .pd-xxl-43 {
    padding-top: 43% !important;
  }
  .mw-xxl-43 {
    max-width: 43% !important;
  }
  .w-xxl-43 {
    width: 43% !important;
  }
  .fs-vw-xxl-44 {
    font-size: 44vw !important;
  }
  .pd-xxl-44 {
    padding-top: 44% !important;
  }
  .mw-xxl-44 {
    max-width: 44% !important;
  }
  .w-xxl-44 {
    width: 44% !important;
  }
  .fs-vw-xxl-45 {
    font-size: 45vw !important;
  }
  .pd-xxl-45 {
    padding-top: 45% !important;
  }
  .mw-xxl-45 {
    max-width: 45% !important;
  }
  .w-xxl-45 {
    width: 45% !important;
  }
  .fs-vw-xxl-46 {
    font-size: 46vw !important;
  }
  .pd-xxl-46 {
    padding-top: 46% !important;
  }
  .mw-xxl-46 {
    max-width: 46% !important;
  }
  .w-xxl-46 {
    width: 46% !important;
  }
  .fs-vw-xxl-47 {
    font-size: 47vw !important;
  }
  .pd-xxl-47 {
    padding-top: 47% !important;
  }
  .mw-xxl-47 {
    max-width: 47% !important;
  }
  .w-xxl-47 {
    width: 47% !important;
  }
  .fs-vw-xxl-48 {
    font-size: 48vw !important;
  }
  .pd-xxl-48 {
    padding-top: 48% !important;
  }
  .mw-xxl-48 {
    max-width: 48% !important;
  }
  .w-xxl-48 {
    width: 48% !important;
  }
  .fs-vw-xxl-49 {
    font-size: 49vw !important;
  }
  .pd-xxl-49 {
    padding-top: 49% !important;
  }
  .mw-xxl-49 {
    max-width: 49% !important;
  }
  .w-xxl-49 {
    width: 49% !important;
  }
  .fs-vw-xxl-50 {
    font-size: 50vw !important;
  }
  .pd-xxl-50 {
    padding-top: 50% !important;
  }
  .mw-xxl-50 {
    max-width: 50% !important;
  }
  .w-xxl-50 {
    width: 50% !important;
  }
  .fs-vw-xxl-51 {
    font-size: 51vw !important;
  }
  .pd-xxl-51 {
    padding-top: 51% !important;
  }
  .mw-xxl-51 {
    max-width: 51% !important;
  }
  .w-xxl-51 {
    width: 51% !important;
  }
  .fs-vw-xxl-52 {
    font-size: 52vw !important;
  }
  .pd-xxl-52 {
    padding-top: 52% !important;
  }
  .mw-xxl-52 {
    max-width: 52% !important;
  }
  .w-xxl-52 {
    width: 52% !important;
  }
  .fs-vw-xxl-53 {
    font-size: 53vw !important;
  }
  .pd-xxl-53 {
    padding-top: 53% !important;
  }
  .mw-xxl-53 {
    max-width: 53% !important;
  }
  .w-xxl-53 {
    width: 53% !important;
  }
  .fs-vw-xxl-54 {
    font-size: 54vw !important;
  }
  .pd-xxl-54 {
    padding-top: 54% !important;
  }
  .mw-xxl-54 {
    max-width: 54% !important;
  }
  .w-xxl-54 {
    width: 54% !important;
  }
  .fs-vw-xxl-55 {
    font-size: 55vw !important;
  }
  .pd-xxl-55 {
    padding-top: 55% !important;
  }
  .mw-xxl-55 {
    max-width: 55% !important;
  }
  .w-xxl-55 {
    width: 55% !important;
  }
  .fs-vw-xxl-56 {
    font-size: 56vw !important;
  }
  .pd-xxl-56 {
    padding-top: 56% !important;
  }
  .mw-xxl-56 {
    max-width: 56% !important;
  }
  .w-xxl-56 {
    width: 56% !important;
  }
  .fs-vw-xxl-57 {
    font-size: 57vw !important;
  }
  .pd-xxl-57 {
    padding-top: 57% !important;
  }
  .mw-xxl-57 {
    max-width: 57% !important;
  }
  .w-xxl-57 {
    width: 57% !important;
  }
  .fs-vw-xxl-58 {
    font-size: 58vw !important;
  }
  .pd-xxl-58 {
    padding-top: 58% !important;
  }
  .mw-xxl-58 {
    max-width: 58% !important;
  }
  .w-xxl-58 {
    width: 58% !important;
  }
  .fs-vw-xxl-59 {
    font-size: 59vw !important;
  }
  .pd-xxl-59 {
    padding-top: 59% !important;
  }
  .mw-xxl-59 {
    max-width: 59% !important;
  }
  .w-xxl-59 {
    width: 59% !important;
  }
  .fs-vw-xxl-60 {
    font-size: 60vw !important;
  }
  .pd-xxl-60 {
    padding-top: 60% !important;
  }
  .mw-xxl-60 {
    max-width: 60% !important;
  }
  .w-xxl-60 {
    width: 60% !important;
  }
  .fs-vw-xxl-61 {
    font-size: 61vw !important;
  }
  .pd-xxl-61 {
    padding-top: 61% !important;
  }
  .mw-xxl-61 {
    max-width: 61% !important;
  }
  .w-xxl-61 {
    width: 61% !important;
  }
  .fs-vw-xxl-62 {
    font-size: 62vw !important;
  }
  .pd-xxl-62 {
    padding-top: 62% !important;
  }
  .mw-xxl-62 {
    max-width: 62% !important;
  }
  .w-xxl-62 {
    width: 62% !important;
  }
  .fs-vw-xxl-63 {
    font-size: 63vw !important;
  }
  .pd-xxl-63 {
    padding-top: 63% !important;
  }
  .mw-xxl-63 {
    max-width: 63% !important;
  }
  .w-xxl-63 {
    width: 63% !important;
  }
  .fs-vw-xxl-64 {
    font-size: 64vw !important;
  }
  .pd-xxl-64 {
    padding-top: 64% !important;
  }
  .mw-xxl-64 {
    max-width: 64% !important;
  }
  .w-xxl-64 {
    width: 64% !important;
  }
  .fs-vw-xxl-65 {
    font-size: 65vw !important;
  }
  .pd-xxl-65 {
    padding-top: 65% !important;
  }
  .mw-xxl-65 {
    max-width: 65% !important;
  }
  .w-xxl-65 {
    width: 65% !important;
  }
  .fs-vw-xxl-66 {
    font-size: 66vw !important;
  }
  .pd-xxl-66 {
    padding-top: 66% !important;
  }
  .mw-xxl-66 {
    max-width: 66% !important;
  }
  .w-xxl-66 {
    width: 66% !important;
  }
  .fs-vw-xxl-67 {
    font-size: 67vw !important;
  }
  .pd-xxl-67 {
    padding-top: 67% !important;
  }
  .mw-xxl-67 {
    max-width: 67% !important;
  }
  .w-xxl-67 {
    width: 67% !important;
  }
  .fs-vw-xxl-68 {
    font-size: 68vw !important;
  }
  .pd-xxl-68 {
    padding-top: 68% !important;
  }
  .mw-xxl-68 {
    max-width: 68% !important;
  }
  .w-xxl-68 {
    width: 68% !important;
  }
  .fs-vw-xxl-69 {
    font-size: 69vw !important;
  }
  .pd-xxl-69 {
    padding-top: 69% !important;
  }
  .mw-xxl-69 {
    max-width: 69% !important;
  }
  .w-xxl-69 {
    width: 69% !important;
  }
  .fs-vw-xxl-70 {
    font-size: 70vw !important;
  }
  .pd-xxl-70 {
    padding-top: 70% !important;
  }
  .mw-xxl-70 {
    max-width: 70% !important;
  }
  .w-xxl-70 {
    width: 70% !important;
  }
  .fs-vw-xxl-71 {
    font-size: 71vw !important;
  }
  .pd-xxl-71 {
    padding-top: 71% !important;
  }
  .mw-xxl-71 {
    max-width: 71% !important;
  }
  .w-xxl-71 {
    width: 71% !important;
  }
  .fs-vw-xxl-72 {
    font-size: 72vw !important;
  }
  .pd-xxl-72 {
    padding-top: 72% !important;
  }
  .mw-xxl-72 {
    max-width: 72% !important;
  }
  .w-xxl-72 {
    width: 72% !important;
  }
  .fs-vw-xxl-73 {
    font-size: 73vw !important;
  }
  .pd-xxl-73 {
    padding-top: 73% !important;
  }
  .mw-xxl-73 {
    max-width: 73% !important;
  }
  .w-xxl-73 {
    width: 73% !important;
  }
  .fs-vw-xxl-74 {
    font-size: 74vw !important;
  }
  .pd-xxl-74 {
    padding-top: 74% !important;
  }
  .mw-xxl-74 {
    max-width: 74% !important;
  }
  .w-xxl-74 {
    width: 74% !important;
  }
  .fs-vw-xxl-75 {
    font-size: 75vw !important;
  }
  .pd-xxl-75 {
    padding-top: 75% !important;
  }
  .mw-xxl-75 {
    max-width: 75% !important;
  }
  .w-xxl-75 {
    width: 75% !important;
  }
  .fs-vw-xxl-76 {
    font-size: 76vw !important;
  }
  .pd-xxl-76 {
    padding-top: 76% !important;
  }
  .mw-xxl-76 {
    max-width: 76% !important;
  }
  .w-xxl-76 {
    width: 76% !important;
  }
  .fs-vw-xxl-77 {
    font-size: 77vw !important;
  }
  .pd-xxl-77 {
    padding-top: 77% !important;
  }
  .mw-xxl-77 {
    max-width: 77% !important;
  }
  .w-xxl-77 {
    width: 77% !important;
  }
  .fs-vw-xxl-78 {
    font-size: 78vw !important;
  }
  .pd-xxl-78 {
    padding-top: 78% !important;
  }
  .mw-xxl-78 {
    max-width: 78% !important;
  }
  .w-xxl-78 {
    width: 78% !important;
  }
  .fs-vw-xxl-79 {
    font-size: 79vw !important;
  }
  .pd-xxl-79 {
    padding-top: 79% !important;
  }
  .mw-xxl-79 {
    max-width: 79% !important;
  }
  .w-xxl-79 {
    width: 79% !important;
  }
  .fs-vw-xxl-80 {
    font-size: 80vw !important;
  }
  .pd-xxl-80 {
    padding-top: 80% !important;
  }
  .mw-xxl-80 {
    max-width: 80% !important;
  }
  .w-xxl-80 {
    width: 80% !important;
  }
  .fs-vw-xxl-81 {
    font-size: 81vw !important;
  }
  .pd-xxl-81 {
    padding-top: 81% !important;
  }
  .mw-xxl-81 {
    max-width: 81% !important;
  }
  .w-xxl-81 {
    width: 81% !important;
  }
  .fs-vw-xxl-82 {
    font-size: 82vw !important;
  }
  .pd-xxl-82 {
    padding-top: 82% !important;
  }
  .mw-xxl-82 {
    max-width: 82% !important;
  }
  .w-xxl-82 {
    width: 82% !important;
  }
  .fs-vw-xxl-83 {
    font-size: 83vw !important;
  }
  .pd-xxl-83 {
    padding-top: 83% !important;
  }
  .mw-xxl-83 {
    max-width: 83% !important;
  }
  .w-xxl-83 {
    width: 83% !important;
  }
  .fs-vw-xxl-84 {
    font-size: 84vw !important;
  }
  .pd-xxl-84 {
    padding-top: 84% !important;
  }
  .mw-xxl-84 {
    max-width: 84% !important;
  }
  .w-xxl-84 {
    width: 84% !important;
  }
  .fs-vw-xxl-85 {
    font-size: 85vw !important;
  }
  .pd-xxl-85 {
    padding-top: 85% !important;
  }
  .mw-xxl-85 {
    max-width: 85% !important;
  }
  .w-xxl-85 {
    width: 85% !important;
  }
  .fs-vw-xxl-86 {
    font-size: 86vw !important;
  }
  .pd-xxl-86 {
    padding-top: 86% !important;
  }
  .mw-xxl-86 {
    max-width: 86% !important;
  }
  .w-xxl-86 {
    width: 86% !important;
  }
  .fs-vw-xxl-87 {
    font-size: 87vw !important;
  }
  .pd-xxl-87 {
    padding-top: 87% !important;
  }
  .mw-xxl-87 {
    max-width: 87% !important;
  }
  .w-xxl-87 {
    width: 87% !important;
  }
  .fs-vw-xxl-88 {
    font-size: 88vw !important;
  }
  .pd-xxl-88 {
    padding-top: 88% !important;
  }
  .mw-xxl-88 {
    max-width: 88% !important;
  }
  .w-xxl-88 {
    width: 88% !important;
  }
  .fs-vw-xxl-89 {
    font-size: 89vw !important;
  }
  .pd-xxl-89 {
    padding-top: 89% !important;
  }
  .mw-xxl-89 {
    max-width: 89% !important;
  }
  .w-xxl-89 {
    width: 89% !important;
  }
  .fs-vw-xxl-90 {
    font-size: 90vw !important;
  }
  .pd-xxl-90 {
    padding-top: 90% !important;
  }
  .mw-xxl-90 {
    max-width: 90% !important;
  }
  .w-xxl-90 {
    width: 90% !important;
  }
  .fs-vw-xxl-91 {
    font-size: 91vw !important;
  }
  .pd-xxl-91 {
    padding-top: 91% !important;
  }
  .mw-xxl-91 {
    max-width: 91% !important;
  }
  .w-xxl-91 {
    width: 91% !important;
  }
  .fs-vw-xxl-92 {
    font-size: 92vw !important;
  }
  .pd-xxl-92 {
    padding-top: 92% !important;
  }
  .mw-xxl-92 {
    max-width: 92% !important;
  }
  .w-xxl-92 {
    width: 92% !important;
  }
  .fs-vw-xxl-93 {
    font-size: 93vw !important;
  }
  .pd-xxl-93 {
    padding-top: 93% !important;
  }
  .mw-xxl-93 {
    max-width: 93% !important;
  }
  .w-xxl-93 {
    width: 93% !important;
  }
  .fs-vw-xxl-94 {
    font-size: 94vw !important;
  }
  .pd-xxl-94 {
    padding-top: 94% !important;
  }
  .mw-xxl-94 {
    max-width: 94% !important;
  }
  .w-xxl-94 {
    width: 94% !important;
  }
  .fs-vw-xxl-95 {
    font-size: 95vw !important;
  }
  .pd-xxl-95 {
    padding-top: 95% !important;
  }
  .mw-xxl-95 {
    max-width: 95% !important;
  }
  .w-xxl-95 {
    width: 95% !important;
  }
  .fs-vw-xxl-96 {
    font-size: 96vw !important;
  }
  .pd-xxl-96 {
    padding-top: 96% !important;
  }
  .mw-xxl-96 {
    max-width: 96% !important;
  }
  .w-xxl-96 {
    width: 96% !important;
  }
  .fs-vw-xxl-97 {
    font-size: 97vw !important;
  }
  .pd-xxl-97 {
    padding-top: 97% !important;
  }
  .mw-xxl-97 {
    max-width: 97% !important;
  }
  .w-xxl-97 {
    width: 97% !important;
  }
  .fs-vw-xxl-98 {
    font-size: 98vw !important;
  }
  .pd-xxl-98 {
    padding-top: 98% !important;
  }
  .mw-xxl-98 {
    max-width: 98% !important;
  }
  .w-xxl-98 {
    width: 98% !important;
  }
  .fs-vw-xxl-99 {
    font-size: 99vw !important;
  }
  .pd-xxl-99 {
    padding-top: 99% !important;
  }
  .mw-xxl-99 {
    max-width: 99% !important;
  }
  .w-xxl-99 {
    width: 99% !important;
  }
  .fs-vw-xxl-100 {
    font-size: 100vw !important;
  }
  .pd-xxl-100 {
    padding-top: 100% !important;
  }
  .mw-xxl-100 {
    max-width: 100% !important;
  }
  .w-xxl-100 {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  #home-spotlight #living-new-reality {
    font-size: 91px;
  }
}
@media (max-width: 991px) {
  header .menu-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    width: 250px;
    background: #eee;
    right: calc(-1 *250px);
    transition: right 0.3s ease;
  }
  header .menu-wrapper:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 7px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  header .menu-wrapper #menu-social {
    padding: 0 0.4rem;
  }
  header .menu-wrapper #menu-social .menu-item > a {
    padding: 1.3rem 0.4rem 1.2rem !important;
    border: 0;
  }
  header .menu-wrapper .menu-item > a {
    font-size: 0.8rem;
    padding: 0.8rem !important;
    line-height: 1.8;
    display: block;
    border-top: 1px solid #d8d8d8;
  }
  header .menu-wrapper .menu-item.current-menu-item {
    background-color: var(--bs-primary);
  }
  header .menu-wrapper .menu-item.current-menu-item > a {
    color: #fff !important;
  }
  body {
    right: 0;
    transition: right 0.3s ease;
  }
  body.menu-open {
    right: 250px;
  }
  body.menu-open #site-header .menu-wrapper {
    right: 0;
  }
  body.menu-open #bar-1 {
    opacity: 0.2;
  }
  header {
    padding: 1rem 0;
  }
  header .navbar .navbar-brand .logo {
    width: 150px;
  }
  body.rtl {
    right: unset !important;
    transition: left 0.3s ease;
    left: 0;
  }
  body.menu-open.rtl {
    right: unset !important;
    left: 250px;
  }
  body.rtl header .menu-wrapper:after {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  }
  body.rtl header .menu-wrapper {
    right: unset !important;
    left: calc(-1 * 250px);
    transition: left 0.3s ease;
  }
  body.menu-open.rtl #site-header .menu-wrapper {
    right: unset !important;
    left: 0;
  }
  body.page-about-the-survey .figures .figure-group-0 .figure-1 {
    margin-top: -50px;
  }
  body.page-about-the-survey .figures .figure-group-1 .figure-1 .label {
    margin-top: -6px;
  }
  body.page-whitepaper #whitepapers-listing .year-6, body.page-whitepaper #whitepapers-listing .year-8, body.page-whitepaper #whitepapers-listing .year-14, body.page-whitepaper #whitepapers-listing .year-16 {
    background-color: unset;
  }
  body.page-whitepaper #whitepapers-listing .year-5, body.page-whitepaper #whitepapers-listing .year-7, body.page-whitepaper #whitepapers-listing .year-13, body.page-whitepaper #whitepapers-listing .year-15 {
    background-color: #e8e8e9;
  }
  section {
    padding: 15px 0;
  }
}
@media (max-width: 767px) {
  body {
    padding-bottom: 148px;
  }
  footer img.proof-logo {
    height: 28px;
  }
  footer img.asdaa-logo {
    height: 24px;
    margin-bottom: 7px;
  }
  footer .social-menu .menu-item i {
    line-height: 28px;
  }
  .page-header {
    font-size: 1.2rem;
  }
  header {
    padding: 0.8rem 0;
  }
  header .navbar .navbar-brand .logo {
    width: 110px;
  }
  .sidebar-wrapper {
    border-left: 0;
  }
  .sidebar-wrapper .sidebar {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 4px solid #000;
  }
  .country-teaser .column-1 .stat:last-child {
    margin-bottom: 10px;
  }
  .country-teaser .column-2 {
    border-right: 0 !important;
    border-left: 0 !important;
  }
  .box-bold {
    border-width: 4px;
  }
  .inner-page .about-survey-states .statesbox .colorbox {
    width: 100%;
  }
  .inner-page .statesbox {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .inner-page .about-survey-states .statesbox .whitebox {
    width: 100%;
  }
  body.page-about-the-survey .figures .figure-group-0 .figure-1 {
    margin-top: -45px;
  }
  body.page-about-the-survey .figures .figure-group-1 .figure-1 .label {
    margin-top: -4px;
  }
  body.page-whitepaper #whitepaper-latest::before {
    display: none;
  }
  body.page-whitepaper #whitepaper-latest .latest-intro {
    background: unset !important;
  }
  body.page-whitepaper #whitepapers-listing .year-3, body.page-whitepaper #whitepapers-listing .year-7, body.page-whitepaper #whitepapers-listing .year-11, body.page-whitepaper #whitepapers-listing .year-15 {
    background-color: unset;
  }
  body.page-whitepaper #whitepapers-listing .year-4, body.page-whitepaper #whitepapers-listing .year-8, body.page-whitepaper #whitepapers-listing .year-12, body.page-whitepaper #whitepapers-listing .year-16 {
    background-color: #e8e8e9;
  }
}
@media (max-width: 576px) {
  .page-header .page-image {
    left: 0;
    position: relative;
    padding-top: 35%;
  }
  body.rtl .page-header .page-image {
    left: 0;
    right: 0;
  }
  #home-findings .title {
    border-bottom: 0 !important;
    border-right: solid 4px #113C63 !important;
  }
  #home-why .title {
    border-bottom: 0 !important;
    border-right: solid 4px #000 !important;
  }
  body.page-about-the-survey .figures .figure-group-0 .figure-1 {
    margin-top: -40px;
  }
  body.page-whitepaper #whitepapers-listing .year:nth-child(even) {
    background-color: unset;
  }
  body.page-whitepaper #whitepapers-listing .year:nth-child(odd) {
    background-color: #e8e8e9;
  }
}
@media (min-width: 1200px) {
  .container-xl {
    max-width: 1100px !important;
  }
}
