@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/base-minimal.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/froasted-background.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/country-site-header.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/language-switcher.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/menu.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/mega-menu.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/mobile-nav.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/homepage-hero.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/breadcrumbs.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/headingbig.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/content-card.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/content-card-with-and-without-image.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/featured-content-card.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/cta-link.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/page-wide-card.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/image-card.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/image-reveal-cards.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/stats.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/stats-cards.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/stats-slider.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/input-fields.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/buttons.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/newsletter-signup.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/accordion.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/footer.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/templates/countryhome-page.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/templates/article-page.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/swiper.min.css");
@import url("https://cdn.jsdelivr.net/npm/swiper@11/swiper-bundle.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/pagination.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/filter-and-search-bar.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/multi-select.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/checkbox.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/radio.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/search-expand.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/chips.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/templates/generic-page.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/homepagehero.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/menu-multi-level.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/pagehero-cards.min.css");
@import url("https://cdn.jsdelivr.net/npm/@undp/design-system/docs/css/components/custom-select.min.css");
* {
  font-family: "Noto Sans", sans-serif !important;
}

/*$c-dark-blue: #0A4C73;*/
/*$c-dark-1: $c-dark-blue;
$c-mid-1: $c-dark-red;
$c-mid-2: $c-light-green;
$c-mid-2-light: rgba(87,100,140,.25);
$c-mid-3: #F4ED6E;
$c-light-1: $c-light-red;
$c-light-2: #E5E5E5;
$c-light-3: #F0F0F0;*/
.toast {
  position: fixed;
  top: 25px;
  right: 25px;
  max-width: 300px;
  background: #fff;
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.3);
  z-index: 10001;
  animation: slideInRight 0.3s ease-in-out forwards, fadeOut 0.5s ease-in-out forwards 3s;
  transform: translateX(110%);
}

.toast.closing {
  animation: slideOutRight 0.5s ease-in-out forwards;
}

.toast-progress {
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  background: #b7b7b7;
  animation: toastProgress 3s ease-in-out forwards;
}

.toast-content-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.toast-icon {
  padding: 0.35rem 0.5rem;
  font-size: 1.5rem;
}

.toast-message {
  flex: 1;
  font-size: 0.9rem;
  color: #000000;
  padding: 0.5rem;
}

.toast.toast-success {
  background: #b4dc28;
}

.toast.toast-success .toast-progress {
  background-color: #fff;
}

.toast.toast-danger {
  background: #efaca5;
}

.toast.toast-danger .toast-progress {
  background-color: #fff;
}

.toast.toast-info {
  background: #bddaed;
}

.toast.toast-info .toast-progress {
  background-color: #fff;
}

.toast.toast-warning {
  background: #ead994;
}

.toast.toast-warning .toast-progress {
  background-color: #fff;
}

@keyframes slideInRight {
  0% {
    transform: translateX(110%);
  }
  75% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(0%);
  }
}
@keyframes slideOutRight {
  0% {
    transform: translateX(0%);
  }
  25% {
    transform: translateX(-10%);
  }
  100% {
    transform: translateX(110%);
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes toastProgress {
  0% {
    width: 100%;
  }
  100% {
    width: 0%;
  }
}
.loader {
  display: block;
  position: fixed;
  z-index: 9999999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.loader::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 80px;
  height: 80px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

.swiper-scrollbar-drag {
  transform: translate3d(0px, 0px, 0px);
  width: 239px;
}

.swiper-scrollbar {
  display: none;
}

.swiper-scrollbar-drag {
  width: 203px;
  transform: translate3d(0px, 0px, 0px);
}

.swiper-wrapper {
  cursor: auto;
}

.stats-card-parallax {
  translate: none;
  rotate: none;
  scale: none;
  transform: translate(2.5148%, 0%) translate3d(0px, 0px, 0px);
}

.stats-card-count {
  white-space: nowrap;
  display: inline-block;
  font-size: 70px;
}

.fa-sign-in {
  margin-inline-start: 1.75rem;
  font-size: 1.7rem;
  color: #006eb5;
  background: none !important;
}

.fa-user {
  margin-inline-start: 1.75rem;
  margin-bottom: 0.6rem;
  font-family: FontAwesome !important;
  background: none !important;
}

#fa-user {
  background: none !important;
}

.fa {
  font-family: FontAwesome !important;
}

#language-dropdown button {
  background: none !important;
  color: #006eb5 !important;
  border: 0 !important;
  font-size: 0.875rem;
}

#language-dropdown ul {
  border: 0 !important;
  padding: 0 !important;
  height: 300px !important;
}

#language-dropdown .select-box ul {
  border: none !important;
  padding: none !important;
}

.blur-view {
  filter: brightness(0.8) blur(5px);
}

.article-country {
  font-size: 10px;
  font-weight: bold;
}

.block {
  display: block;
}

.block hr {
  border: 1px solid #ccc !important;
}

.block-inline {
  display: inline-block;
}

.middle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.error-background {
  background: #edeff0;
  position: relative;
  width: 100%;
  height: 100%;
}

.m-0 {
  margin: 0rem !important;
}

.mb-0 {
  margin-bottom: 0rem !important;
}

.mt-0 {
  margin-top: 0rem !important;
}

.ms-0 {
  margin-left: 0rem !important;
}

.me-0 {
  margin-right: 0rem !important;
}

.my-0 {
  margin-top: 0rem !important;
  margin-bottom: 0rem !important;
}

.mx-0 {
  margin-right: 0rem !important;
  margin-left: 0rem !important;
}

.p-0 {
  padding: 0rem !important;
}

.pb-0 {
  padding-bottom: 0rem !important;
}

.pt-0 {
  padding-top: 0rem !important;
}

.ps-0 {
  padding-left: 0rem !important;
}

.pe-0 {
  padding-right: 0rem !important;
}

.px-0 {
  padding-right: 0rem !important;
  padding-left: 0rem !important;
}

.py-0 {
  padding-top: 0rem !important;
  padding-bottom: 0rem !important;
}

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

.fs-0 {
  font-size: 0px !important;
}

.fw-0 {
  font-weight: 0 !important;
}

.ly-0 {
  line-height: 0rem !important;
}

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

.m-1 {
  margin: 0.25rem !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.fs-1 {
  font-size: 1px !important;
}

.fw-1 {
  font-weight: 100 !important;
}

.ly-1 {
  line-height: 0.25rem !important;
}

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

.m-2 {
  margin: 0.5rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

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

.fs-2 {
  font-size: 2px !important;
}

.fw-2 {
  font-weight: 200 !important;
}

.ly-2 {
  line-height: 0.5rem !important;
}

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

.m-3 {
  margin: 0.75rem !important;
}

.mb-3 {
  margin-bottom: 0.75rem !important;
}

.mt-3 {
  margin-top: 0.75rem !important;
}

.ms-3 {
  margin-left: 0.75rem !important;
}

.me-3 {
  margin-right: 0.75rem !important;
}

.my-3 {
  margin-top: 0.75rem !important;
  margin-bottom: 0.75rem !important;
}

.mx-3 {
  margin-right: 0.75rem !important;
  margin-left: 0.75rem !important;
}

.p-3 {
  padding: 0.75rem !important;
}

.pb-3 {
  padding-bottom: 0.75rem !important;
}

.pt-3 {
  padding-top: 0.75rem !important;
}

.ps-3 {
  padding-left: 0.75rem !important;
}

.pe-3 {
  padding-right: 0.75rem !important;
}

.px-3 {
  padding-right: 0.75rem !important;
  padding-left: 0.75rem !important;
}

.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}

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

.fs-3 {
  font-size: 3px !important;
}

.fw-3 {
  font-weight: 300 !important;
}

.ly-3 {
  line-height: 0.75rem !important;
}

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

.m-4 {
  margin: 1rem !important;
}

.mb-4 {
  margin-bottom: 1rem !important;
}

.mt-4 {
  margin-top: 1rem !important;
}

.ms-4 {
  margin-left: 1rem !important;
}

.me-4 {
  margin-right: 1rem !important;
}

.my-4 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.mx-4 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.pb-4 {
  padding-bottom: 1rem !important;
}

.pt-4 {
  padding-top: 1rem !important;
}

.ps-4 {
  padding-left: 1rem !important;
}

.pe-4 {
  padding-right: 1rem !important;
}

.px-4 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

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

.fs-4 {
  font-size: 4px !important;
}

.fw-4 {
  font-weight: 400 !important;
}

.ly-4 {
  line-height: 1rem !important;
}

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

.m-5 {
  margin: 1.25rem !important;
}

.mb-5 {
  margin-bottom: 1.25rem !important;
}

.mt-5 {
  margin-top: 1.25rem !important;
}

.ms-5 {
  margin-left: 1.25rem !important;
}

.me-5 {
  margin-right: 1.25rem !important;
}

.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}

.mx-5 {
  margin-right: 1.25rem !important;
  margin-left: 1.25rem !important;
}

.p-5 {
  padding: 1.25rem !important;
}

.pb-5 {
  padding-bottom: 1.25rem !important;
}

.pt-5 {
  padding-top: 1.25rem !important;
}

.ps-5 {
  padding-left: 1.25rem !important;
}

.pe-5 {
  padding-right: 1.25rem !important;
}

.px-5 {
  padding-right: 1.25rem !important;
  padding-left: 1.25rem !important;
}

.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}

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

.fs-5 {
  font-size: 5px !important;
}

.fw-5 {
  font-weight: 500 !important;
}

.ly-5 {
  line-height: 1.25rem !important;
}

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

.m-6 {
  margin: 1.5rem !important;
}

.mb-6 {
  margin-bottom: 1.5rem !important;
}

.mt-6 {
  margin-top: 1.5rem !important;
}

.ms-6 {
  margin-left: 1.5rem !important;
}

.me-6 {
  margin-right: 1.5rem !important;
}

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.mx-6 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.pb-6 {
  padding-bottom: 1.5rem !important;
}

.pt-6 {
  padding-top: 1.5rem !important;
}

.ps-6 {
  padding-left: 1.5rem !important;
}

.pe-6 {
  padding-right: 1.5rem !important;
}

.px-6 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.py-6 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.h-6 {
  height: 600px !important;
}

.fs-6 {
  font-size: 6px !important;
}

.fw-6 {
  font-weight: 600 !important;
}

.ly-6 {
  line-height: 1.5rem !important;
}

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

.m-7 {
  margin: 1.75rem !important;
}

.mb-7 {
  margin-bottom: 1.75rem !important;
}

.mt-7 {
  margin-top: 1.75rem !important;
}

.ms-7 {
  margin-left: 1.75rem !important;
}

.me-7 {
  margin-right: 1.75rem !important;
}

.my-7 {
  margin-top: 1.75rem !important;
  margin-bottom: 1.75rem !important;
}

.mx-7 {
  margin-right: 1.75rem !important;
  margin-left: 1.75rem !important;
}

.p-7 {
  padding: 1.75rem !important;
}

.pb-7 {
  padding-bottom: 1.75rem !important;
}

.pt-7 {
  padding-top: 1.75rem !important;
}

.ps-7 {
  padding-left: 1.75rem !important;
}

.pe-7 {
  padding-right: 1.75rem !important;
}

.px-7 {
  padding-right: 1.75rem !important;
  padding-left: 1.75rem !important;
}

.py-7 {
  padding-top: 1.75rem !important;
  padding-bottom: 1.75rem !important;
}

.h-7 {
  height: 700px !important;
}

.fs-7 {
  font-size: 7px !important;
}

.fw-7 {
  font-weight: 700 !important;
}

.ly-7 {
  line-height: 1.75rem !important;
}

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

.m-8 {
  margin: 2rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

.ms-8 {
  margin-left: 2rem !important;
}

.me-8 {
  margin-right: 2rem !important;
}

.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}

.mx-8 {
  margin-right: 2rem !important;
  margin-left: 2rem !important;
}

.p-8 {
  padding: 2rem !important;
}

.pb-8 {
  padding-bottom: 2rem !important;
}

.pt-8 {
  padding-top: 2rem !important;
}

.ps-8 {
  padding-left: 2rem !important;
}

.pe-8 {
  padding-right: 2rem !important;
}

.px-8 {
  padding-right: 2rem !important;
  padding-left: 2rem !important;
}

.py-8 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.h-8 {
  height: 800px !important;
}

.fs-8 {
  font-size: 8px !important;
}

.fw-8 {
  font-weight: 800 !important;
}

.ly-8 {
  line-height: 2rem !important;
}

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

.m-9 {
  margin: 2.25rem !important;
}

.mb-9 {
  margin-bottom: 2.25rem !important;
}

.mt-9 {
  margin-top: 2.25rem !important;
}

.ms-9 {
  margin-left: 2.25rem !important;
}

.me-9 {
  margin-right: 2.25rem !important;
}

.my-9 {
  margin-top: 2.25rem !important;
  margin-bottom: 2.25rem !important;
}

.mx-9 {
  margin-right: 2.25rem !important;
  margin-left: 2.25rem !important;
}

.p-9 {
  padding: 2.25rem !important;
}

.pb-9 {
  padding-bottom: 2.25rem !important;
}

.pt-9 {
  padding-top: 2.25rem !important;
}

.ps-9 {
  padding-left: 2.25rem !important;
}

.pe-9 {
  padding-right: 2.25rem !important;
}

.px-9 {
  padding-right: 2.25rem !important;
  padding-left: 2.25rem !important;
}

.py-9 {
  padding-top: 2.25rem !important;
  padding-bottom: 2.25rem !important;
}

.h-9 {
  height: 900px !important;
}

.fs-9 {
  font-size: 9px !important;
}

.fw-9 {
  font-weight: 900 !important;
}

.ly-9 {
  line-height: 2.25rem !important;
}

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

.m-10 {
  margin: 2.5rem !important;
}

.mb-10 {
  margin-bottom: 2.5rem !important;
}

.mt-10 {
  margin-top: 2.5rem !important;
}

.ms-10 {
  margin-left: 2.5rem !important;
}

.me-10 {
  margin-right: 2.5rem !important;
}

.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}

.mx-10 {
  margin-right: 2.5rem !important;
  margin-left: 2.5rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.pb-10 {
  padding-bottom: 2.5rem !important;
}

.pt-10 {
  padding-top: 2.5rem !important;
}

.ps-10 {
  padding-left: 2.5rem !important;
}

.pe-10 {
  padding-right: 2.5rem !important;
}

.px-10 {
  padding-right: 2.5rem !important;
  padding-left: 2.5rem !important;
}

.py-10 {
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}

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

.fs-10 {
  font-size: 10px !important;
}

.fw-10 {
  font-weight: 1000 !important;
}

.ly-10 {
  line-height: 2.5rem !important;
}

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

.m-11 {
  margin: 2.75rem !important;
}

.mb-11 {
  margin-bottom: 2.75rem !important;
}

.mt-11 {
  margin-top: 2.75rem !important;
}

.ms-11 {
  margin-left: 2.75rem !important;
}

.me-11 {
  margin-right: 2.75rem !important;
}

.my-11 {
  margin-top: 2.75rem !important;
  margin-bottom: 2.75rem !important;
}

.mx-11 {
  margin-right: 2.75rem !important;
  margin-left: 2.75rem !important;
}

.p-11 {
  padding: 2.75rem !important;
}

.pb-11 {
  padding-bottom: 2.75rem !important;
}

.pt-11 {
  padding-top: 2.75rem !important;
}

.ps-11 {
  padding-left: 2.75rem !important;
}

.pe-11 {
  padding-right: 2.75rem !important;
}

.px-11 {
  padding-right: 2.75rem !important;
  padding-left: 2.75rem !important;
}

.py-11 {
  padding-top: 2.75rem !important;
  padding-bottom: 2.75rem !important;
}

.h-11 {
  height: 1100px !important;
}

.fs-11 {
  font-size: 11px !important;
}

.fw-11 {
  font-weight: 1100 !important;
}

.ly-11 {
  line-height: 2.75rem !important;
}

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

.m-12 {
  margin: 3rem !important;
}

.mb-12 {
  margin-bottom: 3rem !important;
}

.mt-12 {
  margin-top: 3rem !important;
}

.ms-12 {
  margin-left: 3rem !important;
}

.me-12 {
  margin-right: 3rem !important;
}

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.mx-12 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.pb-12 {
  padding-bottom: 3rem !important;
}

.pt-12 {
  padding-top: 3rem !important;
}

.ps-12 {
  padding-left: 3rem !important;
}

.pe-12 {
  padding-right: 3rem !important;
}

.px-12 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-12 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.h-12 {
  height: 1200px !important;
}

.fs-12 {
  font-size: 12px !important;
}

.fw-12 {
  font-weight: 1200 !important;
}

.ly-12 {
  line-height: 3rem !important;
}

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

.m-13 {
  margin: 3.25rem !important;
}

.mb-13 {
  margin-bottom: 3.25rem !important;
}

.mt-13 {
  margin-top: 3.25rem !important;
}

.ms-13 {
  margin-left: 3.25rem !important;
}

.me-13 {
  margin-right: 3.25rem !important;
}

.my-13 {
  margin-top: 3.25rem !important;
  margin-bottom: 3.25rem !important;
}

.mx-13 {
  margin-right: 3.25rem !important;
  margin-left: 3.25rem !important;
}

.p-13 {
  padding: 3.25rem !important;
}

.pb-13 {
  padding-bottom: 3.25rem !important;
}

.pt-13 {
  padding-top: 3.25rem !important;
}

.ps-13 {
  padding-left: 3.25rem !important;
}

.pe-13 {
  padding-right: 3.25rem !important;
}

.px-13 {
  padding-right: 3.25rem !important;
  padding-left: 3.25rem !important;
}

.py-13 {
  padding-top: 3.25rem !important;
  padding-bottom: 3.25rem !important;
}

.h-13 {
  height: 1300px !important;
}

.fs-13 {
  font-size: 13px !important;
}

.fw-13 {
  font-weight: 1300 !important;
}

.ly-13 {
  line-height: 3.25rem !important;
}

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

.m-14 {
  margin: 3.5rem !important;
}

.mb-14 {
  margin-bottom: 3.5rem !important;
}

.mt-14 {
  margin-top: 3.5rem !important;
}

.ms-14 {
  margin-left: 3.5rem !important;
}

.me-14 {
  margin-right: 3.5rem !important;
}

.my-14 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.mx-14 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.p-14 {
  padding: 3.5rem !important;
}

.pb-14 {
  padding-bottom: 3.5rem !important;
}

.pt-14 {
  padding-top: 3.5rem !important;
}

.ps-14 {
  padding-left: 3.5rem !important;
}

.pe-14 {
  padding-right: 3.5rem !important;
}

.px-14 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.h-14 {
  height: 1400px !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fw-14 {
  font-weight: 1400 !important;
}

.ly-14 {
  line-height: 3.5rem !important;
}

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

.m-15 {
  margin: 3.75rem !important;
}

.mb-15 {
  margin-bottom: 3.75rem !important;
}

.mt-15 {
  margin-top: 3.75rem !important;
}

.ms-15 {
  margin-left: 3.75rem !important;
}

.me-15 {
  margin-right: 3.75rem !important;
}

.my-15 {
  margin-top: 3.75rem !important;
  margin-bottom: 3.75rem !important;
}

.mx-15 {
  margin-right: 3.75rem !important;
  margin-left: 3.75rem !important;
}

.p-15 {
  padding: 3.75rem !important;
}

.pb-15 {
  padding-bottom: 3.75rem !important;
}

.pt-15 {
  padding-top: 3.75rem !important;
}

.ps-15 {
  padding-left: 3.75rem !important;
}

.pe-15 {
  padding-right: 3.75rem !important;
}

.px-15 {
  padding-right: 3.75rem !important;
  padding-left: 3.75rem !important;
}

.py-15 {
  padding-top: 3.75rem !important;
  padding-bottom: 3.75rem !important;
}

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

.fs-15 {
  font-size: 15px !important;
}

.fw-15 {
  font-weight: 1500 !important;
}

.ly-15 {
  line-height: 3.75rem !important;
}

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

.m-16 {
  margin: 4rem !important;
}

.mb-16 {
  margin-bottom: 4rem !important;
}

.mt-16 {
  margin-top: 4rem !important;
}

.ms-16 {
  margin-left: 4rem !important;
}

.me-16 {
  margin-right: 4rem !important;
}

.my-16 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.mx-16 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.p-16 {
  padding: 4rem !important;
}

.pb-16 {
  padding-bottom: 4rem !important;
}

.pt-16 {
  padding-top: 4rem !important;
}

.ps-16 {
  padding-left: 4rem !important;
}

.pe-16 {
  padding-right: 4rem !important;
}

.px-16 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.py-16 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.h-16 {
  height: 1600px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fw-16 {
  font-weight: 1600 !important;
}

.ly-16 {
  line-height: 4rem !important;
}

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

.m-17 {
  margin: 4.25rem !important;
}

.mb-17 {
  margin-bottom: 4.25rem !important;
}

.mt-17 {
  margin-top: 4.25rem !important;
}

.ms-17 {
  margin-left: 4.25rem !important;
}

.me-17 {
  margin-right: 4.25rem !important;
}

.my-17 {
  margin-top: 4.25rem !important;
  margin-bottom: 4.25rem !important;
}

.mx-17 {
  margin-right: 4.25rem !important;
  margin-left: 4.25rem !important;
}

.p-17 {
  padding: 4.25rem !important;
}

.pb-17 {
  padding-bottom: 4.25rem !important;
}

.pt-17 {
  padding-top: 4.25rem !important;
}

.ps-17 {
  padding-left: 4.25rem !important;
}

.pe-17 {
  padding-right: 4.25rem !important;
}

.px-17 {
  padding-right: 4.25rem !important;
  padding-left: 4.25rem !important;
}

.py-17 {
  padding-top: 4.25rem !important;
  padding-bottom: 4.25rem !important;
}

.h-17 {
  height: 1700px !important;
}

.fs-17 {
  font-size: 17px !important;
}

.fw-17 {
  font-weight: 1700 !important;
}

.ly-17 {
  line-height: 4.25rem !important;
}

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

.m-18 {
  margin: 4.5rem !important;
}

.mb-18 {
  margin-bottom: 4.5rem !important;
}

.mt-18 {
  margin-top: 4.5rem !important;
}

.ms-18 {
  margin-left: 4.5rem !important;
}

.me-18 {
  margin-right: 4.5rem !important;
}

.my-18 {
  margin-top: 4.5rem !important;
  margin-bottom: 4.5rem !important;
}

.mx-18 {
  margin-right: 4.5rem !important;
  margin-left: 4.5rem !important;
}

.p-18 {
  padding: 4.5rem !important;
}

.pb-18 {
  padding-bottom: 4.5rem !important;
}

.pt-18 {
  padding-top: 4.5rem !important;
}

.ps-18 {
  padding-left: 4.5rem !important;
}

.pe-18 {
  padding-right: 4.5rem !important;
}

.px-18 {
  padding-right: 4.5rem !important;
  padding-left: 4.5rem !important;
}

.py-18 {
  padding-top: 4.5rem !important;
  padding-bottom: 4.5rem !important;
}

.h-18 {
  height: 1800px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fw-18 {
  font-weight: 1800 !important;
}

.ly-18 {
  line-height: 4.5rem !important;
}

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

.m-19 {
  margin: 4.75rem !important;
}

.mb-19 {
  margin-bottom: 4.75rem !important;
}

.mt-19 {
  margin-top: 4.75rem !important;
}

.ms-19 {
  margin-left: 4.75rem !important;
}

.me-19 {
  margin-right: 4.75rem !important;
}

.my-19 {
  margin-top: 4.75rem !important;
  margin-bottom: 4.75rem !important;
}

.mx-19 {
  margin-right: 4.75rem !important;
  margin-left: 4.75rem !important;
}

.p-19 {
  padding: 4.75rem !important;
}

.pb-19 {
  padding-bottom: 4.75rem !important;
}

.pt-19 {
  padding-top: 4.75rem !important;
}

.ps-19 {
  padding-left: 4.75rem !important;
}

.pe-19 {
  padding-right: 4.75rem !important;
}

.px-19 {
  padding-right: 4.75rem !important;
  padding-left: 4.75rem !important;
}

.py-19 {
  padding-top: 4.75rem !important;
  padding-bottom: 4.75rem !important;
}

.h-19 {
  height: 1900px !important;
}

.fs-19 {
  font-size: 19px !important;
}

.fw-19 {
  font-weight: 1900 !important;
}

.ly-19 {
  line-height: 4.75rem !important;
}

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

.m-20 {
  margin: 5rem !important;
}

.mb-20 {
  margin-bottom: 5rem !important;
}

.mt-20 {
  margin-top: 5rem !important;
}

.ms-20 {
  margin-left: 5rem !important;
}

.me-20 {
  margin-right: 5rem !important;
}

.my-20 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.mx-20 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.p-20 {
  padding: 5rem !important;
}

.pb-20 {
  padding-bottom: 5rem !important;
}

.pt-20 {
  padding-top: 5rem !important;
}

.ps-20 {
  padding-left: 5rem !important;
}

.pe-20 {
  padding-right: 5rem !important;
}

.px-20 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.py-20 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

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

.fs-20 {
  font-size: 20px !important;
}

.fw-20 {
  font-weight: 2000 !important;
}

.ly-20 {
  line-height: 5rem !important;
}

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

.m-21 {
  margin: 5.25rem !important;
}

.mb-21 {
  margin-bottom: 5.25rem !important;
}

.mt-21 {
  margin-top: 5.25rem !important;
}

.ms-21 {
  margin-left: 5.25rem !important;
}

.me-21 {
  margin-right: 5.25rem !important;
}

.my-21 {
  margin-top: 5.25rem !important;
  margin-bottom: 5.25rem !important;
}

.mx-21 {
  margin-right: 5.25rem !important;
  margin-left: 5.25rem !important;
}

.p-21 {
  padding: 5.25rem !important;
}

.pb-21 {
  padding-bottom: 5.25rem !important;
}

.pt-21 {
  padding-top: 5.25rem !important;
}

.ps-21 {
  padding-left: 5.25rem !important;
}

.pe-21 {
  padding-right: 5.25rem !important;
}

.px-21 {
  padding-right: 5.25rem !important;
  padding-left: 5.25rem !important;
}

.py-21 {
  padding-top: 5.25rem !important;
  padding-bottom: 5.25rem !important;
}

.h-21 {
  height: 2100px !important;
}

.fs-21 {
  font-size: 21px !important;
}

.fw-21 {
  font-weight: 2100 !important;
}

.ly-21 {
  line-height: 5.25rem !important;
}

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

.m-22 {
  margin: 5.5rem !important;
}

.mb-22 {
  margin-bottom: 5.5rem !important;
}

.mt-22 {
  margin-top: 5.5rem !important;
}

.ms-22 {
  margin-left: 5.5rem !important;
}

.me-22 {
  margin-right: 5.5rem !important;
}

.my-22 {
  margin-top: 5.5rem !important;
  margin-bottom: 5.5rem !important;
}

.mx-22 {
  margin-right: 5.5rem !important;
  margin-left: 5.5rem !important;
}

.p-22 {
  padding: 5.5rem !important;
}

.pb-22 {
  padding-bottom: 5.5rem !important;
}

.pt-22 {
  padding-top: 5.5rem !important;
}

.ps-22 {
  padding-left: 5.5rem !important;
}

.pe-22 {
  padding-right: 5.5rem !important;
}

.px-22 {
  padding-right: 5.5rem !important;
  padding-left: 5.5rem !important;
}

.py-22 {
  padding-top: 5.5rem !important;
  padding-bottom: 5.5rem !important;
}

.h-22 {
  height: 2200px !important;
}

.fs-22 {
  font-size: 22px !important;
}

.fw-22 {
  font-weight: 2200 !important;
}

.ly-22 {
  line-height: 5.5rem !important;
}

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

.m-23 {
  margin: 5.75rem !important;
}

.mb-23 {
  margin-bottom: 5.75rem !important;
}

.mt-23 {
  margin-top: 5.75rem !important;
}

.ms-23 {
  margin-left: 5.75rem !important;
}

.me-23 {
  margin-right: 5.75rem !important;
}

.my-23 {
  margin-top: 5.75rem !important;
  margin-bottom: 5.75rem !important;
}

.mx-23 {
  margin-right: 5.75rem !important;
  margin-left: 5.75rem !important;
}

.p-23 {
  padding: 5.75rem !important;
}

.pb-23 {
  padding-bottom: 5.75rem !important;
}

.pt-23 {
  padding-top: 5.75rem !important;
}

.ps-23 {
  padding-left: 5.75rem !important;
}

.pe-23 {
  padding-right: 5.75rem !important;
}

.px-23 {
  padding-right: 5.75rem !important;
  padding-left: 5.75rem !important;
}

.py-23 {
  padding-top: 5.75rem !important;
  padding-bottom: 5.75rem !important;
}

.h-23 {
  height: 2300px !important;
}

.fs-23 {
  font-size: 23px !important;
}

.fw-23 {
  font-weight: 2300 !important;
}

.ly-23 {
  line-height: 5.75rem !important;
}

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

.m-24 {
  margin: 6rem !important;
}

.mb-24 {
  margin-bottom: 6rem !important;
}

.mt-24 {
  margin-top: 6rem !important;
}

.ms-24 {
  margin-left: 6rem !important;
}

.me-24 {
  margin-right: 6rem !important;
}

.my-24 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.mx-24 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.p-24 {
  padding: 6rem !important;
}

.pb-24 {
  padding-bottom: 6rem !important;
}

.pt-24 {
  padding-top: 6rem !important;
}

.ps-24 {
  padding-left: 6rem !important;
}

.pe-24 {
  padding-right: 6rem !important;
}

.px-24 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.py-24 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.h-24 {
  height: 2400px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fw-24 {
  font-weight: 2400 !important;
}

.ly-24 {
  line-height: 6rem !important;
}

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

.m-25 {
  margin: 6.25rem !important;
}

.mb-25 {
  margin-bottom: 6.25rem !important;
}

.mt-25 {
  margin-top: 6.25rem !important;
}

.ms-25 {
  margin-left: 6.25rem !important;
}

.me-25 {
  margin-right: 6.25rem !important;
}

.my-25 {
  margin-top: 6.25rem !important;
  margin-bottom: 6.25rem !important;
}

.mx-25 {
  margin-right: 6.25rem !important;
  margin-left: 6.25rem !important;
}

.p-25 {
  padding: 6.25rem !important;
}

.pb-25 {
  padding-bottom: 6.25rem !important;
}

.pt-25 {
  padding-top: 6.25rem !important;
}

.ps-25 {
  padding-left: 6.25rem !important;
}

.pe-25 {
  padding-right: 6.25rem !important;
}

.px-25 {
  padding-right: 6.25rem !important;
  padding-left: 6.25rem !important;
}

.py-25 {
  padding-top: 6.25rem !important;
  padding-bottom: 6.25rem !important;
}

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

.fs-25 {
  font-size: 25px !important;
}

.fw-25 {
  font-weight: 2500 !important;
}

.ly-25 {
  line-height: 6.25rem !important;
}

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

.m-26 {
  margin: 6.5rem !important;
}

.mb-26 {
  margin-bottom: 6.5rem !important;
}

.mt-26 {
  margin-top: 6.5rem !important;
}

.ms-26 {
  margin-left: 6.5rem !important;
}

.me-26 {
  margin-right: 6.5rem !important;
}

.my-26 {
  margin-top: 6.5rem !important;
  margin-bottom: 6.5rem !important;
}

.mx-26 {
  margin-right: 6.5rem !important;
  margin-left: 6.5rem !important;
}

.p-26 {
  padding: 6.5rem !important;
}

.pb-26 {
  padding-bottom: 6.5rem !important;
}

.pt-26 {
  padding-top: 6.5rem !important;
}

.ps-26 {
  padding-left: 6.5rem !important;
}

.pe-26 {
  padding-right: 6.5rem !important;
}

.px-26 {
  padding-right: 6.5rem !important;
  padding-left: 6.5rem !important;
}

.py-26 {
  padding-top: 6.5rem !important;
  padding-bottom: 6.5rem !important;
}

.h-26 {
  height: 2600px !important;
}

.fs-26 {
  font-size: 26px !important;
}

.fw-26 {
  font-weight: 2600 !important;
}

.ly-26 {
  line-height: 6.5rem !important;
}

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

.m-27 {
  margin: 6.75rem !important;
}

.mb-27 {
  margin-bottom: 6.75rem !important;
}

.mt-27 {
  margin-top: 6.75rem !important;
}

.ms-27 {
  margin-left: 6.75rem !important;
}

.me-27 {
  margin-right: 6.75rem !important;
}

.my-27 {
  margin-top: 6.75rem !important;
  margin-bottom: 6.75rem !important;
}

.mx-27 {
  margin-right: 6.75rem !important;
  margin-left: 6.75rem !important;
}

.p-27 {
  padding: 6.75rem !important;
}

.pb-27 {
  padding-bottom: 6.75rem !important;
}

.pt-27 {
  padding-top: 6.75rem !important;
}

.ps-27 {
  padding-left: 6.75rem !important;
}

.pe-27 {
  padding-right: 6.75rem !important;
}

.px-27 {
  padding-right: 6.75rem !important;
  padding-left: 6.75rem !important;
}

.py-27 {
  padding-top: 6.75rem !important;
  padding-bottom: 6.75rem !important;
}

.h-27 {
  height: 2700px !important;
}

.fs-27 {
  font-size: 27px !important;
}

.fw-27 {
  font-weight: 2700 !important;
}

.ly-27 {
  line-height: 6.75rem !important;
}

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

.m-28 {
  margin: 7rem !important;
}

.mb-28 {
  margin-bottom: 7rem !important;
}

.mt-28 {
  margin-top: 7rem !important;
}

.ms-28 {
  margin-left: 7rem !important;
}

.me-28 {
  margin-right: 7rem !important;
}

.my-28 {
  margin-top: 7rem !important;
  margin-bottom: 7rem !important;
}

.mx-28 {
  margin-right: 7rem !important;
  margin-left: 7rem !important;
}

.p-28 {
  padding: 7rem !important;
}

.pb-28 {
  padding-bottom: 7rem !important;
}

.pt-28 {
  padding-top: 7rem !important;
}

.ps-28 {
  padding-left: 7rem !important;
}

.pe-28 {
  padding-right: 7rem !important;
}

.px-28 {
  padding-right: 7rem !important;
  padding-left: 7rem !important;
}

.py-28 {
  padding-top: 7rem !important;
  padding-bottom: 7rem !important;
}

.h-28 {
  height: 2800px !important;
}

.fs-28 {
  font-size: 28px !important;
}

.fw-28 {
  font-weight: 2800 !important;
}

.ly-28 {
  line-height: 7rem !important;
}

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

.m-29 {
  margin: 7.25rem !important;
}

.mb-29 {
  margin-bottom: 7.25rem !important;
}

.mt-29 {
  margin-top: 7.25rem !important;
}

.ms-29 {
  margin-left: 7.25rem !important;
}

.me-29 {
  margin-right: 7.25rem !important;
}

.my-29 {
  margin-top: 7.25rem !important;
  margin-bottom: 7.25rem !important;
}

.mx-29 {
  margin-right: 7.25rem !important;
  margin-left: 7.25rem !important;
}

.p-29 {
  padding: 7.25rem !important;
}

.pb-29 {
  padding-bottom: 7.25rem !important;
}

.pt-29 {
  padding-top: 7.25rem !important;
}

.ps-29 {
  padding-left: 7.25rem !important;
}

.pe-29 {
  padding-right: 7.25rem !important;
}

.px-29 {
  padding-right: 7.25rem !important;
  padding-left: 7.25rem !important;
}

.py-29 {
  padding-top: 7.25rem !important;
  padding-bottom: 7.25rem !important;
}

.h-29 {
  height: 2900px !important;
}

.fs-29 {
  font-size: 29px !important;
}

.fw-29 {
  font-weight: 2900 !important;
}

.ly-29 {
  line-height: 7.25rem !important;
}

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

.m-30 {
  margin: 7.5rem !important;
}

.mb-30 {
  margin-bottom: 7.5rem !important;
}

.mt-30 {
  margin-top: 7.5rem !important;
}

.ms-30 {
  margin-left: 7.5rem !important;
}

.me-30 {
  margin-right: 7.5rem !important;
}

.my-30 {
  margin-top: 7.5rem !important;
  margin-bottom: 7.5rem !important;
}

.mx-30 {
  margin-right: 7.5rem !important;
  margin-left: 7.5rem !important;
}

.p-30 {
  padding: 7.5rem !important;
}

.pb-30 {
  padding-bottom: 7.5rem !important;
}

.pt-30 {
  padding-top: 7.5rem !important;
}

.ps-30 {
  padding-left: 7.5rem !important;
}

.pe-30 {
  padding-right: 7.5rem !important;
}

.px-30 {
  padding-right: 7.5rem !important;
  padding-left: 7.5rem !important;
}

.py-30 {
  padding-top: 7.5rem !important;
  padding-bottom: 7.5rem !important;
}

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

.fs-30 {
  font-size: 30px !important;
}

.fw-30 {
  font-weight: 3000 !important;
}

.ly-30 {
  line-height: 7.5rem !important;
}

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

.m-31 {
  margin: 7.75rem !important;
}

.mb-31 {
  margin-bottom: 7.75rem !important;
}

.mt-31 {
  margin-top: 7.75rem !important;
}

.ms-31 {
  margin-left: 7.75rem !important;
}

.me-31 {
  margin-right: 7.75rem !important;
}

.my-31 {
  margin-top: 7.75rem !important;
  margin-bottom: 7.75rem !important;
}

.mx-31 {
  margin-right: 7.75rem !important;
  margin-left: 7.75rem !important;
}

.p-31 {
  padding: 7.75rem !important;
}

.pb-31 {
  padding-bottom: 7.75rem !important;
}

.pt-31 {
  padding-top: 7.75rem !important;
}

.ps-31 {
  padding-left: 7.75rem !important;
}

.pe-31 {
  padding-right: 7.75rem !important;
}

.px-31 {
  padding-right: 7.75rem !important;
  padding-left: 7.75rem !important;
}

.py-31 {
  padding-top: 7.75rem !important;
  padding-bottom: 7.75rem !important;
}

.h-31 {
  height: 3100px !important;
}

.fs-31 {
  font-size: 31px !important;
}

.fw-31 {
  font-weight: 3100 !important;
}

.ly-31 {
  line-height: 7.75rem !important;
}

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

.m-32 {
  margin: 8rem !important;
}

.mb-32 {
  margin-bottom: 8rem !important;
}

.mt-32 {
  margin-top: 8rem !important;
}

.ms-32 {
  margin-left: 8rem !important;
}

.me-32 {
  margin-right: 8rem !important;
}

.my-32 {
  margin-top: 8rem !important;
  margin-bottom: 8rem !important;
}

.mx-32 {
  margin-right: 8rem !important;
  margin-left: 8rem !important;
}

.p-32 {
  padding: 8rem !important;
}

.pb-32 {
  padding-bottom: 8rem !important;
}

.pt-32 {
  padding-top: 8rem !important;
}

.ps-32 {
  padding-left: 8rem !important;
}

.pe-32 {
  padding-right: 8rem !important;
}

.px-32 {
  padding-right: 8rem !important;
  padding-left: 8rem !important;
}

.py-32 {
  padding-top: 8rem !important;
  padding-bottom: 8rem !important;
}

.h-32 {
  height: 3200px !important;
}

.fs-32 {
  font-size: 32px !important;
}

.fw-32 {
  font-weight: 3200 !important;
}

.ly-32 {
  line-height: 8rem !important;
}

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

.m-33 {
  margin: 8.25rem !important;
}

.mb-33 {
  margin-bottom: 8.25rem !important;
}

.mt-33 {
  margin-top: 8.25rem !important;
}

.ms-33 {
  margin-left: 8.25rem !important;
}

.me-33 {
  margin-right: 8.25rem !important;
}

.my-33 {
  margin-top: 8.25rem !important;
  margin-bottom: 8.25rem !important;
}

.mx-33 {
  margin-right: 8.25rem !important;
  margin-left: 8.25rem !important;
}

.p-33 {
  padding: 8.25rem !important;
}

.pb-33 {
  padding-bottom: 8.25rem !important;
}

.pt-33 {
  padding-top: 8.25rem !important;
}

.ps-33 {
  padding-left: 8.25rem !important;
}

.pe-33 {
  padding-right: 8.25rem !important;
}

.px-33 {
  padding-right: 8.25rem !important;
  padding-left: 8.25rem !important;
}

.py-33 {
  padding-top: 8.25rem !important;
  padding-bottom: 8.25rem !important;
}

.h-33 {
  height: 3300px !important;
}

.fs-33 {
  font-size: 33px !important;
}

.fw-33 {
  font-weight: 3300 !important;
}

.ly-33 {
  line-height: 8.25rem !important;
}

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

.m-34 {
  margin: 8.5rem !important;
}

.mb-34 {
  margin-bottom: 8.5rem !important;
}

.mt-34 {
  margin-top: 8.5rem !important;
}

.ms-34 {
  margin-left: 8.5rem !important;
}

.me-34 {
  margin-right: 8.5rem !important;
}

.my-34 {
  margin-top: 8.5rem !important;
  margin-bottom: 8.5rem !important;
}

.mx-34 {
  margin-right: 8.5rem !important;
  margin-left: 8.5rem !important;
}

.p-34 {
  padding: 8.5rem !important;
}

.pb-34 {
  padding-bottom: 8.5rem !important;
}

.pt-34 {
  padding-top: 8.5rem !important;
}

.ps-34 {
  padding-left: 8.5rem !important;
}

.pe-34 {
  padding-right: 8.5rem !important;
}

.px-34 {
  padding-right: 8.5rem !important;
  padding-left: 8.5rem !important;
}

.py-34 {
  padding-top: 8.5rem !important;
  padding-bottom: 8.5rem !important;
}

.h-34 {
  height: 3400px !important;
}

.fs-34 {
  font-size: 34px !important;
}

.fw-34 {
  font-weight: 3400 !important;
}

.ly-34 {
  line-height: 8.5rem !important;
}

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

.m-35 {
  margin: 8.75rem !important;
}

.mb-35 {
  margin-bottom: 8.75rem !important;
}

.mt-35 {
  margin-top: 8.75rem !important;
}

.ms-35 {
  margin-left: 8.75rem !important;
}

.me-35 {
  margin-right: 8.75rem !important;
}

.my-35 {
  margin-top: 8.75rem !important;
  margin-bottom: 8.75rem !important;
}

.mx-35 {
  margin-right: 8.75rem !important;
  margin-left: 8.75rem !important;
}

.p-35 {
  padding: 8.75rem !important;
}

.pb-35 {
  padding-bottom: 8.75rem !important;
}

.pt-35 {
  padding-top: 8.75rem !important;
}

.ps-35 {
  padding-left: 8.75rem !important;
}

.pe-35 {
  padding-right: 8.75rem !important;
}

.px-35 {
  padding-right: 8.75rem !important;
  padding-left: 8.75rem !important;
}

.py-35 {
  padding-top: 8.75rem !important;
  padding-bottom: 8.75rem !important;
}

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

.fs-35 {
  font-size: 35px !important;
}

.fw-35 {
  font-weight: 3500 !important;
}

.ly-35 {
  line-height: 8.75rem !important;
}

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

.m-36 {
  margin: 9rem !important;
}

.mb-36 {
  margin-bottom: 9rem !important;
}

.mt-36 {
  margin-top: 9rem !important;
}

.ms-36 {
  margin-left: 9rem !important;
}

.me-36 {
  margin-right: 9rem !important;
}

.my-36 {
  margin-top: 9rem !important;
  margin-bottom: 9rem !important;
}

.mx-36 {
  margin-right: 9rem !important;
  margin-left: 9rem !important;
}

.p-36 {
  padding: 9rem !important;
}

.pb-36 {
  padding-bottom: 9rem !important;
}

.pt-36 {
  padding-top: 9rem !important;
}

.ps-36 {
  padding-left: 9rem !important;
}

.pe-36 {
  padding-right: 9rem !important;
}

.px-36 {
  padding-right: 9rem !important;
  padding-left: 9rem !important;
}

.py-36 {
  padding-top: 9rem !important;
  padding-bottom: 9rem !important;
}

.h-36 {
  height: 3600px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fw-36 {
  font-weight: 3600 !important;
}

.ly-36 {
  line-height: 9rem !important;
}

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

.m-37 {
  margin: 9.25rem !important;
}

.mb-37 {
  margin-bottom: 9.25rem !important;
}

.mt-37 {
  margin-top: 9.25rem !important;
}

.ms-37 {
  margin-left: 9.25rem !important;
}

.me-37 {
  margin-right: 9.25rem !important;
}

.my-37 {
  margin-top: 9.25rem !important;
  margin-bottom: 9.25rem !important;
}

.mx-37 {
  margin-right: 9.25rem !important;
  margin-left: 9.25rem !important;
}

.p-37 {
  padding: 9.25rem !important;
}

.pb-37 {
  padding-bottom: 9.25rem !important;
}

.pt-37 {
  padding-top: 9.25rem !important;
}

.ps-37 {
  padding-left: 9.25rem !important;
}

.pe-37 {
  padding-right: 9.25rem !important;
}

.px-37 {
  padding-right: 9.25rem !important;
  padding-left: 9.25rem !important;
}

.py-37 {
  padding-top: 9.25rem !important;
  padding-bottom: 9.25rem !important;
}

.h-37 {
  height: 3700px !important;
}

.fs-37 {
  font-size: 37px !important;
}

.fw-37 {
  font-weight: 3700 !important;
}

.ly-37 {
  line-height: 9.25rem !important;
}

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

.m-38 {
  margin: 9.5rem !important;
}

.mb-38 {
  margin-bottom: 9.5rem !important;
}

.mt-38 {
  margin-top: 9.5rem !important;
}

.ms-38 {
  margin-left: 9.5rem !important;
}

.me-38 {
  margin-right: 9.5rem !important;
}

.my-38 {
  margin-top: 9.5rem !important;
  margin-bottom: 9.5rem !important;
}

.mx-38 {
  margin-right: 9.5rem !important;
  margin-left: 9.5rem !important;
}

.p-38 {
  padding: 9.5rem !important;
}

.pb-38 {
  padding-bottom: 9.5rem !important;
}

.pt-38 {
  padding-top: 9.5rem !important;
}

.ps-38 {
  padding-left: 9.5rem !important;
}

.pe-38 {
  padding-right: 9.5rem !important;
}

.px-38 {
  padding-right: 9.5rem !important;
  padding-left: 9.5rem !important;
}

.py-38 {
  padding-top: 9.5rem !important;
  padding-bottom: 9.5rem !important;
}

.h-38 {
  height: 3800px !important;
}

.fs-38 {
  font-size: 38px !important;
}

.fw-38 {
  font-weight: 3800 !important;
}

.ly-38 {
  line-height: 9.5rem !important;
}

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

.m-39 {
  margin: 9.75rem !important;
}

.mb-39 {
  margin-bottom: 9.75rem !important;
}

.mt-39 {
  margin-top: 9.75rem !important;
}

.ms-39 {
  margin-left: 9.75rem !important;
}

.me-39 {
  margin-right: 9.75rem !important;
}

.my-39 {
  margin-top: 9.75rem !important;
  margin-bottom: 9.75rem !important;
}

.mx-39 {
  margin-right: 9.75rem !important;
  margin-left: 9.75rem !important;
}

.p-39 {
  padding: 9.75rem !important;
}

.pb-39 {
  padding-bottom: 9.75rem !important;
}

.pt-39 {
  padding-top: 9.75rem !important;
}

.ps-39 {
  padding-left: 9.75rem !important;
}

.pe-39 {
  padding-right: 9.75rem !important;
}

.px-39 {
  padding-right: 9.75rem !important;
  padding-left: 9.75rem !important;
}

.py-39 {
  padding-top: 9.75rem !important;
  padding-bottom: 9.75rem !important;
}

.h-39 {
  height: 3900px !important;
}

.fs-39 {
  font-size: 39px !important;
}

.fw-39 {
  font-weight: 3900 !important;
}

.ly-39 {
  line-height: 9.75rem !important;
}

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

.m-40 {
  margin: 10rem !important;
}

.mb-40 {
  margin-bottom: 10rem !important;
}

.mt-40 {
  margin-top: 10rem !important;
}

.ms-40 {
  margin-left: 10rem !important;
}

.me-40 {
  margin-right: 10rem !important;
}

.my-40 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.mx-40 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.p-40 {
  padding: 10rem !important;
}

.pb-40 {
  padding-bottom: 10rem !important;
}

.pt-40 {
  padding-top: 10rem !important;
}

.ps-40 {
  padding-left: 10rem !important;
}

.pe-40 {
  padding-right: 10rem !important;
}

.px-40 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-40 {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

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

.fs-40 {
  font-size: 40px !important;
}

.fw-40 {
  font-weight: 4000 !important;
}

.ly-40 {
  line-height: 10rem !important;
}

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

.m-41 {
  margin: 10.25rem !important;
}

.mb-41 {
  margin-bottom: 10.25rem !important;
}

.mt-41 {
  margin-top: 10.25rem !important;
}

.ms-41 {
  margin-left: 10.25rem !important;
}

.me-41 {
  margin-right: 10.25rem !important;
}

.my-41 {
  margin-top: 10.25rem !important;
  margin-bottom: 10.25rem !important;
}

.mx-41 {
  margin-right: 10.25rem !important;
  margin-left: 10.25rem !important;
}

.p-41 {
  padding: 10.25rem !important;
}

.pb-41 {
  padding-bottom: 10.25rem !important;
}

.pt-41 {
  padding-top: 10.25rem !important;
}

.ps-41 {
  padding-left: 10.25rem !important;
}

.pe-41 {
  padding-right: 10.25rem !important;
}

.px-41 {
  padding-right: 10.25rem !important;
  padding-left: 10.25rem !important;
}

.py-41 {
  padding-top: 10.25rem !important;
  padding-bottom: 10.25rem !important;
}

.h-41 {
  height: 4100px !important;
}

.fs-41 {
  font-size: 41px !important;
}

.fw-41 {
  font-weight: 4100 !important;
}

.ly-41 {
  line-height: 10.25rem !important;
}

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

.m-42 {
  margin: 10.5rem !important;
}

.mb-42 {
  margin-bottom: 10.5rem !important;
}

.mt-42 {
  margin-top: 10.5rem !important;
}

.ms-42 {
  margin-left: 10.5rem !important;
}

.me-42 {
  margin-right: 10.5rem !important;
}

.my-42 {
  margin-top: 10.5rem !important;
  margin-bottom: 10.5rem !important;
}

.mx-42 {
  margin-right: 10.5rem !important;
  margin-left: 10.5rem !important;
}

.p-42 {
  padding: 10.5rem !important;
}

.pb-42 {
  padding-bottom: 10.5rem !important;
}

.pt-42 {
  padding-top: 10.5rem !important;
}

.ps-42 {
  padding-left: 10.5rem !important;
}

.pe-42 {
  padding-right: 10.5rem !important;
}

.px-42 {
  padding-right: 10.5rem !important;
  padding-left: 10.5rem !important;
}

.py-42 {
  padding-top: 10.5rem !important;
  padding-bottom: 10.5rem !important;
}

.h-42 {
  height: 4200px !important;
}

.fs-42 {
  font-size: 42px !important;
}

.fw-42 {
  font-weight: 4200 !important;
}

.ly-42 {
  line-height: 10.5rem !important;
}

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

.m-43 {
  margin: 10.75rem !important;
}

.mb-43 {
  margin-bottom: 10.75rem !important;
}

.mt-43 {
  margin-top: 10.75rem !important;
}

.ms-43 {
  margin-left: 10.75rem !important;
}

.me-43 {
  margin-right: 10.75rem !important;
}

.my-43 {
  margin-top: 10.75rem !important;
  margin-bottom: 10.75rem !important;
}

.mx-43 {
  margin-right: 10.75rem !important;
  margin-left: 10.75rem !important;
}

.p-43 {
  padding: 10.75rem !important;
}

.pb-43 {
  padding-bottom: 10.75rem !important;
}

.pt-43 {
  padding-top: 10.75rem !important;
}

.ps-43 {
  padding-left: 10.75rem !important;
}

.pe-43 {
  padding-right: 10.75rem !important;
}

.px-43 {
  padding-right: 10.75rem !important;
  padding-left: 10.75rem !important;
}

.py-43 {
  padding-top: 10.75rem !important;
  padding-bottom: 10.75rem !important;
}

.h-43 {
  height: 4300px !important;
}

.fs-43 {
  font-size: 43px !important;
}

.fw-43 {
  font-weight: 4300 !important;
}

.ly-43 {
  line-height: 10.75rem !important;
}

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

.m-44 {
  margin: 11rem !important;
}

.mb-44 {
  margin-bottom: 11rem !important;
}

.mt-44 {
  margin-top: 11rem !important;
}

.ms-44 {
  margin-left: 11rem !important;
}

.me-44 {
  margin-right: 11rem !important;
}

.my-44 {
  margin-top: 11rem !important;
  margin-bottom: 11rem !important;
}

.mx-44 {
  margin-right: 11rem !important;
  margin-left: 11rem !important;
}

.p-44 {
  padding: 11rem !important;
}

.pb-44 {
  padding-bottom: 11rem !important;
}

.pt-44 {
  padding-top: 11rem !important;
}

.ps-44 {
  padding-left: 11rem !important;
}

.pe-44 {
  padding-right: 11rem !important;
}

.px-44 {
  padding-right: 11rem !important;
  padding-left: 11rem !important;
}

.py-44 {
  padding-top: 11rem !important;
  padding-bottom: 11rem !important;
}

.h-44 {
  height: 4400px !important;
}

.fs-44 {
  font-size: 44px !important;
}

.fw-44 {
  font-weight: 4400 !important;
}

.ly-44 {
  line-height: 11rem !important;
}

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

.m-45 {
  margin: 11.25rem !important;
}

.mb-45 {
  margin-bottom: 11.25rem !important;
}

.mt-45 {
  margin-top: 11.25rem !important;
}

.ms-45 {
  margin-left: 11.25rem !important;
}

.me-45 {
  margin-right: 11.25rem !important;
}

.my-45 {
  margin-top: 11.25rem !important;
  margin-bottom: 11.25rem !important;
}

.mx-45 {
  margin-right: 11.25rem !important;
  margin-left: 11.25rem !important;
}

.p-45 {
  padding: 11.25rem !important;
}

.pb-45 {
  padding-bottom: 11.25rem !important;
}

.pt-45 {
  padding-top: 11.25rem !important;
}

.ps-45 {
  padding-left: 11.25rem !important;
}

.pe-45 {
  padding-right: 11.25rem !important;
}

.px-45 {
  padding-right: 11.25rem !important;
  padding-left: 11.25rem !important;
}

.py-45 {
  padding-top: 11.25rem !important;
  padding-bottom: 11.25rem !important;
}

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

.fs-45 {
  font-size: 45px !important;
}

.fw-45 {
  font-weight: 4500 !important;
}

.ly-45 {
  line-height: 11.25rem !important;
}

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

.m-46 {
  margin: 11.5rem !important;
}

.mb-46 {
  margin-bottom: 11.5rem !important;
}

.mt-46 {
  margin-top: 11.5rem !important;
}

.ms-46 {
  margin-left: 11.5rem !important;
}

.me-46 {
  margin-right: 11.5rem !important;
}

.my-46 {
  margin-top: 11.5rem !important;
  margin-bottom: 11.5rem !important;
}

.mx-46 {
  margin-right: 11.5rem !important;
  margin-left: 11.5rem !important;
}

.p-46 {
  padding: 11.5rem !important;
}

.pb-46 {
  padding-bottom: 11.5rem !important;
}

.pt-46 {
  padding-top: 11.5rem !important;
}

.ps-46 {
  padding-left: 11.5rem !important;
}

.pe-46 {
  padding-right: 11.5rem !important;
}

.px-46 {
  padding-right: 11.5rem !important;
  padding-left: 11.5rem !important;
}

.py-46 {
  padding-top: 11.5rem !important;
  padding-bottom: 11.5rem !important;
}

.h-46 {
  height: 4600px !important;
}

.fs-46 {
  font-size: 46px !important;
}

.fw-46 {
  font-weight: 4600 !important;
}

.ly-46 {
  line-height: 11.5rem !important;
}

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

.m-47 {
  margin: 11.75rem !important;
}

.mb-47 {
  margin-bottom: 11.75rem !important;
}

.mt-47 {
  margin-top: 11.75rem !important;
}

.ms-47 {
  margin-left: 11.75rem !important;
}

.me-47 {
  margin-right: 11.75rem !important;
}

.my-47 {
  margin-top: 11.75rem !important;
  margin-bottom: 11.75rem !important;
}

.mx-47 {
  margin-right: 11.75rem !important;
  margin-left: 11.75rem !important;
}

.p-47 {
  padding: 11.75rem !important;
}

.pb-47 {
  padding-bottom: 11.75rem !important;
}

.pt-47 {
  padding-top: 11.75rem !important;
}

.ps-47 {
  padding-left: 11.75rem !important;
}

.pe-47 {
  padding-right: 11.75rem !important;
}

.px-47 {
  padding-right: 11.75rem !important;
  padding-left: 11.75rem !important;
}

.py-47 {
  padding-top: 11.75rem !important;
  padding-bottom: 11.75rem !important;
}

.h-47 {
  height: 4700px !important;
}

.fs-47 {
  font-size: 47px !important;
}

.fw-47 {
  font-weight: 4700 !important;
}

.ly-47 {
  line-height: 11.75rem !important;
}

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

.m-48 {
  margin: 12rem !important;
}

.mb-48 {
  margin-bottom: 12rem !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.ms-48 {
  margin-left: 12rem !important;
}

.me-48 {
  margin-right: 12rem !important;
}

.my-48 {
  margin-top: 12rem !important;
  margin-bottom: 12rem !important;
}

.mx-48 {
  margin-right: 12rem !important;
  margin-left: 12rem !important;
}

.p-48 {
  padding: 12rem !important;
}

.pb-48 {
  padding-bottom: 12rem !important;
}

.pt-48 {
  padding-top: 12rem !important;
}

.ps-48 {
  padding-left: 12rem !important;
}

.pe-48 {
  padding-right: 12rem !important;
}

.px-48 {
  padding-right: 12rem !important;
  padding-left: 12rem !important;
}

.py-48 {
  padding-top: 12rem !important;
  padding-bottom: 12rem !important;
}

.h-48 {
  height: 4800px !important;
}

.fs-48 {
  font-size: 48px !important;
}

.fw-48 {
  font-weight: 4800 !important;
}

.ly-48 {
  line-height: 12rem !important;
}

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

.m-49 {
  margin: 12.25rem !important;
}

.mb-49 {
  margin-bottom: 12.25rem !important;
}

.mt-49 {
  margin-top: 12.25rem !important;
}

.ms-49 {
  margin-left: 12.25rem !important;
}

.me-49 {
  margin-right: 12.25rem !important;
}

.my-49 {
  margin-top: 12.25rem !important;
  margin-bottom: 12.25rem !important;
}

.mx-49 {
  margin-right: 12.25rem !important;
  margin-left: 12.25rem !important;
}

.p-49 {
  padding: 12.25rem !important;
}

.pb-49 {
  padding-bottom: 12.25rem !important;
}

.pt-49 {
  padding-top: 12.25rem !important;
}

.ps-49 {
  padding-left: 12.25rem !important;
}

.pe-49 {
  padding-right: 12.25rem !important;
}

.px-49 {
  padding-right: 12.25rem !important;
  padding-left: 12.25rem !important;
}

.py-49 {
  padding-top: 12.25rem !important;
  padding-bottom: 12.25rem !important;
}

.h-49 {
  height: 4900px !important;
}

.fs-49 {
  font-size: 49px !important;
}

.fw-49 {
  font-weight: 4900 !important;
}

.ly-49 {
  line-height: 12.25rem !important;
}

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

.m-50 {
  margin: 12.5rem !important;
}

.mb-50 {
  margin-bottom: 12.5rem !important;
}

.mt-50 {
  margin-top: 12.5rem !important;
}

.ms-50 {
  margin-left: 12.5rem !important;
}

.me-50 {
  margin-right: 12.5rem !important;
}

.my-50 {
  margin-top: 12.5rem !important;
  margin-bottom: 12.5rem !important;
}

.mx-50 {
  margin-right: 12.5rem !important;
  margin-left: 12.5rem !important;
}

.p-50 {
  padding: 12.5rem !important;
}

.pb-50 {
  padding-bottom: 12.5rem !important;
}

.pt-50 {
  padding-top: 12.5rem !important;
}

.ps-50 {
  padding-left: 12.5rem !important;
}

.pe-50 {
  padding-right: 12.5rem !important;
}

.px-50 {
  padding-right: 12.5rem !important;
  padding-left: 12.5rem !important;
}

.py-50 {
  padding-top: 12.5rem !important;
  padding-bottom: 12.5rem !important;
}

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

.fs-50 {
  font-size: 50px !important;
}

.fw-50 {
  font-weight: 5000 !important;
}

.ly-50 {
  line-height: 12.5rem !important;
}

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

.m-51 {
  margin: 12.75rem !important;
}

.mb-51 {
  margin-bottom: 12.75rem !important;
}

.mt-51 {
  margin-top: 12.75rem !important;
}

.ms-51 {
  margin-left: 12.75rem !important;
}

.me-51 {
  margin-right: 12.75rem !important;
}

.my-51 {
  margin-top: 12.75rem !important;
  margin-bottom: 12.75rem !important;
}

.mx-51 {
  margin-right: 12.75rem !important;
  margin-left: 12.75rem !important;
}

.p-51 {
  padding: 12.75rem !important;
}

.pb-51 {
  padding-bottom: 12.75rem !important;
}

.pt-51 {
  padding-top: 12.75rem !important;
}

.ps-51 {
  padding-left: 12.75rem !important;
}

.pe-51 {
  padding-right: 12.75rem !important;
}

.px-51 {
  padding-right: 12.75rem !important;
  padding-left: 12.75rem !important;
}

.py-51 {
  padding-top: 12.75rem !important;
  padding-bottom: 12.75rem !important;
}

.h-51 {
  height: 5100px !important;
}

.fs-51 {
  font-size: 51px !important;
}

.fw-51 {
  font-weight: 5100 !important;
}

.ly-51 {
  line-height: 12.75rem !important;
}

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

.m-52 {
  margin: 13rem !important;
}

.mb-52 {
  margin-bottom: 13rem !important;
}

.mt-52 {
  margin-top: 13rem !important;
}

.ms-52 {
  margin-left: 13rem !important;
}

.me-52 {
  margin-right: 13rem !important;
}

.my-52 {
  margin-top: 13rem !important;
  margin-bottom: 13rem !important;
}

.mx-52 {
  margin-right: 13rem !important;
  margin-left: 13rem !important;
}

.p-52 {
  padding: 13rem !important;
}

.pb-52 {
  padding-bottom: 13rem !important;
}

.pt-52 {
  padding-top: 13rem !important;
}

.ps-52 {
  padding-left: 13rem !important;
}

.pe-52 {
  padding-right: 13rem !important;
}

.px-52 {
  padding-right: 13rem !important;
  padding-left: 13rem !important;
}

.py-52 {
  padding-top: 13rem !important;
  padding-bottom: 13rem !important;
}

.h-52 {
  height: 5200px !important;
}

.fs-52 {
  font-size: 52px !important;
}

.fw-52 {
  font-weight: 5200 !important;
}

.ly-52 {
  line-height: 13rem !important;
}

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

.m-53 {
  margin: 13.25rem !important;
}

.mb-53 {
  margin-bottom: 13.25rem !important;
}

.mt-53 {
  margin-top: 13.25rem !important;
}

.ms-53 {
  margin-left: 13.25rem !important;
}

.me-53 {
  margin-right: 13.25rem !important;
}

.my-53 {
  margin-top: 13.25rem !important;
  margin-bottom: 13.25rem !important;
}

.mx-53 {
  margin-right: 13.25rem !important;
  margin-left: 13.25rem !important;
}

.p-53 {
  padding: 13.25rem !important;
}

.pb-53 {
  padding-bottom: 13.25rem !important;
}

.pt-53 {
  padding-top: 13.25rem !important;
}

.ps-53 {
  padding-left: 13.25rem !important;
}

.pe-53 {
  padding-right: 13.25rem !important;
}

.px-53 {
  padding-right: 13.25rem !important;
  padding-left: 13.25rem !important;
}

.py-53 {
  padding-top: 13.25rem !important;
  padding-bottom: 13.25rem !important;
}

.h-53 {
  height: 5300px !important;
}

.fs-53 {
  font-size: 53px !important;
}

.fw-53 {
  font-weight: 5300 !important;
}

.ly-53 {
  line-height: 13.25rem !important;
}

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

.m-54 {
  margin: 13.5rem !important;
}

.mb-54 {
  margin-bottom: 13.5rem !important;
}

.mt-54 {
  margin-top: 13.5rem !important;
}

.ms-54 {
  margin-left: 13.5rem !important;
}

.me-54 {
  margin-right: 13.5rem !important;
}

.my-54 {
  margin-top: 13.5rem !important;
  margin-bottom: 13.5rem !important;
}

.mx-54 {
  margin-right: 13.5rem !important;
  margin-left: 13.5rem !important;
}

.p-54 {
  padding: 13.5rem !important;
}

.pb-54 {
  padding-bottom: 13.5rem !important;
}

.pt-54 {
  padding-top: 13.5rem !important;
}

.ps-54 {
  padding-left: 13.5rem !important;
}

.pe-54 {
  padding-right: 13.5rem !important;
}

.px-54 {
  padding-right: 13.5rem !important;
  padding-left: 13.5rem !important;
}

.py-54 {
  padding-top: 13.5rem !important;
  padding-bottom: 13.5rem !important;
}

.h-54 {
  height: 5400px !important;
}

.fs-54 {
  font-size: 54px !important;
}

.fw-54 {
  font-weight: 5400 !important;
}

.ly-54 {
  line-height: 13.5rem !important;
}

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

.m-55 {
  margin: 13.75rem !important;
}

.mb-55 {
  margin-bottom: 13.75rem !important;
}

.mt-55 {
  margin-top: 13.75rem !important;
}

.ms-55 {
  margin-left: 13.75rem !important;
}

.me-55 {
  margin-right: 13.75rem !important;
}

.my-55 {
  margin-top: 13.75rem !important;
  margin-bottom: 13.75rem !important;
}

.mx-55 {
  margin-right: 13.75rem !important;
  margin-left: 13.75rem !important;
}

.p-55 {
  padding: 13.75rem !important;
}

.pb-55 {
  padding-bottom: 13.75rem !important;
}

.pt-55 {
  padding-top: 13.75rem !important;
}

.ps-55 {
  padding-left: 13.75rem !important;
}

.pe-55 {
  padding-right: 13.75rem !important;
}

.px-55 {
  padding-right: 13.75rem !important;
  padding-left: 13.75rem !important;
}

.py-55 {
  padding-top: 13.75rem !important;
  padding-bottom: 13.75rem !important;
}

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

.fs-55 {
  font-size: 55px !important;
}

.fw-55 {
  font-weight: 5500 !important;
}

.ly-55 {
  line-height: 13.75rem !important;
}

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

.m-56 {
  margin: 14rem !important;
}

.mb-56 {
  margin-bottom: 14rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

.ms-56 {
  margin-left: 14rem !important;
}

.me-56 {
  margin-right: 14rem !important;
}

.my-56 {
  margin-top: 14rem !important;
  margin-bottom: 14rem !important;
}

.mx-56 {
  margin-right: 14rem !important;
  margin-left: 14rem !important;
}

.p-56 {
  padding: 14rem !important;
}

.pb-56 {
  padding-bottom: 14rem !important;
}

.pt-56 {
  padding-top: 14rem !important;
}

.ps-56 {
  padding-left: 14rem !important;
}

.pe-56 {
  padding-right: 14rem !important;
}

.px-56 {
  padding-right: 14rem !important;
  padding-left: 14rem !important;
}

.py-56 {
  padding-top: 14rem !important;
  padding-bottom: 14rem !important;
}

.h-56 {
  height: 5600px !important;
}

.fs-56 {
  font-size: 56px !important;
}

.fw-56 {
  font-weight: 5600 !important;
}

.ly-56 {
  line-height: 14rem !important;
}

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

.m-57 {
  margin: 14.25rem !important;
}

.mb-57 {
  margin-bottom: 14.25rem !important;
}

.mt-57 {
  margin-top: 14.25rem !important;
}

.ms-57 {
  margin-left: 14.25rem !important;
}

.me-57 {
  margin-right: 14.25rem !important;
}

.my-57 {
  margin-top: 14.25rem !important;
  margin-bottom: 14.25rem !important;
}

.mx-57 {
  margin-right: 14.25rem !important;
  margin-left: 14.25rem !important;
}

.p-57 {
  padding: 14.25rem !important;
}

.pb-57 {
  padding-bottom: 14.25rem !important;
}

.pt-57 {
  padding-top: 14.25rem !important;
}

.ps-57 {
  padding-left: 14.25rem !important;
}

.pe-57 {
  padding-right: 14.25rem !important;
}

.px-57 {
  padding-right: 14.25rem !important;
  padding-left: 14.25rem !important;
}

.py-57 {
  padding-top: 14.25rem !important;
  padding-bottom: 14.25rem !important;
}

.h-57 {
  height: 5700px !important;
}

.fs-57 {
  font-size: 57px !important;
}

.fw-57 {
  font-weight: 5700 !important;
}

.ly-57 {
  line-height: 14.25rem !important;
}

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

.m-58 {
  margin: 14.5rem !important;
}

.mb-58 {
  margin-bottom: 14.5rem !important;
}

.mt-58 {
  margin-top: 14.5rem !important;
}

.ms-58 {
  margin-left: 14.5rem !important;
}

.me-58 {
  margin-right: 14.5rem !important;
}

.my-58 {
  margin-top: 14.5rem !important;
  margin-bottom: 14.5rem !important;
}

.mx-58 {
  margin-right: 14.5rem !important;
  margin-left: 14.5rem !important;
}

.p-58 {
  padding: 14.5rem !important;
}

.pb-58 {
  padding-bottom: 14.5rem !important;
}

.pt-58 {
  padding-top: 14.5rem !important;
}

.ps-58 {
  padding-left: 14.5rem !important;
}

.pe-58 {
  padding-right: 14.5rem !important;
}

.px-58 {
  padding-right: 14.5rem !important;
  padding-left: 14.5rem !important;
}

.py-58 {
  padding-top: 14.5rem !important;
  padding-bottom: 14.5rem !important;
}

.h-58 {
  height: 5800px !important;
}

.fs-58 {
  font-size: 58px !important;
}

.fw-58 {
  font-weight: 5800 !important;
}

.ly-58 {
  line-height: 14.5rem !important;
}

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

.m-59 {
  margin: 14.75rem !important;
}

.mb-59 {
  margin-bottom: 14.75rem !important;
}

.mt-59 {
  margin-top: 14.75rem !important;
}

.ms-59 {
  margin-left: 14.75rem !important;
}

.me-59 {
  margin-right: 14.75rem !important;
}

.my-59 {
  margin-top: 14.75rem !important;
  margin-bottom: 14.75rem !important;
}

.mx-59 {
  margin-right: 14.75rem !important;
  margin-left: 14.75rem !important;
}

.p-59 {
  padding: 14.75rem !important;
}

.pb-59 {
  padding-bottom: 14.75rem !important;
}

.pt-59 {
  padding-top: 14.75rem !important;
}

.ps-59 {
  padding-left: 14.75rem !important;
}

.pe-59 {
  padding-right: 14.75rem !important;
}

.px-59 {
  padding-right: 14.75rem !important;
  padding-left: 14.75rem !important;
}

.py-59 {
  padding-top: 14.75rem !important;
  padding-bottom: 14.75rem !important;
}

.h-59 {
  height: 5900px !important;
}

.fs-59 {
  font-size: 59px !important;
}

.fw-59 {
  font-weight: 5900 !important;
}

.ly-59 {
  line-height: 14.75rem !important;
}

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

.m-60 {
  margin: 15rem !important;
}

.mb-60 {
  margin-bottom: 15rem !important;
}

.mt-60 {
  margin-top: 15rem !important;
}

.ms-60 {
  margin-left: 15rem !important;
}

.me-60 {
  margin-right: 15rem !important;
}

.my-60 {
  margin-top: 15rem !important;
  margin-bottom: 15rem !important;
}

.mx-60 {
  margin-right: 15rem !important;
  margin-left: 15rem !important;
}

.p-60 {
  padding: 15rem !important;
}

.pb-60 {
  padding-bottom: 15rem !important;
}

.pt-60 {
  padding-top: 15rem !important;
}

.ps-60 {
  padding-left: 15rem !important;
}

.pe-60 {
  padding-right: 15rem !important;
}

.px-60 {
  padding-right: 15rem !important;
  padding-left: 15rem !important;
}

.py-60 {
  padding-top: 15rem !important;
  padding-bottom: 15rem !important;
}

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

.fs-60 {
  font-size: 60px !important;
}

.fw-60 {
  font-weight: 6000 !important;
}

.ly-60 {
  line-height: 15rem !important;
}

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

.m-61 {
  margin: 15.25rem !important;
}

.mb-61 {
  margin-bottom: 15.25rem !important;
}

.mt-61 {
  margin-top: 15.25rem !important;
}

.ms-61 {
  margin-left: 15.25rem !important;
}

.me-61 {
  margin-right: 15.25rem !important;
}

.my-61 {
  margin-top: 15.25rem !important;
  margin-bottom: 15.25rem !important;
}

.mx-61 {
  margin-right: 15.25rem !important;
  margin-left: 15.25rem !important;
}

.p-61 {
  padding: 15.25rem !important;
}

.pb-61 {
  padding-bottom: 15.25rem !important;
}

.pt-61 {
  padding-top: 15.25rem !important;
}

.ps-61 {
  padding-left: 15.25rem !important;
}

.pe-61 {
  padding-right: 15.25rem !important;
}

.px-61 {
  padding-right: 15.25rem !important;
  padding-left: 15.25rem !important;
}

.py-61 {
  padding-top: 15.25rem !important;
  padding-bottom: 15.25rem !important;
}

.h-61 {
  height: 6100px !important;
}

.fs-61 {
  font-size: 61px !important;
}

.fw-61 {
  font-weight: 6100 !important;
}

.ly-61 {
  line-height: 15.25rem !important;
}

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

.m-62 {
  margin: 15.5rem !important;
}

.mb-62 {
  margin-bottom: 15.5rem !important;
}

.mt-62 {
  margin-top: 15.5rem !important;
}

.ms-62 {
  margin-left: 15.5rem !important;
}

.me-62 {
  margin-right: 15.5rem !important;
}

.my-62 {
  margin-top: 15.5rem !important;
  margin-bottom: 15.5rem !important;
}

.mx-62 {
  margin-right: 15.5rem !important;
  margin-left: 15.5rem !important;
}

.p-62 {
  padding: 15.5rem !important;
}

.pb-62 {
  padding-bottom: 15.5rem !important;
}

.pt-62 {
  padding-top: 15.5rem !important;
}

.ps-62 {
  padding-left: 15.5rem !important;
}

.pe-62 {
  padding-right: 15.5rem !important;
}

.px-62 {
  padding-right: 15.5rem !important;
  padding-left: 15.5rem !important;
}

.py-62 {
  padding-top: 15.5rem !important;
  padding-bottom: 15.5rem !important;
}

.h-62 {
  height: 6200px !important;
}

.fs-62 {
  font-size: 62px !important;
}

.fw-62 {
  font-weight: 6200 !important;
}

.ly-62 {
  line-height: 15.5rem !important;
}

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

.m-63 {
  margin: 15.75rem !important;
}

.mb-63 {
  margin-bottom: 15.75rem !important;
}

.mt-63 {
  margin-top: 15.75rem !important;
}

.ms-63 {
  margin-left: 15.75rem !important;
}

.me-63 {
  margin-right: 15.75rem !important;
}

.my-63 {
  margin-top: 15.75rem !important;
  margin-bottom: 15.75rem !important;
}

.mx-63 {
  margin-right: 15.75rem !important;
  margin-left: 15.75rem !important;
}

.p-63 {
  padding: 15.75rem !important;
}

.pb-63 {
  padding-bottom: 15.75rem !important;
}

.pt-63 {
  padding-top: 15.75rem !important;
}

.ps-63 {
  padding-left: 15.75rem !important;
}

.pe-63 {
  padding-right: 15.75rem !important;
}

.px-63 {
  padding-right: 15.75rem !important;
  padding-left: 15.75rem !important;
}

.py-63 {
  padding-top: 15.75rem !important;
  padding-bottom: 15.75rem !important;
}

.h-63 {
  height: 6300px !important;
}

.fs-63 {
  font-size: 63px !important;
}

.fw-63 {
  font-weight: 6300 !important;
}

.ly-63 {
  line-height: 15.75rem !important;
}

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

.m-64 {
  margin: 16rem !important;
}

.mb-64 {
  margin-bottom: 16rem !important;
}

.mt-64 {
  margin-top: 16rem !important;
}

.ms-64 {
  margin-left: 16rem !important;
}

.me-64 {
  margin-right: 16rem !important;
}

.my-64 {
  margin-top: 16rem !important;
  margin-bottom: 16rem !important;
}

.mx-64 {
  margin-right: 16rem !important;
  margin-left: 16rem !important;
}

.p-64 {
  padding: 16rem !important;
}

.pb-64 {
  padding-bottom: 16rem !important;
}

.pt-64 {
  padding-top: 16rem !important;
}

.ps-64 {
  padding-left: 16rem !important;
}

.pe-64 {
  padding-right: 16rem !important;
}

.px-64 {
  padding-right: 16rem !important;
  padding-left: 16rem !important;
}

.py-64 {
  padding-top: 16rem !important;
  padding-bottom: 16rem !important;
}

.h-64 {
  height: 6400px !important;
}

.fs-64 {
  font-size: 64px !important;
}

.fw-64 {
  font-weight: 6400 !important;
}

.ly-64 {
  line-height: 16rem !important;
}

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

.m-65 {
  margin: 16.25rem !important;
}

.mb-65 {
  margin-bottom: 16.25rem !important;
}

.mt-65 {
  margin-top: 16.25rem !important;
}

.ms-65 {
  margin-left: 16.25rem !important;
}

.me-65 {
  margin-right: 16.25rem !important;
}

.my-65 {
  margin-top: 16.25rem !important;
  margin-bottom: 16.25rem !important;
}

.mx-65 {
  margin-right: 16.25rem !important;
  margin-left: 16.25rem !important;
}

.p-65 {
  padding: 16.25rem !important;
}

.pb-65 {
  padding-bottom: 16.25rem !important;
}

.pt-65 {
  padding-top: 16.25rem !important;
}

.ps-65 {
  padding-left: 16.25rem !important;
}

.pe-65 {
  padding-right: 16.25rem !important;
}

.px-65 {
  padding-right: 16.25rem !important;
  padding-left: 16.25rem !important;
}

.py-65 {
  padding-top: 16.25rem !important;
  padding-bottom: 16.25rem !important;
}

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

.fs-65 {
  font-size: 65px !important;
}

.fw-65 {
  font-weight: 6500 !important;
}

.ly-65 {
  line-height: 16.25rem !important;
}

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

.m-66 {
  margin: 16.5rem !important;
}

.mb-66 {
  margin-bottom: 16.5rem !important;
}

.mt-66 {
  margin-top: 16.5rem !important;
}

.ms-66 {
  margin-left: 16.5rem !important;
}

.me-66 {
  margin-right: 16.5rem !important;
}

.my-66 {
  margin-top: 16.5rem !important;
  margin-bottom: 16.5rem !important;
}

.mx-66 {
  margin-right: 16.5rem !important;
  margin-left: 16.5rem !important;
}

.p-66 {
  padding: 16.5rem !important;
}

.pb-66 {
  padding-bottom: 16.5rem !important;
}

.pt-66 {
  padding-top: 16.5rem !important;
}

.ps-66 {
  padding-left: 16.5rem !important;
}

.pe-66 {
  padding-right: 16.5rem !important;
}

.px-66 {
  padding-right: 16.5rem !important;
  padding-left: 16.5rem !important;
}

.py-66 {
  padding-top: 16.5rem !important;
  padding-bottom: 16.5rem !important;
}

.h-66 {
  height: 6600px !important;
}

.fs-66 {
  font-size: 66px !important;
}

.fw-66 {
  font-weight: 6600 !important;
}

.ly-66 {
  line-height: 16.5rem !important;
}

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

.m-67 {
  margin: 16.75rem !important;
}

.mb-67 {
  margin-bottom: 16.75rem !important;
}

.mt-67 {
  margin-top: 16.75rem !important;
}

.ms-67 {
  margin-left: 16.75rem !important;
}

.me-67 {
  margin-right: 16.75rem !important;
}

.my-67 {
  margin-top: 16.75rem !important;
  margin-bottom: 16.75rem !important;
}

.mx-67 {
  margin-right: 16.75rem !important;
  margin-left: 16.75rem !important;
}

.p-67 {
  padding: 16.75rem !important;
}

.pb-67 {
  padding-bottom: 16.75rem !important;
}

.pt-67 {
  padding-top: 16.75rem !important;
}

.ps-67 {
  padding-left: 16.75rem !important;
}

.pe-67 {
  padding-right: 16.75rem !important;
}

.px-67 {
  padding-right: 16.75rem !important;
  padding-left: 16.75rem !important;
}

.py-67 {
  padding-top: 16.75rem !important;
  padding-bottom: 16.75rem !important;
}

.h-67 {
  height: 6700px !important;
}

.fs-67 {
  font-size: 67px !important;
}

.fw-67 {
  font-weight: 6700 !important;
}

.ly-67 {
  line-height: 16.75rem !important;
}

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

.m-68 {
  margin: 17rem !important;
}

.mb-68 {
  margin-bottom: 17rem !important;
}

.mt-68 {
  margin-top: 17rem !important;
}

.ms-68 {
  margin-left: 17rem !important;
}

.me-68 {
  margin-right: 17rem !important;
}

.my-68 {
  margin-top: 17rem !important;
  margin-bottom: 17rem !important;
}

.mx-68 {
  margin-right: 17rem !important;
  margin-left: 17rem !important;
}

.p-68 {
  padding: 17rem !important;
}

.pb-68 {
  padding-bottom: 17rem !important;
}

.pt-68 {
  padding-top: 17rem !important;
}

.ps-68 {
  padding-left: 17rem !important;
}

.pe-68 {
  padding-right: 17rem !important;
}

.px-68 {
  padding-right: 17rem !important;
  padding-left: 17rem !important;
}

.py-68 {
  padding-top: 17rem !important;
  padding-bottom: 17rem !important;
}

.h-68 {
  height: 6800px !important;
}

.fs-68 {
  font-size: 68px !important;
}

.fw-68 {
  font-weight: 6800 !important;
}

.ly-68 {
  line-height: 17rem !important;
}

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

.m-69 {
  margin: 17.25rem !important;
}

.mb-69 {
  margin-bottom: 17.25rem !important;
}

.mt-69 {
  margin-top: 17.25rem !important;
}

.ms-69 {
  margin-left: 17.25rem !important;
}

.me-69 {
  margin-right: 17.25rem !important;
}

.my-69 {
  margin-top: 17.25rem !important;
  margin-bottom: 17.25rem !important;
}

.mx-69 {
  margin-right: 17.25rem !important;
  margin-left: 17.25rem !important;
}

.p-69 {
  padding: 17.25rem !important;
}

.pb-69 {
  padding-bottom: 17.25rem !important;
}

.pt-69 {
  padding-top: 17.25rem !important;
}

.ps-69 {
  padding-left: 17.25rem !important;
}

.pe-69 {
  padding-right: 17.25rem !important;
}

.px-69 {
  padding-right: 17.25rem !important;
  padding-left: 17.25rem !important;
}

.py-69 {
  padding-top: 17.25rem !important;
  padding-bottom: 17.25rem !important;
}

.h-69 {
  height: 6900px !important;
}

.fs-69 {
  font-size: 69px !important;
}

.fw-69 {
  font-weight: 6900 !important;
}

.ly-69 {
  line-height: 17.25rem !important;
}

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

.m-70 {
  margin: 17.5rem !important;
}

.mb-70 {
  margin-bottom: 17.5rem !important;
}

.mt-70 {
  margin-top: 17.5rem !important;
}

.ms-70 {
  margin-left: 17.5rem !important;
}

.me-70 {
  margin-right: 17.5rem !important;
}

.my-70 {
  margin-top: 17.5rem !important;
  margin-bottom: 17.5rem !important;
}

.mx-70 {
  margin-right: 17.5rem !important;
  margin-left: 17.5rem !important;
}

.p-70 {
  padding: 17.5rem !important;
}

.pb-70 {
  padding-bottom: 17.5rem !important;
}

.pt-70 {
  padding-top: 17.5rem !important;
}

.ps-70 {
  padding-left: 17.5rem !important;
}

.pe-70 {
  padding-right: 17.5rem !important;
}

.px-70 {
  padding-right: 17.5rem !important;
  padding-left: 17.5rem !important;
}

.py-70 {
  padding-top: 17.5rem !important;
  padding-bottom: 17.5rem !important;
}

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

.fs-70 {
  font-size: 70px !important;
}

.fw-70 {
  font-weight: 7000 !important;
}

.ly-70 {
  line-height: 17.5rem !important;
}

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

.m-71 {
  margin: 17.75rem !important;
}

.mb-71 {
  margin-bottom: 17.75rem !important;
}

.mt-71 {
  margin-top: 17.75rem !important;
}

.ms-71 {
  margin-left: 17.75rem !important;
}

.me-71 {
  margin-right: 17.75rem !important;
}

.my-71 {
  margin-top: 17.75rem !important;
  margin-bottom: 17.75rem !important;
}

.mx-71 {
  margin-right: 17.75rem !important;
  margin-left: 17.75rem !important;
}

.p-71 {
  padding: 17.75rem !important;
}

.pb-71 {
  padding-bottom: 17.75rem !important;
}

.pt-71 {
  padding-top: 17.75rem !important;
}

.ps-71 {
  padding-left: 17.75rem !important;
}

.pe-71 {
  padding-right: 17.75rem !important;
}

.px-71 {
  padding-right: 17.75rem !important;
  padding-left: 17.75rem !important;
}

.py-71 {
  padding-top: 17.75rem !important;
  padding-bottom: 17.75rem !important;
}

.h-71 {
  height: 7100px !important;
}

.fs-71 {
  font-size: 71px !important;
}

.fw-71 {
  font-weight: 7100 !important;
}

.ly-71 {
  line-height: 17.75rem !important;
}

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

.m-72 {
  margin: 18rem !important;
}

.mb-72 {
  margin-bottom: 18rem !important;
}

.mt-72 {
  margin-top: 18rem !important;
}

.ms-72 {
  margin-left: 18rem !important;
}

.me-72 {
  margin-right: 18rem !important;
}

.my-72 {
  margin-top: 18rem !important;
  margin-bottom: 18rem !important;
}

.mx-72 {
  margin-right: 18rem !important;
  margin-left: 18rem !important;
}

.p-72 {
  padding: 18rem !important;
}

.pb-72 {
  padding-bottom: 18rem !important;
}

.pt-72 {
  padding-top: 18rem !important;
}

.ps-72 {
  padding-left: 18rem !important;
}

.pe-72 {
  padding-right: 18rem !important;
}

.px-72 {
  padding-right: 18rem !important;
  padding-left: 18rem !important;
}

.py-72 {
  padding-top: 18rem !important;
  padding-bottom: 18rem !important;
}

.h-72 {
  height: 7200px !important;
}

.fs-72 {
  font-size: 72px !important;
}

.fw-72 {
  font-weight: 7200 !important;
}

.ly-72 {
  line-height: 18rem !important;
}

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

.m-73 {
  margin: 18.25rem !important;
}

.mb-73 {
  margin-bottom: 18.25rem !important;
}

.mt-73 {
  margin-top: 18.25rem !important;
}

.ms-73 {
  margin-left: 18.25rem !important;
}

.me-73 {
  margin-right: 18.25rem !important;
}

.my-73 {
  margin-top: 18.25rem !important;
  margin-bottom: 18.25rem !important;
}

.mx-73 {
  margin-right: 18.25rem !important;
  margin-left: 18.25rem !important;
}

.p-73 {
  padding: 18.25rem !important;
}

.pb-73 {
  padding-bottom: 18.25rem !important;
}

.pt-73 {
  padding-top: 18.25rem !important;
}

.ps-73 {
  padding-left: 18.25rem !important;
}

.pe-73 {
  padding-right: 18.25rem !important;
}

.px-73 {
  padding-right: 18.25rem !important;
  padding-left: 18.25rem !important;
}

.py-73 {
  padding-top: 18.25rem !important;
  padding-bottom: 18.25rem !important;
}

.h-73 {
  height: 7300px !important;
}

.fs-73 {
  font-size: 73px !important;
}

.fw-73 {
  font-weight: 7300 !important;
}

.ly-73 {
  line-height: 18.25rem !important;
}

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

.m-74 {
  margin: 18.5rem !important;
}

.mb-74 {
  margin-bottom: 18.5rem !important;
}

.mt-74 {
  margin-top: 18.5rem !important;
}

.ms-74 {
  margin-left: 18.5rem !important;
}

.me-74 {
  margin-right: 18.5rem !important;
}

.my-74 {
  margin-top: 18.5rem !important;
  margin-bottom: 18.5rem !important;
}

.mx-74 {
  margin-right: 18.5rem !important;
  margin-left: 18.5rem !important;
}

.p-74 {
  padding: 18.5rem !important;
}

.pb-74 {
  padding-bottom: 18.5rem !important;
}

.pt-74 {
  padding-top: 18.5rem !important;
}

.ps-74 {
  padding-left: 18.5rem !important;
}

.pe-74 {
  padding-right: 18.5rem !important;
}

.px-74 {
  padding-right: 18.5rem !important;
  padding-left: 18.5rem !important;
}

.py-74 {
  padding-top: 18.5rem !important;
  padding-bottom: 18.5rem !important;
}

.h-74 {
  height: 7400px !important;
}

.fs-74 {
  font-size: 74px !important;
}

.fw-74 {
  font-weight: 7400 !important;
}

.ly-74 {
  line-height: 18.5rem !important;
}

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

.m-75 {
  margin: 18.75rem !important;
}

.mb-75 {
  margin-bottom: 18.75rem !important;
}

.mt-75 {
  margin-top: 18.75rem !important;
}

.ms-75 {
  margin-left: 18.75rem !important;
}

.me-75 {
  margin-right: 18.75rem !important;
}

.my-75 {
  margin-top: 18.75rem !important;
  margin-bottom: 18.75rem !important;
}

.mx-75 {
  margin-right: 18.75rem !important;
  margin-left: 18.75rem !important;
}

.p-75 {
  padding: 18.75rem !important;
}

.pb-75 {
  padding-bottom: 18.75rem !important;
}

.pt-75 {
  padding-top: 18.75rem !important;
}

.ps-75 {
  padding-left: 18.75rem !important;
}

.pe-75 {
  padding-right: 18.75rem !important;
}

.px-75 {
  padding-right: 18.75rem !important;
  padding-left: 18.75rem !important;
}

.py-75 {
  padding-top: 18.75rem !important;
  padding-bottom: 18.75rem !important;
}

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

.fs-75 {
  font-size: 75px !important;
}

.fw-75 {
  font-weight: 7500 !important;
}

.ly-75 {
  line-height: 18.75rem !important;
}

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

.m-76 {
  margin: 19rem !important;
}

.mb-76 {
  margin-bottom: 19rem !important;
}

.mt-76 {
  margin-top: 19rem !important;
}

.ms-76 {
  margin-left: 19rem !important;
}

.me-76 {
  margin-right: 19rem !important;
}

.my-76 {
  margin-top: 19rem !important;
  margin-bottom: 19rem !important;
}

.mx-76 {
  margin-right: 19rem !important;
  margin-left: 19rem !important;
}

.p-76 {
  padding: 19rem !important;
}

.pb-76 {
  padding-bottom: 19rem !important;
}

.pt-76 {
  padding-top: 19rem !important;
}

.ps-76 {
  padding-left: 19rem !important;
}

.pe-76 {
  padding-right: 19rem !important;
}

.px-76 {
  padding-right: 19rem !important;
  padding-left: 19rem !important;
}

.py-76 {
  padding-top: 19rem !important;
  padding-bottom: 19rem !important;
}

.h-76 {
  height: 7600px !important;
}

.fs-76 {
  font-size: 76px !important;
}

.fw-76 {
  font-weight: 7600 !important;
}

.ly-76 {
  line-height: 19rem !important;
}

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

.m-77 {
  margin: 19.25rem !important;
}

.mb-77 {
  margin-bottom: 19.25rem !important;
}

.mt-77 {
  margin-top: 19.25rem !important;
}

.ms-77 {
  margin-left: 19.25rem !important;
}

.me-77 {
  margin-right: 19.25rem !important;
}

.my-77 {
  margin-top: 19.25rem !important;
  margin-bottom: 19.25rem !important;
}

.mx-77 {
  margin-right: 19.25rem !important;
  margin-left: 19.25rem !important;
}

.p-77 {
  padding: 19.25rem !important;
}

.pb-77 {
  padding-bottom: 19.25rem !important;
}

.pt-77 {
  padding-top: 19.25rem !important;
}

.ps-77 {
  padding-left: 19.25rem !important;
}

.pe-77 {
  padding-right: 19.25rem !important;
}

.px-77 {
  padding-right: 19.25rem !important;
  padding-left: 19.25rem !important;
}

.py-77 {
  padding-top: 19.25rem !important;
  padding-bottom: 19.25rem !important;
}

.h-77 {
  height: 7700px !important;
}

.fs-77 {
  font-size: 77px !important;
}

.fw-77 {
  font-weight: 7700 !important;
}

.ly-77 {
  line-height: 19.25rem !important;
}

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

.m-78 {
  margin: 19.5rem !important;
}

.mb-78 {
  margin-bottom: 19.5rem !important;
}

.mt-78 {
  margin-top: 19.5rem !important;
}

.ms-78 {
  margin-left: 19.5rem !important;
}

.me-78 {
  margin-right: 19.5rem !important;
}

.my-78 {
  margin-top: 19.5rem !important;
  margin-bottom: 19.5rem !important;
}

.mx-78 {
  margin-right: 19.5rem !important;
  margin-left: 19.5rem !important;
}

.p-78 {
  padding: 19.5rem !important;
}

.pb-78 {
  padding-bottom: 19.5rem !important;
}

.pt-78 {
  padding-top: 19.5rem !important;
}

.ps-78 {
  padding-left: 19.5rem !important;
}

.pe-78 {
  padding-right: 19.5rem !important;
}

.px-78 {
  padding-right: 19.5rem !important;
  padding-left: 19.5rem !important;
}

.py-78 {
  padding-top: 19.5rem !important;
  padding-bottom: 19.5rem !important;
}

.h-78 {
  height: 7800px !important;
}

.fs-78 {
  font-size: 78px !important;
}

.fw-78 {
  font-weight: 7800 !important;
}

.ly-78 {
  line-height: 19.5rem !important;
}

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

.m-79 {
  margin: 19.75rem !important;
}

.mb-79 {
  margin-bottom: 19.75rem !important;
}

.mt-79 {
  margin-top: 19.75rem !important;
}

.ms-79 {
  margin-left: 19.75rem !important;
}

.me-79 {
  margin-right: 19.75rem !important;
}

.my-79 {
  margin-top: 19.75rem !important;
  margin-bottom: 19.75rem !important;
}

.mx-79 {
  margin-right: 19.75rem !important;
  margin-left: 19.75rem !important;
}

.p-79 {
  padding: 19.75rem !important;
}

.pb-79 {
  padding-bottom: 19.75rem !important;
}

.pt-79 {
  padding-top: 19.75rem !important;
}

.ps-79 {
  padding-left: 19.75rem !important;
}

.pe-79 {
  padding-right: 19.75rem !important;
}

.px-79 {
  padding-right: 19.75rem !important;
  padding-left: 19.75rem !important;
}

.py-79 {
  padding-top: 19.75rem !important;
  padding-bottom: 19.75rem !important;
}

.h-79 {
  height: 7900px !important;
}

.fs-79 {
  font-size: 79px !important;
}

.fw-79 {
  font-weight: 7900 !important;
}

.ly-79 {
  line-height: 19.75rem !important;
}

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

.m-80 {
  margin: 20rem !important;
}

.mb-80 {
  margin-bottom: 20rem !important;
}

.mt-80 {
  margin-top: 20rem !important;
}

.ms-80 {
  margin-left: 20rem !important;
}

.me-80 {
  margin-right: 20rem !important;
}

.my-80 {
  margin-top: 20rem !important;
  margin-bottom: 20rem !important;
}

.mx-80 {
  margin-right: 20rem !important;
  margin-left: 20rem !important;
}

.p-80 {
  padding: 20rem !important;
}

.pb-80 {
  padding-bottom: 20rem !important;
}

.pt-80 {
  padding-top: 20rem !important;
}

.ps-80 {
  padding-left: 20rem !important;
}

.pe-80 {
  padding-right: 20rem !important;
}

.px-80 {
  padding-right: 20rem !important;
  padding-left: 20rem !important;
}

.py-80 {
  padding-top: 20rem !important;
  padding-bottom: 20rem !important;
}

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

.fs-80 {
  font-size: 80px !important;
}

.fw-80 {
  font-weight: 8000 !important;
}

.ly-80 {
  line-height: 20rem !important;
}

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

.m-81 {
  margin: 20.25rem !important;
}

.mb-81 {
  margin-bottom: 20.25rem !important;
}

.mt-81 {
  margin-top: 20.25rem !important;
}

.ms-81 {
  margin-left: 20.25rem !important;
}

.me-81 {
  margin-right: 20.25rem !important;
}

.my-81 {
  margin-top: 20.25rem !important;
  margin-bottom: 20.25rem !important;
}

.mx-81 {
  margin-right: 20.25rem !important;
  margin-left: 20.25rem !important;
}

.p-81 {
  padding: 20.25rem !important;
}

.pb-81 {
  padding-bottom: 20.25rem !important;
}

.pt-81 {
  padding-top: 20.25rem !important;
}

.ps-81 {
  padding-left: 20.25rem !important;
}

.pe-81 {
  padding-right: 20.25rem !important;
}

.px-81 {
  padding-right: 20.25rem !important;
  padding-left: 20.25rem !important;
}

.py-81 {
  padding-top: 20.25rem !important;
  padding-bottom: 20.25rem !important;
}

.h-81 {
  height: 8100px !important;
}

.fs-81 {
  font-size: 81px !important;
}

.fw-81 {
  font-weight: 8100 !important;
}

.ly-81 {
  line-height: 20.25rem !important;
}

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

.m-82 {
  margin: 20.5rem !important;
}

.mb-82 {
  margin-bottom: 20.5rem !important;
}

.mt-82 {
  margin-top: 20.5rem !important;
}

.ms-82 {
  margin-left: 20.5rem !important;
}

.me-82 {
  margin-right: 20.5rem !important;
}

.my-82 {
  margin-top: 20.5rem !important;
  margin-bottom: 20.5rem !important;
}

.mx-82 {
  margin-right: 20.5rem !important;
  margin-left: 20.5rem !important;
}

.p-82 {
  padding: 20.5rem !important;
}

.pb-82 {
  padding-bottom: 20.5rem !important;
}

.pt-82 {
  padding-top: 20.5rem !important;
}

.ps-82 {
  padding-left: 20.5rem !important;
}

.pe-82 {
  padding-right: 20.5rem !important;
}

.px-82 {
  padding-right: 20.5rem !important;
  padding-left: 20.5rem !important;
}

.py-82 {
  padding-top: 20.5rem !important;
  padding-bottom: 20.5rem !important;
}

.h-82 {
  height: 8200px !important;
}

.fs-82 {
  font-size: 82px !important;
}

.fw-82 {
  font-weight: 8200 !important;
}

.ly-82 {
  line-height: 20.5rem !important;
}

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

.m-83 {
  margin: 20.75rem !important;
}

.mb-83 {
  margin-bottom: 20.75rem !important;
}

.mt-83 {
  margin-top: 20.75rem !important;
}

.ms-83 {
  margin-left: 20.75rem !important;
}

.me-83 {
  margin-right: 20.75rem !important;
}

.my-83 {
  margin-top: 20.75rem !important;
  margin-bottom: 20.75rem !important;
}

.mx-83 {
  margin-right: 20.75rem !important;
  margin-left: 20.75rem !important;
}

.p-83 {
  padding: 20.75rem !important;
}

.pb-83 {
  padding-bottom: 20.75rem !important;
}

.pt-83 {
  padding-top: 20.75rem !important;
}

.ps-83 {
  padding-left: 20.75rem !important;
}

.pe-83 {
  padding-right: 20.75rem !important;
}

.px-83 {
  padding-right: 20.75rem !important;
  padding-left: 20.75rem !important;
}

.py-83 {
  padding-top: 20.75rem !important;
  padding-bottom: 20.75rem !important;
}

.h-83 {
  height: 8300px !important;
}

.fs-83 {
  font-size: 83px !important;
}

.fw-83 {
  font-weight: 8300 !important;
}

.ly-83 {
  line-height: 20.75rem !important;
}

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

.m-84 {
  margin: 21rem !important;
}

.mb-84 {
  margin-bottom: 21rem !important;
}

.mt-84 {
  margin-top: 21rem !important;
}

.ms-84 {
  margin-left: 21rem !important;
}

.me-84 {
  margin-right: 21rem !important;
}

.my-84 {
  margin-top: 21rem !important;
  margin-bottom: 21rem !important;
}

.mx-84 {
  margin-right: 21rem !important;
  margin-left: 21rem !important;
}

.p-84 {
  padding: 21rem !important;
}

.pb-84 {
  padding-bottom: 21rem !important;
}

.pt-84 {
  padding-top: 21rem !important;
}

.ps-84 {
  padding-left: 21rem !important;
}

.pe-84 {
  padding-right: 21rem !important;
}

.px-84 {
  padding-right: 21rem !important;
  padding-left: 21rem !important;
}

.py-84 {
  padding-top: 21rem !important;
  padding-bottom: 21rem !important;
}

.h-84 {
  height: 8400px !important;
}

.fs-84 {
  font-size: 84px !important;
}

.fw-84 {
  font-weight: 8400 !important;
}

.ly-84 {
  line-height: 21rem !important;
}

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

.m-85 {
  margin: 21.25rem !important;
}

.mb-85 {
  margin-bottom: 21.25rem !important;
}

.mt-85 {
  margin-top: 21.25rem !important;
}

.ms-85 {
  margin-left: 21.25rem !important;
}

.me-85 {
  margin-right: 21.25rem !important;
}

.my-85 {
  margin-top: 21.25rem !important;
  margin-bottom: 21.25rem !important;
}

.mx-85 {
  margin-right: 21.25rem !important;
  margin-left: 21.25rem !important;
}

.p-85 {
  padding: 21.25rem !important;
}

.pb-85 {
  padding-bottom: 21.25rem !important;
}

.pt-85 {
  padding-top: 21.25rem !important;
}

.ps-85 {
  padding-left: 21.25rem !important;
}

.pe-85 {
  padding-right: 21.25rem !important;
}

.px-85 {
  padding-right: 21.25rem !important;
  padding-left: 21.25rem !important;
}

.py-85 {
  padding-top: 21.25rem !important;
  padding-bottom: 21.25rem !important;
}

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

.fs-85 {
  font-size: 85px !important;
}

.fw-85 {
  font-weight: 8500 !important;
}

.ly-85 {
  line-height: 21.25rem !important;
}

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

.m-86 {
  margin: 21.5rem !important;
}

.mb-86 {
  margin-bottom: 21.5rem !important;
}

.mt-86 {
  margin-top: 21.5rem !important;
}

.ms-86 {
  margin-left: 21.5rem !important;
}

.me-86 {
  margin-right: 21.5rem !important;
}

.my-86 {
  margin-top: 21.5rem !important;
  margin-bottom: 21.5rem !important;
}

.mx-86 {
  margin-right: 21.5rem !important;
  margin-left: 21.5rem !important;
}

.p-86 {
  padding: 21.5rem !important;
}

.pb-86 {
  padding-bottom: 21.5rem !important;
}

.pt-86 {
  padding-top: 21.5rem !important;
}

.ps-86 {
  padding-left: 21.5rem !important;
}

.pe-86 {
  padding-right: 21.5rem !important;
}

.px-86 {
  padding-right: 21.5rem !important;
  padding-left: 21.5rem !important;
}

.py-86 {
  padding-top: 21.5rem !important;
  padding-bottom: 21.5rem !important;
}

.h-86 {
  height: 8600px !important;
}

.fs-86 {
  font-size: 86px !important;
}

.fw-86 {
  font-weight: 8600 !important;
}

.ly-86 {
  line-height: 21.5rem !important;
}

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

.m-87 {
  margin: 21.75rem !important;
}

.mb-87 {
  margin-bottom: 21.75rem !important;
}

.mt-87 {
  margin-top: 21.75rem !important;
}

.ms-87 {
  margin-left: 21.75rem !important;
}

.me-87 {
  margin-right: 21.75rem !important;
}

.my-87 {
  margin-top: 21.75rem !important;
  margin-bottom: 21.75rem !important;
}

.mx-87 {
  margin-right: 21.75rem !important;
  margin-left: 21.75rem !important;
}

.p-87 {
  padding: 21.75rem !important;
}

.pb-87 {
  padding-bottom: 21.75rem !important;
}

.pt-87 {
  padding-top: 21.75rem !important;
}

.ps-87 {
  padding-left: 21.75rem !important;
}

.pe-87 {
  padding-right: 21.75rem !important;
}

.px-87 {
  padding-right: 21.75rem !important;
  padding-left: 21.75rem !important;
}

.py-87 {
  padding-top: 21.75rem !important;
  padding-bottom: 21.75rem !important;
}

.h-87 {
  height: 8700px !important;
}

.fs-87 {
  font-size: 87px !important;
}

.fw-87 {
  font-weight: 8700 !important;
}

.ly-87 {
  line-height: 21.75rem !important;
}

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

.m-88 {
  margin: 22rem !important;
}

.mb-88 {
  margin-bottom: 22rem !important;
}

.mt-88 {
  margin-top: 22rem !important;
}

.ms-88 {
  margin-left: 22rem !important;
}

.me-88 {
  margin-right: 22rem !important;
}

.my-88 {
  margin-top: 22rem !important;
  margin-bottom: 22rem !important;
}

.mx-88 {
  margin-right: 22rem !important;
  margin-left: 22rem !important;
}

.p-88 {
  padding: 22rem !important;
}

.pb-88 {
  padding-bottom: 22rem !important;
}

.pt-88 {
  padding-top: 22rem !important;
}

.ps-88 {
  padding-left: 22rem !important;
}

.pe-88 {
  padding-right: 22rem !important;
}

.px-88 {
  padding-right: 22rem !important;
  padding-left: 22rem !important;
}

.py-88 {
  padding-top: 22rem !important;
  padding-bottom: 22rem !important;
}

.h-88 {
  height: 8800px !important;
}

.fs-88 {
  font-size: 88px !important;
}

.fw-88 {
  font-weight: 8800 !important;
}

.ly-88 {
  line-height: 22rem !important;
}

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

.m-89 {
  margin: 22.25rem !important;
}

.mb-89 {
  margin-bottom: 22.25rem !important;
}

.mt-89 {
  margin-top: 22.25rem !important;
}

.ms-89 {
  margin-left: 22.25rem !important;
}

.me-89 {
  margin-right: 22.25rem !important;
}

.my-89 {
  margin-top: 22.25rem !important;
  margin-bottom: 22.25rem !important;
}

.mx-89 {
  margin-right: 22.25rem !important;
  margin-left: 22.25rem !important;
}

.p-89 {
  padding: 22.25rem !important;
}

.pb-89 {
  padding-bottom: 22.25rem !important;
}

.pt-89 {
  padding-top: 22.25rem !important;
}

.ps-89 {
  padding-left: 22.25rem !important;
}

.pe-89 {
  padding-right: 22.25rem !important;
}

.px-89 {
  padding-right: 22.25rem !important;
  padding-left: 22.25rem !important;
}

.py-89 {
  padding-top: 22.25rem !important;
  padding-bottom: 22.25rem !important;
}

.h-89 {
  height: 8900px !important;
}

.fs-89 {
  font-size: 89px !important;
}

.fw-89 {
  font-weight: 8900 !important;
}

.ly-89 {
  line-height: 22.25rem !important;
}

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

.m-90 {
  margin: 22.5rem !important;
}

.mb-90 {
  margin-bottom: 22.5rem !important;
}

.mt-90 {
  margin-top: 22.5rem !important;
}

.ms-90 {
  margin-left: 22.5rem !important;
}

.me-90 {
  margin-right: 22.5rem !important;
}

.my-90 {
  margin-top: 22.5rem !important;
  margin-bottom: 22.5rem !important;
}

.mx-90 {
  margin-right: 22.5rem !important;
  margin-left: 22.5rem !important;
}

.p-90 {
  padding: 22.5rem !important;
}

.pb-90 {
  padding-bottom: 22.5rem !important;
}

.pt-90 {
  padding-top: 22.5rem !important;
}

.ps-90 {
  padding-left: 22.5rem !important;
}

.pe-90 {
  padding-right: 22.5rem !important;
}

.px-90 {
  padding-right: 22.5rem !important;
  padding-left: 22.5rem !important;
}

.py-90 {
  padding-top: 22.5rem !important;
  padding-bottom: 22.5rem !important;
}

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

.fs-90 {
  font-size: 90px !important;
}

.fw-90 {
  font-weight: 9000 !important;
}

.ly-90 {
  line-height: 22.5rem !important;
}

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

.m-91 {
  margin: 22.75rem !important;
}

.mb-91 {
  margin-bottom: 22.75rem !important;
}

.mt-91 {
  margin-top: 22.75rem !important;
}

.ms-91 {
  margin-left: 22.75rem !important;
}

.me-91 {
  margin-right: 22.75rem !important;
}

.my-91 {
  margin-top: 22.75rem !important;
  margin-bottom: 22.75rem !important;
}

.mx-91 {
  margin-right: 22.75rem !important;
  margin-left: 22.75rem !important;
}

.p-91 {
  padding: 22.75rem !important;
}

.pb-91 {
  padding-bottom: 22.75rem !important;
}

.pt-91 {
  padding-top: 22.75rem !important;
}

.ps-91 {
  padding-left: 22.75rem !important;
}

.pe-91 {
  padding-right: 22.75rem !important;
}

.px-91 {
  padding-right: 22.75rem !important;
  padding-left: 22.75rem !important;
}

.py-91 {
  padding-top: 22.75rem !important;
  padding-bottom: 22.75rem !important;
}

.h-91 {
  height: 9100px !important;
}

.fs-91 {
  font-size: 91px !important;
}

.fw-91 {
  font-weight: 9100 !important;
}

.ly-91 {
  line-height: 22.75rem !important;
}

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

.m-92 {
  margin: 23rem !important;
}

.mb-92 {
  margin-bottom: 23rem !important;
}

.mt-92 {
  margin-top: 23rem !important;
}

.ms-92 {
  margin-left: 23rem !important;
}

.me-92 {
  margin-right: 23rem !important;
}

.my-92 {
  margin-top: 23rem !important;
  margin-bottom: 23rem !important;
}

.mx-92 {
  margin-right: 23rem !important;
  margin-left: 23rem !important;
}

.p-92 {
  padding: 23rem !important;
}

.pb-92 {
  padding-bottom: 23rem !important;
}

.pt-92 {
  padding-top: 23rem !important;
}

.ps-92 {
  padding-left: 23rem !important;
}

.pe-92 {
  padding-right: 23rem !important;
}

.px-92 {
  padding-right: 23rem !important;
  padding-left: 23rem !important;
}

.py-92 {
  padding-top: 23rem !important;
  padding-bottom: 23rem !important;
}

.h-92 {
  height: 9200px !important;
}

.fs-92 {
  font-size: 92px !important;
}

.fw-92 {
  font-weight: 9200 !important;
}

.ly-92 {
  line-height: 23rem !important;
}

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

.m-93 {
  margin: 23.25rem !important;
}

.mb-93 {
  margin-bottom: 23.25rem !important;
}

.mt-93 {
  margin-top: 23.25rem !important;
}

.ms-93 {
  margin-left: 23.25rem !important;
}

.me-93 {
  margin-right: 23.25rem !important;
}

.my-93 {
  margin-top: 23.25rem !important;
  margin-bottom: 23.25rem !important;
}

.mx-93 {
  margin-right: 23.25rem !important;
  margin-left: 23.25rem !important;
}

.p-93 {
  padding: 23.25rem !important;
}

.pb-93 {
  padding-bottom: 23.25rem !important;
}

.pt-93 {
  padding-top: 23.25rem !important;
}

.ps-93 {
  padding-left: 23.25rem !important;
}

.pe-93 {
  padding-right: 23.25rem !important;
}

.px-93 {
  padding-right: 23.25rem !important;
  padding-left: 23.25rem !important;
}

.py-93 {
  padding-top: 23.25rem !important;
  padding-bottom: 23.25rem !important;
}

.h-93 {
  height: 9300px !important;
}

.fs-93 {
  font-size: 93px !important;
}

.fw-93 {
  font-weight: 9300 !important;
}

.ly-93 {
  line-height: 23.25rem !important;
}

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

.m-94 {
  margin: 23.5rem !important;
}

.mb-94 {
  margin-bottom: 23.5rem !important;
}

.mt-94 {
  margin-top: 23.5rem !important;
}

.ms-94 {
  margin-left: 23.5rem !important;
}

.me-94 {
  margin-right: 23.5rem !important;
}

.my-94 {
  margin-top: 23.5rem !important;
  margin-bottom: 23.5rem !important;
}

.mx-94 {
  margin-right: 23.5rem !important;
  margin-left: 23.5rem !important;
}

.p-94 {
  padding: 23.5rem !important;
}

.pb-94 {
  padding-bottom: 23.5rem !important;
}

.pt-94 {
  padding-top: 23.5rem !important;
}

.ps-94 {
  padding-left: 23.5rem !important;
}

.pe-94 {
  padding-right: 23.5rem !important;
}

.px-94 {
  padding-right: 23.5rem !important;
  padding-left: 23.5rem !important;
}

.py-94 {
  padding-top: 23.5rem !important;
  padding-bottom: 23.5rem !important;
}

.h-94 {
  height: 9400px !important;
}

.fs-94 {
  font-size: 94px !important;
}

.fw-94 {
  font-weight: 9400 !important;
}

.ly-94 {
  line-height: 23.5rem !important;
}

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

.m-95 {
  margin: 23.75rem !important;
}

.mb-95 {
  margin-bottom: 23.75rem !important;
}

.mt-95 {
  margin-top: 23.75rem !important;
}

.ms-95 {
  margin-left: 23.75rem !important;
}

.me-95 {
  margin-right: 23.75rem !important;
}

.my-95 {
  margin-top: 23.75rem !important;
  margin-bottom: 23.75rem !important;
}

.mx-95 {
  margin-right: 23.75rem !important;
  margin-left: 23.75rem !important;
}

.p-95 {
  padding: 23.75rem !important;
}

.pb-95 {
  padding-bottom: 23.75rem !important;
}

.pt-95 {
  padding-top: 23.75rem !important;
}

.ps-95 {
  padding-left: 23.75rem !important;
}

.pe-95 {
  padding-right: 23.75rem !important;
}

.px-95 {
  padding-right: 23.75rem !important;
  padding-left: 23.75rem !important;
}

.py-95 {
  padding-top: 23.75rem !important;
  padding-bottom: 23.75rem !important;
}

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

.fs-95 {
  font-size: 95px !important;
}

.fw-95 {
  font-weight: 9500 !important;
}

.ly-95 {
  line-height: 23.75rem !important;
}

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

.m-96 {
  margin: 24rem !important;
}

.mb-96 {
  margin-bottom: 24rem !important;
}

.mt-96 {
  margin-top: 24rem !important;
}

.ms-96 {
  margin-left: 24rem !important;
}

.me-96 {
  margin-right: 24rem !important;
}

.my-96 {
  margin-top: 24rem !important;
  margin-bottom: 24rem !important;
}

.mx-96 {
  margin-right: 24rem !important;
  margin-left: 24rem !important;
}

.p-96 {
  padding: 24rem !important;
}

.pb-96 {
  padding-bottom: 24rem !important;
}

.pt-96 {
  padding-top: 24rem !important;
}

.ps-96 {
  padding-left: 24rem !important;
}

.pe-96 {
  padding-right: 24rem !important;
}

.px-96 {
  padding-right: 24rem !important;
  padding-left: 24rem !important;
}

.py-96 {
  padding-top: 24rem !important;
  padding-bottom: 24rem !important;
}

.h-96 {
  height: 9600px !important;
}

.fs-96 {
  font-size: 96px !important;
}

.fw-96 {
  font-weight: 9600 !important;
}

.ly-96 {
  line-height: 24rem !important;
}

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

.m-97 {
  margin: 24.25rem !important;
}

.mb-97 {
  margin-bottom: 24.25rem !important;
}

.mt-97 {
  margin-top: 24.25rem !important;
}

.ms-97 {
  margin-left: 24.25rem !important;
}

.me-97 {
  margin-right: 24.25rem !important;
}

.my-97 {
  margin-top: 24.25rem !important;
  margin-bottom: 24.25rem !important;
}

.mx-97 {
  margin-right: 24.25rem !important;
  margin-left: 24.25rem !important;
}

.p-97 {
  padding: 24.25rem !important;
}

.pb-97 {
  padding-bottom: 24.25rem !important;
}

.pt-97 {
  padding-top: 24.25rem !important;
}

.ps-97 {
  padding-left: 24.25rem !important;
}

.pe-97 {
  padding-right: 24.25rem !important;
}

.px-97 {
  padding-right: 24.25rem !important;
  padding-left: 24.25rem !important;
}

.py-97 {
  padding-top: 24.25rem !important;
  padding-bottom: 24.25rem !important;
}

.h-97 {
  height: 9700px !important;
}

.fs-97 {
  font-size: 97px !important;
}

.fw-97 {
  font-weight: 9700 !important;
}

.ly-97 {
  line-height: 24.25rem !important;
}

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

.m-98 {
  margin: 24.5rem !important;
}

.mb-98 {
  margin-bottom: 24.5rem !important;
}

.mt-98 {
  margin-top: 24.5rem !important;
}

.ms-98 {
  margin-left: 24.5rem !important;
}

.me-98 {
  margin-right: 24.5rem !important;
}

.my-98 {
  margin-top: 24.5rem !important;
  margin-bottom: 24.5rem !important;
}

.mx-98 {
  margin-right: 24.5rem !important;
  margin-left: 24.5rem !important;
}

.p-98 {
  padding: 24.5rem !important;
}

.pb-98 {
  padding-bottom: 24.5rem !important;
}

.pt-98 {
  padding-top: 24.5rem !important;
}

.ps-98 {
  padding-left: 24.5rem !important;
}

.pe-98 {
  padding-right: 24.5rem !important;
}

.px-98 {
  padding-right: 24.5rem !important;
  padding-left: 24.5rem !important;
}

.py-98 {
  padding-top: 24.5rem !important;
  padding-bottom: 24.5rem !important;
}

.h-98 {
  height: 9800px !important;
}

.fs-98 {
  font-size: 98px !important;
}

.fw-98 {
  font-weight: 9800 !important;
}

.ly-98 {
  line-height: 24.5rem !important;
}

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

.m-99 {
  margin: 24.75rem !important;
}

.mb-99 {
  margin-bottom: 24.75rem !important;
}

.mt-99 {
  margin-top: 24.75rem !important;
}

.ms-99 {
  margin-left: 24.75rem !important;
}

.me-99 {
  margin-right: 24.75rem !important;
}

.my-99 {
  margin-top: 24.75rem !important;
  margin-bottom: 24.75rem !important;
}

.mx-99 {
  margin-right: 24.75rem !important;
  margin-left: 24.75rem !important;
}

.p-99 {
  padding: 24.75rem !important;
}

.pb-99 {
  padding-bottom: 24.75rem !important;
}

.pt-99 {
  padding-top: 24.75rem !important;
}

.ps-99 {
  padding-left: 24.75rem !important;
}

.pe-99 {
  padding-right: 24.75rem !important;
}

.px-99 {
  padding-right: 24.75rem !important;
  padding-left: 24.75rem !important;
}

.py-99 {
  padding-top: 24.75rem !important;
  padding-bottom: 24.75rem !important;
}

.h-99 {
  height: 9900px !important;
}

.fs-99 {
  font-size: 99px !important;
}

.fw-99 {
  font-weight: 9900 !important;
}

.ly-99 {
  line-height: 24.75rem !important;
}

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

.m-100 {
  margin: 25rem !important;
}

.mb-100 {
  margin-bottom: 25rem !important;
}

.mt-100 {
  margin-top: 25rem !important;
}

.ms-100 {
  margin-left: 25rem !important;
}

.me-100 {
  margin-right: 25rem !important;
}

.my-100 {
  margin-top: 25rem !important;
  margin-bottom: 25rem !important;
}

.mx-100 {
  margin-right: 25rem !important;
  margin-left: 25rem !important;
}

.p-100 {
  padding: 25rem !important;
}

.pb-100 {
  padding-bottom: 25rem !important;
}

.pt-100 {
  padding-top: 25rem !important;
}

.ps-100 {
  padding-left: 25rem !important;
}

.pe-100 {
  padding-right: 25rem !important;
}

.px-100 {
  padding-right: 25rem !important;
  padding-left: 25rem !important;
}

.py-100 {
  padding-top: 25rem !important;
  padding-bottom: 25rem !important;
}

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

.fs-100 {
  font-size: 100px !important;
}

.fw-100 {
  font-weight: 10000 !important;
}

.ly-100 {
  line-height: 25rem !important;
}

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

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

.search-icon {
  padding-left: 30px !important;
  background: url("https://design.undp.org/static/media/search-black.4642527c.svg") no-repeat left;
  background-size: 25px;
}

.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted #ee402d;
}

.tooltip .tooltiptext {
  visibility: hidden;
  width: 300px;
  background-color: #ccc;
  color: #000;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  top: -5px;
  right: 110%;
  font-size: 12px !important;
  line-height: 1rem;
}

.tooltip .tooltiptext::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
  visibility: visible;
}

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