﻿/*EXTRA SMALL*/
@media (max-width: 576px) {
  .d-none-xs {
    display: none !important;
  }
}
/*TOUCH*/
@media (max-width: 767px) {
  .no-radius-xs {
    border-radius: 0px !important;
  }
  body .no-borders-xs {
    border: none !important;
  }
  .d-none-mobile {
    display: none !important;
  }
  .my-0-mobile {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .me-1-mobile {
    margin-right: 0.25rem !important;
  }
  .ms-1-mobile {
    margin-left: 0.25rem !important;
  }
  .me-2-mobile {
    margin-right: 0.5rem !important;
  }
  .ms-2-mobile {
    margin-left: 0.5rem !important;
  }
  .mb-0-mobile {
    margin-bottom: 0 !important;
  }
  .mb-2-mobile {
    margin-bottom: 0.5rem !important;
  }
  .w-100-mobile {
    width: 100% !important;
  }
  .me-0-mobile {
    margin-right: 0px !important;
  }
  .pe-0-mobile {
    padding-right: 0px !important;
  }
  .px-3-mobile {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .py-0-mobile {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .px-0-mobile {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-xs-1 {
    order: 1;
  }
  .order-xs-2 {
    order: 2;
  }
  .order-xs-3 {
    order: 3;
  }
  .order-xs-4 {
    order: 4;
  }
  .order-xs-5 {
    order: 5;
  }
  .order-xs-6 {
    order: 6;
  }
  .order-xs-7 {
    order: 7;
  }
  .order-xs-8 {
    order: 8;
  }
  .flex-wrap-mobile {
    flex-wrap: wrap;
  }
  .without-lateral-spacing {
    max-width: unset;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .without-lateral-spacing.inner {
    margin-right: -20px !important;
    margin-left: -20px !important;
    width: calc(100% + 40px) !important;
  }
  [class^=container] .full-width {
    width: calc(100% + 2rem) !important;
    margin-left: -1rem;
  }
  .section {
    padding-right: 0.7rem !important;
    padding-left: 0.7rem !important;
  }
  .rounded-0-touch {
    border-radius: 0 !important;
  }
  [class*=is-rounded].rounded-0-touch {
    border-radius: 0 !important;
  }
  .text-center-touch {
    text-align: center;
  }
  .no-borders-touch {
    border: none !important;
  }
  .fw-normal-touch {
    font-weight: normal !important;
  }
  .w-100-touch {
    width: 100% !important;
  }
  .container-brand-logo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .container-brand-logo .card-brand {
    flex-basis: 30%;
  }
  .banner {
    overflow: hidden !important;
    min-height: 126px !important;
    margin: 3rem auto;
  }
  .banner .wrapper-text {
    margin-right: -57px;
    width: 81%;
  }
  .banner .bannerImg {
    right: -26px;
  }
  #vdp-details {
    border: none !important;
    box-shadow: none !important;
    flex-wrap: wrap;
  }
  #vdp-details > div:not(#vdp-shares-mobile) {
    border-bottom: 1px solid #E5E5E5;
    width: 100%;
  }
  #vdp-details #vdp-shares-desktop {
    display: none !important;
  }
  .full-width-xs {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .full-width-xs.inner {
    width: calc(100% + 2rem);
  }
}
/*BIG TOUCH*/
@media (max-width: 991px) {
  .w-100-big-touch {
    width: 100% !important;
  }
  .text-left-big-touch {
    text-align: left !important;
  }
  .order-xs-0 {
    order: 0;
  }
  .order-touch-1 {
    order: 1;
  }
  .order-touch-2 {
    order: 2;
  }
  .order-touch-3 {
    order: 3;
  }
  .order-touch-4 {
    order: 4;
  }
  .order-touch-5 {
    order: 5;
  }
  .order-touch-6 {
    order: 6;
  }
  .order-touch-7 {
    order: 7;
  }
  .order-touch-8 {
    order: 8;
  }
  .p-big-touch-0 {
    padding: 0;
  }
  .ps-big-touch-4 {
    padding-left: 1.5rem !important;
  }
  #filters {
    bottom: -100%;
    position: fixed !important;
    width: 100%;
    margin-left: -1.3rem;
    max-width: 100%;
    margin-right: -15px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    height: calc(100% - 240px);
    /*z-index: 1050;*/
    z-index: 15000;
    top: inherit;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
  }
  #filters.is-open {
    bottom: 58px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #filters {
    margin-left: -1.23rem;
  }
}
@media (max-width: 991px) {
  #mobile-filters-backdrop {
    opacity: 0.7 !important;
    z-index: 1049;
  }
  .wrapper-offcanvas-bottom {
    z-index: 1051;
  }
}
/*SMALL*/
/*MEDIUM*/
@media (min-width: 768px) and (max-width: 991px) {
  .bannerImg {
    width: min(100%, 292px) !important;
  }
}
/*MEDIUM AND Large*/
/*Large*/
@media (min-width: 992px) and (max-width: 1199px) {
  #brand-home {
    margin-top: 4rem !important;
  }
}
/*Extra large*/
/*Extra extra large*/
/*Larger screens only*/
@media (min-width: 1400px) and (max-width: 1600px) {
  .is-size-6-larger-screen {
    font-size: 22px;
  }
}
/*Not Larger screens*/
@media (max-width: 1600px) {
  .only-larger-screens {
    display: none !important;
  }
}
@media (min-width: 1600px) {
  .col-larger-screens-5 {
    width: 41.66666667%;
  }
  .is-size-2-larger-screen {
    font-size: 44px !important;
  }
  .is-size-5-larger-screen {
    font-size: 24px !important;
  }
  .is-size-6-larger-screen {
    font-size: 22px !important;
  }
  .is-size-7-larger-screen {
    font-size: 18px !important;
  }
}
/*COLORI*/
/*GRANDEZZE FONT*/
/*CONTAINERS*/
/*FIXED HEIGHTS*/
/*LETTER SPACINGS*/
/*ORDERING*/
:root {
  color-scheme: only light;
}

html {
  overflow-x: hidden;
}

.of-hidden {
  overflow: hidden;
}

body {
  /*VARIABILI*/
  --bg: #FFFFFF;
  --bg-secondary: #F8F8F8;
  --text-primary: #0F2C64;
  --text-secondary: #212121;
  --border-primary: #E8E8E8;
  --text-default: #6A6A6A;
  /*DEFINIZIONE STILI BODY*/
  background-color: var(--bg);
  font-family: "Funnel Display", sans-serif;
  --bs-body-font-family: "Funnel Display", sans-serif;
  /*#region TEMPLATE OVERWRITE (NON TOCCARE)*/
  /*#endregion*/
  /*#region ORDERING*/
  /*#endregion*/
  /*#region ASPECT RATIO*/
  /*#endregion*/
  /*#region TESTI*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*#endregion*/
  /*#region CLASSI ROUNDED*/
  /*CLASSI BORDI*/
  /*#endregion*/
  /*#region CLASSI BACKGROUND E COLOR*/
  /*#endregion*/
  /*#region CLASSI CONTENITORE*/
  /*#endregion*/
  /*#region CLASSI ALTEZZE*/
  /*#endregion*/
  /*#region CLASSI LETTER SPACINGS*/
  /*#endregion*/
  /*#region CLASSI GLOBALI*/
  /*#endregion*/
  /*#region CLASSI PREFERITI*/
  /*#endregion*/
  /*#region RESPONSIVE SPACING*/
  /*#endregion*/
  /*#region HORINZONTAL SCROLLERS*/
  /*#endregion*/
  /*#region SPLIDE*/
  /*#endregion*/
  /*#region GLIDE*/
  /*#endregion*/
  /*#region LIGHTGALLERY*/
  /*#endregion*/
  /*#region GAS SLIDER*/
  /*#endregion*/
  /*#region BUTTONS*/
  /*#endregion*/
  /*#region FORMS*/
  /*#endregion*/
  /*#region IUBENDA*/
  /*#endregion*/
  /*#region HEADER*/
  /*#endregion*/
  /*#region RANGE SLIDER (noUI)*/
  /*#endregion*/
  /*#region SELECTS*/
  /*SELECTS*/
  /*#endregion*/
  /*#region DROPDOWNS*/
  /*#endregion*/
  /*#region ACCORDION*/
  /*#endregion*/
  /*#region MODALS*/
  /*#endregion*/
  /*#region ADVANCED SEARCH*/
  /*#endregion*/
  /*#region Work with us*/
  /*#endregion*/
  /*#region Footer*/
  /*#endregion*/
  /*#region BREADCRUMBS*/
  /*#endregion*/
  /*#region LOADER*/
  /*#endregion*/
  /*#region QUOTATION*/
  /*#endregion*/
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--text-primary);
  font-size: 22px;
}
body p,
body span,
body label,
body a,
body li {
  color: var(--text-secondary) !important;
  text-decoration: none;
  font-size: 18px;
}
body p > a,
body label > a,
body span > a {
  color: inherit !important;
  font-size: inherit;
}
body a:not(.no-hover):hover, body a:not(.no-hover):focus, body a:not(.no-hover):active {
  text-decoration: underline !important;
}
body .hover-blue:hover, body .hover-blue:focus, body .hover-blue:active {
  text-decoration: none !important;
  color: #5CE1E6 !important;
}
body .grecaptcha-badge {
  display: none !important;
}
body .has-shadow {
  position: relative;
}
body .has-shadow::before {
  content: "";
  background: linear-gradient(360deg, rgb(15, 44, 100) 0%, rgba(15, 44, 100, 0) 100%);
  top: -99px;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100px;
}
@media (max-width: 767px) {
  body .has-shadow::before {
    height: 80px;
    top: -79px;
  }
}
body .has-shadow::before.for-cards {
  content: "";
  background: linear-gradient(360deg, rgb(15, 44, 100) 0%, rgba(15, 44, 100, 0) 100%);
  top: -49px;
  left: 0;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 50px;
}
@media (min-width: 768px) {
  body .category-card .category-img-container {
    border-radius: 26px !important;
  }
}
@media (min-width: 1200px) {
  body .category-card .category-text-container {
    flex-direction: column;
    align-items: center !important;
    gap: 8px;
  }
}
body .descr-cars {
  color: white !important;
}
body .list-group-flush {
  list-style: none;
  margin: 0;
  padding: 0;
}
body .cardCarNew {
  position: relative;
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  cursor: pointer;
  box-shadow: none;
  border-radius: 1rem;
  transition: box-shadow 0.3s ease-in-out;
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1019607843);
}
body #lightgallery-triggers .vdp-slider .aspect-ratio-16-9 {
  aspect-ratio: unset !important;
  position: relative;
  height: 0;
  padding-bottom: 59.55% !important;
}
body #lightgallery-triggers .vdp-slider .aspect-ratio-16-9 img, body #lightgallery-triggers .vdp-slider .aspect-ratio-16-9 iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 992px) {
  body #thumbnails > div:first-child {
    margin-top: 0px !important;
  }
  body #thumbnails > div {
    width: calc(100% - 2px);
    margin: 2px;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
body .bg-blue-gradient {
  background: transparent linear-gradient(90deg, #0B0F1D 0%, #101B41 100%) 0% 0% no-repeat padding-box;
}
body .home-page-banner {
  height: 100vh !important;
}
@media (min-width: 1540px) {
  body .home-page-banner {
    height: 120vh !important;
  }
}
body .bg-image {
  background-image: url("/images/autostema-sede.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  body .bg-image-mobile {
    background-image: url("/images/autostema-sede-mobile.jpg");
    background-size: cover;
    background-position: 2% center;
    background-repeat: no-repeat;
  }
}
body .gas-floating-btns {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
@media (max-width: 991px) {
  body .gas-floating-btns {
    right: 20px;
    bottom: 20px;
  }
}
body .cars-counter {
  color: inherit !important;
  font-size: inherit;
}
body .form-check-input[type=radio],
body .form-check-input[type=checkbox] {
  border-radius: 0.25em;
  height: 20px;
  width: 20px;
  min-width: 20px;
}
body .form-check-input[type=radio]:checked,
body .form-check-input[type=checkbox]:checked {
  background-image: url("/images/bs5-check.svg");
}
body .accordion-button::after {
  /*background-image: url('/images/icon-chevron-down-black.svg') !important;*/
  background-image: url("/images/icon-chevron-down.svg") !important;
  width: 26px;
  height: 26px;
  background-size: 26px;
}
body .accordion-button:focus {
  border-bottom-color: #E8E8E8;
}
body .accordion-button {
  border-bottom-color: #E8E8E8;
}
body .accordion-button.collapsed {
  background-color: #FFFFFF !important;
}
body .accordion-button:not(.collapsed) {
  background-color: #FFFFFF !important;
}
body .offcanvas {
  z-index: 150001;
}
body .offcanvas .offcanvas-header {
  align-items: flex-start;
}
@media (max-width: 991px) {
  body .offcanvas.show {
    height: 100% !important;
  }
}
body #search-container .accordion .accordion-button {
  background-color: grey !important;
}
body #search-container .accordion .accordion-collapse {
  background-color: grey !important;
}
body #search-container .accordion-button::after {
  margin-left: 15px;
}
body .nav-icon > * {
  padding: unset;
}
body .link-dark:after {
  display: none !important;
}
body .left-menu {
  position: relative;
  right: unset !important;
}
body .copy-link {
  margin: unset !important;
}
body .sub-menu i {
  transition: all 0.3s;
}
body .sub-menu.is-open i {
  transform: rotate(-180deg);
}
body #sidebar-menu ul li a {
  padding-left: 0;
  padding-right: 0;
  border-left: none;
}
body #sidebar-menu .sub-menu ul li:first-child {
  padding-top: 10px;
}
body #sidebar-menu .sub-menu ul li:last-child {
  padding-bottom: 15px;
}
body .formCover {
  width: unset !important;
}
@media (max-width: 991px) {
  body .formCover {
    margin-top: -9rem;
  }
}
body #brand-home {
  margin: 8rem 0;
}
body .container-brand-logo {
  display: flex;
}
body .banner {
  min-height: 240px;
}
body .divider-gray {
  border-top: 1px solid #aaaaaa;
  margin: 0 1rem !important;
}
body .details-car {
  margin-bottom: 0;
}
body .car-info-icon-container {
  position: relative;
  width: 20px;
  min-width: 20px;
  height: 20px;
}
body .car-info-icon-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 100%;
}
body .iconUp {
  right: 12px;
  top: 13px;
}
body .wrapper-description-slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px 35px;
}
@media (max-width: 767px) {
  body .wrapper-description-slide {
    padding: 25px 20px;
  }
}
body .wrapper-description-slide:hover {
  text-decoration: none !important;
}
body .wrapper-description-slide p {
  letter-spacing: unset !important;
}
body .wrapper-secondNavbar {
  z-index: 10;
}
body .bannerSolare {
  min-height: 440px;
}
@media (max-width: 991px) {
  body .bannerSolare {
    min-height: 360px;
  }
}
body .w-65 {
  width: 65%;
}
body .review-card {
  height: calc(100% - 3rem);
}
body .card-brand {
  min-height: unset !important;
}
body .card-brand img {
  margin-bottom: 0;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .card-brand img {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .card-brand img {
    margin-bottom: 1rem;
  }
}
@media (min-width: 1400px) {
  body .card-brand img {
    margin-bottom: 1rem;
  }
}
body .input-cover {
  top: 34%;
}
@media (max-width: 991px) {
  body #section-contact {
    margin-top: 0px !important;
  }
}
body .search-hr {
  width: 100%;
  margin-top: 25px;
  margin-bottom: 25px;
  height: 1px;
  background-color: grey-borders;
}
body .fixed-sort {
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 10;
}
body .mobile-filters-btns {
  position: fixed;
  bottom: 0px;
  width: 100%;
  /*z-index: 1051;*/
  z-index: 15001;
}
@media (max-width: 991px) {
  body .mobile-filters-btns {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
body .wrapper-breadcrumb-icon > * {
  padding: 0 0.2rem;
}
body .content-btnCard {
  position: absolute;
  top: 1.3rem;
  z-index: 1;
}
body .bannerRequest-element--dettaglio:hover .request-text--dettaglio p {
  color: #fff !important;
}
body .bannerRequest-element--dettaglio:hover,
body .bannerRequest-element--dettaglio:active,
body .bannerRequest-element--dettaglio:focus {
  text-decoration: none !important;
}
body .fixed-sidebar {
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  position: sticky;
  padding-top: 5px;
  padding-bottom: 5px;
  color: #fff;
  top: 8rem;
  bottom: auto;
  height: 100vh;
  top: 20px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .fixed-sidebar {
    height: auto;
    margin-bottom: 70px;
  }
}
@media (max-width: 767px) {
  body .fixed-sidebar {
    height: unset !important;
  }
}
@media (max-width: 991px) {
  body .card-listino {
    border-bottom: none !important;
  }
}
body .cant-find-car-banner {
  margin-top: 50px;
}
body .cant-find-car-banner > img {
  margin-top: -107px;
}
body .cant-find-car-banner .form-select {
  cursor: pointer;
}
body .cant-find-car-banner .form-select[disabled] {
  opacity: 0.6;
}
body .cant-find-car-banner .field-validation-error span {
  color: white !important;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .cant-find-car-banner > img {
    max-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .cant-find-car-banner > img {
    max-width: 232px;
  }
}
@media (max-width: 991px) {
  body .cant-find-car-banner {
    margin-top: 0px;
  }
  body .cant-find-car-banner > img {
    margin-top: 0;
    max-width: 260px;
  }
}
body .arval-img {
  width: unset !important;
  height: 112px;
  margin-bottom: -16px !important;
  transform: translateY(-13px);
}
@media (max-width: 767px) {
  body .vdp-images[class*=is-rounded] {
    border-radius: 0px !important;
  }
}
body .vdp-images.sold a {
  opacity: 0.5;
}
body .form-check-input:disabled ~ .form-check-label, body .form-check-input[disabled] ~ .form-check-label {
  opacity: 0.3;
}
body .form-check-input:disabled {
  opacity: 0.3;
}
body #breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  body #breadcrumbs {
    overflow-x: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #breadcrumbs {
    overflow-x: auto;
  }
}
body .is-order-1 {
  order: 1;
}
@media (max-width: 767px) {
  body .is-order-1-xs {
    order: 1;
  }
}
@media (max-width: 991px) {
  body .is-order-1-touch {
    order: 1;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-1-md {
    order: 1;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-1-lg {
    order: 1;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-1-xl {
    max-height: 1px;
  }
}
body .is-order-2 {
  order: 2;
}
@media (max-width: 767px) {
  body .is-order-2-xs {
    order: 2;
  }
}
@media (max-width: 991px) {
  body .is-order-2-touch {
    order: 2;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-2-md {
    order: 2;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-2-lg {
    order: 2;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-2-xl {
    max-height: 2px;
  }
}
body .is-order-3 {
  order: 3;
}
@media (max-width: 767px) {
  body .is-order-3-xs {
    order: 3;
  }
}
@media (max-width: 991px) {
  body .is-order-3-touch {
    order: 3;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-3-md {
    order: 3;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-3-lg {
    order: 3;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-3-xl {
    max-height: 3px;
  }
}
body .is-order-4 {
  order: 4;
}
@media (max-width: 767px) {
  body .is-order-4-xs {
    order: 4;
  }
}
@media (max-width: 991px) {
  body .is-order-4-touch {
    order: 4;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-4-md {
    order: 4;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-4-lg {
    order: 4;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-4-xl {
    max-height: 4px;
  }
}
body .is-order-5 {
  order: 5;
}
@media (max-width: 767px) {
  body .is-order-5-xs {
    order: 5;
  }
}
@media (max-width: 991px) {
  body .is-order-5-touch {
    order: 5;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-5-md {
    order: 5;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-5-lg {
    order: 5;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-5-xl {
    max-height: 5px;
  }
}
body .is-order-6 {
  order: 6;
}
@media (max-width: 767px) {
  body .is-order-6-xs {
    order: 6;
  }
}
@media (max-width: 991px) {
  body .is-order-6-touch {
    order: 6;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-6-md {
    order: 6;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-6-lg {
    order: 6;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-6-xl {
    max-height: 6px;
  }
}
body .is-order-7 {
  order: 7;
}
@media (max-width: 767px) {
  body .is-order-7-xs {
    order: 7;
  }
}
@media (max-width: 991px) {
  body .is-order-7-touch {
    order: 7;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-7-md {
    order: 7;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-7-lg {
    order: 7;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-7-xl {
    max-height: 7px;
  }
}
body .is-order-8 {
  order: 8;
}
@media (max-width: 767px) {
  body .is-order-8-xs {
    order: 8;
  }
}
@media (max-width: 991px) {
  body .is-order-8-touch {
    order: 8;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-8-md {
    order: 8;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-8-lg {
    order: 8;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-8-xl {
    max-height: 8px;
  }
}
body .is-order-9 {
  order: 9;
}
@media (max-width: 767px) {
  body .is-order-9-xs {
    order: 9;
  }
}
@media (max-width: 991px) {
  body .is-order-9-touch {
    order: 9;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-9-md {
    order: 9;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-9-lg {
    order: 9;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-9-xl {
    max-height: 9px;
  }
}
body .is-order-10 {
  order: 10;
}
@media (max-width: 767px) {
  body .is-order-10-xs {
    order: 10;
  }
}
@media (max-width: 991px) {
  body .is-order-10-touch {
    order: 10;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-order-10-md {
    order: 10;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-order-10-lg {
    order: 10;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-order-10-xl {
    max-height: 10px;
  }
}
body .aspect-ratio-1-1 {
  aspect-ratio: 1/1;
  position: relative;
}
body .aspect-ratio-1-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-1 img, body .aspect-ratio-1-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-1-xs {
    aspect-ratio: 1/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-1-md {
    aspect-ratio: 1/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-1-lg {
    aspect-ratio: 1/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-1-xl {
    aspect-ratio: 1/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-1-xxl {
    aspect-ratio: 1/1 !important;
  }
}
body .aspect-ratio-1-2 {
  aspect-ratio: 1/2;
  position: relative;
}
body .aspect-ratio-1-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-2 img, body .aspect-ratio-1-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-2-xs {
    aspect-ratio: 1/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-2-md {
    aspect-ratio: 1/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-2-lg {
    aspect-ratio: 1/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-2-xl {
    aspect-ratio: 1/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-2-xxl {
    aspect-ratio: 1/2 !important;
  }
}
body .aspect-ratio-1-3 {
  aspect-ratio: 1/3;
  position: relative;
}
body .aspect-ratio-1-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-3 img, body .aspect-ratio-1-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-3-xs {
    aspect-ratio: 1/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-3-md {
    aspect-ratio: 1/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-3-lg {
    aspect-ratio: 1/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-3-xl {
    aspect-ratio: 1/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-3-xxl {
    aspect-ratio: 1/3 !important;
  }
}
body .aspect-ratio-1-4 {
  aspect-ratio: 1/4;
  position: relative;
}
body .aspect-ratio-1-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-4 img, body .aspect-ratio-1-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-4-xs {
    aspect-ratio: 1/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-4-md {
    aspect-ratio: 1/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-4-lg {
    aspect-ratio: 1/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-4-xl {
    aspect-ratio: 1/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-4-xxl {
    aspect-ratio: 1/4 !important;
  }
}
body .aspect-ratio-1-5 {
  aspect-ratio: 1/5;
  position: relative;
}
body .aspect-ratio-1-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-5 img, body .aspect-ratio-1-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-5-xs {
    aspect-ratio: 1/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-5-md {
    aspect-ratio: 1/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-5-lg {
    aspect-ratio: 1/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-5-xl {
    aspect-ratio: 1/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-5-xxl {
    aspect-ratio: 1/5 !important;
  }
}
body .aspect-ratio-1-6 {
  aspect-ratio: 1/6;
  position: relative;
}
body .aspect-ratio-1-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-6 img, body .aspect-ratio-1-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-6-xs {
    aspect-ratio: 1/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-6-md {
    aspect-ratio: 1/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-6-lg {
    aspect-ratio: 1/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-6-xl {
    aspect-ratio: 1/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-6-xxl {
    aspect-ratio: 1/6 !important;
  }
}
body .aspect-ratio-1-7 {
  aspect-ratio: 1/7;
  position: relative;
}
body .aspect-ratio-1-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-7 img, body .aspect-ratio-1-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-7-xs {
    aspect-ratio: 1/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-7-md {
    aspect-ratio: 1/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-7-lg {
    aspect-ratio: 1/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-7-xl {
    aspect-ratio: 1/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-7-xxl {
    aspect-ratio: 1/7 !important;
  }
}
body .aspect-ratio-1-8 {
  aspect-ratio: 1/8;
  position: relative;
}
body .aspect-ratio-1-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-8 img, body .aspect-ratio-1-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-8-xs {
    aspect-ratio: 1/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-8-md {
    aspect-ratio: 1/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-8-lg {
    aspect-ratio: 1/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-8-xl {
    aspect-ratio: 1/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-8-xxl {
    aspect-ratio: 1/8 !important;
  }
}
body .aspect-ratio-1-9 {
  aspect-ratio: 1/9;
  position: relative;
}
body .aspect-ratio-1-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-9 img, body .aspect-ratio-1-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-9-xs {
    aspect-ratio: 1/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-9-md {
    aspect-ratio: 1/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-9-lg {
    aspect-ratio: 1/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-9-xl {
    aspect-ratio: 1/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-9-xxl {
    aspect-ratio: 1/9 !important;
  }
}
body .aspect-ratio-1-10 {
  aspect-ratio: 1/10;
  position: relative;
}
body .aspect-ratio-1-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-10 img, body .aspect-ratio-1-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-10-xs {
    aspect-ratio: 1/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-10-md {
    aspect-ratio: 1/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-10-lg {
    aspect-ratio: 1/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-10-xl {
    aspect-ratio: 1/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-10-xxl {
    aspect-ratio: 1/10 !important;
  }
}
body .aspect-ratio-1-11 {
  aspect-ratio: 1/11;
  position: relative;
}
body .aspect-ratio-1-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-11 img, body .aspect-ratio-1-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-11-xs {
    aspect-ratio: 1/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-11-md {
    aspect-ratio: 1/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-11-lg {
    aspect-ratio: 1/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-11-xl {
    aspect-ratio: 1/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-11-xxl {
    aspect-ratio: 1/11 !important;
  }
}
body .aspect-ratio-1-12 {
  aspect-ratio: 1/12;
  position: relative;
}
body .aspect-ratio-1-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-12 img, body .aspect-ratio-1-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-12-xs {
    aspect-ratio: 1/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-12-md {
    aspect-ratio: 1/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-12-lg {
    aspect-ratio: 1/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-12-xl {
    aspect-ratio: 1/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-12-xxl {
    aspect-ratio: 1/12 !important;
  }
}
body .aspect-ratio-1-13 {
  aspect-ratio: 1/13;
  position: relative;
}
body .aspect-ratio-1-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-13 img, body .aspect-ratio-1-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-13-xs {
    aspect-ratio: 1/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-13-md {
    aspect-ratio: 1/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-13-lg {
    aspect-ratio: 1/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-13-xl {
    aspect-ratio: 1/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-13-xxl {
    aspect-ratio: 1/13 !important;
  }
}
body .aspect-ratio-1-14 {
  aspect-ratio: 1/14;
  position: relative;
}
body .aspect-ratio-1-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-14 img, body .aspect-ratio-1-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-14-xs {
    aspect-ratio: 1/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-14-md {
    aspect-ratio: 1/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-14-lg {
    aspect-ratio: 1/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-14-xl {
    aspect-ratio: 1/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-14-xxl {
    aspect-ratio: 1/14 !important;
  }
}
body .aspect-ratio-1-15 {
  aspect-ratio: 1/15;
  position: relative;
}
body .aspect-ratio-1-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-15 img, body .aspect-ratio-1-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-15-xs {
    aspect-ratio: 1/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-15-md {
    aspect-ratio: 1/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-15-lg {
    aspect-ratio: 1/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-15-xl {
    aspect-ratio: 1/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-15-xxl {
    aspect-ratio: 1/15 !important;
  }
}
body .aspect-ratio-1-16 {
  aspect-ratio: 1/16;
  position: relative;
}
body .aspect-ratio-1-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-16 img, body .aspect-ratio-1-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-16-xs {
    aspect-ratio: 1/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-16-md {
    aspect-ratio: 1/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-16-lg {
    aspect-ratio: 1/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-16-xl {
    aspect-ratio: 1/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-16-xxl {
    aspect-ratio: 1/16 !important;
  }
}
body .aspect-ratio-1-17 {
  aspect-ratio: 1/17;
  position: relative;
}
body .aspect-ratio-1-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-17 img, body .aspect-ratio-1-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-17-xs {
    aspect-ratio: 1/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-17-md {
    aspect-ratio: 1/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-17-lg {
    aspect-ratio: 1/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-17-xl {
    aspect-ratio: 1/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-17-xxl {
    aspect-ratio: 1/17 !important;
  }
}
body .aspect-ratio-1-18 {
  aspect-ratio: 1/18;
  position: relative;
}
body .aspect-ratio-1-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-18 img, body .aspect-ratio-1-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-18-xs {
    aspect-ratio: 1/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-18-md {
    aspect-ratio: 1/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-18-lg {
    aspect-ratio: 1/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-18-xl {
    aspect-ratio: 1/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-18-xxl {
    aspect-ratio: 1/18 !important;
  }
}
body .aspect-ratio-1-19 {
  aspect-ratio: 1/19;
  position: relative;
}
body .aspect-ratio-1-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-19 img, body .aspect-ratio-1-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-19-xs {
    aspect-ratio: 1/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-19-md {
    aspect-ratio: 1/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-19-lg {
    aspect-ratio: 1/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-19-xl {
    aspect-ratio: 1/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-19-xxl {
    aspect-ratio: 1/19 !important;
  }
}
body .aspect-ratio-1-20 {
  aspect-ratio: 1/20;
  position: relative;
}
body .aspect-ratio-1-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-20 img, body .aspect-ratio-1-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-20-xs {
    aspect-ratio: 1/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-20-md {
    aspect-ratio: 1/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-20-lg {
    aspect-ratio: 1/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-20-xl {
    aspect-ratio: 1/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-20-xxl {
    aspect-ratio: 1/20 !important;
  }
}
body .aspect-ratio-1-21 {
  aspect-ratio: 1/21;
  position: relative;
}
body .aspect-ratio-1-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-1-21 img, body .aspect-ratio-1-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-1-21-xs {
    aspect-ratio: 1/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-1-21-md {
    aspect-ratio: 1/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-1-21-lg {
    aspect-ratio: 1/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-1-21-xl {
    aspect-ratio: 1/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-1-21-xxl {
    aspect-ratio: 1/21 !important;
  }
}
body .aspect-ratio-2-1 {
  aspect-ratio: 2/1;
  position: relative;
}
body .aspect-ratio-2-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-1 img, body .aspect-ratio-2-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-1-xs {
    aspect-ratio: 2/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-1-md {
    aspect-ratio: 2/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-1-lg {
    aspect-ratio: 2/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-1-xl {
    aspect-ratio: 2/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-1-xxl {
    aspect-ratio: 2/1 !important;
  }
}
body .aspect-ratio-2-2 {
  aspect-ratio: 2/2;
  position: relative;
}
body .aspect-ratio-2-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-2 img, body .aspect-ratio-2-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-2-xs {
    aspect-ratio: 2/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-2-md {
    aspect-ratio: 2/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-2-lg {
    aspect-ratio: 2/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-2-xl {
    aspect-ratio: 2/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-2-xxl {
    aspect-ratio: 2/2 !important;
  }
}
body .aspect-ratio-2-3 {
  aspect-ratio: 2/3;
  position: relative;
}
body .aspect-ratio-2-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-3 img, body .aspect-ratio-2-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-3-xs {
    aspect-ratio: 2/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-3-md {
    aspect-ratio: 2/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-3-lg {
    aspect-ratio: 2/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-3-xl {
    aspect-ratio: 2/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-3-xxl {
    aspect-ratio: 2/3 !important;
  }
}
body .aspect-ratio-2-4 {
  aspect-ratio: 2/4;
  position: relative;
}
body .aspect-ratio-2-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-4 img, body .aspect-ratio-2-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-4-xs {
    aspect-ratio: 2/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-4-md {
    aspect-ratio: 2/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-4-lg {
    aspect-ratio: 2/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-4-xl {
    aspect-ratio: 2/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-4-xxl {
    aspect-ratio: 2/4 !important;
  }
}
body .aspect-ratio-2-5 {
  aspect-ratio: 2/5;
  position: relative;
}
body .aspect-ratio-2-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-5 img, body .aspect-ratio-2-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-5-xs {
    aspect-ratio: 2/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-5-md {
    aspect-ratio: 2/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-5-lg {
    aspect-ratio: 2/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-5-xl {
    aspect-ratio: 2/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-5-xxl {
    aspect-ratio: 2/5 !important;
  }
}
body .aspect-ratio-2-6 {
  aspect-ratio: 2/6;
  position: relative;
}
body .aspect-ratio-2-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-6 img, body .aspect-ratio-2-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-6-xs {
    aspect-ratio: 2/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-6-md {
    aspect-ratio: 2/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-6-lg {
    aspect-ratio: 2/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-6-xl {
    aspect-ratio: 2/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-6-xxl {
    aspect-ratio: 2/6 !important;
  }
}
body .aspect-ratio-2-7 {
  aspect-ratio: 2/7;
  position: relative;
}
body .aspect-ratio-2-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-7 img, body .aspect-ratio-2-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-7-xs {
    aspect-ratio: 2/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-7-md {
    aspect-ratio: 2/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-7-lg {
    aspect-ratio: 2/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-7-xl {
    aspect-ratio: 2/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-7-xxl {
    aspect-ratio: 2/7 !important;
  }
}
body .aspect-ratio-2-8 {
  aspect-ratio: 2/8;
  position: relative;
}
body .aspect-ratio-2-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-8 img, body .aspect-ratio-2-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-8-xs {
    aspect-ratio: 2/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-8-md {
    aspect-ratio: 2/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-8-lg {
    aspect-ratio: 2/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-8-xl {
    aspect-ratio: 2/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-8-xxl {
    aspect-ratio: 2/8 !important;
  }
}
body .aspect-ratio-2-9 {
  aspect-ratio: 2/9;
  position: relative;
}
body .aspect-ratio-2-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-9 img, body .aspect-ratio-2-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-9-xs {
    aspect-ratio: 2/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-9-md {
    aspect-ratio: 2/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-9-lg {
    aspect-ratio: 2/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-9-xl {
    aspect-ratio: 2/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-9-xxl {
    aspect-ratio: 2/9 !important;
  }
}
body .aspect-ratio-2-10 {
  aspect-ratio: 2/10;
  position: relative;
}
body .aspect-ratio-2-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-10 img, body .aspect-ratio-2-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-10-xs {
    aspect-ratio: 2/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-10-md {
    aspect-ratio: 2/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-10-lg {
    aspect-ratio: 2/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-10-xl {
    aspect-ratio: 2/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-10-xxl {
    aspect-ratio: 2/10 !important;
  }
}
body .aspect-ratio-2-11 {
  aspect-ratio: 2/11;
  position: relative;
}
body .aspect-ratio-2-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-11 img, body .aspect-ratio-2-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-11-xs {
    aspect-ratio: 2/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-11-md {
    aspect-ratio: 2/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-11-lg {
    aspect-ratio: 2/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-11-xl {
    aspect-ratio: 2/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-11-xxl {
    aspect-ratio: 2/11 !important;
  }
}
body .aspect-ratio-2-12 {
  aspect-ratio: 2/12;
  position: relative;
}
body .aspect-ratio-2-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-12 img, body .aspect-ratio-2-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-12-xs {
    aspect-ratio: 2/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-12-md {
    aspect-ratio: 2/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-12-lg {
    aspect-ratio: 2/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-12-xl {
    aspect-ratio: 2/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-12-xxl {
    aspect-ratio: 2/12 !important;
  }
}
body .aspect-ratio-2-13 {
  aspect-ratio: 2/13;
  position: relative;
}
body .aspect-ratio-2-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-13 img, body .aspect-ratio-2-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-13-xs {
    aspect-ratio: 2/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-13-md {
    aspect-ratio: 2/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-13-lg {
    aspect-ratio: 2/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-13-xl {
    aspect-ratio: 2/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-13-xxl {
    aspect-ratio: 2/13 !important;
  }
}
body .aspect-ratio-2-14 {
  aspect-ratio: 2/14;
  position: relative;
}
body .aspect-ratio-2-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-14 img, body .aspect-ratio-2-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-14-xs {
    aspect-ratio: 2/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-14-md {
    aspect-ratio: 2/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-14-lg {
    aspect-ratio: 2/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-14-xl {
    aspect-ratio: 2/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-14-xxl {
    aspect-ratio: 2/14 !important;
  }
}
body .aspect-ratio-2-15 {
  aspect-ratio: 2/15;
  position: relative;
}
body .aspect-ratio-2-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-15 img, body .aspect-ratio-2-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-15-xs {
    aspect-ratio: 2/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-15-md {
    aspect-ratio: 2/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-15-lg {
    aspect-ratio: 2/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-15-xl {
    aspect-ratio: 2/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-15-xxl {
    aspect-ratio: 2/15 !important;
  }
}
body .aspect-ratio-2-16 {
  aspect-ratio: 2/16;
  position: relative;
}
body .aspect-ratio-2-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-16 img, body .aspect-ratio-2-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-16-xs {
    aspect-ratio: 2/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-16-md {
    aspect-ratio: 2/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-16-lg {
    aspect-ratio: 2/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-16-xl {
    aspect-ratio: 2/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-16-xxl {
    aspect-ratio: 2/16 !important;
  }
}
body .aspect-ratio-2-17 {
  aspect-ratio: 2/17;
  position: relative;
}
body .aspect-ratio-2-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-17 img, body .aspect-ratio-2-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-17-xs {
    aspect-ratio: 2/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-17-md {
    aspect-ratio: 2/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-17-lg {
    aspect-ratio: 2/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-17-xl {
    aspect-ratio: 2/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-17-xxl {
    aspect-ratio: 2/17 !important;
  }
}
body .aspect-ratio-2-18 {
  aspect-ratio: 2/18;
  position: relative;
}
body .aspect-ratio-2-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-18 img, body .aspect-ratio-2-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-18-xs {
    aspect-ratio: 2/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-18-md {
    aspect-ratio: 2/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-18-lg {
    aspect-ratio: 2/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-18-xl {
    aspect-ratio: 2/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-18-xxl {
    aspect-ratio: 2/18 !important;
  }
}
body .aspect-ratio-2-19 {
  aspect-ratio: 2/19;
  position: relative;
}
body .aspect-ratio-2-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-19 img, body .aspect-ratio-2-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-19-xs {
    aspect-ratio: 2/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-19-md {
    aspect-ratio: 2/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-19-lg {
    aspect-ratio: 2/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-19-xl {
    aspect-ratio: 2/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-19-xxl {
    aspect-ratio: 2/19 !important;
  }
}
body .aspect-ratio-2-20 {
  aspect-ratio: 2/20;
  position: relative;
}
body .aspect-ratio-2-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-20 img, body .aspect-ratio-2-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-20-xs {
    aspect-ratio: 2/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-20-md {
    aspect-ratio: 2/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-20-lg {
    aspect-ratio: 2/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-20-xl {
    aspect-ratio: 2/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-20-xxl {
    aspect-ratio: 2/20 !important;
  }
}
body .aspect-ratio-2-21 {
  aspect-ratio: 2/21;
  position: relative;
}
body .aspect-ratio-2-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-2-21 img, body .aspect-ratio-2-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-2-21-xs {
    aspect-ratio: 2/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-2-21-md {
    aspect-ratio: 2/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-2-21-lg {
    aspect-ratio: 2/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-2-21-xl {
    aspect-ratio: 2/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-2-21-xxl {
    aspect-ratio: 2/21 !important;
  }
}
body .aspect-ratio-3-1 {
  aspect-ratio: 3/1;
  position: relative;
}
body .aspect-ratio-3-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-1 img, body .aspect-ratio-3-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-1-xs {
    aspect-ratio: 3/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-1-md {
    aspect-ratio: 3/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-1-lg {
    aspect-ratio: 3/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-1-xl {
    aspect-ratio: 3/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-1-xxl {
    aspect-ratio: 3/1 !important;
  }
}
body .aspect-ratio-3-2 {
  aspect-ratio: 3/2;
  position: relative;
}
body .aspect-ratio-3-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-2 img, body .aspect-ratio-3-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-2-xs {
    aspect-ratio: 3/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-2-md {
    aspect-ratio: 3/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-2-lg {
    aspect-ratio: 3/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-2-xl {
    aspect-ratio: 3/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-2-xxl {
    aspect-ratio: 3/2 !important;
  }
}
body .aspect-ratio-3-3 {
  aspect-ratio: 3/3;
  position: relative;
}
body .aspect-ratio-3-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-3 img, body .aspect-ratio-3-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-3-xs {
    aspect-ratio: 3/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-3-md {
    aspect-ratio: 3/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-3-lg {
    aspect-ratio: 3/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-3-xl {
    aspect-ratio: 3/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-3-xxl {
    aspect-ratio: 3/3 !important;
  }
}
body .aspect-ratio-3-4 {
  aspect-ratio: 3/4;
  position: relative;
}
body .aspect-ratio-3-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-4 img, body .aspect-ratio-3-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-4-xs {
    aspect-ratio: 3/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-4-md {
    aspect-ratio: 3/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-4-lg {
    aspect-ratio: 3/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-4-xl {
    aspect-ratio: 3/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-4-xxl {
    aspect-ratio: 3/4 !important;
  }
}
body .aspect-ratio-3-5 {
  aspect-ratio: 3/5;
  position: relative;
}
body .aspect-ratio-3-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-5 img, body .aspect-ratio-3-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-5-xs {
    aspect-ratio: 3/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-5-md {
    aspect-ratio: 3/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-5-lg {
    aspect-ratio: 3/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-5-xl {
    aspect-ratio: 3/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-5-xxl {
    aspect-ratio: 3/5 !important;
  }
}
body .aspect-ratio-3-6 {
  aspect-ratio: 3/6;
  position: relative;
}
body .aspect-ratio-3-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-6 img, body .aspect-ratio-3-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-6-xs {
    aspect-ratio: 3/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-6-md {
    aspect-ratio: 3/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-6-lg {
    aspect-ratio: 3/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-6-xl {
    aspect-ratio: 3/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-6-xxl {
    aspect-ratio: 3/6 !important;
  }
}
body .aspect-ratio-3-7 {
  aspect-ratio: 3/7;
  position: relative;
}
body .aspect-ratio-3-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-7 img, body .aspect-ratio-3-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-7-xs {
    aspect-ratio: 3/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-7-md {
    aspect-ratio: 3/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-7-lg {
    aspect-ratio: 3/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-7-xl {
    aspect-ratio: 3/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-7-xxl {
    aspect-ratio: 3/7 !important;
  }
}
body .aspect-ratio-3-8 {
  aspect-ratio: 3/8;
  position: relative;
}
body .aspect-ratio-3-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-8 img, body .aspect-ratio-3-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-8-xs {
    aspect-ratio: 3/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-8-md {
    aspect-ratio: 3/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-8-lg {
    aspect-ratio: 3/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-8-xl {
    aspect-ratio: 3/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-8-xxl {
    aspect-ratio: 3/8 !important;
  }
}
body .aspect-ratio-3-9 {
  aspect-ratio: 3/9;
  position: relative;
}
body .aspect-ratio-3-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-9 img, body .aspect-ratio-3-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-9-xs {
    aspect-ratio: 3/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-9-md {
    aspect-ratio: 3/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-9-lg {
    aspect-ratio: 3/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-9-xl {
    aspect-ratio: 3/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-9-xxl {
    aspect-ratio: 3/9 !important;
  }
}
body .aspect-ratio-3-10 {
  aspect-ratio: 3/10;
  position: relative;
}
body .aspect-ratio-3-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-10 img, body .aspect-ratio-3-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-10-xs {
    aspect-ratio: 3/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-10-md {
    aspect-ratio: 3/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-10-lg {
    aspect-ratio: 3/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-10-xl {
    aspect-ratio: 3/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-10-xxl {
    aspect-ratio: 3/10 !important;
  }
}
body .aspect-ratio-3-11 {
  aspect-ratio: 3/11;
  position: relative;
}
body .aspect-ratio-3-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-11 img, body .aspect-ratio-3-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-11-xs {
    aspect-ratio: 3/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-11-md {
    aspect-ratio: 3/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-11-lg {
    aspect-ratio: 3/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-11-xl {
    aspect-ratio: 3/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-11-xxl {
    aspect-ratio: 3/11 !important;
  }
}
body .aspect-ratio-3-12 {
  aspect-ratio: 3/12;
  position: relative;
}
body .aspect-ratio-3-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-12 img, body .aspect-ratio-3-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-12-xs {
    aspect-ratio: 3/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-12-md {
    aspect-ratio: 3/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-12-lg {
    aspect-ratio: 3/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-12-xl {
    aspect-ratio: 3/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-12-xxl {
    aspect-ratio: 3/12 !important;
  }
}
body .aspect-ratio-3-13 {
  aspect-ratio: 3/13;
  position: relative;
}
body .aspect-ratio-3-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-13 img, body .aspect-ratio-3-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-13-xs {
    aspect-ratio: 3/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-13-md {
    aspect-ratio: 3/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-13-lg {
    aspect-ratio: 3/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-13-xl {
    aspect-ratio: 3/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-13-xxl {
    aspect-ratio: 3/13 !important;
  }
}
body .aspect-ratio-3-14 {
  aspect-ratio: 3/14;
  position: relative;
}
body .aspect-ratio-3-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-14 img, body .aspect-ratio-3-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-14-xs {
    aspect-ratio: 3/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-14-md {
    aspect-ratio: 3/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-14-lg {
    aspect-ratio: 3/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-14-xl {
    aspect-ratio: 3/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-14-xxl {
    aspect-ratio: 3/14 !important;
  }
}
body .aspect-ratio-3-15 {
  aspect-ratio: 3/15;
  position: relative;
}
body .aspect-ratio-3-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-15 img, body .aspect-ratio-3-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-15-xs {
    aspect-ratio: 3/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-15-md {
    aspect-ratio: 3/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-15-lg {
    aspect-ratio: 3/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-15-xl {
    aspect-ratio: 3/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-15-xxl {
    aspect-ratio: 3/15 !important;
  }
}
body .aspect-ratio-3-16 {
  aspect-ratio: 3/16;
  position: relative;
}
body .aspect-ratio-3-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-16 img, body .aspect-ratio-3-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-16-xs {
    aspect-ratio: 3/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-16-md {
    aspect-ratio: 3/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-16-lg {
    aspect-ratio: 3/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-16-xl {
    aspect-ratio: 3/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-16-xxl {
    aspect-ratio: 3/16 !important;
  }
}
body .aspect-ratio-3-17 {
  aspect-ratio: 3/17;
  position: relative;
}
body .aspect-ratio-3-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-17 img, body .aspect-ratio-3-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-17-xs {
    aspect-ratio: 3/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-17-md {
    aspect-ratio: 3/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-17-lg {
    aspect-ratio: 3/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-17-xl {
    aspect-ratio: 3/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-17-xxl {
    aspect-ratio: 3/17 !important;
  }
}
body .aspect-ratio-3-18 {
  aspect-ratio: 3/18;
  position: relative;
}
body .aspect-ratio-3-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-18 img, body .aspect-ratio-3-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-18-xs {
    aspect-ratio: 3/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-18-md {
    aspect-ratio: 3/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-18-lg {
    aspect-ratio: 3/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-18-xl {
    aspect-ratio: 3/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-18-xxl {
    aspect-ratio: 3/18 !important;
  }
}
body .aspect-ratio-3-19 {
  aspect-ratio: 3/19;
  position: relative;
}
body .aspect-ratio-3-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-19 img, body .aspect-ratio-3-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-19-xs {
    aspect-ratio: 3/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-19-md {
    aspect-ratio: 3/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-19-lg {
    aspect-ratio: 3/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-19-xl {
    aspect-ratio: 3/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-19-xxl {
    aspect-ratio: 3/19 !important;
  }
}
body .aspect-ratio-3-20 {
  aspect-ratio: 3/20;
  position: relative;
}
body .aspect-ratio-3-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-20 img, body .aspect-ratio-3-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-20-xs {
    aspect-ratio: 3/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-20-md {
    aspect-ratio: 3/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-20-lg {
    aspect-ratio: 3/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-20-xl {
    aspect-ratio: 3/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-20-xxl {
    aspect-ratio: 3/20 !important;
  }
}
body .aspect-ratio-3-21 {
  aspect-ratio: 3/21;
  position: relative;
}
body .aspect-ratio-3-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-3-21 img, body .aspect-ratio-3-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-21-xs {
    aspect-ratio: 3/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-21-md {
    aspect-ratio: 3/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-21-lg {
    aspect-ratio: 3/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-3-21-xl {
    aspect-ratio: 3/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-3-21-xxl {
    aspect-ratio: 3/21 !important;
  }
}
body .aspect-ratio-4-1 {
  aspect-ratio: 4/1;
  position: relative;
}
body .aspect-ratio-4-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-1 img, body .aspect-ratio-4-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-1-xs {
    aspect-ratio: 4/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-1-md {
    aspect-ratio: 4/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-1-lg {
    aspect-ratio: 4/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-1-xl {
    aspect-ratio: 4/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-1-xxl {
    aspect-ratio: 4/1 !important;
  }
}
body .aspect-ratio-4-2 {
  aspect-ratio: 4/2;
  position: relative;
}
body .aspect-ratio-4-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-2 img, body .aspect-ratio-4-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-2-xs {
    aspect-ratio: 4/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-2-md {
    aspect-ratio: 4/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-2-lg {
    aspect-ratio: 4/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-2-xl {
    aspect-ratio: 4/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-2-xxl {
    aspect-ratio: 4/2 !important;
  }
}
body .aspect-ratio-4-3 {
  aspect-ratio: 4/3;
  position: relative;
}
body .aspect-ratio-4-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-3 img, body .aspect-ratio-4-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-3-xs {
    aspect-ratio: 4/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-3-md {
    aspect-ratio: 4/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-3-lg {
    aspect-ratio: 4/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-3-xl {
    aspect-ratio: 4/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-3-xxl {
    aspect-ratio: 4/3 !important;
  }
}
body .aspect-ratio-4-4 {
  aspect-ratio: 4/4;
  position: relative;
}
body .aspect-ratio-4-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-4 img, body .aspect-ratio-4-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-4-xs {
    aspect-ratio: 4/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-4-md {
    aspect-ratio: 4/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-4-lg {
    aspect-ratio: 4/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-4-xl {
    aspect-ratio: 4/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-4-xxl {
    aspect-ratio: 4/4 !important;
  }
}
body .aspect-ratio-4-5 {
  aspect-ratio: 4/5;
  position: relative;
}
body .aspect-ratio-4-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-5 img, body .aspect-ratio-4-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-5-xs {
    aspect-ratio: 4/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-5-md {
    aspect-ratio: 4/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-5-lg {
    aspect-ratio: 4/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-5-xl {
    aspect-ratio: 4/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-5-xxl {
    aspect-ratio: 4/5 !important;
  }
}
body .aspect-ratio-4-6 {
  aspect-ratio: 4/6;
  position: relative;
}
body .aspect-ratio-4-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-6 img, body .aspect-ratio-4-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-6-xs {
    aspect-ratio: 4/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-6-md {
    aspect-ratio: 4/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-6-lg {
    aspect-ratio: 4/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-6-xl {
    aspect-ratio: 4/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-6-xxl {
    aspect-ratio: 4/6 !important;
  }
}
body .aspect-ratio-4-7 {
  aspect-ratio: 4/7;
  position: relative;
}
body .aspect-ratio-4-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-7 img, body .aspect-ratio-4-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-7-xs {
    aspect-ratio: 4/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-7-md {
    aspect-ratio: 4/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-7-lg {
    aspect-ratio: 4/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-7-xl {
    aspect-ratio: 4/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-7-xxl {
    aspect-ratio: 4/7 !important;
  }
}
body .aspect-ratio-4-8 {
  aspect-ratio: 4/8;
  position: relative;
}
body .aspect-ratio-4-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-8 img, body .aspect-ratio-4-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-8-xs {
    aspect-ratio: 4/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-8-md {
    aspect-ratio: 4/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-8-lg {
    aspect-ratio: 4/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-8-xl {
    aspect-ratio: 4/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-8-xxl {
    aspect-ratio: 4/8 !important;
  }
}
body .aspect-ratio-4-9 {
  aspect-ratio: 4/9;
  position: relative;
}
body .aspect-ratio-4-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-9 img, body .aspect-ratio-4-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-9-xs {
    aspect-ratio: 4/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-9-md {
    aspect-ratio: 4/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-9-lg {
    aspect-ratio: 4/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-9-xl {
    aspect-ratio: 4/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-9-xxl {
    aspect-ratio: 4/9 !important;
  }
}
body .aspect-ratio-4-10 {
  aspect-ratio: 4/10;
  position: relative;
}
body .aspect-ratio-4-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-10 img, body .aspect-ratio-4-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-10-xs {
    aspect-ratio: 4/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-10-md {
    aspect-ratio: 4/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-10-lg {
    aspect-ratio: 4/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-10-xl {
    aspect-ratio: 4/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-10-xxl {
    aspect-ratio: 4/10 !important;
  }
}
body .aspect-ratio-4-11 {
  aspect-ratio: 4/11;
  position: relative;
}
body .aspect-ratio-4-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-11 img, body .aspect-ratio-4-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-11-xs {
    aspect-ratio: 4/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-11-md {
    aspect-ratio: 4/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-11-lg {
    aspect-ratio: 4/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-11-xl {
    aspect-ratio: 4/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-11-xxl {
    aspect-ratio: 4/11 !important;
  }
}
body .aspect-ratio-4-12 {
  aspect-ratio: 4/12;
  position: relative;
}
body .aspect-ratio-4-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-12 img, body .aspect-ratio-4-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-12-xs {
    aspect-ratio: 4/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-12-md {
    aspect-ratio: 4/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-12-lg {
    aspect-ratio: 4/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-12-xl {
    aspect-ratio: 4/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-12-xxl {
    aspect-ratio: 4/12 !important;
  }
}
body .aspect-ratio-4-13 {
  aspect-ratio: 4/13;
  position: relative;
}
body .aspect-ratio-4-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-13 img, body .aspect-ratio-4-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-13-xs {
    aspect-ratio: 4/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-13-md {
    aspect-ratio: 4/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-13-lg {
    aspect-ratio: 4/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-13-xl {
    aspect-ratio: 4/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-13-xxl {
    aspect-ratio: 4/13 !important;
  }
}
body .aspect-ratio-4-14 {
  aspect-ratio: 4/14;
  position: relative;
}
body .aspect-ratio-4-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-14 img, body .aspect-ratio-4-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-14-xs {
    aspect-ratio: 4/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-14-md {
    aspect-ratio: 4/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-14-lg {
    aspect-ratio: 4/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-14-xl {
    aspect-ratio: 4/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-14-xxl {
    aspect-ratio: 4/14 !important;
  }
}
body .aspect-ratio-4-15 {
  aspect-ratio: 4/15;
  position: relative;
}
body .aspect-ratio-4-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-15 img, body .aspect-ratio-4-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-15-xs {
    aspect-ratio: 4/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-15-md {
    aspect-ratio: 4/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-15-lg {
    aspect-ratio: 4/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-15-xl {
    aspect-ratio: 4/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-15-xxl {
    aspect-ratio: 4/15 !important;
  }
}
body .aspect-ratio-4-16 {
  aspect-ratio: 4/16;
  position: relative;
}
body .aspect-ratio-4-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-16 img, body .aspect-ratio-4-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-16-xs {
    aspect-ratio: 4/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-16-md {
    aspect-ratio: 4/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-16-lg {
    aspect-ratio: 4/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-16-xl {
    aspect-ratio: 4/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-16-xxl {
    aspect-ratio: 4/16 !important;
  }
}
body .aspect-ratio-4-17 {
  aspect-ratio: 4/17;
  position: relative;
}
body .aspect-ratio-4-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-17 img, body .aspect-ratio-4-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-17-xs {
    aspect-ratio: 4/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-17-md {
    aspect-ratio: 4/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-17-lg {
    aspect-ratio: 4/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-17-xl {
    aspect-ratio: 4/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-17-xxl {
    aspect-ratio: 4/17 !important;
  }
}
body .aspect-ratio-4-18 {
  aspect-ratio: 4/18;
  position: relative;
}
body .aspect-ratio-4-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-18 img, body .aspect-ratio-4-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-18-xs {
    aspect-ratio: 4/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-18-md {
    aspect-ratio: 4/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-18-lg {
    aspect-ratio: 4/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-18-xl {
    aspect-ratio: 4/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-18-xxl {
    aspect-ratio: 4/18 !important;
  }
}
body .aspect-ratio-4-19 {
  aspect-ratio: 4/19;
  position: relative;
}
body .aspect-ratio-4-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-19 img, body .aspect-ratio-4-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-19-xs {
    aspect-ratio: 4/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-19-md {
    aspect-ratio: 4/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-19-lg {
    aspect-ratio: 4/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-19-xl {
    aspect-ratio: 4/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-19-xxl {
    aspect-ratio: 4/19 !important;
  }
}
body .aspect-ratio-4-20 {
  aspect-ratio: 4/20;
  position: relative;
}
body .aspect-ratio-4-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-20 img, body .aspect-ratio-4-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-20-xs {
    aspect-ratio: 4/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-20-md {
    aspect-ratio: 4/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-20-lg {
    aspect-ratio: 4/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-20-xl {
    aspect-ratio: 4/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-20-xxl {
    aspect-ratio: 4/20 !important;
  }
}
body .aspect-ratio-4-21 {
  aspect-ratio: 4/21;
  position: relative;
}
body .aspect-ratio-4-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-4-21 img, body .aspect-ratio-4-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-4-21-xs {
    aspect-ratio: 4/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-4-21-md {
    aspect-ratio: 4/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-4-21-lg {
    aspect-ratio: 4/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-4-21-xl {
    aspect-ratio: 4/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-4-21-xxl {
    aspect-ratio: 4/21 !important;
  }
}
body .aspect-ratio-5-1 {
  aspect-ratio: 5/1;
  position: relative;
}
body .aspect-ratio-5-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-1 img, body .aspect-ratio-5-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-1-xs {
    aspect-ratio: 5/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-1-md {
    aspect-ratio: 5/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-1-lg {
    aspect-ratio: 5/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-1-xl {
    aspect-ratio: 5/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-1-xxl {
    aspect-ratio: 5/1 !important;
  }
}
body .aspect-ratio-5-2 {
  aspect-ratio: 5/2;
  position: relative;
}
body .aspect-ratio-5-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-2 img, body .aspect-ratio-5-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-2-xs {
    aspect-ratio: 5/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-2-md {
    aspect-ratio: 5/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-2-lg {
    aspect-ratio: 5/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-2-xl {
    aspect-ratio: 5/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-2-xxl {
    aspect-ratio: 5/2 !important;
  }
}
body .aspect-ratio-5-3 {
  aspect-ratio: 5/3;
  position: relative;
}
body .aspect-ratio-5-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-3 img, body .aspect-ratio-5-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-3-xs {
    aspect-ratio: 5/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-3-md {
    aspect-ratio: 5/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-3-lg {
    aspect-ratio: 5/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-3-xl {
    aspect-ratio: 5/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-3-xxl {
    aspect-ratio: 5/3 !important;
  }
}
body .aspect-ratio-5-4 {
  aspect-ratio: 5/4;
  position: relative;
}
body .aspect-ratio-5-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-4 img, body .aspect-ratio-5-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-4-xs {
    aspect-ratio: 5/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-4-md {
    aspect-ratio: 5/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-4-lg {
    aspect-ratio: 5/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-4-xl {
    aspect-ratio: 5/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-4-xxl {
    aspect-ratio: 5/4 !important;
  }
}
body .aspect-ratio-5-5 {
  aspect-ratio: 5/5;
  position: relative;
}
body .aspect-ratio-5-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-5 img, body .aspect-ratio-5-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-5-xs {
    aspect-ratio: 5/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-5-md {
    aspect-ratio: 5/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-5-lg {
    aspect-ratio: 5/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-5-xl {
    aspect-ratio: 5/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-5-xxl {
    aspect-ratio: 5/5 !important;
  }
}
body .aspect-ratio-5-6 {
  aspect-ratio: 5/6;
  position: relative;
}
body .aspect-ratio-5-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-6 img, body .aspect-ratio-5-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-6-xs {
    aspect-ratio: 5/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-6-md {
    aspect-ratio: 5/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-6-lg {
    aspect-ratio: 5/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-6-xl {
    aspect-ratio: 5/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-6-xxl {
    aspect-ratio: 5/6 !important;
  }
}
body .aspect-ratio-5-7 {
  aspect-ratio: 5/7;
  position: relative;
}
body .aspect-ratio-5-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-7 img, body .aspect-ratio-5-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-7-xs {
    aspect-ratio: 5/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-7-md {
    aspect-ratio: 5/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-7-lg {
    aspect-ratio: 5/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-7-xl {
    aspect-ratio: 5/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-7-xxl {
    aspect-ratio: 5/7 !important;
  }
}
body .aspect-ratio-5-8 {
  aspect-ratio: 5/8;
  position: relative;
}
body .aspect-ratio-5-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-8 img, body .aspect-ratio-5-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-8-xs {
    aspect-ratio: 5/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-8-md {
    aspect-ratio: 5/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-8-lg {
    aspect-ratio: 5/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-8-xl {
    aspect-ratio: 5/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-8-xxl {
    aspect-ratio: 5/8 !important;
  }
}
body .aspect-ratio-5-9 {
  aspect-ratio: 5/9;
  position: relative;
}
body .aspect-ratio-5-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-9 img, body .aspect-ratio-5-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-9-xs {
    aspect-ratio: 5/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-9-md {
    aspect-ratio: 5/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-9-lg {
    aspect-ratio: 5/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-9-xl {
    aspect-ratio: 5/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-9-xxl {
    aspect-ratio: 5/9 !important;
  }
}
body .aspect-ratio-5-10 {
  aspect-ratio: 5/10;
  position: relative;
}
body .aspect-ratio-5-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-10 img, body .aspect-ratio-5-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-10-xs {
    aspect-ratio: 5/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-10-md {
    aspect-ratio: 5/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-10-lg {
    aspect-ratio: 5/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-10-xl {
    aspect-ratio: 5/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-10-xxl {
    aspect-ratio: 5/10 !important;
  }
}
body .aspect-ratio-5-11 {
  aspect-ratio: 5/11;
  position: relative;
}
body .aspect-ratio-5-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-11 img, body .aspect-ratio-5-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-11-xs {
    aspect-ratio: 5/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-11-md {
    aspect-ratio: 5/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-11-lg {
    aspect-ratio: 5/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-11-xl {
    aspect-ratio: 5/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-11-xxl {
    aspect-ratio: 5/11 !important;
  }
}
body .aspect-ratio-5-12 {
  aspect-ratio: 5/12;
  position: relative;
}
body .aspect-ratio-5-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-12 img, body .aspect-ratio-5-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-12-xs {
    aspect-ratio: 5/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-12-md {
    aspect-ratio: 5/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-12-lg {
    aspect-ratio: 5/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-12-xl {
    aspect-ratio: 5/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-12-xxl {
    aspect-ratio: 5/12 !important;
  }
}
body .aspect-ratio-5-13 {
  aspect-ratio: 5/13;
  position: relative;
}
body .aspect-ratio-5-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-13 img, body .aspect-ratio-5-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-13-xs {
    aspect-ratio: 5/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-13-md {
    aspect-ratio: 5/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-13-lg {
    aspect-ratio: 5/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-13-xl {
    aspect-ratio: 5/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-13-xxl {
    aspect-ratio: 5/13 !important;
  }
}
body .aspect-ratio-5-14 {
  aspect-ratio: 5/14;
  position: relative;
}
body .aspect-ratio-5-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-14 img, body .aspect-ratio-5-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-14-xs {
    aspect-ratio: 5/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-14-md {
    aspect-ratio: 5/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-14-lg {
    aspect-ratio: 5/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-14-xl {
    aspect-ratio: 5/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-14-xxl {
    aspect-ratio: 5/14 !important;
  }
}
body .aspect-ratio-5-15 {
  aspect-ratio: 5/15;
  position: relative;
}
body .aspect-ratio-5-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-15 img, body .aspect-ratio-5-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-15-xs {
    aspect-ratio: 5/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-15-md {
    aspect-ratio: 5/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-15-lg {
    aspect-ratio: 5/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-15-xl {
    aspect-ratio: 5/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-15-xxl {
    aspect-ratio: 5/15 !important;
  }
}
body .aspect-ratio-5-16 {
  aspect-ratio: 5/16;
  position: relative;
}
body .aspect-ratio-5-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-16 img, body .aspect-ratio-5-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-16-xs {
    aspect-ratio: 5/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-16-md {
    aspect-ratio: 5/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-16-lg {
    aspect-ratio: 5/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-16-xl {
    aspect-ratio: 5/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-16-xxl {
    aspect-ratio: 5/16 !important;
  }
}
body .aspect-ratio-5-17 {
  aspect-ratio: 5/17;
  position: relative;
}
body .aspect-ratio-5-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-17 img, body .aspect-ratio-5-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-17-xs {
    aspect-ratio: 5/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-17-md {
    aspect-ratio: 5/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-17-lg {
    aspect-ratio: 5/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-17-xl {
    aspect-ratio: 5/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-17-xxl {
    aspect-ratio: 5/17 !important;
  }
}
body .aspect-ratio-5-18 {
  aspect-ratio: 5/18;
  position: relative;
}
body .aspect-ratio-5-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-18 img, body .aspect-ratio-5-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-18-xs {
    aspect-ratio: 5/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-18-md {
    aspect-ratio: 5/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-18-lg {
    aspect-ratio: 5/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-18-xl {
    aspect-ratio: 5/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-18-xxl {
    aspect-ratio: 5/18 !important;
  }
}
body .aspect-ratio-5-19 {
  aspect-ratio: 5/19;
  position: relative;
}
body .aspect-ratio-5-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-19 img, body .aspect-ratio-5-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-19-xs {
    aspect-ratio: 5/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-19-md {
    aspect-ratio: 5/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-19-lg {
    aspect-ratio: 5/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-19-xl {
    aspect-ratio: 5/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-19-xxl {
    aspect-ratio: 5/19 !important;
  }
}
body .aspect-ratio-5-20 {
  aspect-ratio: 5/20;
  position: relative;
}
body .aspect-ratio-5-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-20 img, body .aspect-ratio-5-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-20-xs {
    aspect-ratio: 5/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-20-md {
    aspect-ratio: 5/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-20-lg {
    aspect-ratio: 5/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-20-xl {
    aspect-ratio: 5/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-20-xxl {
    aspect-ratio: 5/20 !important;
  }
}
body .aspect-ratio-5-21 {
  aspect-ratio: 5/21;
  position: relative;
}
body .aspect-ratio-5-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-5-21 img, body .aspect-ratio-5-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-5-21-xs {
    aspect-ratio: 5/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-5-21-md {
    aspect-ratio: 5/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-5-21-lg {
    aspect-ratio: 5/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-5-21-xl {
    aspect-ratio: 5/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-5-21-xxl {
    aspect-ratio: 5/21 !important;
  }
}
body .aspect-ratio-6-1 {
  aspect-ratio: 6/1;
  position: relative;
}
body .aspect-ratio-6-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-1 img, body .aspect-ratio-6-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-1-xs {
    aspect-ratio: 6/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-1-md {
    aspect-ratio: 6/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-1-lg {
    aspect-ratio: 6/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-1-xl {
    aspect-ratio: 6/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-1-xxl {
    aspect-ratio: 6/1 !important;
  }
}
body .aspect-ratio-6-2 {
  aspect-ratio: 6/2;
  position: relative;
}
body .aspect-ratio-6-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-2 img, body .aspect-ratio-6-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-2-xs {
    aspect-ratio: 6/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-2-md {
    aspect-ratio: 6/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-2-lg {
    aspect-ratio: 6/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-2-xl {
    aspect-ratio: 6/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-2-xxl {
    aspect-ratio: 6/2 !important;
  }
}
body .aspect-ratio-6-3 {
  aspect-ratio: 6/3;
  position: relative;
}
body .aspect-ratio-6-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-3 img, body .aspect-ratio-6-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-3-xs {
    aspect-ratio: 6/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-3-md {
    aspect-ratio: 6/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-3-lg {
    aspect-ratio: 6/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-3-xl {
    aspect-ratio: 6/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-3-xxl {
    aspect-ratio: 6/3 !important;
  }
}
body .aspect-ratio-6-4 {
  aspect-ratio: 6/4;
  position: relative;
}
body .aspect-ratio-6-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-4 img, body .aspect-ratio-6-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-4-xs {
    aspect-ratio: 6/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-4-md {
    aspect-ratio: 6/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-4-lg {
    aspect-ratio: 6/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-4-xl {
    aspect-ratio: 6/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-4-xxl {
    aspect-ratio: 6/4 !important;
  }
}
body .aspect-ratio-6-5 {
  aspect-ratio: 6/5;
  position: relative;
}
body .aspect-ratio-6-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-5 img, body .aspect-ratio-6-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-5-xs {
    aspect-ratio: 6/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-5-md {
    aspect-ratio: 6/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-5-lg {
    aspect-ratio: 6/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-5-xl {
    aspect-ratio: 6/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-5-xxl {
    aspect-ratio: 6/5 !important;
  }
}
body .aspect-ratio-6-6 {
  aspect-ratio: 6/6;
  position: relative;
}
body .aspect-ratio-6-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-6 img, body .aspect-ratio-6-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-6-xs {
    aspect-ratio: 6/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-6-md {
    aspect-ratio: 6/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-6-lg {
    aspect-ratio: 6/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-6-xl {
    aspect-ratio: 6/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-6-xxl {
    aspect-ratio: 6/6 !important;
  }
}
body .aspect-ratio-6-7 {
  aspect-ratio: 6/7;
  position: relative;
}
body .aspect-ratio-6-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-7 img, body .aspect-ratio-6-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-7-xs {
    aspect-ratio: 6/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-7-md {
    aspect-ratio: 6/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-7-lg {
    aspect-ratio: 6/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-7-xl {
    aspect-ratio: 6/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-7-xxl {
    aspect-ratio: 6/7 !important;
  }
}
body .aspect-ratio-6-8 {
  aspect-ratio: 6/8;
  position: relative;
}
body .aspect-ratio-6-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-8 img, body .aspect-ratio-6-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-8-xs {
    aspect-ratio: 6/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-8-md {
    aspect-ratio: 6/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-8-lg {
    aspect-ratio: 6/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-8-xl {
    aspect-ratio: 6/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-8-xxl {
    aspect-ratio: 6/8 !important;
  }
}
body .aspect-ratio-6-9 {
  aspect-ratio: 6/9;
  position: relative;
}
body .aspect-ratio-6-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-9 img, body .aspect-ratio-6-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-9-xs {
    aspect-ratio: 6/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-9-md {
    aspect-ratio: 6/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-9-lg {
    aspect-ratio: 6/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-9-xl {
    aspect-ratio: 6/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-9-xxl {
    aspect-ratio: 6/9 !important;
  }
}
body .aspect-ratio-6-10 {
  aspect-ratio: 6/10;
  position: relative;
}
body .aspect-ratio-6-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-10 img, body .aspect-ratio-6-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-10-xs {
    aspect-ratio: 6/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-10-md {
    aspect-ratio: 6/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-10-lg {
    aspect-ratio: 6/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-10-xl {
    aspect-ratio: 6/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-10-xxl {
    aspect-ratio: 6/10 !important;
  }
}
body .aspect-ratio-6-11 {
  aspect-ratio: 6/11;
  position: relative;
}
body .aspect-ratio-6-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-11 img, body .aspect-ratio-6-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-11-xs {
    aspect-ratio: 6/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-11-md {
    aspect-ratio: 6/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-11-lg {
    aspect-ratio: 6/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-11-xl {
    aspect-ratio: 6/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-11-xxl {
    aspect-ratio: 6/11 !important;
  }
}
body .aspect-ratio-6-12 {
  aspect-ratio: 6/12;
  position: relative;
}
body .aspect-ratio-6-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-12 img, body .aspect-ratio-6-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-12-xs {
    aspect-ratio: 6/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-12-md {
    aspect-ratio: 6/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-12-lg {
    aspect-ratio: 6/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-12-xl {
    aspect-ratio: 6/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-12-xxl {
    aspect-ratio: 6/12 !important;
  }
}
body .aspect-ratio-6-13 {
  aspect-ratio: 6/13;
  position: relative;
}
body .aspect-ratio-6-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-13 img, body .aspect-ratio-6-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-13-xs {
    aspect-ratio: 6/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-13-md {
    aspect-ratio: 6/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-13-lg {
    aspect-ratio: 6/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-13-xl {
    aspect-ratio: 6/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-13-xxl {
    aspect-ratio: 6/13 !important;
  }
}
body .aspect-ratio-6-14 {
  aspect-ratio: 6/14;
  position: relative;
}
body .aspect-ratio-6-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-14 img, body .aspect-ratio-6-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-14-xs {
    aspect-ratio: 6/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-14-md {
    aspect-ratio: 6/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-14-lg {
    aspect-ratio: 6/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-14-xl {
    aspect-ratio: 6/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-14-xxl {
    aspect-ratio: 6/14 !important;
  }
}
body .aspect-ratio-6-15 {
  aspect-ratio: 6/15;
  position: relative;
}
body .aspect-ratio-6-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-15 img, body .aspect-ratio-6-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-15-xs {
    aspect-ratio: 6/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-15-md {
    aspect-ratio: 6/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-15-lg {
    aspect-ratio: 6/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-15-xl {
    aspect-ratio: 6/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-15-xxl {
    aspect-ratio: 6/15 !important;
  }
}
body .aspect-ratio-6-16 {
  aspect-ratio: 6/16;
  position: relative;
}
body .aspect-ratio-6-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-16 img, body .aspect-ratio-6-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-16-xs {
    aspect-ratio: 6/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-16-md {
    aspect-ratio: 6/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-16-lg {
    aspect-ratio: 6/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-16-xl {
    aspect-ratio: 6/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-16-xxl {
    aspect-ratio: 6/16 !important;
  }
}
body .aspect-ratio-6-17 {
  aspect-ratio: 6/17;
  position: relative;
}
body .aspect-ratio-6-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-17 img, body .aspect-ratio-6-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-17-xs {
    aspect-ratio: 6/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-17-md {
    aspect-ratio: 6/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-17-lg {
    aspect-ratio: 6/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-17-xl {
    aspect-ratio: 6/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-17-xxl {
    aspect-ratio: 6/17 !important;
  }
}
body .aspect-ratio-6-18 {
  aspect-ratio: 6/18;
  position: relative;
}
body .aspect-ratio-6-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-18 img, body .aspect-ratio-6-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-18-xs {
    aspect-ratio: 6/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-18-md {
    aspect-ratio: 6/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-18-lg {
    aspect-ratio: 6/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-18-xl {
    aspect-ratio: 6/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-18-xxl {
    aspect-ratio: 6/18 !important;
  }
}
body .aspect-ratio-6-19 {
  aspect-ratio: 6/19;
  position: relative;
}
body .aspect-ratio-6-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-19 img, body .aspect-ratio-6-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-19-xs {
    aspect-ratio: 6/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-19-md {
    aspect-ratio: 6/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-19-lg {
    aspect-ratio: 6/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-19-xl {
    aspect-ratio: 6/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-19-xxl {
    aspect-ratio: 6/19 !important;
  }
}
body .aspect-ratio-6-20 {
  aspect-ratio: 6/20;
  position: relative;
}
body .aspect-ratio-6-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-20 img, body .aspect-ratio-6-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-20-xs {
    aspect-ratio: 6/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-20-md {
    aspect-ratio: 6/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-20-lg {
    aspect-ratio: 6/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-20-xl {
    aspect-ratio: 6/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-20-xxl {
    aspect-ratio: 6/20 !important;
  }
}
body .aspect-ratio-6-21 {
  aspect-ratio: 6/21;
  position: relative;
}
body .aspect-ratio-6-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-6-21 img, body .aspect-ratio-6-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-6-21-xs {
    aspect-ratio: 6/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-6-21-md {
    aspect-ratio: 6/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-6-21-lg {
    aspect-ratio: 6/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-6-21-xl {
    aspect-ratio: 6/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-6-21-xxl {
    aspect-ratio: 6/21 !important;
  }
}
body .aspect-ratio-7-1 {
  aspect-ratio: 7/1;
  position: relative;
}
body .aspect-ratio-7-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-1 img, body .aspect-ratio-7-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-1-xs {
    aspect-ratio: 7/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-1-md {
    aspect-ratio: 7/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-1-lg {
    aspect-ratio: 7/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-1-xl {
    aspect-ratio: 7/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-1-xxl {
    aspect-ratio: 7/1 !important;
  }
}
body .aspect-ratio-7-2 {
  aspect-ratio: 7/2;
  position: relative;
}
body .aspect-ratio-7-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-2 img, body .aspect-ratio-7-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-2-xs {
    aspect-ratio: 7/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-2-md {
    aspect-ratio: 7/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-2-lg {
    aspect-ratio: 7/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-2-xl {
    aspect-ratio: 7/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-2-xxl {
    aspect-ratio: 7/2 !important;
  }
}
body .aspect-ratio-7-3 {
  aspect-ratio: 7/3;
  position: relative;
}
body .aspect-ratio-7-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-3 img, body .aspect-ratio-7-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-3-xs {
    aspect-ratio: 7/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-3-md {
    aspect-ratio: 7/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-3-lg {
    aspect-ratio: 7/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-3-xl {
    aspect-ratio: 7/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-3-xxl {
    aspect-ratio: 7/3 !important;
  }
}
body .aspect-ratio-7-4 {
  aspect-ratio: 7/4;
  position: relative;
}
body .aspect-ratio-7-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-4 img, body .aspect-ratio-7-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-4-xs {
    aspect-ratio: 7/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-4-md {
    aspect-ratio: 7/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-4-lg {
    aspect-ratio: 7/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-4-xl {
    aspect-ratio: 7/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-4-xxl {
    aspect-ratio: 7/4 !important;
  }
}
body .aspect-ratio-7-5 {
  aspect-ratio: 7/5;
  position: relative;
}
body .aspect-ratio-7-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-5 img, body .aspect-ratio-7-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-5-xs {
    aspect-ratio: 7/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-5-md {
    aspect-ratio: 7/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-5-lg {
    aspect-ratio: 7/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-5-xl {
    aspect-ratio: 7/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-5-xxl {
    aspect-ratio: 7/5 !important;
  }
}
body .aspect-ratio-7-6 {
  aspect-ratio: 7/6;
  position: relative;
}
body .aspect-ratio-7-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-6 img, body .aspect-ratio-7-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-6-xs {
    aspect-ratio: 7/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-6-md {
    aspect-ratio: 7/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-6-lg {
    aspect-ratio: 7/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-6-xl {
    aspect-ratio: 7/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-6-xxl {
    aspect-ratio: 7/6 !important;
  }
}
body .aspect-ratio-7-7 {
  aspect-ratio: 7/7;
  position: relative;
}
body .aspect-ratio-7-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-7 img, body .aspect-ratio-7-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-7-xs {
    aspect-ratio: 7/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-7-md {
    aspect-ratio: 7/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-7-lg {
    aspect-ratio: 7/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-7-xl {
    aspect-ratio: 7/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-7-xxl {
    aspect-ratio: 7/7 !important;
  }
}
body .aspect-ratio-7-8 {
  aspect-ratio: 7/8;
  position: relative;
}
body .aspect-ratio-7-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-8 img, body .aspect-ratio-7-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-8-xs {
    aspect-ratio: 7/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-8-md {
    aspect-ratio: 7/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-8-lg {
    aspect-ratio: 7/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-8-xl {
    aspect-ratio: 7/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-8-xxl {
    aspect-ratio: 7/8 !important;
  }
}
body .aspect-ratio-7-9 {
  aspect-ratio: 7/9;
  position: relative;
}
body .aspect-ratio-7-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-9 img, body .aspect-ratio-7-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-9-xs {
    aspect-ratio: 7/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-9-md {
    aspect-ratio: 7/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-9-lg {
    aspect-ratio: 7/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-9-xl {
    aspect-ratio: 7/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-9-xxl {
    aspect-ratio: 7/9 !important;
  }
}
body .aspect-ratio-7-10 {
  aspect-ratio: 7/10;
  position: relative;
}
body .aspect-ratio-7-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-10 img, body .aspect-ratio-7-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-10-xs {
    aspect-ratio: 7/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-10-md {
    aspect-ratio: 7/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-10-lg {
    aspect-ratio: 7/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-10-xl {
    aspect-ratio: 7/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-10-xxl {
    aspect-ratio: 7/10 !important;
  }
}
body .aspect-ratio-7-11 {
  aspect-ratio: 7/11;
  position: relative;
}
body .aspect-ratio-7-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-11 img, body .aspect-ratio-7-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-11-xs {
    aspect-ratio: 7/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-11-md {
    aspect-ratio: 7/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-11-lg {
    aspect-ratio: 7/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-11-xl {
    aspect-ratio: 7/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-11-xxl {
    aspect-ratio: 7/11 !important;
  }
}
body .aspect-ratio-7-12 {
  aspect-ratio: 7/12;
  position: relative;
}
body .aspect-ratio-7-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-12 img, body .aspect-ratio-7-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-12-xs {
    aspect-ratio: 7/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-12-md {
    aspect-ratio: 7/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-12-lg {
    aspect-ratio: 7/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-12-xl {
    aspect-ratio: 7/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-12-xxl {
    aspect-ratio: 7/12 !important;
  }
}
body .aspect-ratio-7-13 {
  aspect-ratio: 7/13;
  position: relative;
}
body .aspect-ratio-7-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-13 img, body .aspect-ratio-7-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-13-xs {
    aspect-ratio: 7/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-13-md {
    aspect-ratio: 7/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-13-lg {
    aspect-ratio: 7/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-13-xl {
    aspect-ratio: 7/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-13-xxl {
    aspect-ratio: 7/13 !important;
  }
}
body .aspect-ratio-7-14 {
  aspect-ratio: 7/14;
  position: relative;
}
body .aspect-ratio-7-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-14 img, body .aspect-ratio-7-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-14-xs {
    aspect-ratio: 7/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-14-md {
    aspect-ratio: 7/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-14-lg {
    aspect-ratio: 7/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-14-xl {
    aspect-ratio: 7/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-14-xxl {
    aspect-ratio: 7/14 !important;
  }
}
body .aspect-ratio-7-15 {
  aspect-ratio: 7/15;
  position: relative;
}
body .aspect-ratio-7-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-15 img, body .aspect-ratio-7-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-15-xs {
    aspect-ratio: 7/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-15-md {
    aspect-ratio: 7/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-15-lg {
    aspect-ratio: 7/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-15-xl {
    aspect-ratio: 7/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-15-xxl {
    aspect-ratio: 7/15 !important;
  }
}
body .aspect-ratio-7-16 {
  aspect-ratio: 7/16;
  position: relative;
}
body .aspect-ratio-7-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-16 img, body .aspect-ratio-7-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-16-xs {
    aspect-ratio: 7/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-16-md {
    aspect-ratio: 7/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-16-lg {
    aspect-ratio: 7/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-16-xl {
    aspect-ratio: 7/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-16-xxl {
    aspect-ratio: 7/16 !important;
  }
}
body .aspect-ratio-7-17 {
  aspect-ratio: 7/17;
  position: relative;
}
body .aspect-ratio-7-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-17 img, body .aspect-ratio-7-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-17-xs {
    aspect-ratio: 7/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-17-md {
    aspect-ratio: 7/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-17-lg {
    aspect-ratio: 7/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-17-xl {
    aspect-ratio: 7/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-17-xxl {
    aspect-ratio: 7/17 !important;
  }
}
body .aspect-ratio-7-18 {
  aspect-ratio: 7/18;
  position: relative;
}
body .aspect-ratio-7-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-18 img, body .aspect-ratio-7-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-18-xs {
    aspect-ratio: 7/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-18-md {
    aspect-ratio: 7/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-18-lg {
    aspect-ratio: 7/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-18-xl {
    aspect-ratio: 7/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-18-xxl {
    aspect-ratio: 7/18 !important;
  }
}
body .aspect-ratio-7-19 {
  aspect-ratio: 7/19;
  position: relative;
}
body .aspect-ratio-7-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-19 img, body .aspect-ratio-7-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-19-xs {
    aspect-ratio: 7/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-19-md {
    aspect-ratio: 7/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-19-lg {
    aspect-ratio: 7/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-19-xl {
    aspect-ratio: 7/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-19-xxl {
    aspect-ratio: 7/19 !important;
  }
}
body .aspect-ratio-7-20 {
  aspect-ratio: 7/20;
  position: relative;
}
body .aspect-ratio-7-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-20 img, body .aspect-ratio-7-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-20-xs {
    aspect-ratio: 7/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-20-md {
    aspect-ratio: 7/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-20-lg {
    aspect-ratio: 7/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-20-xl {
    aspect-ratio: 7/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-20-xxl {
    aspect-ratio: 7/20 !important;
  }
}
body .aspect-ratio-7-21 {
  aspect-ratio: 7/21;
  position: relative;
}
body .aspect-ratio-7-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-7-21 img, body .aspect-ratio-7-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-7-21-xs {
    aspect-ratio: 7/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-7-21-md {
    aspect-ratio: 7/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-7-21-lg {
    aspect-ratio: 7/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-7-21-xl {
    aspect-ratio: 7/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-7-21-xxl {
    aspect-ratio: 7/21 !important;
  }
}
body .aspect-ratio-8-1 {
  aspect-ratio: 8/1;
  position: relative;
}
body .aspect-ratio-8-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-1 img, body .aspect-ratio-8-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-1-xs {
    aspect-ratio: 8/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-1-md {
    aspect-ratio: 8/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-1-lg {
    aspect-ratio: 8/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-1-xl {
    aspect-ratio: 8/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-1-xxl {
    aspect-ratio: 8/1 !important;
  }
}
body .aspect-ratio-8-2 {
  aspect-ratio: 8/2;
  position: relative;
}
body .aspect-ratio-8-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-2 img, body .aspect-ratio-8-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-2-xs {
    aspect-ratio: 8/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-2-md {
    aspect-ratio: 8/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-2-lg {
    aspect-ratio: 8/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-2-xl {
    aspect-ratio: 8/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-2-xxl {
    aspect-ratio: 8/2 !important;
  }
}
body .aspect-ratio-8-3 {
  aspect-ratio: 8/3;
  position: relative;
}
body .aspect-ratio-8-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-3 img, body .aspect-ratio-8-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-3-xs {
    aspect-ratio: 8/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-3-md {
    aspect-ratio: 8/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-3-lg {
    aspect-ratio: 8/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-3-xl {
    aspect-ratio: 8/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-3-xxl {
    aspect-ratio: 8/3 !important;
  }
}
body .aspect-ratio-8-4 {
  aspect-ratio: 8/4;
  position: relative;
}
body .aspect-ratio-8-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-4 img, body .aspect-ratio-8-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-4-xs {
    aspect-ratio: 8/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-4-md {
    aspect-ratio: 8/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-4-lg {
    aspect-ratio: 8/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-4-xl {
    aspect-ratio: 8/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-4-xxl {
    aspect-ratio: 8/4 !important;
  }
}
body .aspect-ratio-8-5 {
  aspect-ratio: 8/5;
  position: relative;
}
body .aspect-ratio-8-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-5 img, body .aspect-ratio-8-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-5-xs {
    aspect-ratio: 8/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-5-md {
    aspect-ratio: 8/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-5-lg {
    aspect-ratio: 8/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-5-xl {
    aspect-ratio: 8/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-5-xxl {
    aspect-ratio: 8/5 !important;
  }
}
body .aspect-ratio-8-6 {
  aspect-ratio: 8/6;
  position: relative;
}
body .aspect-ratio-8-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-6 img, body .aspect-ratio-8-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-6-xs {
    aspect-ratio: 8/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-6-md {
    aspect-ratio: 8/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-6-lg {
    aspect-ratio: 8/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-6-xl {
    aspect-ratio: 8/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-6-xxl {
    aspect-ratio: 8/6 !important;
  }
}
body .aspect-ratio-8-7 {
  aspect-ratio: 8/7;
  position: relative;
}
body .aspect-ratio-8-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-7 img, body .aspect-ratio-8-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-7-xs {
    aspect-ratio: 8/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-7-md {
    aspect-ratio: 8/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-7-lg {
    aspect-ratio: 8/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-7-xl {
    aspect-ratio: 8/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-7-xxl {
    aspect-ratio: 8/7 !important;
  }
}
body .aspect-ratio-8-8 {
  aspect-ratio: 8/8;
  position: relative;
}
body .aspect-ratio-8-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-8 img, body .aspect-ratio-8-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-8-xs {
    aspect-ratio: 8/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-8-md {
    aspect-ratio: 8/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-8-lg {
    aspect-ratio: 8/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-8-xl {
    aspect-ratio: 8/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-8-xxl {
    aspect-ratio: 8/8 !important;
  }
}
body .aspect-ratio-8-9 {
  aspect-ratio: 8/9;
  position: relative;
}
body .aspect-ratio-8-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-9 img, body .aspect-ratio-8-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-9-xs {
    aspect-ratio: 8/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-9-md {
    aspect-ratio: 8/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-9-lg {
    aspect-ratio: 8/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-9-xl {
    aspect-ratio: 8/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-9-xxl {
    aspect-ratio: 8/9 !important;
  }
}
body .aspect-ratio-8-10 {
  aspect-ratio: 8/10;
  position: relative;
}
body .aspect-ratio-8-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-10 img, body .aspect-ratio-8-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-10-xs {
    aspect-ratio: 8/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-10-md {
    aspect-ratio: 8/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-10-lg {
    aspect-ratio: 8/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-10-xl {
    aspect-ratio: 8/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-10-xxl {
    aspect-ratio: 8/10 !important;
  }
}
body .aspect-ratio-8-11 {
  aspect-ratio: 8/11;
  position: relative;
}
body .aspect-ratio-8-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-11 img, body .aspect-ratio-8-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-11-xs {
    aspect-ratio: 8/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-11-md {
    aspect-ratio: 8/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-11-lg {
    aspect-ratio: 8/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-11-xl {
    aspect-ratio: 8/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-11-xxl {
    aspect-ratio: 8/11 !important;
  }
}
body .aspect-ratio-8-12 {
  aspect-ratio: 8/12;
  position: relative;
}
body .aspect-ratio-8-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-12 img, body .aspect-ratio-8-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-12-xs {
    aspect-ratio: 8/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-12-md {
    aspect-ratio: 8/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-12-lg {
    aspect-ratio: 8/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-12-xl {
    aspect-ratio: 8/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-12-xxl {
    aspect-ratio: 8/12 !important;
  }
}
body .aspect-ratio-8-13 {
  aspect-ratio: 8/13;
  position: relative;
}
body .aspect-ratio-8-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-13 img, body .aspect-ratio-8-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-13-xs {
    aspect-ratio: 8/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-13-md {
    aspect-ratio: 8/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-13-lg {
    aspect-ratio: 8/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-13-xl {
    aspect-ratio: 8/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-13-xxl {
    aspect-ratio: 8/13 !important;
  }
}
body .aspect-ratio-8-14 {
  aspect-ratio: 8/14;
  position: relative;
}
body .aspect-ratio-8-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-14 img, body .aspect-ratio-8-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-14-xs {
    aspect-ratio: 8/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-14-md {
    aspect-ratio: 8/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-14-lg {
    aspect-ratio: 8/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-14-xl {
    aspect-ratio: 8/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-14-xxl {
    aspect-ratio: 8/14 !important;
  }
}
body .aspect-ratio-8-15 {
  aspect-ratio: 8/15;
  position: relative;
}
body .aspect-ratio-8-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-15 img, body .aspect-ratio-8-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-15-xs {
    aspect-ratio: 8/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-15-md {
    aspect-ratio: 8/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-15-lg {
    aspect-ratio: 8/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-15-xl {
    aspect-ratio: 8/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-15-xxl {
    aspect-ratio: 8/15 !important;
  }
}
body .aspect-ratio-8-16 {
  aspect-ratio: 8/16;
  position: relative;
}
body .aspect-ratio-8-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-16 img, body .aspect-ratio-8-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-16-xs {
    aspect-ratio: 8/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-16-md {
    aspect-ratio: 8/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-16-lg {
    aspect-ratio: 8/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-16-xl {
    aspect-ratio: 8/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-16-xxl {
    aspect-ratio: 8/16 !important;
  }
}
body .aspect-ratio-8-17 {
  aspect-ratio: 8/17;
  position: relative;
}
body .aspect-ratio-8-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-17 img, body .aspect-ratio-8-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-17-xs {
    aspect-ratio: 8/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-17-md {
    aspect-ratio: 8/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-17-lg {
    aspect-ratio: 8/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-17-xl {
    aspect-ratio: 8/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-17-xxl {
    aspect-ratio: 8/17 !important;
  }
}
body .aspect-ratio-8-18 {
  aspect-ratio: 8/18;
  position: relative;
}
body .aspect-ratio-8-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-18 img, body .aspect-ratio-8-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-18-xs {
    aspect-ratio: 8/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-18-md {
    aspect-ratio: 8/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-18-lg {
    aspect-ratio: 8/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-18-xl {
    aspect-ratio: 8/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-18-xxl {
    aspect-ratio: 8/18 !important;
  }
}
body .aspect-ratio-8-19 {
  aspect-ratio: 8/19;
  position: relative;
}
body .aspect-ratio-8-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-19 img, body .aspect-ratio-8-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-19-xs {
    aspect-ratio: 8/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-19-md {
    aspect-ratio: 8/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-19-lg {
    aspect-ratio: 8/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-19-xl {
    aspect-ratio: 8/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-19-xxl {
    aspect-ratio: 8/19 !important;
  }
}
body .aspect-ratio-8-20 {
  aspect-ratio: 8/20;
  position: relative;
}
body .aspect-ratio-8-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-20 img, body .aspect-ratio-8-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-20-xs {
    aspect-ratio: 8/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-20-md {
    aspect-ratio: 8/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-20-lg {
    aspect-ratio: 8/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-20-xl {
    aspect-ratio: 8/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-20-xxl {
    aspect-ratio: 8/20 !important;
  }
}
body .aspect-ratio-8-21 {
  aspect-ratio: 8/21;
  position: relative;
}
body .aspect-ratio-8-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-8-21 img, body .aspect-ratio-8-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-8-21-xs {
    aspect-ratio: 8/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-8-21-md {
    aspect-ratio: 8/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-8-21-lg {
    aspect-ratio: 8/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-8-21-xl {
    aspect-ratio: 8/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-8-21-xxl {
    aspect-ratio: 8/21 !important;
  }
}
body .aspect-ratio-9-1 {
  aspect-ratio: 9/1;
  position: relative;
}
body .aspect-ratio-9-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-1 img, body .aspect-ratio-9-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-1-xs {
    aspect-ratio: 9/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-1-md {
    aspect-ratio: 9/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-1-lg {
    aspect-ratio: 9/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-1-xl {
    aspect-ratio: 9/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-1-xxl {
    aspect-ratio: 9/1 !important;
  }
}
body .aspect-ratio-9-2 {
  aspect-ratio: 9/2;
  position: relative;
}
body .aspect-ratio-9-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-2 img, body .aspect-ratio-9-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-2-xs {
    aspect-ratio: 9/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-2-md {
    aspect-ratio: 9/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-2-lg {
    aspect-ratio: 9/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-2-xl {
    aspect-ratio: 9/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-2-xxl {
    aspect-ratio: 9/2 !important;
  }
}
body .aspect-ratio-9-3 {
  aspect-ratio: 9/3;
  position: relative;
}
body .aspect-ratio-9-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-3 img, body .aspect-ratio-9-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-3-xs {
    aspect-ratio: 9/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-3-md {
    aspect-ratio: 9/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-3-lg {
    aspect-ratio: 9/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-3-xl {
    aspect-ratio: 9/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-3-xxl {
    aspect-ratio: 9/3 !important;
  }
}
body .aspect-ratio-9-4 {
  aspect-ratio: 9/4;
  position: relative;
}
body .aspect-ratio-9-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-4 img, body .aspect-ratio-9-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-4-xs {
    aspect-ratio: 9/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-4-md {
    aspect-ratio: 9/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-4-lg {
    aspect-ratio: 9/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-4-xl {
    aspect-ratio: 9/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-4-xxl {
    aspect-ratio: 9/4 !important;
  }
}
body .aspect-ratio-9-5 {
  aspect-ratio: 9/5;
  position: relative;
}
body .aspect-ratio-9-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-5 img, body .aspect-ratio-9-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-5-xs {
    aspect-ratio: 9/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-5-md {
    aspect-ratio: 9/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-5-lg {
    aspect-ratio: 9/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-5-xl {
    aspect-ratio: 9/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-5-xxl {
    aspect-ratio: 9/5 !important;
  }
}
body .aspect-ratio-9-6 {
  aspect-ratio: 9/6;
  position: relative;
}
body .aspect-ratio-9-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-6 img, body .aspect-ratio-9-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-6-xs {
    aspect-ratio: 9/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-6-md {
    aspect-ratio: 9/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-6-lg {
    aspect-ratio: 9/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-6-xl {
    aspect-ratio: 9/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-6-xxl {
    aspect-ratio: 9/6 !important;
  }
}
body .aspect-ratio-9-7 {
  aspect-ratio: 9/7;
  position: relative;
}
body .aspect-ratio-9-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-7 img, body .aspect-ratio-9-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-7-xs {
    aspect-ratio: 9/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-7-md {
    aspect-ratio: 9/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-7-lg {
    aspect-ratio: 9/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-7-xl {
    aspect-ratio: 9/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-7-xxl {
    aspect-ratio: 9/7 !important;
  }
}
body .aspect-ratio-9-8 {
  aspect-ratio: 9/8;
  position: relative;
}
body .aspect-ratio-9-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-8 img, body .aspect-ratio-9-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-8-xs {
    aspect-ratio: 9/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-8-md {
    aspect-ratio: 9/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-8-lg {
    aspect-ratio: 9/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-8-xl {
    aspect-ratio: 9/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-8-xxl {
    aspect-ratio: 9/8 !important;
  }
}
body .aspect-ratio-9-9 {
  aspect-ratio: 9/9;
  position: relative;
}
body .aspect-ratio-9-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-9 img, body .aspect-ratio-9-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-9-xs {
    aspect-ratio: 9/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-9-md {
    aspect-ratio: 9/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-9-lg {
    aspect-ratio: 9/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-9-xl {
    aspect-ratio: 9/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-9-xxl {
    aspect-ratio: 9/9 !important;
  }
}
body .aspect-ratio-9-10 {
  aspect-ratio: 9/10;
  position: relative;
}
body .aspect-ratio-9-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-10 img, body .aspect-ratio-9-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-10-xs {
    aspect-ratio: 9/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-10-md {
    aspect-ratio: 9/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-10-lg {
    aspect-ratio: 9/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-10-xl {
    aspect-ratio: 9/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-10-xxl {
    aspect-ratio: 9/10 !important;
  }
}
body .aspect-ratio-9-11 {
  aspect-ratio: 9/11;
  position: relative;
}
body .aspect-ratio-9-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-11 img, body .aspect-ratio-9-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-11-xs {
    aspect-ratio: 9/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-11-md {
    aspect-ratio: 9/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-11-lg {
    aspect-ratio: 9/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-11-xl {
    aspect-ratio: 9/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-11-xxl {
    aspect-ratio: 9/11 !important;
  }
}
body .aspect-ratio-9-12 {
  aspect-ratio: 9/12;
  position: relative;
}
body .aspect-ratio-9-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-12 img, body .aspect-ratio-9-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-12-xs {
    aspect-ratio: 9/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-12-md {
    aspect-ratio: 9/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-12-lg {
    aspect-ratio: 9/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-12-xl {
    aspect-ratio: 9/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-12-xxl {
    aspect-ratio: 9/12 !important;
  }
}
body .aspect-ratio-9-13 {
  aspect-ratio: 9/13;
  position: relative;
}
body .aspect-ratio-9-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-13 img, body .aspect-ratio-9-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-13-xs {
    aspect-ratio: 9/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-13-md {
    aspect-ratio: 9/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-13-lg {
    aspect-ratio: 9/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-13-xl {
    aspect-ratio: 9/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-13-xxl {
    aspect-ratio: 9/13 !important;
  }
}
body .aspect-ratio-9-14 {
  aspect-ratio: 9/14;
  position: relative;
}
body .aspect-ratio-9-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-14 img, body .aspect-ratio-9-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-14-xs {
    aspect-ratio: 9/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-14-md {
    aspect-ratio: 9/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-14-lg {
    aspect-ratio: 9/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-14-xl {
    aspect-ratio: 9/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-14-xxl {
    aspect-ratio: 9/14 !important;
  }
}
body .aspect-ratio-9-15 {
  aspect-ratio: 9/15;
  position: relative;
}
body .aspect-ratio-9-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-15 img, body .aspect-ratio-9-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-15-xs {
    aspect-ratio: 9/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-15-md {
    aspect-ratio: 9/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-15-lg {
    aspect-ratio: 9/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-15-xl {
    aspect-ratio: 9/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-15-xxl {
    aspect-ratio: 9/15 !important;
  }
}
body .aspect-ratio-9-16 {
  aspect-ratio: 9/16;
  position: relative;
}
body .aspect-ratio-9-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-16 img, body .aspect-ratio-9-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-16-xs {
    aspect-ratio: 9/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-16-md {
    aspect-ratio: 9/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-16-lg {
    aspect-ratio: 9/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-16-xl {
    aspect-ratio: 9/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-16-xxl {
    aspect-ratio: 9/16 !important;
  }
}
body .aspect-ratio-9-17 {
  aspect-ratio: 9/17;
  position: relative;
}
body .aspect-ratio-9-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-17 img, body .aspect-ratio-9-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-17-xs {
    aspect-ratio: 9/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-17-md {
    aspect-ratio: 9/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-17-lg {
    aspect-ratio: 9/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-17-xl {
    aspect-ratio: 9/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-17-xxl {
    aspect-ratio: 9/17 !important;
  }
}
body .aspect-ratio-9-18 {
  aspect-ratio: 9/18;
  position: relative;
}
body .aspect-ratio-9-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-18 img, body .aspect-ratio-9-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-18-xs {
    aspect-ratio: 9/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-18-md {
    aspect-ratio: 9/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-18-lg {
    aspect-ratio: 9/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-18-xl {
    aspect-ratio: 9/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-18-xxl {
    aspect-ratio: 9/18 !important;
  }
}
body .aspect-ratio-9-19 {
  aspect-ratio: 9/19;
  position: relative;
}
body .aspect-ratio-9-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-19 img, body .aspect-ratio-9-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-19-xs {
    aspect-ratio: 9/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-19-md {
    aspect-ratio: 9/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-19-lg {
    aspect-ratio: 9/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-19-xl {
    aspect-ratio: 9/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-19-xxl {
    aspect-ratio: 9/19 !important;
  }
}
body .aspect-ratio-9-20 {
  aspect-ratio: 9/20;
  position: relative;
}
body .aspect-ratio-9-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-20 img, body .aspect-ratio-9-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-20-xs {
    aspect-ratio: 9/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-20-md {
    aspect-ratio: 9/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-20-lg {
    aspect-ratio: 9/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-20-xl {
    aspect-ratio: 9/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-20-xxl {
    aspect-ratio: 9/20 !important;
  }
}
body .aspect-ratio-9-21 {
  aspect-ratio: 9/21;
  position: relative;
}
body .aspect-ratio-9-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-9-21 img, body .aspect-ratio-9-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-9-21-xs {
    aspect-ratio: 9/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-9-21-md {
    aspect-ratio: 9/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-9-21-lg {
    aspect-ratio: 9/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-9-21-xl {
    aspect-ratio: 9/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-9-21-xxl {
    aspect-ratio: 9/21 !important;
  }
}
body .aspect-ratio-10-1 {
  aspect-ratio: 10/1;
  position: relative;
}
body .aspect-ratio-10-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-1 img, body .aspect-ratio-10-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-1-xs {
    aspect-ratio: 10/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-1-md {
    aspect-ratio: 10/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-1-lg {
    aspect-ratio: 10/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-1-xl {
    aspect-ratio: 10/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-1-xxl {
    aspect-ratio: 10/1 !important;
  }
}
body .aspect-ratio-10-2 {
  aspect-ratio: 10/2;
  position: relative;
}
body .aspect-ratio-10-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-2 img, body .aspect-ratio-10-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-2-xs {
    aspect-ratio: 10/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-2-md {
    aspect-ratio: 10/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-2-lg {
    aspect-ratio: 10/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-2-xl {
    aspect-ratio: 10/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-2-xxl {
    aspect-ratio: 10/2 !important;
  }
}
body .aspect-ratio-10-3 {
  aspect-ratio: 10/3;
  position: relative;
}
body .aspect-ratio-10-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-3 img, body .aspect-ratio-10-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-3-xs {
    aspect-ratio: 10/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-3-md {
    aspect-ratio: 10/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-3-lg {
    aspect-ratio: 10/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-3-xl {
    aspect-ratio: 10/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-3-xxl {
    aspect-ratio: 10/3 !important;
  }
}
body .aspect-ratio-10-4 {
  aspect-ratio: 10/4;
  position: relative;
}
body .aspect-ratio-10-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-4 img, body .aspect-ratio-10-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-4-xs {
    aspect-ratio: 10/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-4-md {
    aspect-ratio: 10/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-4-lg {
    aspect-ratio: 10/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-4-xl {
    aspect-ratio: 10/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-4-xxl {
    aspect-ratio: 10/4 !important;
  }
}
body .aspect-ratio-10-5 {
  aspect-ratio: 10/5;
  position: relative;
}
body .aspect-ratio-10-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-5 img, body .aspect-ratio-10-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-5-xs {
    aspect-ratio: 10/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-5-md {
    aspect-ratio: 10/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-5-lg {
    aspect-ratio: 10/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-5-xl {
    aspect-ratio: 10/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-5-xxl {
    aspect-ratio: 10/5 !important;
  }
}
body .aspect-ratio-10-6 {
  aspect-ratio: 10/6;
  position: relative;
}
body .aspect-ratio-10-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-6 img, body .aspect-ratio-10-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-6-xs {
    aspect-ratio: 10/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-6-md {
    aspect-ratio: 10/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-6-lg {
    aspect-ratio: 10/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-6-xl {
    aspect-ratio: 10/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-6-xxl {
    aspect-ratio: 10/6 !important;
  }
}
body .aspect-ratio-10-7 {
  aspect-ratio: 10/7;
  position: relative;
}
body .aspect-ratio-10-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-7 img, body .aspect-ratio-10-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-7-xs {
    aspect-ratio: 10/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-7-md {
    aspect-ratio: 10/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-7-lg {
    aspect-ratio: 10/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-7-xl {
    aspect-ratio: 10/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-7-xxl {
    aspect-ratio: 10/7 !important;
  }
}
body .aspect-ratio-10-8 {
  aspect-ratio: 10/8;
  position: relative;
}
body .aspect-ratio-10-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-8 img, body .aspect-ratio-10-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-8-xs {
    aspect-ratio: 10/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-8-md {
    aspect-ratio: 10/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-8-lg {
    aspect-ratio: 10/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-8-xl {
    aspect-ratio: 10/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-8-xxl {
    aspect-ratio: 10/8 !important;
  }
}
body .aspect-ratio-10-9 {
  aspect-ratio: 10/9;
  position: relative;
}
body .aspect-ratio-10-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-9 img, body .aspect-ratio-10-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-9-xs {
    aspect-ratio: 10/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-9-md {
    aspect-ratio: 10/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-9-lg {
    aspect-ratio: 10/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-9-xl {
    aspect-ratio: 10/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-9-xxl {
    aspect-ratio: 10/9 !important;
  }
}
body .aspect-ratio-10-10 {
  aspect-ratio: 10/10;
  position: relative;
}
body .aspect-ratio-10-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-10 img, body .aspect-ratio-10-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-10-xs {
    aspect-ratio: 10/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-10-md {
    aspect-ratio: 10/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-10-lg {
    aspect-ratio: 10/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-10-xl {
    aspect-ratio: 10/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-10-xxl {
    aspect-ratio: 10/10 !important;
  }
}
body .aspect-ratio-10-11 {
  aspect-ratio: 10/11;
  position: relative;
}
body .aspect-ratio-10-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-11 img, body .aspect-ratio-10-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-11-xs {
    aspect-ratio: 10/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-11-md {
    aspect-ratio: 10/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-11-lg {
    aspect-ratio: 10/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-11-xl {
    aspect-ratio: 10/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-11-xxl {
    aspect-ratio: 10/11 !important;
  }
}
body .aspect-ratio-10-12 {
  aspect-ratio: 10/12;
  position: relative;
}
body .aspect-ratio-10-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-12 img, body .aspect-ratio-10-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-12-xs {
    aspect-ratio: 10/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-12-md {
    aspect-ratio: 10/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-12-lg {
    aspect-ratio: 10/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-12-xl {
    aspect-ratio: 10/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-12-xxl {
    aspect-ratio: 10/12 !important;
  }
}
body .aspect-ratio-10-13 {
  aspect-ratio: 10/13;
  position: relative;
}
body .aspect-ratio-10-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-13 img, body .aspect-ratio-10-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-13-xs {
    aspect-ratio: 10/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-13-md {
    aspect-ratio: 10/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-13-lg {
    aspect-ratio: 10/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-13-xl {
    aspect-ratio: 10/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-13-xxl {
    aspect-ratio: 10/13 !important;
  }
}
body .aspect-ratio-10-14 {
  aspect-ratio: 10/14;
  position: relative;
}
body .aspect-ratio-10-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-14 img, body .aspect-ratio-10-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-14-xs {
    aspect-ratio: 10/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-14-md {
    aspect-ratio: 10/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-14-lg {
    aspect-ratio: 10/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-14-xl {
    aspect-ratio: 10/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-14-xxl {
    aspect-ratio: 10/14 !important;
  }
}
body .aspect-ratio-10-15 {
  aspect-ratio: 10/15;
  position: relative;
}
body .aspect-ratio-10-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-15 img, body .aspect-ratio-10-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-15-xs {
    aspect-ratio: 10/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-15-md {
    aspect-ratio: 10/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-15-lg {
    aspect-ratio: 10/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-15-xl {
    aspect-ratio: 10/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-15-xxl {
    aspect-ratio: 10/15 !important;
  }
}
body .aspect-ratio-10-16 {
  aspect-ratio: 10/16;
  position: relative;
}
body .aspect-ratio-10-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-16 img, body .aspect-ratio-10-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-16-xs {
    aspect-ratio: 10/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-16-md {
    aspect-ratio: 10/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-16-lg {
    aspect-ratio: 10/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-16-xl {
    aspect-ratio: 10/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-16-xxl {
    aspect-ratio: 10/16 !important;
  }
}
body .aspect-ratio-10-17 {
  aspect-ratio: 10/17;
  position: relative;
}
body .aspect-ratio-10-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-17 img, body .aspect-ratio-10-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-17-xs {
    aspect-ratio: 10/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-17-md {
    aspect-ratio: 10/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-17-lg {
    aspect-ratio: 10/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-17-xl {
    aspect-ratio: 10/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-17-xxl {
    aspect-ratio: 10/17 !important;
  }
}
body .aspect-ratio-10-18 {
  aspect-ratio: 10/18;
  position: relative;
}
body .aspect-ratio-10-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-18 img, body .aspect-ratio-10-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-18-xs {
    aspect-ratio: 10/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-18-md {
    aspect-ratio: 10/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-18-lg {
    aspect-ratio: 10/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-18-xl {
    aspect-ratio: 10/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-18-xxl {
    aspect-ratio: 10/18 !important;
  }
}
body .aspect-ratio-10-19 {
  aspect-ratio: 10/19;
  position: relative;
}
body .aspect-ratio-10-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-19 img, body .aspect-ratio-10-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-19-xs {
    aspect-ratio: 10/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-19-md {
    aspect-ratio: 10/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-19-lg {
    aspect-ratio: 10/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-19-xl {
    aspect-ratio: 10/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-19-xxl {
    aspect-ratio: 10/19 !important;
  }
}
body .aspect-ratio-10-20 {
  aspect-ratio: 10/20;
  position: relative;
}
body .aspect-ratio-10-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-20 img, body .aspect-ratio-10-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-20-xs {
    aspect-ratio: 10/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-20-md {
    aspect-ratio: 10/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-20-lg {
    aspect-ratio: 10/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-20-xl {
    aspect-ratio: 10/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-20-xxl {
    aspect-ratio: 10/20 !important;
  }
}
body .aspect-ratio-10-21 {
  aspect-ratio: 10/21;
  position: relative;
}
body .aspect-ratio-10-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-10-21 img, body .aspect-ratio-10-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-10-21-xs {
    aspect-ratio: 10/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-10-21-md {
    aspect-ratio: 10/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-10-21-lg {
    aspect-ratio: 10/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-10-21-xl {
    aspect-ratio: 10/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-10-21-xxl {
    aspect-ratio: 10/21 !important;
  }
}
body .aspect-ratio-11-1 {
  aspect-ratio: 11/1;
  position: relative;
}
body .aspect-ratio-11-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-1 img, body .aspect-ratio-11-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-1-xs {
    aspect-ratio: 11/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-1-md {
    aspect-ratio: 11/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-1-lg {
    aspect-ratio: 11/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-1-xl {
    aspect-ratio: 11/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-1-xxl {
    aspect-ratio: 11/1 !important;
  }
}
body .aspect-ratio-11-2 {
  aspect-ratio: 11/2;
  position: relative;
}
body .aspect-ratio-11-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-2 img, body .aspect-ratio-11-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-2-xs {
    aspect-ratio: 11/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-2-md {
    aspect-ratio: 11/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-2-lg {
    aspect-ratio: 11/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-2-xl {
    aspect-ratio: 11/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-2-xxl {
    aspect-ratio: 11/2 !important;
  }
}
body .aspect-ratio-11-3 {
  aspect-ratio: 11/3;
  position: relative;
}
body .aspect-ratio-11-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-3 img, body .aspect-ratio-11-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-3-xs {
    aspect-ratio: 11/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-3-md {
    aspect-ratio: 11/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-3-lg {
    aspect-ratio: 11/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-3-xl {
    aspect-ratio: 11/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-3-xxl {
    aspect-ratio: 11/3 !important;
  }
}
body .aspect-ratio-11-4 {
  aspect-ratio: 11/4;
  position: relative;
}
body .aspect-ratio-11-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-4 img, body .aspect-ratio-11-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-4-xs {
    aspect-ratio: 11/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-4-md {
    aspect-ratio: 11/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-4-lg {
    aspect-ratio: 11/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-4-xl {
    aspect-ratio: 11/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-4-xxl {
    aspect-ratio: 11/4 !important;
  }
}
body .aspect-ratio-11-5 {
  aspect-ratio: 11/5;
  position: relative;
}
body .aspect-ratio-11-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-5 img, body .aspect-ratio-11-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-5-xs {
    aspect-ratio: 11/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-5-md {
    aspect-ratio: 11/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-5-lg {
    aspect-ratio: 11/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-5-xl {
    aspect-ratio: 11/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-5-xxl {
    aspect-ratio: 11/5 !important;
  }
}
body .aspect-ratio-11-6 {
  aspect-ratio: 11/6;
  position: relative;
}
body .aspect-ratio-11-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-6 img, body .aspect-ratio-11-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-6-xs {
    aspect-ratio: 11/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-6-md {
    aspect-ratio: 11/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-6-lg {
    aspect-ratio: 11/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-6-xl {
    aspect-ratio: 11/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-6-xxl {
    aspect-ratio: 11/6 !important;
  }
}
body .aspect-ratio-11-7 {
  aspect-ratio: 11/7;
  position: relative;
}
body .aspect-ratio-11-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-7 img, body .aspect-ratio-11-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-7-xs {
    aspect-ratio: 11/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-7-md {
    aspect-ratio: 11/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-7-lg {
    aspect-ratio: 11/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-7-xl {
    aspect-ratio: 11/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-7-xxl {
    aspect-ratio: 11/7 !important;
  }
}
body .aspect-ratio-11-8 {
  aspect-ratio: 11/8;
  position: relative;
}
body .aspect-ratio-11-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-8 img, body .aspect-ratio-11-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-8-xs {
    aspect-ratio: 11/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-8-md {
    aspect-ratio: 11/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-8-lg {
    aspect-ratio: 11/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-8-xl {
    aspect-ratio: 11/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-8-xxl {
    aspect-ratio: 11/8 !important;
  }
}
body .aspect-ratio-11-9 {
  aspect-ratio: 11/9;
  position: relative;
}
body .aspect-ratio-11-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-9 img, body .aspect-ratio-11-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-9-xs {
    aspect-ratio: 11/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-9-md {
    aspect-ratio: 11/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-9-lg {
    aspect-ratio: 11/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-9-xl {
    aspect-ratio: 11/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-9-xxl {
    aspect-ratio: 11/9 !important;
  }
}
body .aspect-ratio-11-10 {
  aspect-ratio: 11/10;
  position: relative;
}
body .aspect-ratio-11-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-10 img, body .aspect-ratio-11-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-10-xs {
    aspect-ratio: 11/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-10-md {
    aspect-ratio: 11/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-10-lg {
    aspect-ratio: 11/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-10-xl {
    aspect-ratio: 11/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-10-xxl {
    aspect-ratio: 11/10 !important;
  }
}
body .aspect-ratio-11-11 {
  aspect-ratio: 11/11;
  position: relative;
}
body .aspect-ratio-11-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-11 img, body .aspect-ratio-11-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-11-xs {
    aspect-ratio: 11/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-11-md {
    aspect-ratio: 11/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-11-lg {
    aspect-ratio: 11/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-11-xl {
    aspect-ratio: 11/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-11-xxl {
    aspect-ratio: 11/11 !important;
  }
}
body .aspect-ratio-11-12 {
  aspect-ratio: 11/12;
  position: relative;
}
body .aspect-ratio-11-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-12 img, body .aspect-ratio-11-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-12-xs {
    aspect-ratio: 11/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-12-md {
    aspect-ratio: 11/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-12-lg {
    aspect-ratio: 11/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-12-xl {
    aspect-ratio: 11/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-12-xxl {
    aspect-ratio: 11/12 !important;
  }
}
body .aspect-ratio-11-13 {
  aspect-ratio: 11/13;
  position: relative;
}
body .aspect-ratio-11-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-13 img, body .aspect-ratio-11-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-13-xs {
    aspect-ratio: 11/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-13-md {
    aspect-ratio: 11/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-13-lg {
    aspect-ratio: 11/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-13-xl {
    aspect-ratio: 11/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-13-xxl {
    aspect-ratio: 11/13 !important;
  }
}
body .aspect-ratio-11-14 {
  aspect-ratio: 11/14;
  position: relative;
}
body .aspect-ratio-11-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-14 img, body .aspect-ratio-11-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-14-xs {
    aspect-ratio: 11/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-14-md {
    aspect-ratio: 11/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-14-lg {
    aspect-ratio: 11/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-14-xl {
    aspect-ratio: 11/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-14-xxl {
    aspect-ratio: 11/14 !important;
  }
}
body .aspect-ratio-11-15 {
  aspect-ratio: 11/15;
  position: relative;
}
body .aspect-ratio-11-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-15 img, body .aspect-ratio-11-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-15-xs {
    aspect-ratio: 11/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-15-md {
    aspect-ratio: 11/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-15-lg {
    aspect-ratio: 11/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-15-xl {
    aspect-ratio: 11/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-15-xxl {
    aspect-ratio: 11/15 !important;
  }
}
body .aspect-ratio-11-16 {
  aspect-ratio: 11/16;
  position: relative;
}
body .aspect-ratio-11-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-16 img, body .aspect-ratio-11-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-16-xs {
    aspect-ratio: 11/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-16-md {
    aspect-ratio: 11/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-16-lg {
    aspect-ratio: 11/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-16-xl {
    aspect-ratio: 11/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-16-xxl {
    aspect-ratio: 11/16 !important;
  }
}
body .aspect-ratio-11-17 {
  aspect-ratio: 11/17;
  position: relative;
}
body .aspect-ratio-11-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-17 img, body .aspect-ratio-11-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-17-xs {
    aspect-ratio: 11/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-17-md {
    aspect-ratio: 11/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-17-lg {
    aspect-ratio: 11/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-17-xl {
    aspect-ratio: 11/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-17-xxl {
    aspect-ratio: 11/17 !important;
  }
}
body .aspect-ratio-11-18 {
  aspect-ratio: 11/18;
  position: relative;
}
body .aspect-ratio-11-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-18 img, body .aspect-ratio-11-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-18-xs {
    aspect-ratio: 11/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-18-md {
    aspect-ratio: 11/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-18-lg {
    aspect-ratio: 11/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-18-xl {
    aspect-ratio: 11/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-18-xxl {
    aspect-ratio: 11/18 !important;
  }
}
body .aspect-ratio-11-19 {
  aspect-ratio: 11/19;
  position: relative;
}
body .aspect-ratio-11-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-19 img, body .aspect-ratio-11-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-19-xs {
    aspect-ratio: 11/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-19-md {
    aspect-ratio: 11/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-19-lg {
    aspect-ratio: 11/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-19-xl {
    aspect-ratio: 11/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-19-xxl {
    aspect-ratio: 11/19 !important;
  }
}
body .aspect-ratio-11-20 {
  aspect-ratio: 11/20;
  position: relative;
}
body .aspect-ratio-11-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-20 img, body .aspect-ratio-11-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-20-xs {
    aspect-ratio: 11/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-20-md {
    aspect-ratio: 11/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-20-lg {
    aspect-ratio: 11/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-20-xl {
    aspect-ratio: 11/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-20-xxl {
    aspect-ratio: 11/20 !important;
  }
}
body .aspect-ratio-11-21 {
  aspect-ratio: 11/21;
  position: relative;
}
body .aspect-ratio-11-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-11-21 img, body .aspect-ratio-11-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-11-21-xs {
    aspect-ratio: 11/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-11-21-md {
    aspect-ratio: 11/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-11-21-lg {
    aspect-ratio: 11/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-11-21-xl {
    aspect-ratio: 11/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-11-21-xxl {
    aspect-ratio: 11/21 !important;
  }
}
body .aspect-ratio-12-1 {
  aspect-ratio: 12/1;
  position: relative;
}
body .aspect-ratio-12-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-1 img, body .aspect-ratio-12-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-1-xs {
    aspect-ratio: 12/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-1-md {
    aspect-ratio: 12/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-1-lg {
    aspect-ratio: 12/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-1-xl {
    aspect-ratio: 12/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-1-xxl {
    aspect-ratio: 12/1 !important;
  }
}
body .aspect-ratio-12-2 {
  aspect-ratio: 12/2;
  position: relative;
}
body .aspect-ratio-12-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-2 img, body .aspect-ratio-12-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-2-xs {
    aspect-ratio: 12/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-2-md {
    aspect-ratio: 12/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-2-lg {
    aspect-ratio: 12/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-2-xl {
    aspect-ratio: 12/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-2-xxl {
    aspect-ratio: 12/2 !important;
  }
}
body .aspect-ratio-12-3 {
  aspect-ratio: 12/3;
  position: relative;
}
body .aspect-ratio-12-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-3 img, body .aspect-ratio-12-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-3-xs {
    aspect-ratio: 12/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-3-md {
    aspect-ratio: 12/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-3-lg {
    aspect-ratio: 12/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-3-xl {
    aspect-ratio: 12/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-3-xxl {
    aspect-ratio: 12/3 !important;
  }
}
body .aspect-ratio-12-4 {
  aspect-ratio: 12/4;
  position: relative;
}
body .aspect-ratio-12-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-4 img, body .aspect-ratio-12-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-4-xs {
    aspect-ratio: 12/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-4-md {
    aspect-ratio: 12/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-4-lg {
    aspect-ratio: 12/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-4-xl {
    aspect-ratio: 12/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-4-xxl {
    aspect-ratio: 12/4 !important;
  }
}
body .aspect-ratio-12-5 {
  aspect-ratio: 12/5;
  position: relative;
}
body .aspect-ratio-12-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-5 img, body .aspect-ratio-12-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-5-xs {
    aspect-ratio: 12/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-5-md {
    aspect-ratio: 12/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-5-lg {
    aspect-ratio: 12/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-5-xl {
    aspect-ratio: 12/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-5-xxl {
    aspect-ratio: 12/5 !important;
  }
}
body .aspect-ratio-12-6 {
  aspect-ratio: 12/6;
  position: relative;
}
body .aspect-ratio-12-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-6 img, body .aspect-ratio-12-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-6-xs {
    aspect-ratio: 12/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-6-md {
    aspect-ratio: 12/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-6-lg {
    aspect-ratio: 12/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-6-xl {
    aspect-ratio: 12/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-6-xxl {
    aspect-ratio: 12/6 !important;
  }
}
body .aspect-ratio-12-7 {
  aspect-ratio: 12/7;
  position: relative;
}
body .aspect-ratio-12-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-7 img, body .aspect-ratio-12-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-7-xs {
    aspect-ratio: 12/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-7-md {
    aspect-ratio: 12/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-7-lg {
    aspect-ratio: 12/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-7-xl {
    aspect-ratio: 12/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-7-xxl {
    aspect-ratio: 12/7 !important;
  }
}
body .aspect-ratio-12-8 {
  aspect-ratio: 12/8;
  position: relative;
}
body .aspect-ratio-12-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-8 img, body .aspect-ratio-12-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-8-xs {
    aspect-ratio: 12/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-8-md {
    aspect-ratio: 12/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-8-lg {
    aspect-ratio: 12/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-8-xl {
    aspect-ratio: 12/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-8-xxl {
    aspect-ratio: 12/8 !important;
  }
}
body .aspect-ratio-12-9 {
  aspect-ratio: 12/9;
  position: relative;
}
body .aspect-ratio-12-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-9 img, body .aspect-ratio-12-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-9-xs {
    aspect-ratio: 12/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-9-md {
    aspect-ratio: 12/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-9-lg {
    aspect-ratio: 12/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-9-xl {
    aspect-ratio: 12/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-9-xxl {
    aspect-ratio: 12/9 !important;
  }
}
body .aspect-ratio-12-10 {
  aspect-ratio: 12/10;
  position: relative;
}
body .aspect-ratio-12-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-10 img, body .aspect-ratio-12-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-10-xs {
    aspect-ratio: 12/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-10-md {
    aspect-ratio: 12/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-10-lg {
    aspect-ratio: 12/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-10-xl {
    aspect-ratio: 12/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-10-xxl {
    aspect-ratio: 12/10 !important;
  }
}
body .aspect-ratio-12-11 {
  aspect-ratio: 12/11;
  position: relative;
}
body .aspect-ratio-12-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-11 img, body .aspect-ratio-12-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-11-xs {
    aspect-ratio: 12/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-11-md {
    aspect-ratio: 12/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-11-lg {
    aspect-ratio: 12/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-11-xl {
    aspect-ratio: 12/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-11-xxl {
    aspect-ratio: 12/11 !important;
  }
}
body .aspect-ratio-12-12 {
  aspect-ratio: 12/12;
  position: relative;
}
body .aspect-ratio-12-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-12 img, body .aspect-ratio-12-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-12-xs {
    aspect-ratio: 12/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-12-md {
    aspect-ratio: 12/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-12-lg {
    aspect-ratio: 12/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-12-xl {
    aspect-ratio: 12/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-12-xxl {
    aspect-ratio: 12/12 !important;
  }
}
body .aspect-ratio-12-13 {
  aspect-ratio: 12/13;
  position: relative;
}
body .aspect-ratio-12-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-13 img, body .aspect-ratio-12-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-13-xs {
    aspect-ratio: 12/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-13-md {
    aspect-ratio: 12/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-13-lg {
    aspect-ratio: 12/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-13-xl {
    aspect-ratio: 12/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-13-xxl {
    aspect-ratio: 12/13 !important;
  }
}
body .aspect-ratio-12-14 {
  aspect-ratio: 12/14;
  position: relative;
}
body .aspect-ratio-12-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-14 img, body .aspect-ratio-12-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-14-xs {
    aspect-ratio: 12/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-14-md {
    aspect-ratio: 12/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-14-lg {
    aspect-ratio: 12/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-14-xl {
    aspect-ratio: 12/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-14-xxl {
    aspect-ratio: 12/14 !important;
  }
}
body .aspect-ratio-12-15 {
  aspect-ratio: 12/15;
  position: relative;
}
body .aspect-ratio-12-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-15 img, body .aspect-ratio-12-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-15-xs {
    aspect-ratio: 12/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-15-md {
    aspect-ratio: 12/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-15-lg {
    aspect-ratio: 12/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-15-xl {
    aspect-ratio: 12/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-15-xxl {
    aspect-ratio: 12/15 !important;
  }
}
body .aspect-ratio-12-16 {
  aspect-ratio: 12/16;
  position: relative;
}
body .aspect-ratio-12-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-16 img, body .aspect-ratio-12-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-16-xs {
    aspect-ratio: 12/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-16-md {
    aspect-ratio: 12/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-16-lg {
    aspect-ratio: 12/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-16-xl {
    aspect-ratio: 12/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-16-xxl {
    aspect-ratio: 12/16 !important;
  }
}
body .aspect-ratio-12-17 {
  aspect-ratio: 12/17;
  position: relative;
}
body .aspect-ratio-12-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-17 img, body .aspect-ratio-12-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-17-xs {
    aspect-ratio: 12/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-17-md {
    aspect-ratio: 12/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-17-lg {
    aspect-ratio: 12/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-17-xl {
    aspect-ratio: 12/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-17-xxl {
    aspect-ratio: 12/17 !important;
  }
}
body .aspect-ratio-12-18 {
  aspect-ratio: 12/18;
  position: relative;
}
body .aspect-ratio-12-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-18 img, body .aspect-ratio-12-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-18-xs {
    aspect-ratio: 12/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-18-md {
    aspect-ratio: 12/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-18-lg {
    aspect-ratio: 12/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-18-xl {
    aspect-ratio: 12/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-18-xxl {
    aspect-ratio: 12/18 !important;
  }
}
body .aspect-ratio-12-19 {
  aspect-ratio: 12/19;
  position: relative;
}
body .aspect-ratio-12-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-19 img, body .aspect-ratio-12-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-19-xs {
    aspect-ratio: 12/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-19-md {
    aspect-ratio: 12/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-19-lg {
    aspect-ratio: 12/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-19-xl {
    aspect-ratio: 12/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-19-xxl {
    aspect-ratio: 12/19 !important;
  }
}
body .aspect-ratio-12-20 {
  aspect-ratio: 12/20;
  position: relative;
}
body .aspect-ratio-12-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-20 img, body .aspect-ratio-12-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-20-xs {
    aspect-ratio: 12/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-20-md {
    aspect-ratio: 12/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-20-lg {
    aspect-ratio: 12/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-20-xl {
    aspect-ratio: 12/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-20-xxl {
    aspect-ratio: 12/20 !important;
  }
}
body .aspect-ratio-12-21 {
  aspect-ratio: 12/21;
  position: relative;
}
body .aspect-ratio-12-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-12-21 img, body .aspect-ratio-12-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-12-21-xs {
    aspect-ratio: 12/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-12-21-md {
    aspect-ratio: 12/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-12-21-lg {
    aspect-ratio: 12/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-12-21-xl {
    aspect-ratio: 12/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-12-21-xxl {
    aspect-ratio: 12/21 !important;
  }
}
body .aspect-ratio-13-1 {
  aspect-ratio: 13/1;
  position: relative;
}
body .aspect-ratio-13-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-1 img, body .aspect-ratio-13-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-1-xs {
    aspect-ratio: 13/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-1-md {
    aspect-ratio: 13/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-1-lg {
    aspect-ratio: 13/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-1-xl {
    aspect-ratio: 13/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-1-xxl {
    aspect-ratio: 13/1 !important;
  }
}
body .aspect-ratio-13-2 {
  aspect-ratio: 13/2;
  position: relative;
}
body .aspect-ratio-13-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-2 img, body .aspect-ratio-13-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-2-xs {
    aspect-ratio: 13/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-2-md {
    aspect-ratio: 13/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-2-lg {
    aspect-ratio: 13/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-2-xl {
    aspect-ratio: 13/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-2-xxl {
    aspect-ratio: 13/2 !important;
  }
}
body .aspect-ratio-13-3 {
  aspect-ratio: 13/3;
  position: relative;
}
body .aspect-ratio-13-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-3 img, body .aspect-ratio-13-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-3-xs {
    aspect-ratio: 13/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-3-md {
    aspect-ratio: 13/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-3-lg {
    aspect-ratio: 13/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-3-xl {
    aspect-ratio: 13/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-3-xxl {
    aspect-ratio: 13/3 !important;
  }
}
body .aspect-ratio-13-4 {
  aspect-ratio: 13/4;
  position: relative;
}
body .aspect-ratio-13-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-4 img, body .aspect-ratio-13-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-4-xs {
    aspect-ratio: 13/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-4-md {
    aspect-ratio: 13/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-4-lg {
    aspect-ratio: 13/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-4-xl {
    aspect-ratio: 13/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-4-xxl {
    aspect-ratio: 13/4 !important;
  }
}
body .aspect-ratio-13-5 {
  aspect-ratio: 13/5;
  position: relative;
}
body .aspect-ratio-13-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-5 img, body .aspect-ratio-13-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-5-xs {
    aspect-ratio: 13/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-5-md {
    aspect-ratio: 13/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-5-lg {
    aspect-ratio: 13/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-5-xl {
    aspect-ratio: 13/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-5-xxl {
    aspect-ratio: 13/5 !important;
  }
}
body .aspect-ratio-13-6 {
  aspect-ratio: 13/6;
  position: relative;
}
body .aspect-ratio-13-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-6 img, body .aspect-ratio-13-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-6-xs {
    aspect-ratio: 13/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-6-md {
    aspect-ratio: 13/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-6-lg {
    aspect-ratio: 13/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-6-xl {
    aspect-ratio: 13/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-6-xxl {
    aspect-ratio: 13/6 !important;
  }
}
body .aspect-ratio-13-7 {
  aspect-ratio: 13/7;
  position: relative;
}
body .aspect-ratio-13-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-7 img, body .aspect-ratio-13-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-7-xs {
    aspect-ratio: 13/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-7-md {
    aspect-ratio: 13/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-7-lg {
    aspect-ratio: 13/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-7-xl {
    aspect-ratio: 13/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-7-xxl {
    aspect-ratio: 13/7 !important;
  }
}
body .aspect-ratio-13-8 {
  aspect-ratio: 13/8;
  position: relative;
}
body .aspect-ratio-13-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-8 img, body .aspect-ratio-13-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-8-xs {
    aspect-ratio: 13/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-8-md {
    aspect-ratio: 13/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-8-lg {
    aspect-ratio: 13/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-8-xl {
    aspect-ratio: 13/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-8-xxl {
    aspect-ratio: 13/8 !important;
  }
}
body .aspect-ratio-13-9 {
  aspect-ratio: 13/9;
  position: relative;
}
body .aspect-ratio-13-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-9 img, body .aspect-ratio-13-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-9-xs {
    aspect-ratio: 13/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-9-md {
    aspect-ratio: 13/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-9-lg {
    aspect-ratio: 13/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-9-xl {
    aspect-ratio: 13/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-9-xxl {
    aspect-ratio: 13/9 !important;
  }
}
body .aspect-ratio-13-10 {
  aspect-ratio: 13/10;
  position: relative;
}
body .aspect-ratio-13-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-10 img, body .aspect-ratio-13-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-10-xs {
    aspect-ratio: 13/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-10-md {
    aspect-ratio: 13/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-10-lg {
    aspect-ratio: 13/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-10-xl {
    aspect-ratio: 13/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-10-xxl {
    aspect-ratio: 13/10 !important;
  }
}
body .aspect-ratio-13-11 {
  aspect-ratio: 13/11;
  position: relative;
}
body .aspect-ratio-13-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-11 img, body .aspect-ratio-13-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-11-xs {
    aspect-ratio: 13/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-11-md {
    aspect-ratio: 13/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-11-lg {
    aspect-ratio: 13/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-11-xl {
    aspect-ratio: 13/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-11-xxl {
    aspect-ratio: 13/11 !important;
  }
}
body .aspect-ratio-13-12 {
  aspect-ratio: 13/12;
  position: relative;
}
body .aspect-ratio-13-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-12 img, body .aspect-ratio-13-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-12-xs {
    aspect-ratio: 13/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-12-md {
    aspect-ratio: 13/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-12-lg {
    aspect-ratio: 13/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-12-xl {
    aspect-ratio: 13/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-12-xxl {
    aspect-ratio: 13/12 !important;
  }
}
body .aspect-ratio-13-13 {
  aspect-ratio: 13/13;
  position: relative;
}
body .aspect-ratio-13-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-13 img, body .aspect-ratio-13-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-13-xs {
    aspect-ratio: 13/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-13-md {
    aspect-ratio: 13/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-13-lg {
    aspect-ratio: 13/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-13-xl {
    aspect-ratio: 13/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-13-xxl {
    aspect-ratio: 13/13 !important;
  }
}
body .aspect-ratio-13-14 {
  aspect-ratio: 13/14;
  position: relative;
}
body .aspect-ratio-13-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-14 img, body .aspect-ratio-13-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-14-xs {
    aspect-ratio: 13/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-14-md {
    aspect-ratio: 13/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-14-lg {
    aspect-ratio: 13/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-14-xl {
    aspect-ratio: 13/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-14-xxl {
    aspect-ratio: 13/14 !important;
  }
}
body .aspect-ratio-13-15 {
  aspect-ratio: 13/15;
  position: relative;
}
body .aspect-ratio-13-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-15 img, body .aspect-ratio-13-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-15-xs {
    aspect-ratio: 13/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-15-md {
    aspect-ratio: 13/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-15-lg {
    aspect-ratio: 13/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-15-xl {
    aspect-ratio: 13/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-15-xxl {
    aspect-ratio: 13/15 !important;
  }
}
body .aspect-ratio-13-16 {
  aspect-ratio: 13/16;
  position: relative;
}
body .aspect-ratio-13-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-16 img, body .aspect-ratio-13-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-16-xs {
    aspect-ratio: 13/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-16-md {
    aspect-ratio: 13/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-16-lg {
    aspect-ratio: 13/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-16-xl {
    aspect-ratio: 13/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-16-xxl {
    aspect-ratio: 13/16 !important;
  }
}
body .aspect-ratio-13-17 {
  aspect-ratio: 13/17;
  position: relative;
}
body .aspect-ratio-13-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-17 img, body .aspect-ratio-13-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-17-xs {
    aspect-ratio: 13/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-17-md {
    aspect-ratio: 13/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-17-lg {
    aspect-ratio: 13/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-17-xl {
    aspect-ratio: 13/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-17-xxl {
    aspect-ratio: 13/17 !important;
  }
}
body .aspect-ratio-13-18 {
  aspect-ratio: 13/18;
  position: relative;
}
body .aspect-ratio-13-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-18 img, body .aspect-ratio-13-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-18-xs {
    aspect-ratio: 13/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-18-md {
    aspect-ratio: 13/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-18-lg {
    aspect-ratio: 13/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-18-xl {
    aspect-ratio: 13/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-18-xxl {
    aspect-ratio: 13/18 !important;
  }
}
body .aspect-ratio-13-19 {
  aspect-ratio: 13/19;
  position: relative;
}
body .aspect-ratio-13-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-19 img, body .aspect-ratio-13-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-19-xs {
    aspect-ratio: 13/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-19-md {
    aspect-ratio: 13/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-19-lg {
    aspect-ratio: 13/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-19-xl {
    aspect-ratio: 13/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-19-xxl {
    aspect-ratio: 13/19 !important;
  }
}
body .aspect-ratio-13-20 {
  aspect-ratio: 13/20;
  position: relative;
}
body .aspect-ratio-13-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-20 img, body .aspect-ratio-13-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-20-xs {
    aspect-ratio: 13/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-20-md {
    aspect-ratio: 13/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-20-lg {
    aspect-ratio: 13/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-20-xl {
    aspect-ratio: 13/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-20-xxl {
    aspect-ratio: 13/20 !important;
  }
}
body .aspect-ratio-13-21 {
  aspect-ratio: 13/21;
  position: relative;
}
body .aspect-ratio-13-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-13-21 img, body .aspect-ratio-13-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-13-21-xs {
    aspect-ratio: 13/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-13-21-md {
    aspect-ratio: 13/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-13-21-lg {
    aspect-ratio: 13/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-13-21-xl {
    aspect-ratio: 13/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-13-21-xxl {
    aspect-ratio: 13/21 !important;
  }
}
body .aspect-ratio-14-1 {
  aspect-ratio: 14/1;
  position: relative;
}
body .aspect-ratio-14-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-1 img, body .aspect-ratio-14-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-1-xs {
    aspect-ratio: 14/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-1-md {
    aspect-ratio: 14/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-1-lg {
    aspect-ratio: 14/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-1-xl {
    aspect-ratio: 14/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-1-xxl {
    aspect-ratio: 14/1 !important;
  }
}
body .aspect-ratio-14-2 {
  aspect-ratio: 14/2;
  position: relative;
}
body .aspect-ratio-14-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-2 img, body .aspect-ratio-14-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-2-xs {
    aspect-ratio: 14/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-2-md {
    aspect-ratio: 14/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-2-lg {
    aspect-ratio: 14/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-2-xl {
    aspect-ratio: 14/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-2-xxl {
    aspect-ratio: 14/2 !important;
  }
}
body .aspect-ratio-14-3 {
  aspect-ratio: 14/3;
  position: relative;
}
body .aspect-ratio-14-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-3 img, body .aspect-ratio-14-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-3-xs {
    aspect-ratio: 14/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-3-md {
    aspect-ratio: 14/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-3-lg {
    aspect-ratio: 14/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-3-xl {
    aspect-ratio: 14/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-3-xxl {
    aspect-ratio: 14/3 !important;
  }
}
body .aspect-ratio-14-4 {
  aspect-ratio: 14/4;
  position: relative;
}
body .aspect-ratio-14-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-4 img, body .aspect-ratio-14-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-4-xs {
    aspect-ratio: 14/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-4-md {
    aspect-ratio: 14/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-4-lg {
    aspect-ratio: 14/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-4-xl {
    aspect-ratio: 14/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-4-xxl {
    aspect-ratio: 14/4 !important;
  }
}
body .aspect-ratio-14-5 {
  aspect-ratio: 14/5;
  position: relative;
}
body .aspect-ratio-14-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-5 img, body .aspect-ratio-14-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-5-xs {
    aspect-ratio: 14/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-5-md {
    aspect-ratio: 14/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-5-lg {
    aspect-ratio: 14/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-5-xl {
    aspect-ratio: 14/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-5-xxl {
    aspect-ratio: 14/5 !important;
  }
}
body .aspect-ratio-14-6 {
  aspect-ratio: 14/6;
  position: relative;
}
body .aspect-ratio-14-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-6 img, body .aspect-ratio-14-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-6-xs {
    aspect-ratio: 14/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-6-md {
    aspect-ratio: 14/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-6-lg {
    aspect-ratio: 14/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-6-xl {
    aspect-ratio: 14/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-6-xxl {
    aspect-ratio: 14/6 !important;
  }
}
body .aspect-ratio-14-7 {
  aspect-ratio: 14/7;
  position: relative;
}
body .aspect-ratio-14-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-7 img, body .aspect-ratio-14-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-7-xs {
    aspect-ratio: 14/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-7-md {
    aspect-ratio: 14/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-7-lg {
    aspect-ratio: 14/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-7-xl {
    aspect-ratio: 14/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-7-xxl {
    aspect-ratio: 14/7 !important;
  }
}
body .aspect-ratio-14-8 {
  aspect-ratio: 14/8;
  position: relative;
}
body .aspect-ratio-14-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-8 img, body .aspect-ratio-14-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-8-xs {
    aspect-ratio: 14/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-8-md {
    aspect-ratio: 14/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-8-lg {
    aspect-ratio: 14/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-8-xl {
    aspect-ratio: 14/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-8-xxl {
    aspect-ratio: 14/8 !important;
  }
}
body .aspect-ratio-14-9 {
  aspect-ratio: 14/9;
  position: relative;
}
body .aspect-ratio-14-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-9 img, body .aspect-ratio-14-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-9-xs {
    aspect-ratio: 14/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-9-md {
    aspect-ratio: 14/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-9-lg {
    aspect-ratio: 14/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-9-xl {
    aspect-ratio: 14/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-9-xxl {
    aspect-ratio: 14/9 !important;
  }
}
body .aspect-ratio-14-10 {
  aspect-ratio: 14/10;
  position: relative;
}
body .aspect-ratio-14-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-10 img, body .aspect-ratio-14-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-10-xs {
    aspect-ratio: 14/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-10-md {
    aspect-ratio: 14/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-10-lg {
    aspect-ratio: 14/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-10-xl {
    aspect-ratio: 14/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-10-xxl {
    aspect-ratio: 14/10 !important;
  }
}
body .aspect-ratio-14-11 {
  aspect-ratio: 14/11;
  position: relative;
}
body .aspect-ratio-14-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-11 img, body .aspect-ratio-14-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-11-xs {
    aspect-ratio: 14/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-11-md {
    aspect-ratio: 14/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-11-lg {
    aspect-ratio: 14/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-11-xl {
    aspect-ratio: 14/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-11-xxl {
    aspect-ratio: 14/11 !important;
  }
}
body .aspect-ratio-14-12 {
  aspect-ratio: 14/12;
  position: relative;
}
body .aspect-ratio-14-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-12 img, body .aspect-ratio-14-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-12-xs {
    aspect-ratio: 14/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-12-md {
    aspect-ratio: 14/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-12-lg {
    aspect-ratio: 14/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-12-xl {
    aspect-ratio: 14/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-12-xxl {
    aspect-ratio: 14/12 !important;
  }
}
body .aspect-ratio-14-13 {
  aspect-ratio: 14/13;
  position: relative;
}
body .aspect-ratio-14-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-13 img, body .aspect-ratio-14-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-13-xs {
    aspect-ratio: 14/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-13-md {
    aspect-ratio: 14/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-13-lg {
    aspect-ratio: 14/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-13-xl {
    aspect-ratio: 14/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-13-xxl {
    aspect-ratio: 14/13 !important;
  }
}
body .aspect-ratio-14-14 {
  aspect-ratio: 14/14;
  position: relative;
}
body .aspect-ratio-14-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-14 img, body .aspect-ratio-14-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-14-xs {
    aspect-ratio: 14/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-14-md {
    aspect-ratio: 14/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-14-lg {
    aspect-ratio: 14/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-14-xl {
    aspect-ratio: 14/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-14-xxl {
    aspect-ratio: 14/14 !important;
  }
}
body .aspect-ratio-14-15 {
  aspect-ratio: 14/15;
  position: relative;
}
body .aspect-ratio-14-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-15 img, body .aspect-ratio-14-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-15-xs {
    aspect-ratio: 14/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-15-md {
    aspect-ratio: 14/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-15-lg {
    aspect-ratio: 14/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-15-xl {
    aspect-ratio: 14/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-15-xxl {
    aspect-ratio: 14/15 !important;
  }
}
body .aspect-ratio-14-16 {
  aspect-ratio: 14/16;
  position: relative;
}
body .aspect-ratio-14-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-16 img, body .aspect-ratio-14-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-16-xs {
    aspect-ratio: 14/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-16-md {
    aspect-ratio: 14/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-16-lg {
    aspect-ratio: 14/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-16-xl {
    aspect-ratio: 14/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-16-xxl {
    aspect-ratio: 14/16 !important;
  }
}
body .aspect-ratio-14-17 {
  aspect-ratio: 14/17;
  position: relative;
}
body .aspect-ratio-14-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-17 img, body .aspect-ratio-14-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-17-xs {
    aspect-ratio: 14/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-17-md {
    aspect-ratio: 14/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-17-lg {
    aspect-ratio: 14/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-17-xl {
    aspect-ratio: 14/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-17-xxl {
    aspect-ratio: 14/17 !important;
  }
}
body .aspect-ratio-14-18 {
  aspect-ratio: 14/18;
  position: relative;
}
body .aspect-ratio-14-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-18 img, body .aspect-ratio-14-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-18-xs {
    aspect-ratio: 14/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-18-md {
    aspect-ratio: 14/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-18-lg {
    aspect-ratio: 14/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-18-xl {
    aspect-ratio: 14/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-18-xxl {
    aspect-ratio: 14/18 !important;
  }
}
body .aspect-ratio-14-19 {
  aspect-ratio: 14/19;
  position: relative;
}
body .aspect-ratio-14-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-19 img, body .aspect-ratio-14-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-19-xs {
    aspect-ratio: 14/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-19-md {
    aspect-ratio: 14/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-19-lg {
    aspect-ratio: 14/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-19-xl {
    aspect-ratio: 14/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-19-xxl {
    aspect-ratio: 14/19 !important;
  }
}
body .aspect-ratio-14-20 {
  aspect-ratio: 14/20;
  position: relative;
}
body .aspect-ratio-14-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-20 img, body .aspect-ratio-14-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-20-xs {
    aspect-ratio: 14/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-20-md {
    aspect-ratio: 14/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-20-lg {
    aspect-ratio: 14/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-20-xl {
    aspect-ratio: 14/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-20-xxl {
    aspect-ratio: 14/20 !important;
  }
}
body .aspect-ratio-14-21 {
  aspect-ratio: 14/21;
  position: relative;
}
body .aspect-ratio-14-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-14-21 img, body .aspect-ratio-14-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-14-21-xs {
    aspect-ratio: 14/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-14-21-md {
    aspect-ratio: 14/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-14-21-lg {
    aspect-ratio: 14/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-14-21-xl {
    aspect-ratio: 14/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-14-21-xxl {
    aspect-ratio: 14/21 !important;
  }
}
body .aspect-ratio-15-1 {
  aspect-ratio: 15/1;
  position: relative;
}
body .aspect-ratio-15-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-1 img, body .aspect-ratio-15-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-1-xs {
    aspect-ratio: 15/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-1-md {
    aspect-ratio: 15/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-1-lg {
    aspect-ratio: 15/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-1-xl {
    aspect-ratio: 15/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-1-xxl {
    aspect-ratio: 15/1 !important;
  }
}
body .aspect-ratio-15-2 {
  aspect-ratio: 15/2;
  position: relative;
}
body .aspect-ratio-15-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-2 img, body .aspect-ratio-15-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-2-xs {
    aspect-ratio: 15/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-2-md {
    aspect-ratio: 15/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-2-lg {
    aspect-ratio: 15/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-2-xl {
    aspect-ratio: 15/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-2-xxl {
    aspect-ratio: 15/2 !important;
  }
}
body .aspect-ratio-15-3 {
  aspect-ratio: 15/3;
  position: relative;
}
body .aspect-ratio-15-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-3 img, body .aspect-ratio-15-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-3-xs {
    aspect-ratio: 15/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-3-md {
    aspect-ratio: 15/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-3-lg {
    aspect-ratio: 15/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-3-xl {
    aspect-ratio: 15/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-3-xxl {
    aspect-ratio: 15/3 !important;
  }
}
body .aspect-ratio-15-4 {
  aspect-ratio: 15/4;
  position: relative;
}
body .aspect-ratio-15-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-4 img, body .aspect-ratio-15-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-4-xs {
    aspect-ratio: 15/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-4-md {
    aspect-ratio: 15/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-4-lg {
    aspect-ratio: 15/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-4-xl {
    aspect-ratio: 15/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-4-xxl {
    aspect-ratio: 15/4 !important;
  }
}
body .aspect-ratio-15-5 {
  aspect-ratio: 15/5;
  position: relative;
}
body .aspect-ratio-15-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-5 img, body .aspect-ratio-15-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-5-xs {
    aspect-ratio: 15/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-5-md {
    aspect-ratio: 15/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-5-lg {
    aspect-ratio: 15/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-5-xl {
    aspect-ratio: 15/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-5-xxl {
    aspect-ratio: 15/5 !important;
  }
}
body .aspect-ratio-15-6 {
  aspect-ratio: 15/6;
  position: relative;
}
body .aspect-ratio-15-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-6 img, body .aspect-ratio-15-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-6-xs {
    aspect-ratio: 15/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-6-md {
    aspect-ratio: 15/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-6-lg {
    aspect-ratio: 15/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-6-xl {
    aspect-ratio: 15/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-6-xxl {
    aspect-ratio: 15/6 !important;
  }
}
body .aspect-ratio-15-7 {
  aspect-ratio: 15/7;
  position: relative;
}
body .aspect-ratio-15-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-7 img, body .aspect-ratio-15-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-7-xs {
    aspect-ratio: 15/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-7-md {
    aspect-ratio: 15/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-7-lg {
    aspect-ratio: 15/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-7-xl {
    aspect-ratio: 15/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-7-xxl {
    aspect-ratio: 15/7 !important;
  }
}
body .aspect-ratio-15-8 {
  aspect-ratio: 15/8;
  position: relative;
}
body .aspect-ratio-15-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-8 img, body .aspect-ratio-15-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-8-xs {
    aspect-ratio: 15/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-8-md {
    aspect-ratio: 15/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-8-lg {
    aspect-ratio: 15/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-8-xl {
    aspect-ratio: 15/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-8-xxl {
    aspect-ratio: 15/8 !important;
  }
}
body .aspect-ratio-15-9 {
  aspect-ratio: 15/9;
  position: relative;
}
body .aspect-ratio-15-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-9 img, body .aspect-ratio-15-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-9-xs {
    aspect-ratio: 15/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-9-md {
    aspect-ratio: 15/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-9-lg {
    aspect-ratio: 15/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-9-xl {
    aspect-ratio: 15/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-9-xxl {
    aspect-ratio: 15/9 !important;
  }
}
body .aspect-ratio-15-10 {
  aspect-ratio: 15/10;
  position: relative;
}
body .aspect-ratio-15-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-10 img, body .aspect-ratio-15-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-10-xs {
    aspect-ratio: 15/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-10-md {
    aspect-ratio: 15/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-10-lg {
    aspect-ratio: 15/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-10-xl {
    aspect-ratio: 15/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-10-xxl {
    aspect-ratio: 15/10 !important;
  }
}
body .aspect-ratio-15-11 {
  aspect-ratio: 15/11;
  position: relative;
}
body .aspect-ratio-15-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-11 img, body .aspect-ratio-15-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-11-xs {
    aspect-ratio: 15/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-11-md {
    aspect-ratio: 15/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-11-lg {
    aspect-ratio: 15/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-11-xl {
    aspect-ratio: 15/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-11-xxl {
    aspect-ratio: 15/11 !important;
  }
}
body .aspect-ratio-15-12 {
  aspect-ratio: 15/12;
  position: relative;
}
body .aspect-ratio-15-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-12 img, body .aspect-ratio-15-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-12-xs {
    aspect-ratio: 15/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-12-md {
    aspect-ratio: 15/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-12-lg {
    aspect-ratio: 15/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-12-xl {
    aspect-ratio: 15/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-12-xxl {
    aspect-ratio: 15/12 !important;
  }
}
body .aspect-ratio-15-13 {
  aspect-ratio: 15/13;
  position: relative;
}
body .aspect-ratio-15-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-13 img, body .aspect-ratio-15-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-13-xs {
    aspect-ratio: 15/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-13-md {
    aspect-ratio: 15/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-13-lg {
    aspect-ratio: 15/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-13-xl {
    aspect-ratio: 15/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-13-xxl {
    aspect-ratio: 15/13 !important;
  }
}
body .aspect-ratio-15-14 {
  aspect-ratio: 15/14;
  position: relative;
}
body .aspect-ratio-15-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-14 img, body .aspect-ratio-15-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-14-xs {
    aspect-ratio: 15/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-14-md {
    aspect-ratio: 15/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-14-lg {
    aspect-ratio: 15/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-14-xl {
    aspect-ratio: 15/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-14-xxl {
    aspect-ratio: 15/14 !important;
  }
}
body .aspect-ratio-15-15 {
  aspect-ratio: 15/15;
  position: relative;
}
body .aspect-ratio-15-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-15 img, body .aspect-ratio-15-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-15-xs {
    aspect-ratio: 15/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-15-md {
    aspect-ratio: 15/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-15-lg {
    aspect-ratio: 15/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-15-xl {
    aspect-ratio: 15/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-15-xxl {
    aspect-ratio: 15/15 !important;
  }
}
body .aspect-ratio-15-16 {
  aspect-ratio: 15/16;
  position: relative;
}
body .aspect-ratio-15-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-16 img, body .aspect-ratio-15-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-16-xs {
    aspect-ratio: 15/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-16-md {
    aspect-ratio: 15/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-16-lg {
    aspect-ratio: 15/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-16-xl {
    aspect-ratio: 15/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-16-xxl {
    aspect-ratio: 15/16 !important;
  }
}
body .aspect-ratio-15-17 {
  aspect-ratio: 15/17;
  position: relative;
}
body .aspect-ratio-15-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-17 img, body .aspect-ratio-15-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-17-xs {
    aspect-ratio: 15/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-17-md {
    aspect-ratio: 15/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-17-lg {
    aspect-ratio: 15/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-17-xl {
    aspect-ratio: 15/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-17-xxl {
    aspect-ratio: 15/17 !important;
  }
}
body .aspect-ratio-15-18 {
  aspect-ratio: 15/18;
  position: relative;
}
body .aspect-ratio-15-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-18 img, body .aspect-ratio-15-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-18-xs {
    aspect-ratio: 15/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-18-md {
    aspect-ratio: 15/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-18-lg {
    aspect-ratio: 15/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-18-xl {
    aspect-ratio: 15/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-18-xxl {
    aspect-ratio: 15/18 !important;
  }
}
body .aspect-ratio-15-19 {
  aspect-ratio: 15/19;
  position: relative;
}
body .aspect-ratio-15-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-19 img, body .aspect-ratio-15-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-19-xs {
    aspect-ratio: 15/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-19-md {
    aspect-ratio: 15/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-19-lg {
    aspect-ratio: 15/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-19-xl {
    aspect-ratio: 15/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-19-xxl {
    aspect-ratio: 15/19 !important;
  }
}
body .aspect-ratio-15-20 {
  aspect-ratio: 15/20;
  position: relative;
}
body .aspect-ratio-15-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-20 img, body .aspect-ratio-15-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-20-xs {
    aspect-ratio: 15/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-20-md {
    aspect-ratio: 15/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-20-lg {
    aspect-ratio: 15/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-20-xl {
    aspect-ratio: 15/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-20-xxl {
    aspect-ratio: 15/20 !important;
  }
}
body .aspect-ratio-15-21 {
  aspect-ratio: 15/21;
  position: relative;
}
body .aspect-ratio-15-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-15-21 img, body .aspect-ratio-15-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-15-21-xs {
    aspect-ratio: 15/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-15-21-md {
    aspect-ratio: 15/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-15-21-lg {
    aspect-ratio: 15/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-15-21-xl {
    aspect-ratio: 15/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-15-21-xxl {
    aspect-ratio: 15/21 !important;
  }
}
body .aspect-ratio-16-1 {
  aspect-ratio: 16/1;
  position: relative;
}
body .aspect-ratio-16-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-1 img, body .aspect-ratio-16-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-1-xs {
    aspect-ratio: 16/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-1-md {
    aspect-ratio: 16/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-1-lg {
    aspect-ratio: 16/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-1-xl {
    aspect-ratio: 16/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-1-xxl {
    aspect-ratio: 16/1 !important;
  }
}
body .aspect-ratio-16-2 {
  aspect-ratio: 16/2;
  position: relative;
}
body .aspect-ratio-16-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-2 img, body .aspect-ratio-16-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-2-xs {
    aspect-ratio: 16/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-2-md {
    aspect-ratio: 16/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-2-lg {
    aspect-ratio: 16/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-2-xl {
    aspect-ratio: 16/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-2-xxl {
    aspect-ratio: 16/2 !important;
  }
}
body .aspect-ratio-16-3 {
  aspect-ratio: 16/3;
  position: relative;
}
body .aspect-ratio-16-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-3 img, body .aspect-ratio-16-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-3-xs {
    aspect-ratio: 16/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-3-md {
    aspect-ratio: 16/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-3-lg {
    aspect-ratio: 16/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-3-xl {
    aspect-ratio: 16/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-3-xxl {
    aspect-ratio: 16/3 !important;
  }
}
body .aspect-ratio-16-4 {
  aspect-ratio: 16/4;
  position: relative;
}
body .aspect-ratio-16-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-4 img, body .aspect-ratio-16-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-4-xs {
    aspect-ratio: 16/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-4-md {
    aspect-ratio: 16/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-4-lg {
    aspect-ratio: 16/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-4-xl {
    aspect-ratio: 16/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-4-xxl {
    aspect-ratio: 16/4 !important;
  }
}
body .aspect-ratio-16-5 {
  aspect-ratio: 16/5;
  position: relative;
}
body .aspect-ratio-16-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-5 img, body .aspect-ratio-16-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-5-xs {
    aspect-ratio: 16/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-5-md {
    aspect-ratio: 16/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-5-lg {
    aspect-ratio: 16/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-5-xl {
    aspect-ratio: 16/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-5-xxl {
    aspect-ratio: 16/5 !important;
  }
}
body .aspect-ratio-16-6 {
  aspect-ratio: 16/6;
  position: relative;
}
body .aspect-ratio-16-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-6 img, body .aspect-ratio-16-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-6-xs {
    aspect-ratio: 16/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-6-md {
    aspect-ratio: 16/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-6-lg {
    aspect-ratio: 16/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-6-xl {
    aspect-ratio: 16/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-6-xxl {
    aspect-ratio: 16/6 !important;
  }
}
body .aspect-ratio-16-7 {
  aspect-ratio: 16/7;
  position: relative;
}
body .aspect-ratio-16-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-7 img, body .aspect-ratio-16-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-7-xs {
    aspect-ratio: 16/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-7-md {
    aspect-ratio: 16/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-7-lg {
    aspect-ratio: 16/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-7-xl {
    aspect-ratio: 16/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-7-xxl {
    aspect-ratio: 16/7 !important;
  }
}
body .aspect-ratio-16-8 {
  aspect-ratio: 16/8;
  position: relative;
}
body .aspect-ratio-16-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-8 img, body .aspect-ratio-16-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-8-xs {
    aspect-ratio: 16/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-8-md {
    aspect-ratio: 16/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-8-lg {
    aspect-ratio: 16/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-8-xl {
    aspect-ratio: 16/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-8-xxl {
    aspect-ratio: 16/8 !important;
  }
}
body .aspect-ratio-16-9 {
  aspect-ratio: 16/9;
  position: relative;
}
body .aspect-ratio-16-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-9 img, body .aspect-ratio-16-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-9-xs {
    aspect-ratio: 16/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-9-md {
    aspect-ratio: 16/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-9-lg {
    aspect-ratio: 16/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-9-xl {
    aspect-ratio: 16/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-9-xxl {
    aspect-ratio: 16/9 !important;
  }
}
body .aspect-ratio-16-10 {
  aspect-ratio: 16/10;
  position: relative;
}
body .aspect-ratio-16-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-10 img, body .aspect-ratio-16-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-10-xs {
    aspect-ratio: 16/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-10-md {
    aspect-ratio: 16/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-10-lg {
    aspect-ratio: 16/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-10-xl {
    aspect-ratio: 16/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-10-xxl {
    aspect-ratio: 16/10 !important;
  }
}
body .aspect-ratio-16-11 {
  aspect-ratio: 16/11;
  position: relative;
}
body .aspect-ratio-16-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-11 img, body .aspect-ratio-16-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-11-xs {
    aspect-ratio: 16/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-11-md {
    aspect-ratio: 16/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-11-lg {
    aspect-ratio: 16/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-11-xl {
    aspect-ratio: 16/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-11-xxl {
    aspect-ratio: 16/11 !important;
  }
}
body .aspect-ratio-16-12 {
  aspect-ratio: 16/12;
  position: relative;
}
body .aspect-ratio-16-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-12 img, body .aspect-ratio-16-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-12-xs {
    aspect-ratio: 16/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-12-md {
    aspect-ratio: 16/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-12-lg {
    aspect-ratio: 16/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-12-xl {
    aspect-ratio: 16/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-12-xxl {
    aspect-ratio: 16/12 !important;
  }
}
body .aspect-ratio-16-13 {
  aspect-ratio: 16/13;
  position: relative;
}
body .aspect-ratio-16-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-13 img, body .aspect-ratio-16-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-13-xs {
    aspect-ratio: 16/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-13-md {
    aspect-ratio: 16/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-13-lg {
    aspect-ratio: 16/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-13-xl {
    aspect-ratio: 16/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-13-xxl {
    aspect-ratio: 16/13 !important;
  }
}
body .aspect-ratio-16-14 {
  aspect-ratio: 16/14;
  position: relative;
}
body .aspect-ratio-16-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-14 img, body .aspect-ratio-16-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-14-xs {
    aspect-ratio: 16/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-14-md {
    aspect-ratio: 16/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-14-lg {
    aspect-ratio: 16/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-14-xl {
    aspect-ratio: 16/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-14-xxl {
    aspect-ratio: 16/14 !important;
  }
}
body .aspect-ratio-16-15 {
  aspect-ratio: 16/15;
  position: relative;
}
body .aspect-ratio-16-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-15 img, body .aspect-ratio-16-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-15-xs {
    aspect-ratio: 16/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-15-md {
    aspect-ratio: 16/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-15-lg {
    aspect-ratio: 16/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-15-xl {
    aspect-ratio: 16/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-15-xxl {
    aspect-ratio: 16/15 !important;
  }
}
body .aspect-ratio-16-16 {
  aspect-ratio: 16/16;
  position: relative;
}
body .aspect-ratio-16-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-16 img, body .aspect-ratio-16-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-16-xs {
    aspect-ratio: 16/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-16-md {
    aspect-ratio: 16/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-16-lg {
    aspect-ratio: 16/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-16-xl {
    aspect-ratio: 16/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-16-xxl {
    aspect-ratio: 16/16 !important;
  }
}
body .aspect-ratio-16-17 {
  aspect-ratio: 16/17;
  position: relative;
}
body .aspect-ratio-16-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-17 img, body .aspect-ratio-16-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-17-xs {
    aspect-ratio: 16/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-17-md {
    aspect-ratio: 16/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-17-lg {
    aspect-ratio: 16/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-17-xl {
    aspect-ratio: 16/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-17-xxl {
    aspect-ratio: 16/17 !important;
  }
}
body .aspect-ratio-16-18 {
  aspect-ratio: 16/18;
  position: relative;
}
body .aspect-ratio-16-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-18 img, body .aspect-ratio-16-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-18-xs {
    aspect-ratio: 16/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-18-md {
    aspect-ratio: 16/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-18-lg {
    aspect-ratio: 16/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-18-xl {
    aspect-ratio: 16/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-18-xxl {
    aspect-ratio: 16/18 !important;
  }
}
body .aspect-ratio-16-19 {
  aspect-ratio: 16/19;
  position: relative;
}
body .aspect-ratio-16-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-19 img, body .aspect-ratio-16-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-19-xs {
    aspect-ratio: 16/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-19-md {
    aspect-ratio: 16/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-19-lg {
    aspect-ratio: 16/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-19-xl {
    aspect-ratio: 16/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-19-xxl {
    aspect-ratio: 16/19 !important;
  }
}
body .aspect-ratio-16-20 {
  aspect-ratio: 16/20;
  position: relative;
}
body .aspect-ratio-16-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-20 img, body .aspect-ratio-16-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-20-xs {
    aspect-ratio: 16/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-20-md {
    aspect-ratio: 16/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-20-lg {
    aspect-ratio: 16/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-20-xl {
    aspect-ratio: 16/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-20-xxl {
    aspect-ratio: 16/20 !important;
  }
}
body .aspect-ratio-16-21 {
  aspect-ratio: 16/21;
  position: relative;
}
body .aspect-ratio-16-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-16-21 img, body .aspect-ratio-16-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-16-21-xs {
    aspect-ratio: 16/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-16-21-md {
    aspect-ratio: 16/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-16-21-lg {
    aspect-ratio: 16/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-16-21-xl {
    aspect-ratio: 16/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-16-21-xxl {
    aspect-ratio: 16/21 !important;
  }
}
body .aspect-ratio-17-1 {
  aspect-ratio: 17/1;
  position: relative;
}
body .aspect-ratio-17-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-1 img, body .aspect-ratio-17-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-1-xs {
    aspect-ratio: 17/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-1-md {
    aspect-ratio: 17/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-1-lg {
    aspect-ratio: 17/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-1-xl {
    aspect-ratio: 17/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-1-xxl {
    aspect-ratio: 17/1 !important;
  }
}
body .aspect-ratio-17-2 {
  aspect-ratio: 17/2;
  position: relative;
}
body .aspect-ratio-17-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-2 img, body .aspect-ratio-17-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-2-xs {
    aspect-ratio: 17/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-2-md {
    aspect-ratio: 17/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-2-lg {
    aspect-ratio: 17/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-2-xl {
    aspect-ratio: 17/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-2-xxl {
    aspect-ratio: 17/2 !important;
  }
}
body .aspect-ratio-17-3 {
  aspect-ratio: 17/3;
  position: relative;
}
body .aspect-ratio-17-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-3 img, body .aspect-ratio-17-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-3-xs {
    aspect-ratio: 17/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-3-md {
    aspect-ratio: 17/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-3-lg {
    aspect-ratio: 17/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-3-xl {
    aspect-ratio: 17/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-3-xxl {
    aspect-ratio: 17/3 !important;
  }
}
body .aspect-ratio-17-4 {
  aspect-ratio: 17/4;
  position: relative;
}
body .aspect-ratio-17-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-4 img, body .aspect-ratio-17-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-4-xs {
    aspect-ratio: 17/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-4-md {
    aspect-ratio: 17/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-4-lg {
    aspect-ratio: 17/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-4-xl {
    aspect-ratio: 17/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-4-xxl {
    aspect-ratio: 17/4 !important;
  }
}
body .aspect-ratio-17-5 {
  aspect-ratio: 17/5;
  position: relative;
}
body .aspect-ratio-17-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-5 img, body .aspect-ratio-17-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-5-xs {
    aspect-ratio: 17/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-5-md {
    aspect-ratio: 17/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-5-lg {
    aspect-ratio: 17/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-5-xl {
    aspect-ratio: 17/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-5-xxl {
    aspect-ratio: 17/5 !important;
  }
}
body .aspect-ratio-17-6 {
  aspect-ratio: 17/6;
  position: relative;
}
body .aspect-ratio-17-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-6 img, body .aspect-ratio-17-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-6-xs {
    aspect-ratio: 17/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-6-md {
    aspect-ratio: 17/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-6-lg {
    aspect-ratio: 17/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-6-xl {
    aspect-ratio: 17/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-6-xxl {
    aspect-ratio: 17/6 !important;
  }
}
body .aspect-ratio-17-7 {
  aspect-ratio: 17/7;
  position: relative;
}
body .aspect-ratio-17-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-7 img, body .aspect-ratio-17-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-7-xs {
    aspect-ratio: 17/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-7-md {
    aspect-ratio: 17/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-7-lg {
    aspect-ratio: 17/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-7-xl {
    aspect-ratio: 17/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-7-xxl {
    aspect-ratio: 17/7 !important;
  }
}
body .aspect-ratio-17-8 {
  aspect-ratio: 17/8;
  position: relative;
}
body .aspect-ratio-17-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-8 img, body .aspect-ratio-17-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-8-xs {
    aspect-ratio: 17/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-8-md {
    aspect-ratio: 17/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-8-lg {
    aspect-ratio: 17/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-8-xl {
    aspect-ratio: 17/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-8-xxl {
    aspect-ratio: 17/8 !important;
  }
}
body .aspect-ratio-17-9 {
  aspect-ratio: 17/9;
  position: relative;
}
body .aspect-ratio-17-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-9 img, body .aspect-ratio-17-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-9-xs {
    aspect-ratio: 17/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-9-md {
    aspect-ratio: 17/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-9-lg {
    aspect-ratio: 17/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-9-xl {
    aspect-ratio: 17/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-9-xxl {
    aspect-ratio: 17/9 !important;
  }
}
body .aspect-ratio-17-10 {
  aspect-ratio: 17/10;
  position: relative;
}
body .aspect-ratio-17-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-10 img, body .aspect-ratio-17-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-10-xs {
    aspect-ratio: 17/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-10-md {
    aspect-ratio: 17/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-10-lg {
    aspect-ratio: 17/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-10-xl {
    aspect-ratio: 17/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-10-xxl {
    aspect-ratio: 17/10 !important;
  }
}
body .aspect-ratio-17-11 {
  aspect-ratio: 17/11;
  position: relative;
}
body .aspect-ratio-17-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-11 img, body .aspect-ratio-17-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-11-xs {
    aspect-ratio: 17/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-11-md {
    aspect-ratio: 17/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-11-lg {
    aspect-ratio: 17/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-11-xl {
    aspect-ratio: 17/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-11-xxl {
    aspect-ratio: 17/11 !important;
  }
}
body .aspect-ratio-17-12 {
  aspect-ratio: 17/12;
  position: relative;
}
body .aspect-ratio-17-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-12 img, body .aspect-ratio-17-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-12-xs {
    aspect-ratio: 17/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-12-md {
    aspect-ratio: 17/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-12-lg {
    aspect-ratio: 17/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-12-xl {
    aspect-ratio: 17/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-12-xxl {
    aspect-ratio: 17/12 !important;
  }
}
body .aspect-ratio-17-13 {
  aspect-ratio: 17/13;
  position: relative;
}
body .aspect-ratio-17-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-13 img, body .aspect-ratio-17-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-13-xs {
    aspect-ratio: 17/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-13-md {
    aspect-ratio: 17/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-13-lg {
    aspect-ratio: 17/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-13-xl {
    aspect-ratio: 17/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-13-xxl {
    aspect-ratio: 17/13 !important;
  }
}
body .aspect-ratio-17-14 {
  aspect-ratio: 17/14;
  position: relative;
}
body .aspect-ratio-17-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-14 img, body .aspect-ratio-17-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-14-xs {
    aspect-ratio: 17/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-14-md {
    aspect-ratio: 17/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-14-lg {
    aspect-ratio: 17/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-14-xl {
    aspect-ratio: 17/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-14-xxl {
    aspect-ratio: 17/14 !important;
  }
}
body .aspect-ratio-17-15 {
  aspect-ratio: 17/15;
  position: relative;
}
body .aspect-ratio-17-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-15 img, body .aspect-ratio-17-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-15-xs {
    aspect-ratio: 17/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-15-md {
    aspect-ratio: 17/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-15-lg {
    aspect-ratio: 17/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-15-xl {
    aspect-ratio: 17/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-15-xxl {
    aspect-ratio: 17/15 !important;
  }
}
body .aspect-ratio-17-16 {
  aspect-ratio: 17/16;
  position: relative;
}
body .aspect-ratio-17-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-16 img, body .aspect-ratio-17-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-16-xs {
    aspect-ratio: 17/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-16-md {
    aspect-ratio: 17/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-16-lg {
    aspect-ratio: 17/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-16-xl {
    aspect-ratio: 17/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-16-xxl {
    aspect-ratio: 17/16 !important;
  }
}
body .aspect-ratio-17-17 {
  aspect-ratio: 17/17;
  position: relative;
}
body .aspect-ratio-17-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-17 img, body .aspect-ratio-17-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-17-xs {
    aspect-ratio: 17/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-17-md {
    aspect-ratio: 17/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-17-lg {
    aspect-ratio: 17/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-17-xl {
    aspect-ratio: 17/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-17-xxl {
    aspect-ratio: 17/17 !important;
  }
}
body .aspect-ratio-17-18 {
  aspect-ratio: 17/18;
  position: relative;
}
body .aspect-ratio-17-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-18 img, body .aspect-ratio-17-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-18-xs {
    aspect-ratio: 17/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-18-md {
    aspect-ratio: 17/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-18-lg {
    aspect-ratio: 17/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-18-xl {
    aspect-ratio: 17/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-18-xxl {
    aspect-ratio: 17/18 !important;
  }
}
body .aspect-ratio-17-19 {
  aspect-ratio: 17/19;
  position: relative;
}
body .aspect-ratio-17-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-19 img, body .aspect-ratio-17-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-19-xs {
    aspect-ratio: 17/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-19-md {
    aspect-ratio: 17/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-19-lg {
    aspect-ratio: 17/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-19-xl {
    aspect-ratio: 17/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-19-xxl {
    aspect-ratio: 17/19 !important;
  }
}
body .aspect-ratio-17-20 {
  aspect-ratio: 17/20;
  position: relative;
}
body .aspect-ratio-17-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-20 img, body .aspect-ratio-17-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-20-xs {
    aspect-ratio: 17/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-20-md {
    aspect-ratio: 17/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-20-lg {
    aspect-ratio: 17/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-20-xl {
    aspect-ratio: 17/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-20-xxl {
    aspect-ratio: 17/20 !important;
  }
}
body .aspect-ratio-17-21 {
  aspect-ratio: 17/21;
  position: relative;
}
body .aspect-ratio-17-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-17-21 img, body .aspect-ratio-17-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-17-21-xs {
    aspect-ratio: 17/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-17-21-md {
    aspect-ratio: 17/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-17-21-lg {
    aspect-ratio: 17/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-17-21-xl {
    aspect-ratio: 17/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-17-21-xxl {
    aspect-ratio: 17/21 !important;
  }
}
body .aspect-ratio-18-1 {
  aspect-ratio: 18/1;
  position: relative;
}
body .aspect-ratio-18-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-1 img, body .aspect-ratio-18-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-1-xs {
    aspect-ratio: 18/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-1-md {
    aspect-ratio: 18/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-1-lg {
    aspect-ratio: 18/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-1-xl {
    aspect-ratio: 18/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-1-xxl {
    aspect-ratio: 18/1 !important;
  }
}
body .aspect-ratio-18-2 {
  aspect-ratio: 18/2;
  position: relative;
}
body .aspect-ratio-18-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-2 img, body .aspect-ratio-18-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-2-xs {
    aspect-ratio: 18/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-2-md {
    aspect-ratio: 18/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-2-lg {
    aspect-ratio: 18/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-2-xl {
    aspect-ratio: 18/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-2-xxl {
    aspect-ratio: 18/2 !important;
  }
}
body .aspect-ratio-18-3 {
  aspect-ratio: 18/3;
  position: relative;
}
body .aspect-ratio-18-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-3 img, body .aspect-ratio-18-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-3-xs {
    aspect-ratio: 18/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-3-md {
    aspect-ratio: 18/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-3-lg {
    aspect-ratio: 18/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-3-xl {
    aspect-ratio: 18/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-3-xxl {
    aspect-ratio: 18/3 !important;
  }
}
body .aspect-ratio-18-4 {
  aspect-ratio: 18/4;
  position: relative;
}
body .aspect-ratio-18-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-4 img, body .aspect-ratio-18-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-4-xs {
    aspect-ratio: 18/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-4-md {
    aspect-ratio: 18/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-4-lg {
    aspect-ratio: 18/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-4-xl {
    aspect-ratio: 18/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-4-xxl {
    aspect-ratio: 18/4 !important;
  }
}
body .aspect-ratio-18-5 {
  aspect-ratio: 18/5;
  position: relative;
}
body .aspect-ratio-18-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-5 img, body .aspect-ratio-18-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-5-xs {
    aspect-ratio: 18/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-5-md {
    aspect-ratio: 18/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-5-lg {
    aspect-ratio: 18/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-5-xl {
    aspect-ratio: 18/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-5-xxl {
    aspect-ratio: 18/5 !important;
  }
}
body .aspect-ratio-18-6 {
  aspect-ratio: 18/6;
  position: relative;
}
body .aspect-ratio-18-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-6 img, body .aspect-ratio-18-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-6-xs {
    aspect-ratio: 18/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-6-md {
    aspect-ratio: 18/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-6-lg {
    aspect-ratio: 18/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-6-xl {
    aspect-ratio: 18/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-6-xxl {
    aspect-ratio: 18/6 !important;
  }
}
body .aspect-ratio-18-7 {
  aspect-ratio: 18/7;
  position: relative;
}
body .aspect-ratio-18-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-7 img, body .aspect-ratio-18-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-7-xs {
    aspect-ratio: 18/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-7-md {
    aspect-ratio: 18/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-7-lg {
    aspect-ratio: 18/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-7-xl {
    aspect-ratio: 18/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-7-xxl {
    aspect-ratio: 18/7 !important;
  }
}
body .aspect-ratio-18-8 {
  aspect-ratio: 18/8;
  position: relative;
}
body .aspect-ratio-18-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-8 img, body .aspect-ratio-18-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-8-xs {
    aspect-ratio: 18/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-8-md {
    aspect-ratio: 18/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-8-lg {
    aspect-ratio: 18/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-8-xl {
    aspect-ratio: 18/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-8-xxl {
    aspect-ratio: 18/8 !important;
  }
}
body .aspect-ratio-18-9 {
  aspect-ratio: 18/9;
  position: relative;
}
body .aspect-ratio-18-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-9 img, body .aspect-ratio-18-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-9-xs {
    aspect-ratio: 18/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-9-md {
    aspect-ratio: 18/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-9-lg {
    aspect-ratio: 18/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-9-xl {
    aspect-ratio: 18/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-9-xxl {
    aspect-ratio: 18/9 !important;
  }
}
body .aspect-ratio-18-10 {
  aspect-ratio: 18/10;
  position: relative;
}
body .aspect-ratio-18-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-10 img, body .aspect-ratio-18-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-10-xs {
    aspect-ratio: 18/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-10-md {
    aspect-ratio: 18/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-10-lg {
    aspect-ratio: 18/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-10-xl {
    aspect-ratio: 18/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-10-xxl {
    aspect-ratio: 18/10 !important;
  }
}
body .aspect-ratio-18-11 {
  aspect-ratio: 18/11;
  position: relative;
}
body .aspect-ratio-18-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-11 img, body .aspect-ratio-18-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-11-xs {
    aspect-ratio: 18/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-11-md {
    aspect-ratio: 18/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-11-lg {
    aspect-ratio: 18/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-11-xl {
    aspect-ratio: 18/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-11-xxl {
    aspect-ratio: 18/11 !important;
  }
}
body .aspect-ratio-18-12 {
  aspect-ratio: 18/12;
  position: relative;
}
body .aspect-ratio-18-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-12 img, body .aspect-ratio-18-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-12-xs {
    aspect-ratio: 18/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-12-md {
    aspect-ratio: 18/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-12-lg {
    aspect-ratio: 18/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-12-xl {
    aspect-ratio: 18/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-12-xxl {
    aspect-ratio: 18/12 !important;
  }
}
body .aspect-ratio-18-13 {
  aspect-ratio: 18/13;
  position: relative;
}
body .aspect-ratio-18-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-13 img, body .aspect-ratio-18-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-13-xs {
    aspect-ratio: 18/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-13-md {
    aspect-ratio: 18/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-13-lg {
    aspect-ratio: 18/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-13-xl {
    aspect-ratio: 18/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-13-xxl {
    aspect-ratio: 18/13 !important;
  }
}
body .aspect-ratio-18-14 {
  aspect-ratio: 18/14;
  position: relative;
}
body .aspect-ratio-18-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-14 img, body .aspect-ratio-18-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-14-xs {
    aspect-ratio: 18/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-14-md {
    aspect-ratio: 18/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-14-lg {
    aspect-ratio: 18/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-14-xl {
    aspect-ratio: 18/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-14-xxl {
    aspect-ratio: 18/14 !important;
  }
}
body .aspect-ratio-18-15 {
  aspect-ratio: 18/15;
  position: relative;
}
body .aspect-ratio-18-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-15 img, body .aspect-ratio-18-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-15-xs {
    aspect-ratio: 18/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-15-md {
    aspect-ratio: 18/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-15-lg {
    aspect-ratio: 18/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-15-xl {
    aspect-ratio: 18/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-15-xxl {
    aspect-ratio: 18/15 !important;
  }
}
body .aspect-ratio-18-16 {
  aspect-ratio: 18/16;
  position: relative;
}
body .aspect-ratio-18-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-16 img, body .aspect-ratio-18-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-16-xs {
    aspect-ratio: 18/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-16-md {
    aspect-ratio: 18/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-16-lg {
    aspect-ratio: 18/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-16-xl {
    aspect-ratio: 18/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-16-xxl {
    aspect-ratio: 18/16 !important;
  }
}
body .aspect-ratio-18-17 {
  aspect-ratio: 18/17;
  position: relative;
}
body .aspect-ratio-18-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-17 img, body .aspect-ratio-18-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-17-xs {
    aspect-ratio: 18/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-17-md {
    aspect-ratio: 18/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-17-lg {
    aspect-ratio: 18/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-17-xl {
    aspect-ratio: 18/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-17-xxl {
    aspect-ratio: 18/17 !important;
  }
}
body .aspect-ratio-18-18 {
  aspect-ratio: 18/18;
  position: relative;
}
body .aspect-ratio-18-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-18 img, body .aspect-ratio-18-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-18-xs {
    aspect-ratio: 18/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-18-md {
    aspect-ratio: 18/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-18-lg {
    aspect-ratio: 18/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-18-xl {
    aspect-ratio: 18/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-18-xxl {
    aspect-ratio: 18/18 !important;
  }
}
body .aspect-ratio-18-19 {
  aspect-ratio: 18/19;
  position: relative;
}
body .aspect-ratio-18-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-19 img, body .aspect-ratio-18-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-19-xs {
    aspect-ratio: 18/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-19-md {
    aspect-ratio: 18/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-19-lg {
    aspect-ratio: 18/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-19-xl {
    aspect-ratio: 18/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-19-xxl {
    aspect-ratio: 18/19 !important;
  }
}
body .aspect-ratio-18-20 {
  aspect-ratio: 18/20;
  position: relative;
}
body .aspect-ratio-18-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-20 img, body .aspect-ratio-18-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-20-xs {
    aspect-ratio: 18/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-20-md {
    aspect-ratio: 18/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-20-lg {
    aspect-ratio: 18/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-20-xl {
    aspect-ratio: 18/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-20-xxl {
    aspect-ratio: 18/20 !important;
  }
}
body .aspect-ratio-18-21 {
  aspect-ratio: 18/21;
  position: relative;
}
body .aspect-ratio-18-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-18-21 img, body .aspect-ratio-18-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-18-21-xs {
    aspect-ratio: 18/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-18-21-md {
    aspect-ratio: 18/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-18-21-lg {
    aspect-ratio: 18/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-18-21-xl {
    aspect-ratio: 18/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-18-21-xxl {
    aspect-ratio: 18/21 !important;
  }
}
body .aspect-ratio-19-1 {
  aspect-ratio: 19/1;
  position: relative;
}
body .aspect-ratio-19-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-1 img, body .aspect-ratio-19-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-1-xs {
    aspect-ratio: 19/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-1-md {
    aspect-ratio: 19/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-1-lg {
    aspect-ratio: 19/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-1-xl {
    aspect-ratio: 19/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-1-xxl {
    aspect-ratio: 19/1 !important;
  }
}
body .aspect-ratio-19-2 {
  aspect-ratio: 19/2;
  position: relative;
}
body .aspect-ratio-19-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-2 img, body .aspect-ratio-19-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-2-xs {
    aspect-ratio: 19/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-2-md {
    aspect-ratio: 19/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-2-lg {
    aspect-ratio: 19/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-2-xl {
    aspect-ratio: 19/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-2-xxl {
    aspect-ratio: 19/2 !important;
  }
}
body .aspect-ratio-19-3 {
  aspect-ratio: 19/3;
  position: relative;
}
body .aspect-ratio-19-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-3 img, body .aspect-ratio-19-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-3-xs {
    aspect-ratio: 19/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-3-md {
    aspect-ratio: 19/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-3-lg {
    aspect-ratio: 19/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-3-xl {
    aspect-ratio: 19/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-3-xxl {
    aspect-ratio: 19/3 !important;
  }
}
body .aspect-ratio-19-4 {
  aspect-ratio: 19/4;
  position: relative;
}
body .aspect-ratio-19-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-4 img, body .aspect-ratio-19-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-4-xs {
    aspect-ratio: 19/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-4-md {
    aspect-ratio: 19/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-4-lg {
    aspect-ratio: 19/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-4-xl {
    aspect-ratio: 19/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-4-xxl {
    aspect-ratio: 19/4 !important;
  }
}
body .aspect-ratio-19-5 {
  aspect-ratio: 19/5;
  position: relative;
}
body .aspect-ratio-19-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-5 img, body .aspect-ratio-19-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-5-xs {
    aspect-ratio: 19/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-5-md {
    aspect-ratio: 19/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-5-lg {
    aspect-ratio: 19/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-5-xl {
    aspect-ratio: 19/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-5-xxl {
    aspect-ratio: 19/5 !important;
  }
}
body .aspect-ratio-19-6 {
  aspect-ratio: 19/6;
  position: relative;
}
body .aspect-ratio-19-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-6 img, body .aspect-ratio-19-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-6-xs {
    aspect-ratio: 19/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-6-md {
    aspect-ratio: 19/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-6-lg {
    aspect-ratio: 19/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-6-xl {
    aspect-ratio: 19/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-6-xxl {
    aspect-ratio: 19/6 !important;
  }
}
body .aspect-ratio-19-7 {
  aspect-ratio: 19/7;
  position: relative;
}
body .aspect-ratio-19-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-7 img, body .aspect-ratio-19-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-7-xs {
    aspect-ratio: 19/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-7-md {
    aspect-ratio: 19/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-7-lg {
    aspect-ratio: 19/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-7-xl {
    aspect-ratio: 19/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-7-xxl {
    aspect-ratio: 19/7 !important;
  }
}
body .aspect-ratio-19-8 {
  aspect-ratio: 19/8;
  position: relative;
}
body .aspect-ratio-19-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-8 img, body .aspect-ratio-19-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-8-xs {
    aspect-ratio: 19/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-8-md {
    aspect-ratio: 19/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-8-lg {
    aspect-ratio: 19/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-8-xl {
    aspect-ratio: 19/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-8-xxl {
    aspect-ratio: 19/8 !important;
  }
}
body .aspect-ratio-19-9 {
  aspect-ratio: 19/9;
  position: relative;
}
body .aspect-ratio-19-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-9 img, body .aspect-ratio-19-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-9-xs {
    aspect-ratio: 19/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-9-md {
    aspect-ratio: 19/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-9-lg {
    aspect-ratio: 19/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-9-xl {
    aspect-ratio: 19/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-9-xxl {
    aspect-ratio: 19/9 !important;
  }
}
body .aspect-ratio-19-10 {
  aspect-ratio: 19/10;
  position: relative;
}
body .aspect-ratio-19-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-10 img, body .aspect-ratio-19-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-10-xs {
    aspect-ratio: 19/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-10-md {
    aspect-ratio: 19/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-10-lg {
    aspect-ratio: 19/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-10-xl {
    aspect-ratio: 19/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-10-xxl {
    aspect-ratio: 19/10 !important;
  }
}
body .aspect-ratio-19-11 {
  aspect-ratio: 19/11;
  position: relative;
}
body .aspect-ratio-19-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-11 img, body .aspect-ratio-19-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-11-xs {
    aspect-ratio: 19/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-11-md {
    aspect-ratio: 19/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-11-lg {
    aspect-ratio: 19/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-11-xl {
    aspect-ratio: 19/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-11-xxl {
    aspect-ratio: 19/11 !important;
  }
}
body .aspect-ratio-19-12 {
  aspect-ratio: 19/12;
  position: relative;
}
body .aspect-ratio-19-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-12 img, body .aspect-ratio-19-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-12-xs {
    aspect-ratio: 19/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-12-md {
    aspect-ratio: 19/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-12-lg {
    aspect-ratio: 19/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-12-xl {
    aspect-ratio: 19/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-12-xxl {
    aspect-ratio: 19/12 !important;
  }
}
body .aspect-ratio-19-13 {
  aspect-ratio: 19/13;
  position: relative;
}
body .aspect-ratio-19-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-13 img, body .aspect-ratio-19-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-13-xs {
    aspect-ratio: 19/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-13-md {
    aspect-ratio: 19/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-13-lg {
    aspect-ratio: 19/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-13-xl {
    aspect-ratio: 19/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-13-xxl {
    aspect-ratio: 19/13 !important;
  }
}
body .aspect-ratio-19-14 {
  aspect-ratio: 19/14;
  position: relative;
}
body .aspect-ratio-19-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-14 img, body .aspect-ratio-19-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-14-xs {
    aspect-ratio: 19/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-14-md {
    aspect-ratio: 19/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-14-lg {
    aspect-ratio: 19/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-14-xl {
    aspect-ratio: 19/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-14-xxl {
    aspect-ratio: 19/14 !important;
  }
}
body .aspect-ratio-19-15 {
  aspect-ratio: 19/15;
  position: relative;
}
body .aspect-ratio-19-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-15 img, body .aspect-ratio-19-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-15-xs {
    aspect-ratio: 19/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-15-md {
    aspect-ratio: 19/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-15-lg {
    aspect-ratio: 19/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-15-xl {
    aspect-ratio: 19/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-15-xxl {
    aspect-ratio: 19/15 !important;
  }
}
body .aspect-ratio-19-16 {
  aspect-ratio: 19/16;
  position: relative;
}
body .aspect-ratio-19-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-16 img, body .aspect-ratio-19-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-16-xs {
    aspect-ratio: 19/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-16-md {
    aspect-ratio: 19/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-16-lg {
    aspect-ratio: 19/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-16-xl {
    aspect-ratio: 19/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-16-xxl {
    aspect-ratio: 19/16 !important;
  }
}
body .aspect-ratio-19-17 {
  aspect-ratio: 19/17;
  position: relative;
}
body .aspect-ratio-19-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-17 img, body .aspect-ratio-19-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-17-xs {
    aspect-ratio: 19/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-17-md {
    aspect-ratio: 19/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-17-lg {
    aspect-ratio: 19/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-17-xl {
    aspect-ratio: 19/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-17-xxl {
    aspect-ratio: 19/17 !important;
  }
}
body .aspect-ratio-19-18 {
  aspect-ratio: 19/18;
  position: relative;
}
body .aspect-ratio-19-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-18 img, body .aspect-ratio-19-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-18-xs {
    aspect-ratio: 19/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-18-md {
    aspect-ratio: 19/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-18-lg {
    aspect-ratio: 19/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-18-xl {
    aspect-ratio: 19/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-18-xxl {
    aspect-ratio: 19/18 !important;
  }
}
body .aspect-ratio-19-19 {
  aspect-ratio: 19/19;
  position: relative;
}
body .aspect-ratio-19-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-19 img, body .aspect-ratio-19-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-19-xs {
    aspect-ratio: 19/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-19-md {
    aspect-ratio: 19/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-19-lg {
    aspect-ratio: 19/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-19-xl {
    aspect-ratio: 19/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-19-xxl {
    aspect-ratio: 19/19 !important;
  }
}
body .aspect-ratio-19-20 {
  aspect-ratio: 19/20;
  position: relative;
}
body .aspect-ratio-19-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-20 img, body .aspect-ratio-19-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-20-xs {
    aspect-ratio: 19/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-20-md {
    aspect-ratio: 19/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-20-lg {
    aspect-ratio: 19/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-20-xl {
    aspect-ratio: 19/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-20-xxl {
    aspect-ratio: 19/20 !important;
  }
}
body .aspect-ratio-19-21 {
  aspect-ratio: 19/21;
  position: relative;
}
body .aspect-ratio-19-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-19-21 img, body .aspect-ratio-19-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-19-21-xs {
    aspect-ratio: 19/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-19-21-md {
    aspect-ratio: 19/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-19-21-lg {
    aspect-ratio: 19/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-19-21-xl {
    aspect-ratio: 19/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-19-21-xxl {
    aspect-ratio: 19/21 !important;
  }
}
body .aspect-ratio-20-1 {
  aspect-ratio: 20/1;
  position: relative;
}
body .aspect-ratio-20-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-1 img, body .aspect-ratio-20-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-1-xs {
    aspect-ratio: 20/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-1-md {
    aspect-ratio: 20/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-1-lg {
    aspect-ratio: 20/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-1-xl {
    aspect-ratio: 20/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-1-xxl {
    aspect-ratio: 20/1 !important;
  }
}
body .aspect-ratio-20-2 {
  aspect-ratio: 20/2;
  position: relative;
}
body .aspect-ratio-20-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-2 img, body .aspect-ratio-20-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-2-xs {
    aspect-ratio: 20/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-2-md {
    aspect-ratio: 20/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-2-lg {
    aspect-ratio: 20/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-2-xl {
    aspect-ratio: 20/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-2-xxl {
    aspect-ratio: 20/2 !important;
  }
}
body .aspect-ratio-20-3 {
  aspect-ratio: 20/3;
  position: relative;
}
body .aspect-ratio-20-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-3 img, body .aspect-ratio-20-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-3-xs {
    aspect-ratio: 20/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-3-md {
    aspect-ratio: 20/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-3-lg {
    aspect-ratio: 20/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-3-xl {
    aspect-ratio: 20/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-3-xxl {
    aspect-ratio: 20/3 !important;
  }
}
body .aspect-ratio-20-4 {
  aspect-ratio: 20/4;
  position: relative;
}
body .aspect-ratio-20-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-4 img, body .aspect-ratio-20-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-4-xs {
    aspect-ratio: 20/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-4-md {
    aspect-ratio: 20/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-4-lg {
    aspect-ratio: 20/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-4-xl {
    aspect-ratio: 20/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-4-xxl {
    aspect-ratio: 20/4 !important;
  }
}
body .aspect-ratio-20-5 {
  aspect-ratio: 20/5;
  position: relative;
}
body .aspect-ratio-20-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-5 img, body .aspect-ratio-20-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-5-xs {
    aspect-ratio: 20/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-5-md {
    aspect-ratio: 20/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-5-lg {
    aspect-ratio: 20/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-5-xl {
    aspect-ratio: 20/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-5-xxl {
    aspect-ratio: 20/5 !important;
  }
}
body .aspect-ratio-20-6 {
  aspect-ratio: 20/6;
  position: relative;
}
body .aspect-ratio-20-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-6 img, body .aspect-ratio-20-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-6-xs {
    aspect-ratio: 20/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-6-md {
    aspect-ratio: 20/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-6-lg {
    aspect-ratio: 20/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-6-xl {
    aspect-ratio: 20/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-6-xxl {
    aspect-ratio: 20/6 !important;
  }
}
body .aspect-ratio-20-7 {
  aspect-ratio: 20/7;
  position: relative;
}
body .aspect-ratio-20-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-7 img, body .aspect-ratio-20-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-7-xs {
    aspect-ratio: 20/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-7-md {
    aspect-ratio: 20/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-7-lg {
    aspect-ratio: 20/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-7-xl {
    aspect-ratio: 20/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-7-xxl {
    aspect-ratio: 20/7 !important;
  }
}
body .aspect-ratio-20-8 {
  aspect-ratio: 20/8;
  position: relative;
}
body .aspect-ratio-20-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-8 img, body .aspect-ratio-20-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-8-xs {
    aspect-ratio: 20/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-8-md {
    aspect-ratio: 20/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-8-lg {
    aspect-ratio: 20/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-8-xl {
    aspect-ratio: 20/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-8-xxl {
    aspect-ratio: 20/8 !important;
  }
}
body .aspect-ratio-20-9 {
  aspect-ratio: 20/9;
  position: relative;
}
body .aspect-ratio-20-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-9 img, body .aspect-ratio-20-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-9-xs {
    aspect-ratio: 20/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-9-md {
    aspect-ratio: 20/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-9-lg {
    aspect-ratio: 20/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-9-xl {
    aspect-ratio: 20/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-9-xxl {
    aspect-ratio: 20/9 !important;
  }
}
body .aspect-ratio-20-10 {
  aspect-ratio: 20/10;
  position: relative;
}
body .aspect-ratio-20-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-10 img, body .aspect-ratio-20-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-10-xs {
    aspect-ratio: 20/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-10-md {
    aspect-ratio: 20/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-10-lg {
    aspect-ratio: 20/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-10-xl {
    aspect-ratio: 20/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-10-xxl {
    aspect-ratio: 20/10 !important;
  }
}
body .aspect-ratio-20-11 {
  aspect-ratio: 20/11;
  position: relative;
}
body .aspect-ratio-20-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-11 img, body .aspect-ratio-20-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-11-xs {
    aspect-ratio: 20/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-11-md {
    aspect-ratio: 20/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-11-lg {
    aspect-ratio: 20/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-11-xl {
    aspect-ratio: 20/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-11-xxl {
    aspect-ratio: 20/11 !important;
  }
}
body .aspect-ratio-20-12 {
  aspect-ratio: 20/12;
  position: relative;
}
body .aspect-ratio-20-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-12 img, body .aspect-ratio-20-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-12-xs {
    aspect-ratio: 20/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-12-md {
    aspect-ratio: 20/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-12-lg {
    aspect-ratio: 20/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-12-xl {
    aspect-ratio: 20/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-12-xxl {
    aspect-ratio: 20/12 !important;
  }
}
body .aspect-ratio-20-13 {
  aspect-ratio: 20/13;
  position: relative;
}
body .aspect-ratio-20-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-13 img, body .aspect-ratio-20-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-13-xs {
    aspect-ratio: 20/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-13-md {
    aspect-ratio: 20/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-13-lg {
    aspect-ratio: 20/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-13-xl {
    aspect-ratio: 20/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-13-xxl {
    aspect-ratio: 20/13 !important;
  }
}
body .aspect-ratio-20-14 {
  aspect-ratio: 20/14;
  position: relative;
}
body .aspect-ratio-20-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-14 img, body .aspect-ratio-20-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-14-xs {
    aspect-ratio: 20/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-14-md {
    aspect-ratio: 20/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-14-lg {
    aspect-ratio: 20/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-14-xl {
    aspect-ratio: 20/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-14-xxl {
    aspect-ratio: 20/14 !important;
  }
}
body .aspect-ratio-20-15 {
  aspect-ratio: 20/15;
  position: relative;
}
body .aspect-ratio-20-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-15 img, body .aspect-ratio-20-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-15-xs {
    aspect-ratio: 20/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-15-md {
    aspect-ratio: 20/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-15-lg {
    aspect-ratio: 20/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-15-xl {
    aspect-ratio: 20/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-15-xxl {
    aspect-ratio: 20/15 !important;
  }
}
body .aspect-ratio-20-16 {
  aspect-ratio: 20/16;
  position: relative;
}
body .aspect-ratio-20-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-16 img, body .aspect-ratio-20-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-16-xs {
    aspect-ratio: 20/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-16-md {
    aspect-ratio: 20/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-16-lg {
    aspect-ratio: 20/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-16-xl {
    aspect-ratio: 20/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-16-xxl {
    aspect-ratio: 20/16 !important;
  }
}
body .aspect-ratio-20-17 {
  aspect-ratio: 20/17;
  position: relative;
}
body .aspect-ratio-20-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-17 img, body .aspect-ratio-20-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-17-xs {
    aspect-ratio: 20/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-17-md {
    aspect-ratio: 20/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-17-lg {
    aspect-ratio: 20/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-17-xl {
    aspect-ratio: 20/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-17-xxl {
    aspect-ratio: 20/17 !important;
  }
}
body .aspect-ratio-20-18 {
  aspect-ratio: 20/18;
  position: relative;
}
body .aspect-ratio-20-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-18 img, body .aspect-ratio-20-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-18-xs {
    aspect-ratio: 20/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-18-md {
    aspect-ratio: 20/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-18-lg {
    aspect-ratio: 20/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-18-xl {
    aspect-ratio: 20/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-18-xxl {
    aspect-ratio: 20/18 !important;
  }
}
body .aspect-ratio-20-19 {
  aspect-ratio: 20/19;
  position: relative;
}
body .aspect-ratio-20-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-19 img, body .aspect-ratio-20-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-19-xs {
    aspect-ratio: 20/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-19-md {
    aspect-ratio: 20/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-19-lg {
    aspect-ratio: 20/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-19-xl {
    aspect-ratio: 20/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-19-xxl {
    aspect-ratio: 20/19 !important;
  }
}
body .aspect-ratio-20-20 {
  aspect-ratio: 20/20;
  position: relative;
}
body .aspect-ratio-20-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-20 img, body .aspect-ratio-20-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-20-xs {
    aspect-ratio: 20/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-20-md {
    aspect-ratio: 20/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-20-lg {
    aspect-ratio: 20/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-20-xl {
    aspect-ratio: 20/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-20-xxl {
    aspect-ratio: 20/20 !important;
  }
}
body .aspect-ratio-20-21 {
  aspect-ratio: 20/21;
  position: relative;
}
body .aspect-ratio-20-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-20-21 img, body .aspect-ratio-20-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-20-21-xs {
    aspect-ratio: 20/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-20-21-md {
    aspect-ratio: 20/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-20-21-lg {
    aspect-ratio: 20/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-20-21-xl {
    aspect-ratio: 20/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-20-21-xxl {
    aspect-ratio: 20/21 !important;
  }
}
body .aspect-ratio-21-1 {
  aspect-ratio: 21/1;
  position: relative;
}
body .aspect-ratio-21-1.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-1.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-1 img, body .aspect-ratio-21-1 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-1-xs {
    aspect-ratio: 21/1 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-1-md {
    aspect-ratio: 21/1 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-1-lg {
    aspect-ratio: 21/1 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-1-xl {
    aspect-ratio: 21/1 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-1-xxl {
    aspect-ratio: 21/1 !important;
  }
}
body .aspect-ratio-21-2 {
  aspect-ratio: 21/2;
  position: relative;
}
body .aspect-ratio-21-2.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-2.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-2 img, body .aspect-ratio-21-2 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-2-xs {
    aspect-ratio: 21/2 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-2-md {
    aspect-ratio: 21/2 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-2-lg {
    aspect-ratio: 21/2 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-2-xl {
    aspect-ratio: 21/2 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-2-xxl {
    aspect-ratio: 21/2 !important;
  }
}
body .aspect-ratio-21-3 {
  aspect-ratio: 21/3;
  position: relative;
}
body .aspect-ratio-21-3.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-3.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-3 img, body .aspect-ratio-21-3 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-3-xs {
    aspect-ratio: 21/3 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-3-md {
    aspect-ratio: 21/3 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-3-lg {
    aspect-ratio: 21/3 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-3-xl {
    aspect-ratio: 21/3 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-3-xxl {
    aspect-ratio: 21/3 !important;
  }
}
body .aspect-ratio-21-4 {
  aspect-ratio: 21/4;
  position: relative;
}
body .aspect-ratio-21-4.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-4.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-4 img, body .aspect-ratio-21-4 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-4-xs {
    aspect-ratio: 21/4 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-4-md {
    aspect-ratio: 21/4 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-4-lg {
    aspect-ratio: 21/4 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-4-xl {
    aspect-ratio: 21/4 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-4-xxl {
    aspect-ratio: 21/4 !important;
  }
}
body .aspect-ratio-21-5 {
  aspect-ratio: 21/5;
  position: relative;
}
body .aspect-ratio-21-5.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-5.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-5 img, body .aspect-ratio-21-5 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-5-xs {
    aspect-ratio: 21/5 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-5-md {
    aspect-ratio: 21/5 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-5-lg {
    aspect-ratio: 21/5 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-5-xl {
    aspect-ratio: 21/5 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-5-xxl {
    aspect-ratio: 21/5 !important;
  }
}
body .aspect-ratio-21-6 {
  aspect-ratio: 21/6;
  position: relative;
}
body .aspect-ratio-21-6.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-6.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-6 img, body .aspect-ratio-21-6 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-6-xs {
    aspect-ratio: 21/6 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-6-md {
    aspect-ratio: 21/6 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-6-lg {
    aspect-ratio: 21/6 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-6-xl {
    aspect-ratio: 21/6 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-6-xxl {
    aspect-ratio: 21/6 !important;
  }
}
body .aspect-ratio-21-7 {
  aspect-ratio: 21/7;
  position: relative;
}
body .aspect-ratio-21-7.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-7.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-7 img, body .aspect-ratio-21-7 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-7-xs {
    aspect-ratio: 21/7 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-7-md {
    aspect-ratio: 21/7 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-7-lg {
    aspect-ratio: 21/7 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-7-xl {
    aspect-ratio: 21/7 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-7-xxl {
    aspect-ratio: 21/7 !important;
  }
}
body .aspect-ratio-21-8 {
  aspect-ratio: 21/8;
  position: relative;
}
body .aspect-ratio-21-8.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-8.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-8 img, body .aspect-ratio-21-8 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-8-xs {
    aspect-ratio: 21/8 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-8-md {
    aspect-ratio: 21/8 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-8-lg {
    aspect-ratio: 21/8 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-8-xl {
    aspect-ratio: 21/8 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-8-xxl {
    aspect-ratio: 21/8 !important;
  }
}
body .aspect-ratio-21-9 {
  aspect-ratio: 21/9;
  position: relative;
}
body .aspect-ratio-21-9.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-9.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-9 img, body .aspect-ratio-21-9 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-9-xs {
    aspect-ratio: 21/9 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-9-md {
    aspect-ratio: 21/9 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-9-lg {
    aspect-ratio: 21/9 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-9-xl {
    aspect-ratio: 21/9 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-9-xxl {
    aspect-ratio: 21/9 !important;
  }
}
body .aspect-ratio-21-10 {
  aspect-ratio: 21/10;
  position: relative;
}
body .aspect-ratio-21-10.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-10.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-10 img, body .aspect-ratio-21-10 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-10-xs {
    aspect-ratio: 21/10 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-10-md {
    aspect-ratio: 21/10 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-10-lg {
    aspect-ratio: 21/10 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-10-xl {
    aspect-ratio: 21/10 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-10-xxl {
    aspect-ratio: 21/10 !important;
  }
}
body .aspect-ratio-21-11 {
  aspect-ratio: 21/11;
  position: relative;
}
body .aspect-ratio-21-11.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-11.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-11 img, body .aspect-ratio-21-11 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-11-xs {
    aspect-ratio: 21/11 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-11-md {
    aspect-ratio: 21/11 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-11-lg {
    aspect-ratio: 21/11 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-11-xl {
    aspect-ratio: 21/11 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-11-xxl {
    aspect-ratio: 21/11 !important;
  }
}
body .aspect-ratio-21-12 {
  aspect-ratio: 21/12;
  position: relative;
}
body .aspect-ratio-21-12.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-12.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-12 img, body .aspect-ratio-21-12 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-12-xs {
    aspect-ratio: 21/12 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-12-md {
    aspect-ratio: 21/12 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-12-lg {
    aspect-ratio: 21/12 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-12-xl {
    aspect-ratio: 21/12 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-12-xxl {
    aspect-ratio: 21/12 !important;
  }
}
body .aspect-ratio-21-13 {
  aspect-ratio: 21/13;
  position: relative;
}
body .aspect-ratio-21-13.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-13.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-13 img, body .aspect-ratio-21-13 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-13-xs {
    aspect-ratio: 21/13 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-13-md {
    aspect-ratio: 21/13 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-13-lg {
    aspect-ratio: 21/13 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-13-xl {
    aspect-ratio: 21/13 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-13-xxl {
    aspect-ratio: 21/13 !important;
  }
}
body .aspect-ratio-21-14 {
  aspect-ratio: 21/14;
  position: relative;
}
body .aspect-ratio-21-14.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-14.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-14 img, body .aspect-ratio-21-14 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-14-xs {
    aspect-ratio: 21/14 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-14-md {
    aspect-ratio: 21/14 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-14-lg {
    aspect-ratio: 21/14 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-14-xl {
    aspect-ratio: 21/14 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-14-xxl {
    aspect-ratio: 21/14 !important;
  }
}
body .aspect-ratio-21-15 {
  aspect-ratio: 21/15;
  position: relative;
}
body .aspect-ratio-21-15.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-15.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-15 img, body .aspect-ratio-21-15 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-15-xs {
    aspect-ratio: 21/15 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-15-md {
    aspect-ratio: 21/15 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-15-lg {
    aspect-ratio: 21/15 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-15-xl {
    aspect-ratio: 21/15 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-15-xxl {
    aspect-ratio: 21/15 !important;
  }
}
body .aspect-ratio-21-16 {
  aspect-ratio: 21/16;
  position: relative;
}
body .aspect-ratio-21-16.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-16.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-16 img, body .aspect-ratio-21-16 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-16-xs {
    aspect-ratio: 21/16 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-16-md {
    aspect-ratio: 21/16 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-16-lg {
    aspect-ratio: 21/16 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-16-xl {
    aspect-ratio: 21/16 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-16-xxl {
    aspect-ratio: 21/16 !important;
  }
}
body .aspect-ratio-21-17 {
  aspect-ratio: 21/17;
  position: relative;
}
body .aspect-ratio-21-17.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-17.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-17 img, body .aspect-ratio-21-17 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-17-xs {
    aspect-ratio: 21/17 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-17-md {
    aspect-ratio: 21/17 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-17-lg {
    aspect-ratio: 21/17 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-17-xl {
    aspect-ratio: 21/17 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-17-xxl {
    aspect-ratio: 21/17 !important;
  }
}
body .aspect-ratio-21-18 {
  aspect-ratio: 21/18;
  position: relative;
}
body .aspect-ratio-21-18.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-18.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-18 img, body .aspect-ratio-21-18 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-18-xs {
    aspect-ratio: 21/18 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-18-md {
    aspect-ratio: 21/18 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-18-lg {
    aspect-ratio: 21/18 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-18-xl {
    aspect-ratio: 21/18 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-18-xxl {
    aspect-ratio: 21/18 !important;
  }
}
body .aspect-ratio-21-19 {
  aspect-ratio: 21/19;
  position: relative;
}
body .aspect-ratio-21-19.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-19.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-19 img, body .aspect-ratio-21-19 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-19-xs {
    aspect-ratio: 21/19 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-19-md {
    aspect-ratio: 21/19 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-19-lg {
    aspect-ratio: 21/19 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-19-xl {
    aspect-ratio: 21/19 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-19-xxl {
    aspect-ratio: 21/19 !important;
  }
}
body .aspect-ratio-21-20 {
  aspect-ratio: 21/20;
  position: relative;
}
body .aspect-ratio-21-20.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-20.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-20 img, body .aspect-ratio-21-20 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-20-xs {
    aspect-ratio: 21/20 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-20-md {
    aspect-ratio: 21/20 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-20-lg {
    aspect-ratio: 21/20 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-20-xl {
    aspect-ratio: 21/20 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-20-xxl {
    aspect-ratio: 21/20 !important;
  }
}
body .aspect-ratio-21-21 {
  aspect-ratio: 21/21;
  position: relative;
}
body .aspect-ratio-21-21.icon img {
  object-fit: unset;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: unset;
  height: unset;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-21.icon img {
    width: 40%;
  }
}
body .aspect-ratio-21-21 img, body .aspect-ratio-21-21 iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  display: block;
}
@media (max-width: 767px) {
  body .aspect-ratio-21-21-xs {
    aspect-ratio: 21/21 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-21-21-md {
    aspect-ratio: 21/21 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-21-21-lg {
    aspect-ratio: 21/21 !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .aspect-ratio-21-21-xl {
    aspect-ratio: 21/21 !important;
  }
}
@media (min-width: 1400px) {
  body .aspect-ratio-21-21-xxl {
    aspect-ratio: 21/21 !important;
  }
}
body .is-size-1 {
  font-size: 55px;
}
body .is-line-height-1 {
  line-height: 55px;
}
@media (min-width: 1400px) {
  body .is-size-1-xxl {
    font-size: 55px !important;
  }
  body .is-line-height-1-xxl {
    line-height: 55px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-1-xl {
    font-size: 55px !important;
  }
  body .is-line-height-1-xl {
    line-height: 55px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-1-lg {
    font-size: 55px !important;
  }
  body .is-line-height-1-lg {
    line-height: 55px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-1-md {
    font-size: 55px !important;
  }
  body .is-line-height-1-md {
    line-height: 55px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-1-touch {
    font-size: 55px !important;
  }
  body .is-line-height-1-touch {
    line-height: 55px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-1-xs {
    font-size: 55px !important;
  }
  body .is-line-height-1-xs {
    line-height: 55px !important;
  }
}
body .is-size-2 {
  font-size: 48px;
}
body .is-line-height-2 {
  line-height: 48px;
}
@media (min-width: 1400px) {
  body .is-size-2-xxl {
    font-size: 48px !important;
  }
  body .is-line-height-2-xxl {
    line-height: 48px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-2-xl {
    font-size: 48px !important;
  }
  body .is-line-height-2-xl {
    line-height: 48px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-2-lg {
    font-size: 48px !important;
  }
  body .is-line-height-2-lg {
    line-height: 48px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-2-md {
    font-size: 48px !important;
  }
  body .is-line-height-2-md {
    line-height: 48px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-2-touch {
    font-size: 48px !important;
  }
  body .is-line-height-2-touch {
    line-height: 48px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-2-xs {
    font-size: 48px !important;
  }
  body .is-line-height-2-xs {
    line-height: 48px !important;
  }
}
body .is-size-3 {
  font-size: 40px;
}
body .is-line-height-3 {
  line-height: 40px;
}
@media (min-width: 1400px) {
  body .is-size-3-xxl {
    font-size: 40px !important;
  }
  body .is-line-height-3-xxl {
    line-height: 40px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-3-xl {
    font-size: 40px !important;
  }
  body .is-line-height-3-xl {
    line-height: 40px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-3-lg {
    font-size: 40px !important;
  }
  body .is-line-height-3-lg {
    line-height: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-3-md {
    font-size: 40px !important;
  }
  body .is-line-height-3-md {
    line-height: 40px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-3-touch {
    font-size: 40px !important;
  }
  body .is-line-height-3-touch {
    line-height: 40px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-3-xs {
    font-size: 40px !important;
  }
  body .is-line-height-3-xs {
    line-height: 40px !important;
  }
}
body .is-size-4 {
  font-size: 36px;
}
body .is-line-height-4 {
  line-height: 36px;
}
@media (min-width: 1400px) {
  body .is-size-4-xxl {
    font-size: 36px !important;
  }
  body .is-line-height-4-xxl {
    line-height: 36px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-4-xl {
    font-size: 36px !important;
  }
  body .is-line-height-4-xl {
    line-height: 36px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-4-lg {
    font-size: 36px !important;
  }
  body .is-line-height-4-lg {
    line-height: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-4-md {
    font-size: 36px !important;
  }
  body .is-line-height-4-md {
    line-height: 36px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-4-touch {
    font-size: 36px !important;
  }
  body .is-line-height-4-touch {
    line-height: 36px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-4-xs {
    font-size: 36px !important;
  }
  body .is-line-height-4-xs {
    line-height: 36px !important;
  }
}
body .is-size-5 {
  font-size: 30px;
}
body .is-line-height-5 {
  line-height: 30px;
}
@media (min-width: 1400px) {
  body .is-size-5-xxl {
    font-size: 30px !important;
  }
  body .is-line-height-5-xxl {
    line-height: 30px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-5-xl {
    font-size: 30px !important;
  }
  body .is-line-height-5-xl {
    line-height: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-5-lg {
    font-size: 30px !important;
  }
  body .is-line-height-5-lg {
    line-height: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-5-md {
    font-size: 30px !important;
  }
  body .is-line-height-5-md {
    line-height: 30px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-5-touch {
    font-size: 30px !important;
  }
  body .is-line-height-5-touch {
    line-height: 30px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-5-xs {
    font-size: 30px !important;
  }
  body .is-line-height-5-xs {
    line-height: 30px !important;
  }
}
body .is-size-6 {
  font-size: 26px;
}
body .is-line-height-6 {
  line-height: 26px;
}
@media (min-width: 1400px) {
  body .is-size-6-xxl {
    font-size: 26px !important;
  }
  body .is-line-height-6-xxl {
    line-height: 26px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-6-xl {
    font-size: 26px !important;
  }
  body .is-line-height-6-xl {
    line-height: 26px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-6-lg {
    font-size: 26px !important;
  }
  body .is-line-height-6-lg {
    line-height: 26px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-6-md {
    font-size: 26px !important;
  }
  body .is-line-height-6-md {
    line-height: 26px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-6-touch {
    font-size: 26px !important;
  }
  body .is-line-height-6-touch {
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-6-xs {
    font-size: 26px !important;
  }
  body .is-line-height-6-xs {
    line-height: 26px !important;
  }
}
body .is-size-7 {
  font-size: 22px;
}
body .is-line-height-7 {
  line-height: 22px;
}
@media (min-width: 1400px) {
  body .is-size-7-xxl {
    font-size: 22px !important;
  }
  body .is-line-height-7-xxl {
    line-height: 22px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-7-xl {
    font-size: 22px !important;
  }
  body .is-line-height-7-xl {
    line-height: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-7-lg {
    font-size: 22px !important;
  }
  body .is-line-height-7-lg {
    line-height: 22px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-7-md {
    font-size: 22px !important;
  }
  body .is-line-height-7-md {
    line-height: 22px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-7-touch {
    font-size: 22px !important;
  }
  body .is-line-height-7-touch {
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-7-xs {
    font-size: 22px !important;
  }
  body .is-line-height-7-xs {
    line-height: 22px !important;
  }
}
body .is-size-8 {
  font-size: 20px;
}
body .is-line-height-8 {
  line-height: 20px;
}
@media (min-width: 1400px) {
  body .is-size-8-xxl {
    font-size: 20px !important;
  }
  body .is-line-height-8-xxl {
    line-height: 20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-8-xl {
    font-size: 20px !important;
  }
  body .is-line-height-8-xl {
    line-height: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-8-lg {
    font-size: 20px !important;
  }
  body .is-line-height-8-lg {
    line-height: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-8-md {
    font-size: 20px !important;
  }
  body .is-line-height-8-md {
    line-height: 20px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-8-touch {
    font-size: 20px !important;
  }
  body .is-line-height-8-touch {
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-8-xs {
    font-size: 20px !important;
  }
  body .is-line-height-8-xs {
    line-height: 20px !important;
  }
}
body .is-size-9 {
  font-size: 18px;
}
body .is-line-height-9 {
  line-height: 18px;
}
@media (min-width: 1400px) {
  body .is-size-9-xxl {
    font-size: 18px !important;
  }
  body .is-line-height-9-xxl {
    line-height: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-9-xl {
    font-size: 18px !important;
  }
  body .is-line-height-9-xl {
    line-height: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-9-lg {
    font-size: 18px !important;
  }
  body .is-line-height-9-lg {
    line-height: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-9-md {
    font-size: 18px !important;
  }
  body .is-line-height-9-md {
    line-height: 18px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-9-touch {
    font-size: 18px !important;
  }
  body .is-line-height-9-touch {
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-9-xs {
    font-size: 18px !important;
  }
  body .is-line-height-9-xs {
    line-height: 18px !important;
  }
}
body .is-size-10 {
  font-size: 16px;
}
body .is-line-height-10 {
  line-height: 16px;
}
@media (min-width: 1400px) {
  body .is-size-10-xxl {
    font-size: 16px !important;
  }
  body .is-line-height-10-xxl {
    line-height: 16px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-10-xl {
    font-size: 16px !important;
  }
  body .is-line-height-10-xl {
    line-height: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-10-lg {
    font-size: 16px !important;
  }
  body .is-line-height-10-lg {
    line-height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-10-md {
    font-size: 16px !important;
  }
  body .is-line-height-10-md {
    line-height: 16px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-10-touch {
    font-size: 16px !important;
  }
  body .is-line-height-10-touch {
    line-height: 16px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-10-xs {
    font-size: 16px !important;
  }
  body .is-line-height-10-xs {
    line-height: 16px !important;
  }
}
body .is-size-11 {
  font-size: 14px;
}
body .is-line-height-11 {
  line-height: 14px;
}
@media (min-width: 1400px) {
  body .is-size-11-xxl {
    font-size: 14px !important;
  }
  body .is-line-height-11-xxl {
    line-height: 14px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-11-xl {
    font-size: 14px !important;
  }
  body .is-line-height-11-xl {
    line-height: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-11-lg {
    font-size: 14px !important;
  }
  body .is-line-height-11-lg {
    line-height: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-11-md {
    font-size: 14px !important;
  }
  body .is-line-height-11-md {
    line-height: 14px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-11-touch {
    font-size: 14px !important;
  }
  body .is-line-height-11-touch {
    line-height: 14px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-11-xs {
    font-size: 14px !important;
  }
  body .is-line-height-11-xs {
    line-height: 14px !important;
  }
}
body .is-size-12 {
  font-size: 12px;
}
body .is-line-height-12 {
  line-height: 12px;
}
@media (min-width: 1400px) {
  body .is-size-12-xxl {
    font-size: 12px !important;
  }
  body .is-line-height-12-xxl {
    line-height: 12px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-12-xl {
    font-size: 12px !important;
  }
  body .is-line-height-12-xl {
    line-height: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-12-lg {
    font-size: 12px !important;
  }
  body .is-line-height-12-lg {
    line-height: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-12-md {
    font-size: 12px !important;
  }
  body .is-line-height-12-md {
    line-height: 12px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-12-touch {
    font-size: 12px !important;
  }
  body .is-line-height-12-touch {
    line-height: 12px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-12-xs {
    font-size: 12px !important;
  }
  body .is-line-height-12-xs {
    line-height: 12px !important;
  }
}
body .is-rounded-5 {
  border-radius: 5px !important;
}
body .is-rounded-b-5 {
  border-bottom-left-radius: 5px !important;
  border-bottom-right-radius: 5px !important;
}
body .is-rounded-t-5 {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
}
@media (max-width: 991px) {
  body .is-rounded-5-touch {
    border-radius: 5px !important;
  }
}
body .is-rounded-6 {
  border-radius: 6px !important;
}
body .is-rounded-b-6 {
  border-bottom-left-radius: 6px !important;
  border-bottom-right-radius: 6px !important;
}
body .is-rounded-t-6 {
  border-top-left-radius: 6px !important;
  border-top-right-radius: 6px !important;
}
@media (max-width: 991px) {
  body .is-rounded-6-touch {
    border-radius: 6px !important;
  }
}
body .is-rounded-8 {
  border-radius: 8px !important;
}
body .is-rounded-b-8 {
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
}
body .is-rounded-t-8 {
  border-top-left-radius: 8px !important;
  border-top-right-radius: 8px !important;
}
@media (max-width: 991px) {
  body .is-rounded-8-touch {
    border-radius: 8px !important;
  }
}
body .is-rounded-10 {
  border-radius: 10px !important;
}
body .is-rounded-b-10 {
  border-bottom-left-radius: 10px !important;
  border-bottom-right-radius: 10px !important;
}
body .is-rounded-t-10 {
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}
@media (max-width: 991px) {
  body .is-rounded-10-touch {
    border-radius: 10px !important;
  }
}
body .is-rounded-12 {
  border-radius: 12px !important;
}
body .is-rounded-b-12 {
  border-bottom-left-radius: 12px !important;
  border-bottom-right-radius: 12px !important;
}
body .is-rounded-t-12 {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
}
@media (max-width: 991px) {
  body .is-rounded-12-touch {
    border-radius: 12px !important;
  }
}
body .is-rounded-16 {
  border-radius: 16px !important;
}
body .is-rounded-b-16 {
  border-bottom-left-radius: 16px !important;
  border-bottom-right-radius: 16px !important;
}
body .is-rounded-t-16 {
  border-top-left-radius: 16px !important;
  border-top-right-radius: 16px !important;
}
@media (max-width: 991px) {
  body .is-rounded-16-touch {
    border-radius: 16px !important;
  }
}
body .is-rounded-20 {
  border-radius: 20px !important;
}
body .is-rounded-b-20 {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}
body .is-rounded-t-20 {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}
@media (max-width: 991px) {
  body .is-rounded-20-touch {
    border-radius: 20px !important;
  }
}
body .is-rounded-26 {
  border-radius: 26px !important;
}
body .is-rounded-b-26 {
  border-bottom-left-radius: 26px !important;
  border-bottom-right-radius: 26px !important;
}
body .is-rounded-t-26 {
  border-top-left-radius: 26px !important;
  border-top-right-radius: 26px !important;
}
@media (max-width: 991px) {
  body .is-rounded-26-touch {
    border-radius: 26px !important;
  }
}
body .is-rounded-30 {
  border-radius: 30px !important;
}
body .is-rounded-b-30 {
  border-bottom-left-radius: 30px !important;
  border-bottom-right-radius: 30px !important;
}
body .is-rounded-t-30 {
  border-top-left-radius: 30px !important;
  border-top-right-radius: 30px !important;
}
@media (max-width: 991px) {
  body .is-rounded-30-touch {
    border-radius: 30px !important;
  }
}
body .is-rounded-50 {
  border-radius: 50px !important;
}
body .is-rounded-b-50 {
  border-bottom-left-radius: 50px !important;
  border-bottom-right-radius: 50px !important;
}
body .is-rounded-t-50 {
  border-top-left-radius: 50px !important;
  border-top-right-radius: 50px !important;
}
@media (max-width: 991px) {
  body .is-rounded-50-touch {
    border-radius: 50px !important;
  }
}
body .is-rounded-150 {
  border-radius: 150px !important;
}
body .is-rounded-b-150 {
  border-bottom-left-radius: 150px !important;
  border-bottom-right-radius: 150px !important;
}
body .is-rounded-t-150 {
  border-top-left-radius: 150px !important;
  border-top-right-radius: 150px !important;
}
@media (max-width: 991px) {
  body .is-rounded-150-touch {
    border-radius: 150px !important;
  }
}
body .is-rounded-200 {
  border-radius: 200px !important;
}
body .is-rounded-b-200 {
  border-bottom-left-radius: 200px !important;
  border-bottom-right-radius: 200px !important;
}
body .is-rounded-t-200 {
  border-top-left-radius: 200px !important;
  border-top-right-radius: 200px !important;
}
@media (max-width: 991px) {
  body .is-rounded-200-touch {
    border-radius: 200px !important;
  }
}
body .border-black {
  border: 1px solid #101010;
}
body .border-t-black {
  border-top: 1px solid #101010;
}
body .border-b-black {
  border-bottom: 1px solid #101010;
}
body .border-e-black {
  border-right: 1px solid #101010;
}
body .border-s-black {
  border-left: 1px solid #101010;
}
body .border-y-black {
  border-top: 1px solid #101010;
  border-bottom: 1px solid #101010;
}
body .border-x-black {
  border-left: 1px solid #101010;
  border-right: 1px solid #101010;
}
@media (min-width: 992px) {
  body .border-black-lg {
    border: 1px solid #101010 !important;
  }
  body .border-t-black-lg {
    border-top: 1px solid #101010 !important;
  }
  body .border-b-black-lg {
    border-bottom: 1px solid #101010 !important;
  }
  body .border-e-black-lg {
    border-right: 1px solid #101010 !important;
  }
  body .border-s-black-lg {
    border-left: 1px solid #101010 !important;
  }
  body .border-y-black-lg {
    border-top: 1px solid #101010 !important;
    border-bottom: 1px solid #101010 !important;
  }
  body .border-x-black-lg {
    border-left: 1px solid #101010 !important;
    border-right: 1px solid #101010 !important;
  }
}
@media (min-width: 1400px) {
  body .border-black-xxl {
    border: 1px solid #101010 !important;
  }
  body .border-t-black-xxl {
    border-top: 1px solid #101010 !important;
  }
  body .border-b-black-xxl {
    border-bottom: 1px solid #101010 !important;
  }
  body .border-e-black-xxl {
    border-right: 1px solid #101010 !important;
  }
  body .border-s-black-xxl {
    border-left: 1px solid #101010 !important;
  }
  body .border-y-black-xxl {
    border-top: 1px solid #101010 !important;
    border-bottom: 1px solid #101010 !important;
  }
  body .border-x-black-xxl {
    border-left: 1px solid #101010 !important;
    border-right: 1px solid #101010 !important;
  }
}
body .border-white {
  border: 1px solid #FFFFFF;
}
body .border-t-white {
  border-top: 1px solid #FFFFFF;
}
body .border-b-white {
  border-bottom: 1px solid #FFFFFF;
}
body .border-e-white {
  border-right: 1px solid #FFFFFF;
}
body .border-s-white {
  border-left: 1px solid #FFFFFF;
}
body .border-y-white {
  border-top: 1px solid #FFFFFF;
  border-bottom: 1px solid #FFFFFF;
}
body .border-x-white {
  border-left: 1px solid #FFFFFF;
  border-right: 1px solid #FFFFFF;
}
@media (min-width: 992px) {
  body .border-white-lg {
    border: 1px solid #FFFFFF !important;
  }
  body .border-t-white-lg {
    border-top: 1px solid #FFFFFF !important;
  }
  body .border-b-white-lg {
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-e-white-lg {
    border-right: 1px solid #FFFFFF !important;
  }
  body .border-s-white-lg {
    border-left: 1px solid #FFFFFF !important;
  }
  body .border-y-white-lg {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-x-white-lg {
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
  }
}
@media (min-width: 1400px) {
  body .border-white-xxl {
    border: 1px solid #FFFFFF !important;
  }
  body .border-t-white-xxl {
    border-top: 1px solid #FFFFFF !important;
  }
  body .border-b-white-xxl {
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-e-white-xxl {
    border-right: 1px solid #FFFFFF !important;
  }
  body .border-s-white-xxl {
    border-left: 1px solid #FFFFFF !important;
  }
  body .border-y-white-xxl {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-x-white-xxl {
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
  }
}
body .border-blue {
  border: 1px solid #0F2C64;
}
body .border-t-blue {
  border-top: 1px solid #0F2C64;
}
body .border-b-blue {
  border-bottom: 1px solid #0F2C64;
}
body .border-e-blue {
  border-right: 1px solid #0F2C64;
}
body .border-s-blue {
  border-left: 1px solid #0F2C64;
}
body .border-y-blue {
  border-top: 1px solid #0F2C64;
  border-bottom: 1px solid #0F2C64;
}
body .border-x-blue {
  border-left: 1px solid #0F2C64;
  border-right: 1px solid #0F2C64;
}
@media (min-width: 992px) {
  body .border-blue-lg {
    border: 1px solid #0F2C64 !important;
  }
  body .border-t-blue-lg {
    border-top: 1px solid #0F2C64 !important;
  }
  body .border-b-blue-lg {
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-e-blue-lg {
    border-right: 1px solid #0F2C64 !important;
  }
  body .border-s-blue-lg {
    border-left: 1px solid #0F2C64 !important;
  }
  body .border-y-blue-lg {
    border-top: 1px solid #0F2C64 !important;
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-x-blue-lg {
    border-left: 1px solid #0F2C64 !important;
    border-right: 1px solid #0F2C64 !important;
  }
}
@media (min-width: 1400px) {
  body .border-blue-xxl {
    border: 1px solid #0F2C64 !important;
  }
  body .border-t-blue-xxl {
    border-top: 1px solid #0F2C64 !important;
  }
  body .border-b-blue-xxl {
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-e-blue-xxl {
    border-right: 1px solid #0F2C64 !important;
  }
  body .border-s-blue-xxl {
    border-left: 1px solid #0F2C64 !important;
  }
  body .border-y-blue-xxl {
    border-top: 1px solid #0F2C64 !important;
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-x-blue-xxl {
    border-left: 1px solid #0F2C64 !important;
    border-right: 1px solid #0F2C64 !important;
  }
}
body .border-blue-tags {
  border: 1px solid #2B4880;
}
body .border-t-blue-tags {
  border-top: 1px solid #2B4880;
}
body .border-b-blue-tags {
  border-bottom: 1px solid #2B4880;
}
body .border-e-blue-tags {
  border-right: 1px solid #2B4880;
}
body .border-s-blue-tags {
  border-left: 1px solid #2B4880;
}
body .border-y-blue-tags {
  border-top: 1px solid #2B4880;
  border-bottom: 1px solid #2B4880;
}
body .border-x-blue-tags {
  border-left: 1px solid #2B4880;
  border-right: 1px solid #2B4880;
}
@media (min-width: 992px) {
  body .border-blue-tags-lg {
    border: 1px solid #2B4880 !important;
  }
  body .border-t-blue-tags-lg {
    border-top: 1px solid #2B4880 !important;
  }
  body .border-b-blue-tags-lg {
    border-bottom: 1px solid #2B4880 !important;
  }
  body .border-e-blue-tags-lg {
    border-right: 1px solid #2B4880 !important;
  }
  body .border-s-blue-tags-lg {
    border-left: 1px solid #2B4880 !important;
  }
  body .border-y-blue-tags-lg {
    border-top: 1px solid #2B4880 !important;
    border-bottom: 1px solid #2B4880 !important;
  }
  body .border-x-blue-tags-lg {
    border-left: 1px solid #2B4880 !important;
    border-right: 1px solid #2B4880 !important;
  }
}
@media (min-width: 1400px) {
  body .border-blue-tags-xxl {
    border: 1px solid #2B4880 !important;
  }
  body .border-t-blue-tags-xxl {
    border-top: 1px solid #2B4880 !important;
  }
  body .border-b-blue-tags-xxl {
    border-bottom: 1px solid #2B4880 !important;
  }
  body .border-e-blue-tags-xxl {
    border-right: 1px solid #2B4880 !important;
  }
  body .border-s-blue-tags-xxl {
    border-left: 1px solid #2B4880 !important;
  }
  body .border-y-blue-tags-xxl {
    border-top: 1px solid #2B4880 !important;
    border-bottom: 1px solid #2B4880 !important;
  }
  body .border-x-blue-tags-xxl {
    border-left: 1px solid #2B4880 !important;
    border-right: 1px solid #2B4880 !important;
  }
}
body .border-blue-footer {
  border: 1px solid #0A214E;
}
body .border-t-blue-footer {
  border-top: 1px solid #0A214E;
}
body .border-b-blue-footer {
  border-bottom: 1px solid #0A214E;
}
body .border-e-blue-footer {
  border-right: 1px solid #0A214E;
}
body .border-s-blue-footer {
  border-left: 1px solid #0A214E;
}
body .border-y-blue-footer {
  border-top: 1px solid #0A214E;
  border-bottom: 1px solid #0A214E;
}
body .border-x-blue-footer {
  border-left: 1px solid #0A214E;
  border-right: 1px solid #0A214E;
}
@media (min-width: 992px) {
  body .border-blue-footer-lg {
    border: 1px solid #0A214E !important;
  }
  body .border-t-blue-footer-lg {
    border-top: 1px solid #0A214E !important;
  }
  body .border-b-blue-footer-lg {
    border-bottom: 1px solid #0A214E !important;
  }
  body .border-e-blue-footer-lg {
    border-right: 1px solid #0A214E !important;
  }
  body .border-s-blue-footer-lg {
    border-left: 1px solid #0A214E !important;
  }
  body .border-y-blue-footer-lg {
    border-top: 1px solid #0A214E !important;
    border-bottom: 1px solid #0A214E !important;
  }
  body .border-x-blue-footer-lg {
    border-left: 1px solid #0A214E !important;
    border-right: 1px solid #0A214E !important;
  }
}
@media (min-width: 1400px) {
  body .border-blue-footer-xxl {
    border: 1px solid #0A214E !important;
  }
  body .border-t-blue-footer-xxl {
    border-top: 1px solid #0A214E !important;
  }
  body .border-b-blue-footer-xxl {
    border-bottom: 1px solid #0A214E !important;
  }
  body .border-e-blue-footer-xxl {
    border-right: 1px solid #0A214E !important;
  }
  body .border-s-blue-footer-xxl {
    border-left: 1px solid #0A214E !important;
  }
  body .border-y-blue-footer-xxl {
    border-top: 1px solid #0A214E !important;
    border-bottom: 1px solid #0A214E !important;
  }
  body .border-x-blue-footer-xxl {
    border-left: 1px solid #0A214E !important;
    border-right: 1px solid #0A214E !important;
  }
}
body .border-lightblue {
  border: 1px solid #5CE1E6;
}
body .border-t-lightblue {
  border-top: 1px solid #5CE1E6;
}
body .border-b-lightblue {
  border-bottom: 1px solid #5CE1E6;
}
body .border-e-lightblue {
  border-right: 1px solid #5CE1E6;
}
body .border-s-lightblue {
  border-left: 1px solid #5CE1E6;
}
body .border-y-lightblue {
  border-top: 1px solid #5CE1E6;
  border-bottom: 1px solid #5CE1E6;
}
body .border-x-lightblue {
  border-left: 1px solid #5CE1E6;
  border-right: 1px solid #5CE1E6;
}
@media (min-width: 992px) {
  body .border-lightblue-lg {
    border: 1px solid #5CE1E6 !important;
  }
  body .border-t-lightblue-lg {
    border-top: 1px solid #5CE1E6 !important;
  }
  body .border-b-lightblue-lg {
    border-bottom: 1px solid #5CE1E6 !important;
  }
  body .border-e-lightblue-lg {
    border-right: 1px solid #5CE1E6 !important;
  }
  body .border-s-lightblue-lg {
    border-left: 1px solid #5CE1E6 !important;
  }
  body .border-y-lightblue-lg {
    border-top: 1px solid #5CE1E6 !important;
    border-bottom: 1px solid #5CE1E6 !important;
  }
  body .border-x-lightblue-lg {
    border-left: 1px solid #5CE1E6 !important;
    border-right: 1px solid #5CE1E6 !important;
  }
}
@media (min-width: 1400px) {
  body .border-lightblue-xxl {
    border: 1px solid #5CE1E6 !important;
  }
  body .border-t-lightblue-xxl {
    border-top: 1px solid #5CE1E6 !important;
  }
  body .border-b-lightblue-xxl {
    border-bottom: 1px solid #5CE1E6 !important;
  }
  body .border-e-lightblue-xxl {
    border-right: 1px solid #5CE1E6 !important;
  }
  body .border-s-lightblue-xxl {
    border-left: 1px solid #5CE1E6 !important;
  }
  body .border-y-lightblue-xxl {
    border-top: 1px solid #5CE1E6 !important;
    border-bottom: 1px solid #5CE1E6 !important;
  }
  body .border-x-lightblue-xxl {
    border-left: 1px solid #5CE1E6 !important;
    border-right: 1px solid #5CE1E6 !important;
  }
}
body .border-superlight-blue {
  border: 1px solid #E6FEFF;
}
body .border-t-superlight-blue {
  border-top: 1px solid #E6FEFF;
}
body .border-b-superlight-blue {
  border-bottom: 1px solid #E6FEFF;
}
body .border-e-superlight-blue {
  border-right: 1px solid #E6FEFF;
}
body .border-s-superlight-blue {
  border-left: 1px solid #E6FEFF;
}
body .border-y-superlight-blue {
  border-top: 1px solid #E6FEFF;
  border-bottom: 1px solid #E6FEFF;
}
body .border-x-superlight-blue {
  border-left: 1px solid #E6FEFF;
  border-right: 1px solid #E6FEFF;
}
@media (min-width: 992px) {
  body .border-superlight-blue-lg {
    border: 1px solid #E6FEFF !important;
  }
  body .border-t-superlight-blue-lg {
    border-top: 1px solid #E6FEFF !important;
  }
  body .border-b-superlight-blue-lg {
    border-bottom: 1px solid #E6FEFF !important;
  }
  body .border-e-superlight-blue-lg {
    border-right: 1px solid #E6FEFF !important;
  }
  body .border-s-superlight-blue-lg {
    border-left: 1px solid #E6FEFF !important;
  }
  body .border-y-superlight-blue-lg {
    border-top: 1px solid #E6FEFF !important;
    border-bottom: 1px solid #E6FEFF !important;
  }
  body .border-x-superlight-blue-lg {
    border-left: 1px solid #E6FEFF !important;
    border-right: 1px solid #E6FEFF !important;
  }
}
@media (min-width: 1400px) {
  body .border-superlight-blue-xxl {
    border: 1px solid #E6FEFF !important;
  }
  body .border-t-superlight-blue-xxl {
    border-top: 1px solid #E6FEFF !important;
  }
  body .border-b-superlight-blue-xxl {
    border-bottom: 1px solid #E6FEFF !important;
  }
  body .border-e-superlight-blue-xxl {
    border-right: 1px solid #E6FEFF !important;
  }
  body .border-s-superlight-blue-xxl {
    border-left: 1px solid #E6FEFF !important;
  }
  body .border-y-superlight-blue-xxl {
    border-top: 1px solid #E6FEFF !important;
    border-bottom: 1px solid #E6FEFF !important;
  }
  body .border-x-superlight-blue-xxl {
    border-left: 1px solid #E6FEFF !important;
    border-right: 1px solid #E6FEFF !important;
  }
}
body .border-green {
  border: 1px solid #25D366;
}
body .border-t-green {
  border-top: 1px solid #25D366;
}
body .border-b-green {
  border-bottom: 1px solid #25D366;
}
body .border-e-green {
  border-right: 1px solid #25D366;
}
body .border-s-green {
  border-left: 1px solid #25D366;
}
body .border-y-green {
  border-top: 1px solid #25D366;
  border-bottom: 1px solid #25D366;
}
body .border-x-green {
  border-left: 1px solid #25D366;
  border-right: 1px solid #25D366;
}
@media (min-width: 992px) {
  body .border-green-lg {
    border: 1px solid #25D366 !important;
  }
  body .border-t-green-lg {
    border-top: 1px solid #25D366 !important;
  }
  body .border-b-green-lg {
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-e-green-lg {
    border-right: 1px solid #25D366 !important;
  }
  body .border-s-green-lg {
    border-left: 1px solid #25D366 !important;
  }
  body .border-y-green-lg {
    border-top: 1px solid #25D366 !important;
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-x-green-lg {
    border-left: 1px solid #25D366 !important;
    border-right: 1px solid #25D366 !important;
  }
}
@media (min-width: 1400px) {
  body .border-green-xxl {
    border: 1px solid #25D366 !important;
  }
  body .border-t-green-xxl {
    border-top: 1px solid #25D366 !important;
  }
  body .border-b-green-xxl {
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-e-green-xxl {
    border-right: 1px solid #25D366 !important;
  }
  body .border-s-green-xxl {
    border-left: 1px solid #25D366 !important;
  }
  body .border-y-green-xxl {
    border-top: 1px solid #25D366 !important;
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-x-green-xxl {
    border-left: 1px solid #25D366 !important;
    border-right: 1px solid #25D366 !important;
  }
}
body .border-text-primary {
  border: 1px solid #0F2C64;
}
body .border-t-text-primary {
  border-top: 1px solid #0F2C64;
}
body .border-b-text-primary {
  border-bottom: 1px solid #0F2C64;
}
body .border-e-text-primary {
  border-right: 1px solid #0F2C64;
}
body .border-s-text-primary {
  border-left: 1px solid #0F2C64;
}
body .border-y-text-primary {
  border-top: 1px solid #0F2C64;
  border-bottom: 1px solid #0F2C64;
}
body .border-x-text-primary {
  border-left: 1px solid #0F2C64;
  border-right: 1px solid #0F2C64;
}
@media (min-width: 992px) {
  body .border-text-primary-lg {
    border: 1px solid #0F2C64 !important;
  }
  body .border-t-text-primary-lg {
    border-top: 1px solid #0F2C64 !important;
  }
  body .border-b-text-primary-lg {
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-e-text-primary-lg {
    border-right: 1px solid #0F2C64 !important;
  }
  body .border-s-text-primary-lg {
    border-left: 1px solid #0F2C64 !important;
  }
  body .border-y-text-primary-lg {
    border-top: 1px solid #0F2C64 !important;
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-x-text-primary-lg {
    border-left: 1px solid #0F2C64 !important;
    border-right: 1px solid #0F2C64 !important;
  }
}
@media (min-width: 1400px) {
  body .border-text-primary-xxl {
    border: 1px solid #0F2C64 !important;
  }
  body .border-t-text-primary-xxl {
    border-top: 1px solid #0F2C64 !important;
  }
  body .border-b-text-primary-xxl {
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-e-text-primary-xxl {
    border-right: 1px solid #0F2C64 !important;
  }
  body .border-s-text-primary-xxl {
    border-left: 1px solid #0F2C64 !important;
  }
  body .border-y-text-primary-xxl {
    border-top: 1px solid #0F2C64 !important;
    border-bottom: 1px solid #0F2C64 !important;
  }
  body .border-x-text-primary-xxl {
    border-left: 1px solid #0F2C64 !important;
    border-right: 1px solid #0F2C64 !important;
  }
}
body .border-text-error {
  border: 1px solid #FB0D0D;
}
body .border-t-text-error {
  border-top: 1px solid #FB0D0D;
}
body .border-b-text-error {
  border-bottom: 1px solid #FB0D0D;
}
body .border-e-text-error {
  border-right: 1px solid #FB0D0D;
}
body .border-s-text-error {
  border-left: 1px solid #FB0D0D;
}
body .border-y-text-error {
  border-top: 1px solid #FB0D0D;
  border-bottom: 1px solid #FB0D0D;
}
body .border-x-text-error {
  border-left: 1px solid #FB0D0D;
  border-right: 1px solid #FB0D0D;
}
@media (min-width: 992px) {
  body .border-text-error-lg {
    border: 1px solid #FB0D0D !important;
  }
  body .border-t-text-error-lg {
    border-top: 1px solid #FB0D0D !important;
  }
  body .border-b-text-error-lg {
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-e-text-error-lg {
    border-right: 1px solid #FB0D0D !important;
  }
  body .border-s-text-error-lg {
    border-left: 1px solid #FB0D0D !important;
  }
  body .border-y-text-error-lg {
    border-top: 1px solid #FB0D0D !important;
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-x-text-error-lg {
    border-left: 1px solid #FB0D0D !important;
    border-right: 1px solid #FB0D0D !important;
  }
}
@media (min-width: 1400px) {
  body .border-text-error-xxl {
    border: 1px solid #FB0D0D !important;
  }
  body .border-t-text-error-xxl {
    border-top: 1px solid #FB0D0D !important;
  }
  body .border-b-text-error-xxl {
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-e-text-error-xxl {
    border-right: 1px solid #FB0D0D !important;
  }
  body .border-s-text-error-xxl {
    border-left: 1px solid #FB0D0D !important;
  }
  body .border-y-text-error-xxl {
    border-top: 1px solid #FB0D0D !important;
    border-bottom: 1px solid #FB0D0D !important;
  }
  body .border-x-text-error-xxl {
    border-left: 1px solid #FB0D0D !important;
    border-right: 1px solid #FB0D0D !important;
  }
}
body .border-grey-borders {
  border: 1px solid #E8E8E8;
}
body .border-t-grey-borders {
  border-top: 1px solid #E8E8E8;
}
body .border-b-grey-borders {
  border-bottom: 1px solid #E8E8E8;
}
body .border-e-grey-borders {
  border-right: 1px solid #E8E8E8;
}
body .border-s-grey-borders {
  border-left: 1px solid #E8E8E8;
}
body .border-y-grey-borders {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
body .border-x-grey-borders {
  border-left: 1px solid #E8E8E8;
  border-right: 1px solid #E8E8E8;
}
@media (min-width: 992px) {
  body .border-grey-borders-lg {
    border: 1px solid #E8E8E8 !important;
  }
  body .border-t-grey-borders-lg {
    border-top: 1px solid #E8E8E8 !important;
  }
  body .border-b-grey-borders-lg {
    border-bottom: 1px solid #E8E8E8 !important;
  }
  body .border-e-grey-borders-lg {
    border-right: 1px solid #E8E8E8 !important;
  }
  body .border-s-grey-borders-lg {
    border-left: 1px solid #E8E8E8 !important;
  }
  body .border-y-grey-borders-lg {
    border-top: 1px solid #E8E8E8 !important;
    border-bottom: 1px solid #E8E8E8 !important;
  }
  body .border-x-grey-borders-lg {
    border-left: 1px solid #E8E8E8 !important;
    border-right: 1px solid #E8E8E8 !important;
  }
}
@media (min-width: 1400px) {
  body .border-grey-borders-xxl {
    border: 1px solid #E8E8E8 !important;
  }
  body .border-t-grey-borders-xxl {
    border-top: 1px solid #E8E8E8 !important;
  }
  body .border-b-grey-borders-xxl {
    border-bottom: 1px solid #E8E8E8 !important;
  }
  body .border-e-grey-borders-xxl {
    border-right: 1px solid #E8E8E8 !important;
  }
  body .border-s-grey-borders-xxl {
    border-left: 1px solid #E8E8E8 !important;
  }
  body .border-y-grey-borders-xxl {
    border-top: 1px solid #E8E8E8 !important;
    border-bottom: 1px solid #E8E8E8 !important;
  }
  body .border-x-grey-borders-xxl {
    border-left: 1px solid #E8E8E8 !important;
    border-right: 1px solid #E8E8E8 !important;
  }
}
body .border-grey {
  border: 1px solid #6A6A6A;
}
body .border-t-grey {
  border-top: 1px solid #6A6A6A;
}
body .border-b-grey {
  border-bottom: 1px solid #6A6A6A;
}
body .border-e-grey {
  border-right: 1px solid #6A6A6A;
}
body .border-s-grey {
  border-left: 1px solid #6A6A6A;
}
body .border-y-grey {
  border-top: 1px solid #6A6A6A;
  border-bottom: 1px solid #6A6A6A;
}
body .border-x-grey {
  border-left: 1px solid #6A6A6A;
  border-right: 1px solid #6A6A6A;
}
@media (min-width: 992px) {
  body .border-grey-lg {
    border: 1px solid #6A6A6A !important;
  }
  body .border-t-grey-lg {
    border-top: 1px solid #6A6A6A !important;
  }
  body .border-b-grey-lg {
    border-bottom: 1px solid #6A6A6A !important;
  }
  body .border-e-grey-lg {
    border-right: 1px solid #6A6A6A !important;
  }
  body .border-s-grey-lg {
    border-left: 1px solid #6A6A6A !important;
  }
  body .border-y-grey-lg {
    border-top: 1px solid #6A6A6A !important;
    border-bottom: 1px solid #6A6A6A !important;
  }
  body .border-x-grey-lg {
    border-left: 1px solid #6A6A6A !important;
    border-right: 1px solid #6A6A6A !important;
  }
}
@media (min-width: 1400px) {
  body .border-grey-xxl {
    border: 1px solid #6A6A6A !important;
  }
  body .border-t-grey-xxl {
    border-top: 1px solid #6A6A6A !important;
  }
  body .border-b-grey-xxl {
    border-bottom: 1px solid #6A6A6A !important;
  }
  body .border-e-grey-xxl {
    border-right: 1px solid #6A6A6A !important;
  }
  body .border-s-grey-xxl {
    border-left: 1px solid #6A6A6A !important;
  }
  body .border-y-grey-xxl {
    border-top: 1px solid #6A6A6A !important;
    border-bottom: 1px solid #6A6A6A !important;
  }
  body .border-x-grey-xxl {
    border-left: 1px solid #6A6A6A !important;
    border-right: 1px solid #6A6A6A !important;
  }
}
body .border-light-grey {
  border: 1px solid #F8F8F8;
}
body .border-t-light-grey {
  border-top: 1px solid #F8F8F8;
}
body .border-b-light-grey {
  border-bottom: 1px solid #F8F8F8;
}
body .border-e-light-grey {
  border-right: 1px solid #F8F8F8;
}
body .border-s-light-grey {
  border-left: 1px solid #F8F8F8;
}
body .border-y-light-grey {
  border-top: 1px solid #F8F8F8;
  border-bottom: 1px solid #F8F8F8;
}
body .border-x-light-grey {
  border-left: 1px solid #F8F8F8;
  border-right: 1px solid #F8F8F8;
}
@media (min-width: 992px) {
  body .border-light-grey-lg {
    border: 1px solid #F8F8F8 !important;
  }
  body .border-t-light-grey-lg {
    border-top: 1px solid #F8F8F8 !important;
  }
  body .border-b-light-grey-lg {
    border-bottom: 1px solid #F8F8F8 !important;
  }
  body .border-e-light-grey-lg {
    border-right: 1px solid #F8F8F8 !important;
  }
  body .border-s-light-grey-lg {
    border-left: 1px solid #F8F8F8 !important;
  }
  body .border-y-light-grey-lg {
    border-top: 1px solid #F8F8F8 !important;
    border-bottom: 1px solid #F8F8F8 !important;
  }
  body .border-x-light-grey-lg {
    border-left: 1px solid #F8F8F8 !important;
    border-right: 1px solid #F8F8F8 !important;
  }
}
@media (min-width: 1400px) {
  body .border-light-grey-xxl {
    border: 1px solid #F8F8F8 !important;
  }
  body .border-t-light-grey-xxl {
    border-top: 1px solid #F8F8F8 !important;
  }
  body .border-b-light-grey-xxl {
    border-bottom: 1px solid #F8F8F8 !important;
  }
  body .border-e-light-grey-xxl {
    border-right: 1px solid #F8F8F8 !important;
  }
  body .border-s-light-grey-xxl {
    border-left: 1px solid #F8F8F8 !important;
  }
  body .border-y-light-grey-xxl {
    border-top: 1px solid #F8F8F8 !important;
    border-bottom: 1px solid #F8F8F8 !important;
  }
  body .border-x-light-grey-xxl {
    border-left: 1px solid #F8F8F8 !important;
    border-right: 1px solid #F8F8F8 !important;
  }
}
body .border-breadcrumbs-grey {
  border: 1px solid #8b8b8b;
}
body .border-t-breadcrumbs-grey {
  border-top: 1px solid #8b8b8b;
}
body .border-b-breadcrumbs-grey {
  border-bottom: 1px solid #8b8b8b;
}
body .border-e-breadcrumbs-grey {
  border-right: 1px solid #8b8b8b;
}
body .border-s-breadcrumbs-grey {
  border-left: 1px solid #8b8b8b;
}
body .border-y-breadcrumbs-grey {
  border-top: 1px solid #8b8b8b;
  border-bottom: 1px solid #8b8b8b;
}
body .border-x-breadcrumbs-grey {
  border-left: 1px solid #8b8b8b;
  border-right: 1px solid #8b8b8b;
}
@media (min-width: 992px) {
  body .border-breadcrumbs-grey-lg {
    border: 1px solid #8b8b8b !important;
  }
  body .border-t-breadcrumbs-grey-lg {
    border-top: 1px solid #8b8b8b !important;
  }
  body .border-b-breadcrumbs-grey-lg {
    border-bottom: 1px solid #8b8b8b !important;
  }
  body .border-e-breadcrumbs-grey-lg {
    border-right: 1px solid #8b8b8b !important;
  }
  body .border-s-breadcrumbs-grey-lg {
    border-left: 1px solid #8b8b8b !important;
  }
  body .border-y-breadcrumbs-grey-lg {
    border-top: 1px solid #8b8b8b !important;
    border-bottom: 1px solid #8b8b8b !important;
  }
  body .border-x-breadcrumbs-grey-lg {
    border-left: 1px solid #8b8b8b !important;
    border-right: 1px solid #8b8b8b !important;
  }
}
@media (min-width: 1400px) {
  body .border-breadcrumbs-grey-xxl {
    border: 1px solid #8b8b8b !important;
  }
  body .border-t-breadcrumbs-grey-xxl {
    border-top: 1px solid #8b8b8b !important;
  }
  body .border-b-breadcrumbs-grey-xxl {
    border-bottom: 1px solid #8b8b8b !important;
  }
  body .border-e-breadcrumbs-grey-xxl {
    border-right: 1px solid #8b8b8b !important;
  }
  body .border-s-breadcrumbs-grey-xxl {
    border-left: 1px solid #8b8b8b !important;
  }
  body .border-y-breadcrumbs-grey-xxl {
    border-top: 1px solid #8b8b8b !important;
    border-bottom: 1px solid #8b8b8b !important;
  }
  body .border-x-breadcrumbs-grey-xxl {
    border-left: 1px solid #8b8b8b !important;
    border-right: 1px solid #8b8b8b !important;
  }
}
body .border-light-black {
  border: 1px solid #3F3F3F;
}
body .border-t-light-black {
  border-top: 1px solid #3F3F3F;
}
body .border-b-light-black {
  border-bottom: 1px solid #3F3F3F;
}
body .border-e-light-black {
  border-right: 1px solid #3F3F3F;
}
body .border-s-light-black {
  border-left: 1px solid #3F3F3F;
}
body .border-y-light-black {
  border-top: 1px solid #3F3F3F;
  border-bottom: 1px solid #3F3F3F;
}
body .border-x-light-black {
  border-left: 1px solid #3F3F3F;
  border-right: 1px solid #3F3F3F;
}
@media (min-width: 992px) {
  body .border-light-black-lg {
    border: 1px solid #3F3F3F !important;
  }
  body .border-t-light-black-lg {
    border-top: 1px solid #3F3F3F !important;
  }
  body .border-b-light-black-lg {
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-e-light-black-lg {
    border-right: 1px solid #3F3F3F !important;
  }
  body .border-s-light-black-lg {
    border-left: 1px solid #3F3F3F !important;
  }
  body .border-y-light-black-lg {
    border-top: 1px solid #3F3F3F !important;
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-x-light-black-lg {
    border-left: 1px solid #3F3F3F !important;
    border-right: 1px solid #3F3F3F !important;
  }
}
@media (min-width: 1400px) {
  body .border-light-black-xxl {
    border: 1px solid #3F3F3F !important;
  }
  body .border-t-light-black-xxl {
    border-top: 1px solid #3F3F3F !important;
  }
  body .border-b-light-black-xxl {
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-e-light-black-xxl {
    border-right: 1px solid #3F3F3F !important;
  }
  body .border-s-light-black-xxl {
    border-left: 1px solid #3F3F3F !important;
  }
  body .border-y-light-black-xxl {
    border-top: 1px solid #3F3F3F !important;
    border-bottom: 1px solid #3F3F3F !important;
  }
  body .border-x-light-black-xxl {
    border-left: 1px solid #3F3F3F !important;
    border-right: 1px solid #3F3F3F !important;
  }
}
body .border-text-secondary {
  border: 1px solid #212121;
}
body .border-t-text-secondary {
  border-top: 1px solid #212121;
}
body .border-b-text-secondary {
  border-bottom: 1px solid #212121;
}
body .border-e-text-secondary {
  border-right: 1px solid #212121;
}
body .border-s-text-secondary {
  border-left: 1px solid #212121;
}
body .border-y-text-secondary {
  border-top: 1px solid #212121;
  border-bottom: 1px solid #212121;
}
body .border-x-text-secondary {
  border-left: 1px solid #212121;
  border-right: 1px solid #212121;
}
@media (min-width: 992px) {
  body .border-text-secondary-lg {
    border: 1px solid #212121 !important;
  }
  body .border-t-text-secondary-lg {
    border-top: 1px solid #212121 !important;
  }
  body .border-b-text-secondary-lg {
    border-bottom: 1px solid #212121 !important;
  }
  body .border-e-text-secondary-lg {
    border-right: 1px solid #212121 !important;
  }
  body .border-s-text-secondary-lg {
    border-left: 1px solid #212121 !important;
  }
  body .border-y-text-secondary-lg {
    border-top: 1px solid #212121 !important;
    border-bottom: 1px solid #212121 !important;
  }
  body .border-x-text-secondary-lg {
    border-left: 1px solid #212121 !important;
    border-right: 1px solid #212121 !important;
  }
}
@media (min-width: 1400px) {
  body .border-text-secondary-xxl {
    border: 1px solid #212121 !important;
  }
  body .border-t-text-secondary-xxl {
    border-top: 1px solid #212121 !important;
  }
  body .border-b-text-secondary-xxl {
    border-bottom: 1px solid #212121 !important;
  }
  body .border-e-text-secondary-xxl {
    border-right: 1px solid #212121 !important;
  }
  body .border-s-text-secondary-xxl {
    border-left: 1px solid #212121 !important;
  }
  body .border-y-text-secondary-xxl {
    border-top: 1px solid #212121 !important;
    border-bottom: 1px solid #212121 !important;
  }
  body .border-x-text-secondary-xxl {
    border-left: 1px solid #212121 !important;
    border-right: 1px solid #212121 !important;
  }
}
body .border-purple {
  border: 1px solid #9245FA;
}
body .border-t-purple {
  border-top: 1px solid #9245FA;
}
body .border-b-purple {
  border-bottom: 1px solid #9245FA;
}
body .border-e-purple {
  border-right: 1px solid #9245FA;
}
body .border-s-purple {
  border-left: 1px solid #9245FA;
}
body .border-y-purple {
  border-top: 1px solid #9245FA;
  border-bottom: 1px solid #9245FA;
}
body .border-x-purple {
  border-left: 1px solid #9245FA;
  border-right: 1px solid #9245FA;
}
@media (min-width: 992px) {
  body .border-purple-lg {
    border: 1px solid #9245FA !important;
  }
  body .border-t-purple-lg {
    border-top: 1px solid #9245FA !important;
  }
  body .border-b-purple-lg {
    border-bottom: 1px solid #9245FA !important;
  }
  body .border-e-purple-lg {
    border-right: 1px solid #9245FA !important;
  }
  body .border-s-purple-lg {
    border-left: 1px solid #9245FA !important;
  }
  body .border-y-purple-lg {
    border-top: 1px solid #9245FA !important;
    border-bottom: 1px solid #9245FA !important;
  }
  body .border-x-purple-lg {
    border-left: 1px solid #9245FA !important;
    border-right: 1px solid #9245FA !important;
  }
}
@media (min-width: 1400px) {
  body .border-purple-xxl {
    border: 1px solid #9245FA !important;
  }
  body .border-t-purple-xxl {
    border-top: 1px solid #9245FA !important;
  }
  body .border-b-purple-xxl {
    border-bottom: 1px solid #9245FA !important;
  }
  body .border-e-purple-xxl {
    border-right: 1px solid #9245FA !important;
  }
  body .border-s-purple-xxl {
    border-left: 1px solid #9245FA !important;
  }
  body .border-y-purple-xxl {
    border-top: 1px solid #9245FA !important;
    border-bottom: 1px solid #9245FA !important;
  }
  body .border-x-purple-xxl {
    border-left: 1px solid #9245FA !important;
    border-right: 1px solid #9245FA !important;
  }
}
body .border-pink-discount {
  border: 1px solid #F66262;
}
body .border-t-pink-discount {
  border-top: 1px solid #F66262;
}
body .border-b-pink-discount {
  border-bottom: 1px solid #F66262;
}
body .border-e-pink-discount {
  border-right: 1px solid #F66262;
}
body .border-s-pink-discount {
  border-left: 1px solid #F66262;
}
body .border-y-pink-discount {
  border-top: 1px solid #F66262;
  border-bottom: 1px solid #F66262;
}
body .border-x-pink-discount {
  border-left: 1px solid #F66262;
  border-right: 1px solid #F66262;
}
@media (min-width: 992px) {
  body .border-pink-discount-lg {
    border: 1px solid #F66262 !important;
  }
  body .border-t-pink-discount-lg {
    border-top: 1px solid #F66262 !important;
  }
  body .border-b-pink-discount-lg {
    border-bottom: 1px solid #F66262 !important;
  }
  body .border-e-pink-discount-lg {
    border-right: 1px solid #F66262 !important;
  }
  body .border-s-pink-discount-lg {
    border-left: 1px solid #F66262 !important;
  }
  body .border-y-pink-discount-lg {
    border-top: 1px solid #F66262 !important;
    border-bottom: 1px solid #F66262 !important;
  }
  body .border-x-pink-discount-lg {
    border-left: 1px solid #F66262 !important;
    border-right: 1px solid #F66262 !important;
  }
}
@media (min-width: 1400px) {
  body .border-pink-discount-xxl {
    border: 1px solid #F66262 !important;
  }
  body .border-t-pink-discount-xxl {
    border-top: 1px solid #F66262 !important;
  }
  body .border-b-pink-discount-xxl {
    border-bottom: 1px solid #F66262 !important;
  }
  body .border-e-pink-discount-xxl {
    border-right: 1px solid #F66262 !important;
  }
  body .border-s-pink-discount-xxl {
    border-left: 1px solid #F66262 !important;
  }
  body .border-y-pink-discount-xxl {
    border-top: 1px solid #F66262 !important;
    border-bottom: 1px solid #F66262 !important;
  }
  body .border-x-pink-discount-xxl {
    border-left: 1px solid #F66262 !important;
    border-right: 1px solid #F66262 !important;
  }
}
body .border-pink-discount-vdp {
  border: 1px solid #FF0057;
}
body .border-t-pink-discount-vdp {
  border-top: 1px solid #FF0057;
}
body .border-b-pink-discount-vdp {
  border-bottom: 1px solid #FF0057;
}
body .border-e-pink-discount-vdp {
  border-right: 1px solid #FF0057;
}
body .border-s-pink-discount-vdp {
  border-left: 1px solid #FF0057;
}
body .border-y-pink-discount-vdp {
  border-top: 1px solid #FF0057;
  border-bottom: 1px solid #FF0057;
}
body .border-x-pink-discount-vdp {
  border-left: 1px solid #FF0057;
  border-right: 1px solid #FF0057;
}
@media (min-width: 992px) {
  body .border-pink-discount-vdp-lg {
    border: 1px solid #FF0057 !important;
  }
  body .border-t-pink-discount-vdp-lg {
    border-top: 1px solid #FF0057 !important;
  }
  body .border-b-pink-discount-vdp-lg {
    border-bottom: 1px solid #FF0057 !important;
  }
  body .border-e-pink-discount-vdp-lg {
    border-right: 1px solid #FF0057 !important;
  }
  body .border-s-pink-discount-vdp-lg {
    border-left: 1px solid #FF0057 !important;
  }
  body .border-y-pink-discount-vdp-lg {
    border-top: 1px solid #FF0057 !important;
    border-bottom: 1px solid #FF0057 !important;
  }
  body .border-x-pink-discount-vdp-lg {
    border-left: 1px solid #FF0057 !important;
    border-right: 1px solid #FF0057 !important;
  }
}
@media (min-width: 1400px) {
  body .border-pink-discount-vdp-xxl {
    border: 1px solid #FF0057 !important;
  }
  body .border-t-pink-discount-vdp-xxl {
    border-top: 1px solid #FF0057 !important;
  }
  body .border-b-pink-discount-vdp-xxl {
    border-bottom: 1px solid #FF0057 !important;
  }
  body .border-e-pink-discount-vdp-xxl {
    border-right: 1px solid #FF0057 !important;
  }
  body .border-s-pink-discount-vdp-xxl {
    border-left: 1px solid #FF0057 !important;
  }
  body .border-y-pink-discount-vdp-xxl {
    border-top: 1px solid #FF0057 !important;
    border-bottom: 1px solid #FF0057 !important;
  }
  body .border-x-pink-discount-vdp-xxl {
    border-left: 1px solid #FF0057 !important;
    border-right: 1px solid #FF0057 !important;
  }
}
body .border-whatsapp-gradient {
  border: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
body .border-t-whatsapp-gradient {
  border-top: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
body .border-b-whatsapp-gradient {
  border-bottom: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
body .border-e-whatsapp-gradient {
  border-right: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
body .border-s-whatsapp-gradient {
  border-left: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
body .border-y-whatsapp-gradient {
  border-top: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
  border-bottom: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
body .border-x-whatsapp-gradient {
  border-left: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
  border-right: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
@media (min-width: 992px) {
  body .border-whatsapp-gradient-lg {
    border: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-t-whatsapp-gradient-lg {
    border-top: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-b-whatsapp-gradient-lg {
    border-bottom: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-e-whatsapp-gradient-lg {
    border-right: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-s-whatsapp-gradient-lg {
    border-left: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-y-whatsapp-gradient-lg {
    border-top: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
    border-bottom: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-x-whatsapp-gradient-lg {
    border-left: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
    border-right: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
}
@media (min-width: 1400px) {
  body .border-whatsapp-gradient-xxl {
    border: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-t-whatsapp-gradient-xxl {
    border-top: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-b-whatsapp-gradient-xxl {
    border-bottom: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-e-whatsapp-gradient-xxl {
    border-right: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-s-whatsapp-gradient-xxl {
    border-left: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-y-whatsapp-gradient-xxl {
    border-top: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
    border-bottom: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
  body .border-x-whatsapp-gradient-xxl {
    border-left: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
    border-right: 1px solid linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
  }
}
body .border-b-primary {
  border-bottom: 1px solid var(--border-primary) !important;
}
body .border-t-primary {
  border-top: 1px solid var(--border-primary) !important;
}
body .border-primary {
  border: 1px solid var(--border-primary) !important;
}
body .bg-black {
  background-color: #101010;
}
body .text-black {
  color: #101010 !important;
}
body .border-color-black {
  border-color: #101010 !important;
}
body .form-select.border-color-black {
  border-color: #101010 !important;
}
@media (max-width: 991px) {
  body .bg-xs-black {
    background-color: #101010;
  }
}
body .bg-white {
  background-color: #FFFFFF;
}
body .text-white {
  color: #FFFFFF !important;
}
body .border-color-white {
  border-color: #FFFFFF !important;
}
body .form-select.border-color-white {
  border-color: #FFFFFF !important;
}
@media (max-width: 991px) {
  body .bg-xs-white {
    background-color: #FFFFFF;
  }
}
body .bg-blue {
  background-color: #0F2C64;
}
body .text-blue {
  color: #0F2C64 !important;
}
body .border-color-blue {
  border-color: #0F2C64 !important;
}
body .form-select.border-color-blue {
  border-color: #0F2C64 !important;
}
@media (max-width: 991px) {
  body .bg-xs-blue {
    background-color: #0F2C64;
  }
}
body .bg-blue-tags {
  background-color: #2B4880;
}
body .text-blue-tags {
  color: #2B4880 !important;
}
body .border-color-blue-tags {
  border-color: #2B4880 !important;
}
body .form-select.border-color-blue-tags {
  border-color: #2B4880 !important;
}
@media (max-width: 991px) {
  body .bg-xs-blue-tags {
    background-color: #2B4880;
  }
}
body .bg-blue-footer {
  background-color: #0A214E;
}
body .text-blue-footer {
  color: #0A214E !important;
}
body .border-color-blue-footer {
  border-color: #0A214E !important;
}
body .form-select.border-color-blue-footer {
  border-color: #0A214E !important;
}
@media (max-width: 991px) {
  body .bg-xs-blue-footer {
    background-color: #0A214E;
  }
}
body .bg-lightblue {
  background-color: #5CE1E6;
}
body .text-lightblue {
  color: #5CE1E6 !important;
}
body .border-color-lightblue {
  border-color: #5CE1E6 !important;
}
body .form-select.border-color-lightblue {
  border-color: #5CE1E6 !important;
}
@media (max-width: 991px) {
  body .bg-xs-lightblue {
    background-color: #5CE1E6;
  }
}
body .bg-superlight-blue {
  background-color: #E6FEFF;
}
body .text-superlight-blue {
  color: #E6FEFF !important;
}
body .border-color-superlight-blue {
  border-color: #E6FEFF !important;
}
body .form-select.border-color-superlight-blue {
  border-color: #E6FEFF !important;
}
@media (max-width: 991px) {
  body .bg-xs-superlight-blue {
    background-color: #E6FEFF;
  }
}
body .bg-green {
  background-color: #25D366;
}
body .text-green {
  color: #25D366 !important;
}
body .border-color-green {
  border-color: #25D366 !important;
}
body .form-select.border-color-green {
  border-color: #25D366 !important;
}
@media (max-width: 991px) {
  body .bg-xs-green {
    background-color: #25D366;
  }
}
body .bg-text-primary {
  background-color: #0F2C64;
}
body .text-text-primary {
  color: #0F2C64 !important;
}
body .border-color-text-primary {
  border-color: #0F2C64 !important;
}
body .form-select.border-color-text-primary {
  border-color: #0F2C64 !important;
}
@media (max-width: 991px) {
  body .bg-xs-text-primary {
    background-color: #0F2C64;
  }
}
body .bg-text-error {
  background-color: #FB0D0D;
}
body .text-text-error {
  color: #FB0D0D !important;
}
body .border-color-text-error {
  border-color: #FB0D0D !important;
}
body .form-select.border-color-text-error {
  border-color: #FB0D0D !important;
}
@media (max-width: 991px) {
  body .bg-xs-text-error {
    background-color: #FB0D0D;
  }
}
body .bg-grey-borders {
  background-color: #E8E8E8;
}
body .text-grey-borders {
  color: #E8E8E8 !important;
}
body .border-color-grey-borders {
  border-color: #E8E8E8 !important;
}
body .form-select.border-color-grey-borders {
  border-color: #E8E8E8 !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey-borders {
    background-color: #E8E8E8;
  }
}
body .bg-grey {
  background-color: #6A6A6A;
}
body .text-grey {
  color: #6A6A6A !important;
}
body .border-color-grey {
  border-color: #6A6A6A !important;
}
body .form-select.border-color-grey {
  border-color: #6A6A6A !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey {
    background-color: #6A6A6A;
  }
}
body .bg-light-grey {
  background-color: #F8F8F8;
}
body .text-light-grey {
  color: #F8F8F8 !important;
}
body .border-color-light-grey {
  border-color: #F8F8F8 !important;
}
body .form-select.border-color-light-grey {
  border-color: #F8F8F8 !important;
}
@media (max-width: 991px) {
  body .bg-xs-light-grey {
    background-color: #F8F8F8;
  }
}
body .bg-breadcrumbs-grey {
  background-color: #8b8b8b;
}
body .text-breadcrumbs-grey {
  color: #8b8b8b !important;
}
body .border-color-breadcrumbs-grey {
  border-color: #8b8b8b !important;
}
body .form-select.border-color-breadcrumbs-grey {
  border-color: #8b8b8b !important;
}
@media (max-width: 991px) {
  body .bg-xs-breadcrumbs-grey {
    background-color: #8b8b8b;
  }
}
body .bg-light-black {
  background-color: #3F3F3F;
}
body .text-light-black {
  color: #3F3F3F !important;
}
body .border-color-light-black {
  border-color: #3F3F3F !important;
}
body .form-select.border-color-light-black {
  border-color: #3F3F3F !important;
}
@media (max-width: 991px) {
  body .bg-xs-light-black {
    background-color: #3F3F3F;
  }
}
body .bg-text-secondary {
  background-color: #212121;
}
body .text-text-secondary {
  color: #212121 !important;
}
body .border-color-text-secondary {
  border-color: #212121 !important;
}
body .form-select.border-color-text-secondary {
  border-color: #212121 !important;
}
@media (max-width: 991px) {
  body .bg-xs-text-secondary {
    background-color: #212121;
  }
}
body .bg-purple {
  background-color: #9245FA;
}
body .text-purple {
  color: #9245FA !important;
}
body .border-color-purple {
  border-color: #9245FA !important;
}
body .form-select.border-color-purple {
  border-color: #9245FA !important;
}
@media (max-width: 991px) {
  body .bg-xs-purple {
    background-color: #9245FA;
  }
}
body .bg-pink-discount {
  background-color: #F66262;
}
body .text-pink-discount {
  color: #F66262 !important;
}
body .border-color-pink-discount {
  border-color: #F66262 !important;
}
body .form-select.border-color-pink-discount {
  border-color: #F66262 !important;
}
@media (max-width: 991px) {
  body .bg-xs-pink-discount {
    background-color: #F66262;
  }
}
body .bg-pink-discount-vdp {
  background-color: #FF0057;
}
body .text-pink-discount-vdp {
  color: #FF0057 !important;
}
body .border-color-pink-discount-vdp {
  border-color: #FF0057 !important;
}
body .form-select.border-color-pink-discount-vdp {
  border-color: #FF0057 !important;
}
@media (max-width: 991px) {
  body .bg-xs-pink-discount-vdp {
    background-color: #FF0057;
  }
}
body .bg-whatsapp-gradient {
  background-color: linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
}
body .text-whatsapp-gradient {
  color: linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
}
body .border-color-whatsapp-gradient {
  border-color: linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
}
body .form-select.border-color-whatsapp-gradient {
  border-color: linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%) !important;
}
@media (max-width: 991px) {
  body .bg-xs-whatsapp-gradient {
    background-color: linear-gradient(270deg, #6BD851 0%, var(--unnamed-color-5ce1e6) 100%);
  }
}
body .bg-gradient-btn {
  background: transparent linear-gradient(270deg, #6BD851 0%, #5ce1e6 100%);
}
body .container-11 {
  max-width: 11px;
  margin: auto;
}
body .max-w-11 {
  max-width: 11px;
}
body .min-w-11 {
  min-width: 11px;
}
@media (min-width: 1400px) {
  body .min-w-11-xxl {
    min-width: 11px;
  }
  body .max-w-11-xxl {
    max-width: 11px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-11-xl {
    min-width: 11px;
  }
  body .max-w-11-xl {
    max-width: 11px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-11-lg {
    min-width: 11px !important;
  }
  body .max-w-11-lg {
    max-width: 11px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-11-touch {
    max-width: 11px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-11-md {
    max-width: 11px !important;
  }
  body .min-w-11-md {
    min-width: 11px;
  }
}
@media (max-width: 767px) {
  body .max-w-11-xs {
    max-width: 11px !important;
  }
  body .min-w-11-xs {
    min-width: 11px;
  }
}
@media (min-width: 992px) {
  body .max-w-11-desktop {
    max-width: 11px;
  }
  body .min-w-11-desktop {
    min-width: 11px;
  }
}
body .container-17 {
  max-width: 17px;
  margin: auto;
}
body .max-w-17 {
  max-width: 17px;
}
body .min-w-17 {
  min-width: 17px;
}
@media (min-width: 1400px) {
  body .min-w-17-xxl {
    min-width: 17px;
  }
  body .max-w-17-xxl {
    max-width: 17px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-17-xl {
    min-width: 17px;
  }
  body .max-w-17-xl {
    max-width: 17px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-17-lg {
    min-width: 17px !important;
  }
  body .max-w-17-lg {
    max-width: 17px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-17-touch {
    max-width: 17px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-17-md {
    max-width: 17px !important;
  }
  body .min-w-17-md {
    min-width: 17px;
  }
}
@media (max-width: 767px) {
  body .max-w-17-xs {
    max-width: 17px !important;
  }
  body .min-w-17-xs {
    min-width: 17px;
  }
}
@media (min-width: 992px) {
  body .max-w-17-desktop {
    max-width: 17px;
  }
  body .min-w-17-desktop {
    min-width: 17px;
  }
}
body .container-24 {
  max-width: 24px;
  margin: auto;
}
body .max-w-24 {
  max-width: 24px;
}
body .min-w-24 {
  min-width: 24px;
}
@media (min-width: 1400px) {
  body .min-w-24-xxl {
    min-width: 24px;
  }
  body .max-w-24-xxl {
    max-width: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-24-xl {
    min-width: 24px;
  }
  body .max-w-24-xl {
    max-width: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-24-lg {
    min-width: 24px !important;
  }
  body .max-w-24-lg {
    max-width: 24px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-24-touch {
    max-width: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-24-md {
    max-width: 24px !important;
  }
  body .min-w-24-md {
    min-width: 24px;
  }
}
@media (max-width: 767px) {
  body .max-w-24-xs {
    max-width: 24px !important;
  }
  body .min-w-24-xs {
    min-width: 24px;
  }
}
@media (min-width: 992px) {
  body .max-w-24-desktop {
    max-width: 24px;
  }
  body .min-w-24-desktop {
    min-width: 24px;
  }
}
body .container-36 {
  max-width: 36px;
  margin: auto;
}
body .max-w-36 {
  max-width: 36px;
}
body .min-w-36 {
  min-width: 36px;
}
@media (min-width: 1400px) {
  body .min-w-36-xxl {
    min-width: 36px;
  }
  body .max-w-36-xxl {
    max-width: 36px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-36-xl {
    min-width: 36px;
  }
  body .max-w-36-xl {
    max-width: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-36-lg {
    min-width: 36px !important;
  }
  body .max-w-36-lg {
    max-width: 36px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-36-touch {
    max-width: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-36-md {
    max-width: 36px !important;
  }
  body .min-w-36-md {
    min-width: 36px;
  }
}
@media (max-width: 767px) {
  body .max-w-36-xs {
    max-width: 36px !important;
  }
  body .min-w-36-xs {
    min-width: 36px;
  }
}
@media (min-width: 992px) {
  body .max-w-36-desktop {
    max-width: 36px;
  }
  body .min-w-36-desktop {
    min-width: 36px;
  }
}
body .container-70 {
  max-width: 70px;
  margin: auto;
}
body .max-w-70 {
  max-width: 70px;
}
body .min-w-70 {
  min-width: 70px;
}
@media (min-width: 1400px) {
  body .min-w-70-xxl {
    min-width: 70px;
  }
  body .max-w-70-xxl {
    max-width: 70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-70-xl {
    min-width: 70px;
  }
  body .max-w-70-xl {
    max-width: 70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-70-lg {
    min-width: 70px !important;
  }
  body .max-w-70-lg {
    max-width: 70px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-70-touch {
    max-width: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-70-md {
    max-width: 70px !important;
  }
  body .min-w-70-md {
    min-width: 70px;
  }
}
@media (max-width: 767px) {
  body .max-w-70-xs {
    max-width: 70px !important;
  }
  body .min-w-70-xs {
    min-width: 70px;
  }
}
@media (min-width: 992px) {
  body .max-w-70-desktop {
    max-width: 70px;
  }
  body .min-w-70-desktop {
    min-width: 70px;
  }
}
body .container-80 {
  max-width: 80px;
  margin: auto;
}
body .max-w-80 {
  max-width: 80px;
}
body .min-w-80 {
  min-width: 80px;
}
@media (min-width: 1400px) {
  body .min-w-80-xxl {
    min-width: 80px;
  }
  body .max-w-80-xxl {
    max-width: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-80-xl {
    min-width: 80px;
  }
  body .max-w-80-xl {
    max-width: 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-80-lg {
    min-width: 80px !important;
  }
  body .max-w-80-lg {
    max-width: 80px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-80-touch {
    max-width: 80px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-80-md {
    max-width: 80px !important;
  }
  body .min-w-80-md {
    min-width: 80px;
  }
}
@media (max-width: 767px) {
  body .max-w-80-xs {
    max-width: 80px !important;
  }
  body .min-w-80-xs {
    min-width: 80px;
  }
}
@media (min-width: 992px) {
  body .max-w-80-desktop {
    max-width: 80px;
  }
  body .min-w-80-desktop {
    min-width: 80px;
  }
}
body .container-100 {
  max-width: 100px;
  margin: auto;
}
body .max-w-100 {
  max-width: 100px;
}
body .min-w-100 {
  min-width: 100px;
}
@media (min-width: 1400px) {
  body .min-w-100-xxl {
    min-width: 100px;
  }
  body .max-w-100-xxl {
    max-width: 100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-100-xl {
    min-width: 100px;
  }
  body .max-w-100-xl {
    max-width: 100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-100-lg {
    min-width: 100px !important;
  }
  body .max-w-100-lg {
    max-width: 100px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-100-touch {
    max-width: 100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-100-md {
    max-width: 100px !important;
  }
  body .min-w-100-md {
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  body .max-w-100-xs {
    max-width: 100px !important;
  }
  body .min-w-100-xs {
    min-width: 100px;
  }
}
@media (min-width: 992px) {
  body .max-w-100-desktop {
    max-width: 100px;
  }
  body .min-w-100-desktop {
    min-width: 100px;
  }
}
body .container-120 {
  max-width: 120px;
  margin: auto;
}
body .max-w-120 {
  max-width: 120px;
}
body .min-w-120 {
  min-width: 120px;
}
@media (min-width: 1400px) {
  body .min-w-120-xxl {
    min-width: 120px;
  }
  body .max-w-120-xxl {
    max-width: 120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-120-xl {
    min-width: 120px;
  }
  body .max-w-120-xl {
    max-width: 120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-120-lg {
    min-width: 120px !important;
  }
  body .max-w-120-lg {
    max-width: 120px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-120-touch {
    max-width: 120px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-120-md {
    max-width: 120px !important;
  }
  body .min-w-120-md {
    min-width: 120px;
  }
}
@media (max-width: 767px) {
  body .max-w-120-xs {
    max-width: 120px !important;
  }
  body .min-w-120-xs {
    min-width: 120px;
  }
}
@media (min-width: 992px) {
  body .max-w-120-desktop {
    max-width: 120px;
  }
  body .min-w-120-desktop {
    min-width: 120px;
  }
}
body .container-150 {
  max-width: 150px;
  margin: auto;
}
body .max-w-150 {
  max-width: 150px;
}
body .min-w-150 {
  min-width: 150px;
}
@media (min-width: 1400px) {
  body .min-w-150-xxl {
    min-width: 150px;
  }
  body .max-w-150-xxl {
    max-width: 150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-150-xl {
    min-width: 150px;
  }
  body .max-w-150-xl {
    max-width: 150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-150-lg {
    min-width: 150px !important;
  }
  body .max-w-150-lg {
    max-width: 150px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-150-touch {
    max-width: 150px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-150-md {
    max-width: 150px !important;
  }
  body .min-w-150-md {
    min-width: 150px;
  }
}
@media (max-width: 767px) {
  body .max-w-150-xs {
    max-width: 150px !important;
  }
  body .min-w-150-xs {
    min-width: 150px;
  }
}
@media (min-width: 992px) {
  body .max-w-150-desktop {
    max-width: 150px;
  }
  body .min-w-150-desktop {
    min-width: 150px;
  }
}
body .container-170 {
  max-width: 170px;
  margin: auto;
}
body .max-w-170 {
  max-width: 170px;
}
body .min-w-170 {
  min-width: 170px;
}
@media (min-width: 1400px) {
  body .min-w-170-xxl {
    min-width: 170px;
  }
  body .max-w-170-xxl {
    max-width: 170px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-170-xl {
    min-width: 170px;
  }
  body .max-w-170-xl {
    max-width: 170px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-170-lg {
    min-width: 170px !important;
  }
  body .max-w-170-lg {
    max-width: 170px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-170-touch {
    max-width: 170px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-170-md {
    max-width: 170px !important;
  }
  body .min-w-170-md {
    min-width: 170px;
  }
}
@media (max-width: 767px) {
  body .max-w-170-xs {
    max-width: 170px !important;
  }
  body .min-w-170-xs {
    min-width: 170px;
  }
}
@media (min-width: 992px) {
  body .max-w-170-desktop {
    max-width: 170px;
  }
  body .min-w-170-desktop {
    min-width: 170px;
  }
}
body .container-180 {
  max-width: 180px;
  margin: auto;
}
body .max-w-180 {
  max-width: 180px;
}
body .min-w-180 {
  min-width: 180px;
}
@media (min-width: 1400px) {
  body .min-w-180-xxl {
    min-width: 180px;
  }
  body .max-w-180-xxl {
    max-width: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-180-xl {
    min-width: 180px;
  }
  body .max-w-180-xl {
    max-width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-180-lg {
    min-width: 180px !important;
  }
  body .max-w-180-lg {
    max-width: 180px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-180-touch {
    max-width: 180px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-180-md {
    max-width: 180px !important;
  }
  body .min-w-180-md {
    min-width: 180px;
  }
}
@media (max-width: 767px) {
  body .max-w-180-xs {
    max-width: 180px !important;
  }
  body .min-w-180-xs {
    min-width: 180px;
  }
}
@media (min-width: 992px) {
  body .max-w-180-desktop {
    max-width: 180px;
  }
  body .min-w-180-desktop {
    min-width: 180px;
  }
}
body .container-200 {
  max-width: 200px;
  margin: auto;
}
body .max-w-200 {
  max-width: 200px;
}
body .min-w-200 {
  min-width: 200px;
}
@media (min-width: 1400px) {
  body .min-w-200-xxl {
    min-width: 200px;
  }
  body .max-w-200-xxl {
    max-width: 200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-200-xl {
    min-width: 200px;
  }
  body .max-w-200-xl {
    max-width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-200-lg {
    min-width: 200px !important;
  }
  body .max-w-200-lg {
    max-width: 200px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-200-touch {
    max-width: 200px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-200-md {
    max-width: 200px !important;
  }
  body .min-w-200-md {
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  body .max-w-200-xs {
    max-width: 200px !important;
  }
  body .min-w-200-xs {
    min-width: 200px;
  }
}
@media (min-width: 992px) {
  body .max-w-200-desktop {
    max-width: 200px;
  }
  body .min-w-200-desktop {
    min-width: 200px;
  }
}
body .container-220 {
  max-width: 220px;
  margin: auto;
}
body .max-w-220 {
  max-width: 220px;
}
body .min-w-220 {
  min-width: 220px;
}
@media (min-width: 1400px) {
  body .min-w-220-xxl {
    min-width: 220px;
  }
  body .max-w-220-xxl {
    max-width: 220px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-220-xl {
    min-width: 220px;
  }
  body .max-w-220-xl {
    max-width: 220px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-220-lg {
    min-width: 220px !important;
  }
  body .max-w-220-lg {
    max-width: 220px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-220-touch {
    max-width: 220px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-220-md {
    max-width: 220px !important;
  }
  body .min-w-220-md {
    min-width: 220px;
  }
}
@media (max-width: 767px) {
  body .max-w-220-xs {
    max-width: 220px !important;
  }
  body .min-w-220-xs {
    min-width: 220px;
  }
}
@media (min-width: 992px) {
  body .max-w-220-desktop {
    max-width: 220px;
  }
  body .min-w-220-desktop {
    min-width: 220px;
  }
}
body .container-230 {
  max-width: 230px;
  margin: auto;
}
body .max-w-230 {
  max-width: 230px;
}
body .min-w-230 {
  min-width: 230px;
}
@media (min-width: 1400px) {
  body .min-w-230-xxl {
    min-width: 230px;
  }
  body .max-w-230-xxl {
    max-width: 230px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-230-xl {
    min-width: 230px;
  }
  body .max-w-230-xl {
    max-width: 230px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-230-lg {
    min-width: 230px !important;
  }
  body .max-w-230-lg {
    max-width: 230px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-230-touch {
    max-width: 230px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-230-md {
    max-width: 230px !important;
  }
  body .min-w-230-md {
    min-width: 230px;
  }
}
@media (max-width: 767px) {
  body .max-w-230-xs {
    max-width: 230px !important;
  }
  body .min-w-230-xs {
    min-width: 230px;
  }
}
@media (min-width: 992px) {
  body .max-w-230-desktop {
    max-width: 230px;
  }
  body .min-w-230-desktop {
    min-width: 230px;
  }
}
body .container-250 {
  max-width: 250px;
  margin: auto;
}
body .max-w-250 {
  max-width: 250px;
}
body .min-w-250 {
  min-width: 250px;
}
@media (min-width: 1400px) {
  body .min-w-250-xxl {
    min-width: 250px;
  }
  body .max-w-250-xxl {
    max-width: 250px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-250-xl {
    min-width: 250px;
  }
  body .max-w-250-xl {
    max-width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-250-lg {
    min-width: 250px !important;
  }
  body .max-w-250-lg {
    max-width: 250px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-250-touch {
    max-width: 250px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-250-md {
    max-width: 250px !important;
  }
  body .min-w-250-md {
    min-width: 250px;
  }
}
@media (max-width: 767px) {
  body .max-w-250-xs {
    max-width: 250px !important;
  }
  body .min-w-250-xs {
    min-width: 250px;
  }
}
@media (min-width: 992px) {
  body .max-w-250-desktop {
    max-width: 250px;
  }
  body .min-w-250-desktop {
    min-width: 250px;
  }
}
body .container-280 {
  max-width: 280px;
  margin: auto;
}
body .max-w-280 {
  max-width: 280px;
}
body .min-w-280 {
  min-width: 280px;
}
@media (min-width: 1400px) {
  body .min-w-280-xxl {
    min-width: 280px;
  }
  body .max-w-280-xxl {
    max-width: 280px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-280-xl {
    min-width: 280px;
  }
  body .max-w-280-xl {
    max-width: 280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-280-lg {
    min-width: 280px !important;
  }
  body .max-w-280-lg {
    max-width: 280px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-280-touch {
    max-width: 280px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-280-md {
    max-width: 280px !important;
  }
  body .min-w-280-md {
    min-width: 280px;
  }
}
@media (max-width: 767px) {
  body .max-w-280-xs {
    max-width: 280px !important;
  }
  body .min-w-280-xs {
    min-width: 280px;
  }
}
@media (min-width: 992px) {
  body .max-w-280-desktop {
    max-width: 280px;
  }
  body .min-w-280-desktop {
    min-width: 280px;
  }
}
body .container-290 {
  max-width: 290px;
  margin: auto;
}
body .max-w-290 {
  max-width: 290px;
}
body .min-w-290 {
  min-width: 290px;
}
@media (min-width: 1400px) {
  body .min-w-290-xxl {
    min-width: 290px;
  }
  body .max-w-290-xxl {
    max-width: 290px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-290-xl {
    min-width: 290px;
  }
  body .max-w-290-xl {
    max-width: 290px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-290-lg {
    min-width: 290px !important;
  }
  body .max-w-290-lg {
    max-width: 290px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-290-touch {
    max-width: 290px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-290-md {
    max-width: 290px !important;
  }
  body .min-w-290-md {
    min-width: 290px;
  }
}
@media (max-width: 767px) {
  body .max-w-290-xs {
    max-width: 290px !important;
  }
  body .min-w-290-xs {
    min-width: 290px;
  }
}
@media (min-width: 992px) {
  body .max-w-290-desktop {
    max-width: 290px;
  }
  body .min-w-290-desktop {
    min-width: 290px;
  }
}
body .container-400 {
  max-width: 400px;
  margin: auto;
}
body .max-w-400 {
  max-width: 400px;
}
body .min-w-400 {
  min-width: 400px;
}
@media (min-width: 1400px) {
  body .min-w-400-xxl {
    min-width: 400px;
  }
  body .max-w-400-xxl {
    max-width: 400px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-400-xl {
    min-width: 400px;
  }
  body .max-w-400-xl {
    max-width: 400px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-400-lg {
    min-width: 400px !important;
  }
  body .max-w-400-lg {
    max-width: 400px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-400-touch {
    max-width: 400px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-400-md {
    max-width: 400px !important;
  }
  body .min-w-400-md {
    min-width: 400px;
  }
}
@media (max-width: 767px) {
  body .max-w-400-xs {
    max-width: 400px !important;
  }
  body .min-w-400-xs {
    min-width: 400px;
  }
}
@media (min-width: 992px) {
  body .max-w-400-desktop {
    max-width: 400px;
  }
  body .min-w-400-desktop {
    min-width: 400px;
  }
}
body .container-450 {
  max-width: 450px;
  margin: auto;
}
body .max-w-450 {
  max-width: 450px;
}
body .min-w-450 {
  min-width: 450px;
}
@media (min-width: 1400px) {
  body .min-w-450-xxl {
    min-width: 450px;
  }
  body .max-w-450-xxl {
    max-width: 450px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-450-xl {
    min-width: 450px;
  }
  body .max-w-450-xl {
    max-width: 450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-450-lg {
    min-width: 450px !important;
  }
  body .max-w-450-lg {
    max-width: 450px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-450-touch {
    max-width: 450px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-450-md {
    max-width: 450px !important;
  }
  body .min-w-450-md {
    min-width: 450px;
  }
}
@media (max-width: 767px) {
  body .max-w-450-xs {
    max-width: 450px !important;
  }
  body .min-w-450-xs {
    min-width: 450px;
  }
}
@media (min-width: 992px) {
  body .max-w-450-desktop {
    max-width: 450px;
  }
  body .min-w-450-desktop {
    min-width: 450px;
  }
}
body .container-600 {
  max-width: 600px;
  margin: auto;
}
body .max-w-600 {
  max-width: 600px;
}
body .min-w-600 {
  min-width: 600px;
}
@media (min-width: 1400px) {
  body .min-w-600-xxl {
    min-width: 600px;
  }
  body .max-w-600-xxl {
    max-width: 600px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-600-xl {
    min-width: 600px;
  }
  body .max-w-600-xl {
    max-width: 600px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-600-lg {
    min-width: 600px !important;
  }
  body .max-w-600-lg {
    max-width: 600px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-600-touch {
    max-width: 600px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-600-md {
    max-width: 600px !important;
  }
  body .min-w-600-md {
    min-width: 600px;
  }
}
@media (max-width: 767px) {
  body .max-w-600-xs {
    max-width: 600px !important;
  }
  body .min-w-600-xs {
    min-width: 600px;
  }
}
@media (min-width: 992px) {
  body .max-w-600-desktop {
    max-width: 600px;
  }
  body .min-w-600-desktop {
    min-width: 600px;
  }
}
body .container-670 {
  max-width: 670px;
  margin: auto;
}
body .max-w-670 {
  max-width: 670px;
}
body .min-w-670 {
  min-width: 670px;
}
@media (min-width: 1400px) {
  body .min-w-670-xxl {
    min-width: 670px;
  }
  body .max-w-670-xxl {
    max-width: 670px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-670-xl {
    min-width: 670px;
  }
  body .max-w-670-xl {
    max-width: 670px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-670-lg {
    min-width: 670px !important;
  }
  body .max-w-670-lg {
    max-width: 670px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-670-touch {
    max-width: 670px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-670-md {
    max-width: 670px !important;
  }
  body .min-w-670-md {
    min-width: 670px;
  }
}
@media (max-width: 767px) {
  body .max-w-670-xs {
    max-width: 670px !important;
  }
  body .min-w-670-xs {
    min-width: 670px;
  }
}
@media (min-width: 992px) {
  body .max-w-670-desktop {
    max-width: 670px;
  }
  body .min-w-670-desktop {
    min-width: 670px;
  }
}
body .container-850 {
  max-width: 850px;
  margin: auto;
}
body .max-w-850 {
  max-width: 850px;
}
body .min-w-850 {
  min-width: 850px;
}
@media (min-width: 1400px) {
  body .min-w-850-xxl {
    min-width: 850px;
  }
  body .max-w-850-xxl {
    max-width: 850px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-850-xl {
    min-width: 850px;
  }
  body .max-w-850-xl {
    max-width: 850px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-850-lg {
    min-width: 850px !important;
  }
  body .max-w-850-lg {
    max-width: 850px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-850-touch {
    max-width: 850px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-850-md {
    max-width: 850px !important;
  }
  body .min-w-850-md {
    min-width: 850px;
  }
}
@media (max-width: 767px) {
  body .max-w-850-xs {
    max-width: 850px !important;
  }
  body .min-w-850-xs {
    min-width: 850px;
  }
}
@media (min-width: 992px) {
  body .max-w-850-desktop {
    max-width: 850px;
  }
  body .min-w-850-desktop {
    min-width: 850px;
  }
}
body .container-900 {
  max-width: 900px;
  margin: auto;
}
body .max-w-900 {
  max-width: 900px;
}
body .min-w-900 {
  min-width: 900px;
}
@media (min-width: 1400px) {
  body .min-w-900-xxl {
    min-width: 900px;
  }
  body .max-w-900-xxl {
    max-width: 900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-900-xl {
    min-width: 900px;
  }
  body .max-w-900-xl {
    max-width: 900px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-900-lg {
    min-width: 900px !important;
  }
  body .max-w-900-lg {
    max-width: 900px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-900-touch {
    max-width: 900px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-900-md {
    max-width: 900px !important;
  }
  body .min-w-900-md {
    min-width: 900px;
  }
}
@media (max-width: 767px) {
  body .max-w-900-xs {
    max-width: 900px !important;
  }
  body .min-w-900-xs {
    min-width: 900px;
  }
}
@media (min-width: 992px) {
  body .max-w-900-desktop {
    max-width: 900px;
  }
  body .min-w-900-desktop {
    min-width: 900px;
  }
}
body .container-950 {
  max-width: 950px;
  margin: auto;
}
body .max-w-950 {
  max-width: 950px;
}
body .min-w-950 {
  min-width: 950px;
}
@media (min-width: 1400px) {
  body .min-w-950-xxl {
    min-width: 950px;
  }
  body .max-w-950-xxl {
    max-width: 950px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-950-xl {
    min-width: 950px;
  }
  body .max-w-950-xl {
    max-width: 950px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-950-lg {
    min-width: 950px !important;
  }
  body .max-w-950-lg {
    max-width: 950px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-950-touch {
    max-width: 950px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-950-md {
    max-width: 950px !important;
  }
  body .min-w-950-md {
    min-width: 950px;
  }
}
@media (max-width: 767px) {
  body .max-w-950-xs {
    max-width: 950px !important;
  }
  body .min-w-950-xs {
    min-width: 950px;
  }
}
@media (min-width: 992px) {
  body .max-w-950-desktop {
    max-width: 950px;
  }
  body .min-w-950-desktop {
    min-width: 950px;
  }
}
body .container-1000 {
  max-width: 1000px;
  margin: auto;
}
body .max-w-1000 {
  max-width: 1000px;
}
body .min-w-1000 {
  min-width: 1000px;
}
@media (min-width: 1400px) {
  body .min-w-1000-xxl {
    min-width: 1000px;
  }
  body .max-w-1000-xxl {
    max-width: 1000px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1000-xl {
    min-width: 1000px;
  }
  body .max-w-1000-xl {
    max-width: 1000px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1000-lg {
    min-width: 1000px !important;
  }
  body .max-w-1000-lg {
    max-width: 1000px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1000-touch {
    max-width: 1000px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1000-md {
    max-width: 1000px !important;
  }
  body .min-w-1000-md {
    min-width: 1000px;
  }
}
@media (max-width: 767px) {
  body .max-w-1000-xs {
    max-width: 1000px !important;
  }
  body .min-w-1000-xs {
    min-width: 1000px;
  }
}
@media (min-width: 992px) {
  body .max-w-1000-desktop {
    max-width: 1000px;
  }
  body .min-w-1000-desktop {
    min-width: 1000px;
  }
}
body .container-1032 {
  max-width: 1032px;
  margin: auto;
}
body .max-w-1032 {
  max-width: 1032px;
}
body .min-w-1032 {
  min-width: 1032px;
}
@media (min-width: 1400px) {
  body .min-w-1032-xxl {
    min-width: 1032px;
  }
  body .max-w-1032-xxl {
    max-width: 1032px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1032-xl {
    min-width: 1032px;
  }
  body .max-w-1032-xl {
    max-width: 1032px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1032-lg {
    min-width: 1032px !important;
  }
  body .max-w-1032-lg {
    max-width: 1032px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1032-touch {
    max-width: 1032px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1032-md {
    max-width: 1032px !important;
  }
  body .min-w-1032-md {
    min-width: 1032px;
  }
}
@media (max-width: 767px) {
  body .max-w-1032-xs {
    max-width: 1032px !important;
  }
  body .min-w-1032-xs {
    min-width: 1032px;
  }
}
@media (min-width: 992px) {
  body .max-w-1032-desktop {
    max-width: 1032px;
  }
  body .min-w-1032-desktop {
    min-width: 1032px;
  }
}
body .container-1100 {
  max-width: 1100px;
  margin: auto;
}
body .max-w-1100 {
  max-width: 1100px;
}
body .min-w-1100 {
  min-width: 1100px;
}
@media (min-width: 1400px) {
  body .min-w-1100-xxl {
    min-width: 1100px;
  }
  body .max-w-1100-xxl {
    max-width: 1100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1100-xl {
    min-width: 1100px;
  }
  body .max-w-1100-xl {
    max-width: 1100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1100-lg {
    min-width: 1100px !important;
  }
  body .max-w-1100-lg {
    max-width: 1100px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1100-touch {
    max-width: 1100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1100-md {
    max-width: 1100px !important;
  }
  body .min-w-1100-md {
    min-width: 1100px;
  }
}
@media (max-width: 767px) {
  body .max-w-1100-xs {
    max-width: 1100px !important;
  }
  body .min-w-1100-xs {
    min-width: 1100px;
  }
}
@media (min-width: 992px) {
  body .max-w-1100-desktop {
    max-width: 1100px;
  }
  body .min-w-1100-desktop {
    min-width: 1100px;
  }
}
body .container-1200 {
  max-width: 1200px;
  margin: auto;
}
body .max-w-1200 {
  max-width: 1200px;
}
body .min-w-1200 {
  min-width: 1200px;
}
@media (min-width: 1400px) {
  body .min-w-1200-xxl {
    min-width: 1200px;
  }
  body .max-w-1200-xxl {
    max-width: 1200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1200-xl {
    min-width: 1200px;
  }
  body .max-w-1200-xl {
    max-width: 1200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1200-lg {
    min-width: 1200px !important;
  }
  body .max-w-1200-lg {
    max-width: 1200px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1200-touch {
    max-width: 1200px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1200-md {
    max-width: 1200px !important;
  }
  body .min-w-1200-md {
    min-width: 1200px;
  }
}
@media (max-width: 767px) {
  body .max-w-1200-xs {
    max-width: 1200px !important;
  }
  body .min-w-1200-xs {
    min-width: 1200px;
  }
}
@media (min-width: 992px) {
  body .max-w-1200-desktop {
    max-width: 1200px;
  }
  body .min-w-1200-desktop {
    min-width: 1200px;
  }
}
body .container-1300 {
  max-width: 1300px;
  margin: auto;
}
body .max-w-1300 {
  max-width: 1300px;
}
body .min-w-1300 {
  min-width: 1300px;
}
@media (min-width: 1400px) {
  body .min-w-1300-xxl {
    min-width: 1300px;
  }
  body .max-w-1300-xxl {
    max-width: 1300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1300-xl {
    min-width: 1300px;
  }
  body .max-w-1300-xl {
    max-width: 1300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1300-lg {
    min-width: 1300px !important;
  }
  body .max-w-1300-lg {
    max-width: 1300px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1300-touch {
    max-width: 1300px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1300-md {
    max-width: 1300px !important;
  }
  body .min-w-1300-md {
    min-width: 1300px;
  }
}
@media (max-width: 767px) {
  body .max-w-1300-xs {
    max-width: 1300px !important;
  }
  body .min-w-1300-xs {
    min-width: 1300px;
  }
}
@media (min-width: 992px) {
  body .max-w-1300-desktop {
    max-width: 1300px;
  }
  body .min-w-1300-desktop {
    min-width: 1300px;
  }
}
body .container-1330 {
  max-width: 1330px;
  margin: auto;
}
body .max-w-1330 {
  max-width: 1330px;
}
body .min-w-1330 {
  min-width: 1330px;
}
@media (min-width: 1400px) {
  body .min-w-1330-xxl {
    min-width: 1330px;
  }
  body .max-w-1330-xxl {
    max-width: 1330px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1330-xl {
    min-width: 1330px;
  }
  body .max-w-1330-xl {
    max-width: 1330px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1330-lg {
    min-width: 1330px !important;
  }
  body .max-w-1330-lg {
    max-width: 1330px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1330-touch {
    max-width: 1330px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1330-md {
    max-width: 1330px !important;
  }
  body .min-w-1330-md {
    min-width: 1330px;
  }
}
@media (max-width: 767px) {
  body .max-w-1330-xs {
    max-width: 1330px !important;
  }
  body .min-w-1330-xs {
    min-width: 1330px;
  }
}
@media (min-width: 992px) {
  body .max-w-1330-desktop {
    max-width: 1330px;
  }
  body .min-w-1330-desktop {
    min-width: 1330px;
  }
}
body .container-1380 {
  max-width: 1380px;
  margin: auto;
}
body .max-w-1380 {
  max-width: 1380px;
}
body .min-w-1380 {
  min-width: 1380px;
}
@media (min-width: 1400px) {
  body .min-w-1380-xxl {
    min-width: 1380px;
  }
  body .max-w-1380-xxl {
    max-width: 1380px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1380-xl {
    min-width: 1380px;
  }
  body .max-w-1380-xl {
    max-width: 1380px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1380-lg {
    min-width: 1380px !important;
  }
  body .max-w-1380-lg {
    max-width: 1380px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1380-touch {
    max-width: 1380px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1380-md {
    max-width: 1380px !important;
  }
  body .min-w-1380-md {
    min-width: 1380px;
  }
}
@media (max-width: 767px) {
  body .max-w-1380-xs {
    max-width: 1380px !important;
  }
  body .min-w-1380-xs {
    min-width: 1380px;
  }
}
@media (min-width: 992px) {
  body .max-w-1380-desktop {
    max-width: 1380px;
  }
  body .min-w-1380-desktop {
    min-width: 1380px;
  }
}
body .container-1450 {
  max-width: 1450px;
  margin: auto;
}
body .max-w-1450 {
  max-width: 1450px;
}
body .min-w-1450 {
  min-width: 1450px;
}
@media (min-width: 1400px) {
  body .min-w-1450-xxl {
    min-width: 1450px;
  }
  body .max-w-1450-xxl {
    max-width: 1450px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1450-xl {
    min-width: 1450px;
  }
  body .max-w-1450-xl {
    max-width: 1450px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1450-lg {
    min-width: 1450px !important;
  }
  body .max-w-1450-lg {
    max-width: 1450px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1450-touch {
    max-width: 1450px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1450-md {
    max-width: 1450px !important;
  }
  body .min-w-1450-md {
    min-width: 1450px;
  }
}
@media (max-width: 767px) {
  body .max-w-1450-xs {
    max-width: 1450px !important;
  }
  body .min-w-1450-xs {
    min-width: 1450px;
  }
}
@media (min-width: 992px) {
  body .max-w-1450-desktop {
    max-width: 1450px;
  }
  body .min-w-1450-desktop {
    min-width: 1450px;
  }
}
body .container-1480 {
  max-width: 1480px;
  margin: auto;
}
body .max-w-1480 {
  max-width: 1480px;
}
body .min-w-1480 {
  min-width: 1480px;
}
@media (min-width: 1400px) {
  body .min-w-1480-xxl {
    min-width: 1480px;
  }
  body .max-w-1480-xxl {
    max-width: 1480px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1480-xl {
    min-width: 1480px;
  }
  body .max-w-1480-xl {
    max-width: 1480px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1480-lg {
    min-width: 1480px !important;
  }
  body .max-w-1480-lg {
    max-width: 1480px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1480-touch {
    max-width: 1480px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1480-md {
    max-width: 1480px !important;
  }
  body .min-w-1480-md {
    min-width: 1480px;
  }
}
@media (max-width: 767px) {
  body .max-w-1480-xs {
    max-width: 1480px !important;
  }
  body .min-w-1480-xs {
    min-width: 1480px;
  }
}
@media (min-width: 992px) {
  body .max-w-1480-desktop {
    max-width: 1480px;
  }
  body .min-w-1480-desktop {
    min-width: 1480px;
  }
}
body .container-1500 {
  max-width: 1500px;
  margin: auto;
}
body .max-w-1500 {
  max-width: 1500px;
}
body .min-w-1500 {
  min-width: 1500px;
}
@media (min-width: 1400px) {
  body .min-w-1500-xxl {
    min-width: 1500px;
  }
  body .max-w-1500-xxl {
    max-width: 1500px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1500-xl {
    min-width: 1500px;
  }
  body .max-w-1500-xl {
    max-width: 1500px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1500-lg {
    min-width: 1500px !important;
  }
  body .max-w-1500-lg {
    max-width: 1500px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1500-touch {
    max-width: 1500px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1500-md {
    max-width: 1500px !important;
  }
  body .min-w-1500-md {
    min-width: 1500px;
  }
}
@media (max-width: 767px) {
  body .max-w-1500-xs {
    max-width: 1500px !important;
  }
  body .min-w-1500-xs {
    min-width: 1500px;
  }
}
@media (min-width: 992px) {
  body .max-w-1500-desktop {
    max-width: 1500px;
  }
  body .min-w-1500-desktop {
    min-width: 1500px;
  }
}
body .container-1550 {
  max-width: 1550px;
  margin: auto;
}
body .max-w-1550 {
  max-width: 1550px;
}
body .min-w-1550 {
  min-width: 1550px;
}
@media (min-width: 1400px) {
  body .min-w-1550-xxl {
    min-width: 1550px;
  }
  body .max-w-1550-xxl {
    max-width: 1550px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1550-xl {
    min-width: 1550px;
  }
  body .max-w-1550-xl {
    max-width: 1550px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1550-lg {
    min-width: 1550px !important;
  }
  body .max-w-1550-lg {
    max-width: 1550px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1550-touch {
    max-width: 1550px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1550-md {
    max-width: 1550px !important;
  }
  body .min-w-1550-md {
    min-width: 1550px;
  }
}
@media (max-width: 767px) {
  body .max-w-1550-xs {
    max-width: 1550px !important;
  }
  body .min-w-1550-xs {
    min-width: 1550px;
  }
}
@media (min-width: 992px) {
  body .max-w-1550-desktop {
    max-width: 1550px;
  }
  body .min-w-1550-desktop {
    min-width: 1550px;
  }
}
body .container-1780 {
  max-width: 1780px;
  margin: auto;
}
body .max-w-1780 {
  max-width: 1780px;
}
body .min-w-1780 {
  min-width: 1780px;
}
@media (min-width: 1400px) {
  body .min-w-1780-xxl {
    min-width: 1780px;
  }
  body .max-w-1780-xxl {
    max-width: 1780px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1780-xl {
    min-width: 1780px;
  }
  body .max-w-1780-xl {
    max-width: 1780px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1780-lg {
    min-width: 1780px !important;
  }
  body .max-w-1780-lg {
    max-width: 1780px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1780-touch {
    max-width: 1780px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1780-md {
    max-width: 1780px !important;
  }
  body .min-w-1780-md {
    min-width: 1780px;
  }
}
@media (max-width: 767px) {
  body .max-w-1780-xs {
    max-width: 1780px !important;
  }
  body .min-w-1780-xs {
    min-width: 1780px;
  }
}
@media (min-width: 992px) {
  body .max-w-1780-desktop {
    max-width: 1780px;
  }
  body .min-w-1780-desktop {
    min-width: 1780px;
  }
}
body .container-1800 {
  max-width: 1800px;
  margin: auto;
}
body .max-w-1800 {
  max-width: 1800px;
}
body .min-w-1800 {
  min-width: 1800px;
}
@media (min-width: 1400px) {
  body .min-w-1800-xxl {
    min-width: 1800px;
  }
  body .max-w-1800-xxl {
    max-width: 1800px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1800-xl {
    min-width: 1800px;
  }
  body .max-w-1800-xl {
    max-width: 1800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1800-lg {
    min-width: 1800px !important;
  }
  body .max-w-1800-lg {
    max-width: 1800px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1800-touch {
    max-width: 1800px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1800-md {
    max-width: 1800px !important;
  }
  body .min-w-1800-md {
    min-width: 1800px;
  }
}
@media (max-width: 767px) {
  body .max-w-1800-xs {
    max-width: 1800px !important;
  }
  body .min-w-1800-xs {
    min-width: 1800px;
  }
}
@media (min-width: 992px) {
  body .max-w-1800-desktop {
    max-width: 1800px;
  }
  body .min-w-1800-desktop {
    min-width: 1800px;
  }
}
body .container-1820 {
  max-width: 1820px;
  margin: auto;
}
body .max-w-1820 {
  max-width: 1820px;
}
body .min-w-1820 {
  min-width: 1820px;
}
@media (min-width: 1400px) {
  body .min-w-1820-xxl {
    min-width: 1820px;
  }
  body .max-w-1820-xxl {
    max-width: 1820px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1820-xl {
    min-width: 1820px;
  }
  body .max-w-1820-xl {
    max-width: 1820px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1820-lg {
    min-width: 1820px !important;
  }
  body .max-w-1820-lg {
    max-width: 1820px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1820-touch {
    max-width: 1820px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1820-md {
    max-width: 1820px !important;
  }
  body .min-w-1820-md {
    min-width: 1820px;
  }
}
@media (max-width: 767px) {
  body .max-w-1820-xs {
    max-width: 1820px !important;
  }
  body .min-w-1820-xs {
    min-width: 1820px;
  }
}
@media (min-width: 992px) {
  body .max-w-1820-desktop {
    max-width: 1820px;
  }
  body .min-w-1820-desktop {
    min-width: 1820px;
  }
}
body .container-1900 {
  max-width: 1900px;
  margin: auto;
}
body .max-w-1900 {
  max-width: 1900px;
}
body .min-w-1900 {
  min-width: 1900px;
}
@media (min-width: 1400px) {
  body .min-w-1900-xxl {
    min-width: 1900px;
  }
  body .max-w-1900-xxl {
    max-width: 1900px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-1900-xl {
    min-width: 1900px;
  }
  body .max-w-1900-xl {
    max-width: 1900px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-1900-lg {
    min-width: 1900px !important;
  }
  body .max-w-1900-lg {
    max-width: 1900px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-1900-touch {
    max-width: 1900px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-1900-md {
    max-width: 1900px !important;
  }
  body .min-w-1900-md {
    min-width: 1900px;
  }
}
@media (max-width: 767px) {
  body .max-w-1900-xs {
    max-width: 1900px !important;
  }
  body .min-w-1900-xs {
    min-width: 1900px;
  }
}
@media (min-width: 992px) {
  body .max-w-1900-desktop {
    max-width: 1900px;
  }
  body .min-w-1900-desktop {
    min-width: 1900px;
  }
}
body .container-2100 {
  max-width: 2100px;
  margin: auto;
}
body .max-w-2100 {
  max-width: 2100px;
}
body .min-w-2100 {
  min-width: 2100px;
}
@media (min-width: 1400px) {
  body .min-w-2100-xxl {
    min-width: 2100px;
  }
  body .max-w-2100-xxl {
    max-width: 2100px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-2100-xl {
    min-width: 2100px;
  }
  body .max-w-2100-xl {
    max-width: 2100px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-2100-lg {
    min-width: 2100px !important;
  }
  body .max-w-2100-lg {
    max-width: 2100px !important;
  }
}
@media (max-width: 991px) {
  body .max-w-2100-touch {
    max-width: 2100px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .max-w-2100-md {
    max-width: 2100px !important;
  }
  body .min-w-2100-md {
    min-width: 2100px;
  }
}
@media (max-width: 767px) {
  body .max-w-2100-xs {
    max-width: 2100px !important;
  }
  body .min-w-2100-xs {
    min-width: 2100px;
  }
}
@media (min-width: 992px) {
  body .max-w-2100-desktop {
    max-width: 2100px;
  }
  body .min-w-2100-desktop {
    min-width: 2100px;
  }
}
body .h-0 {
  height: 0px;
}
body .min-h-0 {
  min-height: 0px;
}
body .max-h-0 {
  max-height: 0px;
}
body .ms-0 {
  margin-left: 0px;
}
body .mt-0 {
  margin-top: 0px;
}
body .mt-n0 {
  margin-top: -0px;
}
@media (max-width: 767px) {
  body .max-h-0-xs {
    max-height: 0px;
  }
  body .min-h-0-xs {
    min-height: 0px;
  }
  body .ms-0-xs {
    margin-left: 0px;
  }
  body .mt-0-xs {
    margin-top: 0px;
  }
  body .mt-n0-xs {
    margin-top: -0px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-0-lg {
    max-height: 0px;
  }
  body .min-h-0-lg {
    min-height: 0px;
  }
  body .ms-0-lg {
    margin-left: 0px;
  }
  body .mt-0-lg {
    margin-top: 0px;
  }
  body .mt-n0-lg {
    margin-top: -0px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-0-xl {
    max-height: 0px;
  }
  body .min-h-0-xl {
    min-height: 0px;
  }
  body .ms-0-xl {
    margin-left: 0px;
  }
  body .mt-0-xl {
    margin-top: 0px;
  }
  body .mt-n0-xl {
    margin-top: -0px;
  }
}
@media (min-width: 1400px) {
  body .mt-n0-xxl {
    margin-top: -0px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-0-touch {
    max-height: 0px;
  }
  body .min-h-0-touch {
    min-height: 0px;
  }
  body .ms-0-touch {
    margin-left: 0px;
  }
  body .mt-0-touch {
    margin-top: 0px;
  }
  body .mt-n0-touch {
    margin-top: -0px;
  }
}
@media (min-width: 992px) {
  body .max-h-0-desktop {
    max-height: 0px;
  }
  body .min-h-0-desktop {
    min-height: 0px;
  }
  body .h-0-desktop {
    height: 0px;
  }
  body .ms-0-desktop {
    margin-left: 0px;
  }
  body .mt-0-desktop {
    margin-top: 0px;
  }
  body .mt-n0-desktop {
    margin-top: -0px;
  }
}
body .h-3 {
  height: 3px;
}
body .min-h-3 {
  min-height: 3px;
}
body .max-h-3 {
  max-height: 3px;
}
body .ms-3 {
  margin-left: 3px;
}
body .mt-3 {
  margin-top: 3px;
}
body .mt-n3 {
  margin-top: -3px;
}
@media (max-width: 767px) {
  body .max-h-3-xs {
    max-height: 3px;
  }
  body .min-h-3-xs {
    min-height: 3px;
  }
  body .ms-3-xs {
    margin-left: 3px;
  }
  body .mt-3-xs {
    margin-top: 3px;
  }
  body .mt-n3-xs {
    margin-top: -3px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-3-lg {
    max-height: 3px;
  }
  body .min-h-3-lg {
    min-height: 3px;
  }
  body .ms-3-lg {
    margin-left: 3px;
  }
  body .mt-3-lg {
    margin-top: 3px;
  }
  body .mt-n3-lg {
    margin-top: -3px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-3-xl {
    max-height: 3px;
  }
  body .min-h-3-xl {
    min-height: 3px;
  }
  body .ms-3-xl {
    margin-left: 3px;
  }
  body .mt-3-xl {
    margin-top: 3px;
  }
  body .mt-n3-xl {
    margin-top: -3px;
  }
}
@media (min-width: 1400px) {
  body .mt-n3-xxl {
    margin-top: -3px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-3-touch {
    max-height: 3px;
  }
  body .min-h-3-touch {
    min-height: 3px;
  }
  body .ms-3-touch {
    margin-left: 3px;
  }
  body .mt-3-touch {
    margin-top: 3px;
  }
  body .mt-n3-touch {
    margin-top: -3px;
  }
}
@media (min-width: 992px) {
  body .max-h-3-desktop {
    max-height: 3px;
  }
  body .min-h-3-desktop {
    min-height: 3px;
  }
  body .h-3-desktop {
    height: 3px;
  }
  body .ms-3-desktop {
    margin-left: 3px;
  }
  body .mt-3-desktop {
    margin-top: 3px;
  }
  body .mt-n3-desktop {
    margin-top: -3px;
  }
}
body .h-5 {
  height: 5px;
}
body .min-h-5 {
  min-height: 5px;
}
body .max-h-5 {
  max-height: 5px;
}
body .ms-5 {
  margin-left: 5px;
}
body .mt-5 {
  margin-top: 5px;
}
body .mt-n5 {
  margin-top: -5px;
}
@media (max-width: 767px) {
  body .max-h-5-xs {
    max-height: 5px;
  }
  body .min-h-5-xs {
    min-height: 5px;
  }
  body .ms-5-xs {
    margin-left: 5px;
  }
  body .mt-5-xs {
    margin-top: 5px;
  }
  body .mt-n5-xs {
    margin-top: -5px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-5-lg {
    max-height: 5px;
  }
  body .min-h-5-lg {
    min-height: 5px;
  }
  body .ms-5-lg {
    margin-left: 5px;
  }
  body .mt-5-lg {
    margin-top: 5px;
  }
  body .mt-n5-lg {
    margin-top: -5px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-5-xl {
    max-height: 5px;
  }
  body .min-h-5-xl {
    min-height: 5px;
  }
  body .ms-5-xl {
    margin-left: 5px;
  }
  body .mt-5-xl {
    margin-top: 5px;
  }
  body .mt-n5-xl {
    margin-top: -5px;
  }
}
@media (min-width: 1400px) {
  body .mt-n5-xxl {
    margin-top: -5px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-5-touch {
    max-height: 5px;
  }
  body .min-h-5-touch {
    min-height: 5px;
  }
  body .ms-5-touch {
    margin-left: 5px;
  }
  body .mt-5-touch {
    margin-top: 5px;
  }
  body .mt-n5-touch {
    margin-top: -5px;
  }
}
@media (min-width: 992px) {
  body .max-h-5-desktop {
    max-height: 5px;
  }
  body .min-h-5-desktop {
    min-height: 5px;
  }
  body .h-5-desktop {
    height: 5px;
  }
  body .ms-5-desktop {
    margin-left: 5px;
  }
  body .mt-5-desktop {
    margin-top: 5px;
  }
  body .mt-n5-desktop {
    margin-top: -5px;
  }
}
body .h-8 {
  height: 8px;
}
body .min-h-8 {
  min-height: 8px;
}
body .max-h-8 {
  max-height: 8px;
}
body .ms-8 {
  margin-left: 8px;
}
body .mt-8 {
  margin-top: 8px;
}
body .mt-n8 {
  margin-top: -8px;
}
@media (max-width: 767px) {
  body .max-h-8-xs {
    max-height: 8px;
  }
  body .min-h-8-xs {
    min-height: 8px;
  }
  body .ms-8-xs {
    margin-left: 8px;
  }
  body .mt-8-xs {
    margin-top: 8px;
  }
  body .mt-n8-xs {
    margin-top: -8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-8-lg {
    max-height: 8px;
  }
  body .min-h-8-lg {
    min-height: 8px;
  }
  body .ms-8-lg {
    margin-left: 8px;
  }
  body .mt-8-lg {
    margin-top: 8px;
  }
  body .mt-n8-lg {
    margin-top: -8px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-8-xl {
    max-height: 8px;
  }
  body .min-h-8-xl {
    min-height: 8px;
  }
  body .ms-8-xl {
    margin-left: 8px;
  }
  body .mt-8-xl {
    margin-top: 8px;
  }
  body .mt-n8-xl {
    margin-top: -8px;
  }
}
@media (min-width: 1400px) {
  body .mt-n8-xxl {
    margin-top: -8px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-8-touch {
    max-height: 8px;
  }
  body .min-h-8-touch {
    min-height: 8px;
  }
  body .ms-8-touch {
    margin-left: 8px;
  }
  body .mt-8-touch {
    margin-top: 8px;
  }
  body .mt-n8-touch {
    margin-top: -8px;
  }
}
@media (min-width: 992px) {
  body .max-h-8-desktop {
    max-height: 8px;
  }
  body .min-h-8-desktop {
    min-height: 8px;
  }
  body .h-8-desktop {
    height: 8px;
  }
  body .ms-8-desktop {
    margin-left: 8px;
  }
  body .mt-8-desktop {
    margin-top: 8px;
  }
  body .mt-n8-desktop {
    margin-top: -8px;
  }
}
body .h-10 {
  height: 10px;
}
body .min-h-10 {
  min-height: 10px;
}
body .max-h-10 {
  max-height: 10px;
}
body .ms-10 {
  margin-left: 10px;
}
body .mt-10 {
  margin-top: 10px;
}
body .mt-n10 {
  margin-top: -10px;
}
@media (max-width: 767px) {
  body .max-h-10-xs {
    max-height: 10px;
  }
  body .min-h-10-xs {
    min-height: 10px;
  }
  body .ms-10-xs {
    margin-left: 10px;
  }
  body .mt-10-xs {
    margin-top: 10px;
  }
  body .mt-n10-xs {
    margin-top: -10px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-10-lg {
    max-height: 10px;
  }
  body .min-h-10-lg {
    min-height: 10px;
  }
  body .ms-10-lg {
    margin-left: 10px;
  }
  body .mt-10-lg {
    margin-top: 10px;
  }
  body .mt-n10-lg {
    margin-top: -10px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-10-xl {
    max-height: 10px;
  }
  body .min-h-10-xl {
    min-height: 10px;
  }
  body .ms-10-xl {
    margin-left: 10px;
  }
  body .mt-10-xl {
    margin-top: 10px;
  }
  body .mt-n10-xl {
    margin-top: -10px;
  }
}
@media (min-width: 1400px) {
  body .mt-n10-xxl {
    margin-top: -10px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-10-touch {
    max-height: 10px;
  }
  body .min-h-10-touch {
    min-height: 10px;
  }
  body .ms-10-touch {
    margin-left: 10px;
  }
  body .mt-10-touch {
    margin-top: 10px;
  }
  body .mt-n10-touch {
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  body .max-h-10-desktop {
    max-height: 10px;
  }
  body .min-h-10-desktop {
    min-height: 10px;
  }
  body .h-10-desktop {
    height: 10px;
  }
  body .ms-10-desktop {
    margin-left: 10px;
  }
  body .mt-10-desktop {
    margin-top: 10px;
  }
  body .mt-n10-desktop {
    margin-top: -10px;
  }
}
body .h-14 {
  height: 14px;
}
body .min-h-14 {
  min-height: 14px;
}
body .max-h-14 {
  max-height: 14px;
}
body .ms-14 {
  margin-left: 14px;
}
body .mt-14 {
  margin-top: 14px;
}
body .mt-n14 {
  margin-top: -14px;
}
@media (max-width: 767px) {
  body .max-h-14-xs {
    max-height: 14px;
  }
  body .min-h-14-xs {
    min-height: 14px;
  }
  body .ms-14-xs {
    margin-left: 14px;
  }
  body .mt-14-xs {
    margin-top: 14px;
  }
  body .mt-n14-xs {
    margin-top: -14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-14-lg {
    max-height: 14px;
  }
  body .min-h-14-lg {
    min-height: 14px;
  }
  body .ms-14-lg {
    margin-left: 14px;
  }
  body .mt-14-lg {
    margin-top: 14px;
  }
  body .mt-n14-lg {
    margin-top: -14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-14-xl {
    max-height: 14px;
  }
  body .min-h-14-xl {
    min-height: 14px;
  }
  body .ms-14-xl {
    margin-left: 14px;
  }
  body .mt-14-xl {
    margin-top: 14px;
  }
  body .mt-n14-xl {
    margin-top: -14px;
  }
}
@media (min-width: 1400px) {
  body .mt-n14-xxl {
    margin-top: -14px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-14-touch {
    max-height: 14px;
  }
  body .min-h-14-touch {
    min-height: 14px;
  }
  body .ms-14-touch {
    margin-left: 14px;
  }
  body .mt-14-touch {
    margin-top: 14px;
  }
  body .mt-n14-touch {
    margin-top: -14px;
  }
}
@media (min-width: 992px) {
  body .max-h-14-desktop {
    max-height: 14px;
  }
  body .min-h-14-desktop {
    min-height: 14px;
  }
  body .h-14-desktop {
    height: 14px;
  }
  body .ms-14-desktop {
    margin-left: 14px;
  }
  body .mt-14-desktop {
    margin-top: 14px;
  }
  body .mt-n14-desktop {
    margin-top: -14px;
  }
}
body .h-18 {
  height: 18px;
}
body .min-h-18 {
  min-height: 18px;
}
body .max-h-18 {
  max-height: 18px;
}
body .ms-18 {
  margin-left: 18px;
}
body .mt-18 {
  margin-top: 18px;
}
body .mt-n18 {
  margin-top: -18px;
}
@media (max-width: 767px) {
  body .max-h-18-xs {
    max-height: 18px;
  }
  body .min-h-18-xs {
    min-height: 18px;
  }
  body .ms-18-xs {
    margin-left: 18px;
  }
  body .mt-18-xs {
    margin-top: 18px;
  }
  body .mt-n18-xs {
    margin-top: -18px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-18-lg {
    max-height: 18px;
  }
  body .min-h-18-lg {
    min-height: 18px;
  }
  body .ms-18-lg {
    margin-left: 18px;
  }
  body .mt-18-lg {
    margin-top: 18px;
  }
  body .mt-n18-lg {
    margin-top: -18px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-18-xl {
    max-height: 18px;
  }
  body .min-h-18-xl {
    min-height: 18px;
  }
  body .ms-18-xl {
    margin-left: 18px;
  }
  body .mt-18-xl {
    margin-top: 18px;
  }
  body .mt-n18-xl {
    margin-top: -18px;
  }
}
@media (min-width: 1400px) {
  body .mt-n18-xxl {
    margin-top: -18px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-18-touch {
    max-height: 18px;
  }
  body .min-h-18-touch {
    min-height: 18px;
  }
  body .ms-18-touch {
    margin-left: 18px;
  }
  body .mt-18-touch {
    margin-top: 18px;
  }
  body .mt-n18-touch {
    margin-top: -18px;
  }
}
@media (min-width: 992px) {
  body .max-h-18-desktop {
    max-height: 18px;
  }
  body .min-h-18-desktop {
    min-height: 18px;
  }
  body .h-18-desktop {
    height: 18px;
  }
  body .ms-18-desktop {
    margin-left: 18px;
  }
  body .mt-18-desktop {
    margin-top: 18px;
  }
  body .mt-n18-desktop {
    margin-top: -18px;
  }
}
body .h-20 {
  height: 20px;
}
body .min-h-20 {
  min-height: 20px;
}
body .max-h-20 {
  max-height: 20px;
}
body .ms-20 {
  margin-left: 20px;
}
body .mt-20 {
  margin-top: 20px;
}
body .mt-n20 {
  margin-top: -20px;
}
@media (max-width: 767px) {
  body .max-h-20-xs {
    max-height: 20px;
  }
  body .min-h-20-xs {
    min-height: 20px;
  }
  body .ms-20-xs {
    margin-left: 20px;
  }
  body .mt-20-xs {
    margin-top: 20px;
  }
  body .mt-n20-xs {
    margin-top: -20px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-20-lg {
    max-height: 20px;
  }
  body .min-h-20-lg {
    min-height: 20px;
  }
  body .ms-20-lg {
    margin-left: 20px;
  }
  body .mt-20-lg {
    margin-top: 20px;
  }
  body .mt-n20-lg {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-20-xl {
    max-height: 20px;
  }
  body .min-h-20-xl {
    min-height: 20px;
  }
  body .ms-20-xl {
    margin-left: 20px;
  }
  body .mt-20-xl {
    margin-top: 20px;
  }
  body .mt-n20-xl {
    margin-top: -20px;
  }
}
@media (min-width: 1400px) {
  body .mt-n20-xxl {
    margin-top: -20px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-20-touch {
    max-height: 20px;
  }
  body .min-h-20-touch {
    min-height: 20px;
  }
  body .ms-20-touch {
    margin-left: 20px;
  }
  body .mt-20-touch {
    margin-top: 20px;
  }
  body .mt-n20-touch {
    margin-top: -20px;
  }
}
@media (min-width: 992px) {
  body .max-h-20-desktop {
    max-height: 20px;
  }
  body .min-h-20-desktop {
    min-height: 20px;
  }
  body .h-20-desktop {
    height: 20px;
  }
  body .ms-20-desktop {
    margin-left: 20px;
  }
  body .mt-20-desktop {
    margin-top: 20px;
  }
  body .mt-n20-desktop {
    margin-top: -20px;
  }
}
body .h-25 {
  height: 25px;
}
body .min-h-25 {
  min-height: 25px;
}
body .max-h-25 {
  max-height: 25px;
}
body .ms-25 {
  margin-left: 25px;
}
body .mt-25 {
  margin-top: 25px;
}
body .mt-n25 {
  margin-top: -25px;
}
@media (max-width: 767px) {
  body .max-h-25-xs {
    max-height: 25px;
  }
  body .min-h-25-xs {
    min-height: 25px;
  }
  body .ms-25-xs {
    margin-left: 25px;
  }
  body .mt-25-xs {
    margin-top: 25px;
  }
  body .mt-n25-xs {
    margin-top: -25px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-25-lg {
    max-height: 25px;
  }
  body .min-h-25-lg {
    min-height: 25px;
  }
  body .ms-25-lg {
    margin-left: 25px;
  }
  body .mt-25-lg {
    margin-top: 25px;
  }
  body .mt-n25-lg {
    margin-top: -25px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-25-xl {
    max-height: 25px;
  }
  body .min-h-25-xl {
    min-height: 25px;
  }
  body .ms-25-xl {
    margin-left: 25px;
  }
  body .mt-25-xl {
    margin-top: 25px;
  }
  body .mt-n25-xl {
    margin-top: -25px;
  }
}
@media (min-width: 1400px) {
  body .mt-n25-xxl {
    margin-top: -25px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-25-touch {
    max-height: 25px;
  }
  body .min-h-25-touch {
    min-height: 25px;
  }
  body .ms-25-touch {
    margin-left: 25px;
  }
  body .mt-25-touch {
    margin-top: 25px;
  }
  body .mt-n25-touch {
    margin-top: -25px;
  }
}
@media (min-width: 992px) {
  body .max-h-25-desktop {
    max-height: 25px;
  }
  body .min-h-25-desktop {
    min-height: 25px;
  }
  body .h-25-desktop {
    height: 25px;
  }
  body .ms-25-desktop {
    margin-left: 25px;
  }
  body .mt-25-desktop {
    margin-top: 25px;
  }
  body .mt-n25-desktop {
    margin-top: -25px;
  }
}
body .h-26 {
  height: 26px;
}
body .min-h-26 {
  min-height: 26px;
}
body .max-h-26 {
  max-height: 26px;
}
body .ms-26 {
  margin-left: 26px;
}
body .mt-26 {
  margin-top: 26px;
}
body .mt-n26 {
  margin-top: -26px;
}
@media (max-width: 767px) {
  body .max-h-26-xs {
    max-height: 26px;
  }
  body .min-h-26-xs {
    min-height: 26px;
  }
  body .ms-26-xs {
    margin-left: 26px;
  }
  body .mt-26-xs {
    margin-top: 26px;
  }
  body .mt-n26-xs {
    margin-top: -26px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-26-lg {
    max-height: 26px;
  }
  body .min-h-26-lg {
    min-height: 26px;
  }
  body .ms-26-lg {
    margin-left: 26px;
  }
  body .mt-26-lg {
    margin-top: 26px;
  }
  body .mt-n26-lg {
    margin-top: -26px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-26-xl {
    max-height: 26px;
  }
  body .min-h-26-xl {
    min-height: 26px;
  }
  body .ms-26-xl {
    margin-left: 26px;
  }
  body .mt-26-xl {
    margin-top: 26px;
  }
  body .mt-n26-xl {
    margin-top: -26px;
  }
}
@media (min-width: 1400px) {
  body .mt-n26-xxl {
    margin-top: -26px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-26-touch {
    max-height: 26px;
  }
  body .min-h-26-touch {
    min-height: 26px;
  }
  body .ms-26-touch {
    margin-left: 26px;
  }
  body .mt-26-touch {
    margin-top: 26px;
  }
  body .mt-n26-touch {
    margin-top: -26px;
  }
}
@media (min-width: 992px) {
  body .max-h-26-desktop {
    max-height: 26px;
  }
  body .min-h-26-desktop {
    min-height: 26px;
  }
  body .h-26-desktop {
    height: 26px;
  }
  body .ms-26-desktop {
    margin-left: 26px;
  }
  body .mt-26-desktop {
    margin-top: 26px;
  }
  body .mt-n26-desktop {
    margin-top: -26px;
  }
}
body .h-30 {
  height: 30px;
}
body .min-h-30 {
  min-height: 30px;
}
body .max-h-30 {
  max-height: 30px;
}
body .ms-30 {
  margin-left: 30px;
}
body .mt-30 {
  margin-top: 30px;
}
body .mt-n30 {
  margin-top: -30px;
}
@media (max-width: 767px) {
  body .max-h-30-xs {
    max-height: 30px;
  }
  body .min-h-30-xs {
    min-height: 30px;
  }
  body .ms-30-xs {
    margin-left: 30px;
  }
  body .mt-30-xs {
    margin-top: 30px;
  }
  body .mt-n30-xs {
    margin-top: -30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-30-lg {
    max-height: 30px;
  }
  body .min-h-30-lg {
    min-height: 30px;
  }
  body .ms-30-lg {
    margin-left: 30px;
  }
  body .mt-30-lg {
    margin-top: 30px;
  }
  body .mt-n30-lg {
    margin-top: -30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-30-xl {
    max-height: 30px;
  }
  body .min-h-30-xl {
    min-height: 30px;
  }
  body .ms-30-xl {
    margin-left: 30px;
  }
  body .mt-30-xl {
    margin-top: 30px;
  }
  body .mt-n30-xl {
    margin-top: -30px;
  }
}
@media (min-width: 1400px) {
  body .mt-n30-xxl {
    margin-top: -30px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-30-touch {
    max-height: 30px;
  }
  body .min-h-30-touch {
    min-height: 30px;
  }
  body .ms-30-touch {
    margin-left: 30px;
  }
  body .mt-30-touch {
    margin-top: 30px;
  }
  body .mt-n30-touch {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  body .max-h-30-desktop {
    max-height: 30px;
  }
  body .min-h-30-desktop {
    min-height: 30px;
  }
  body .h-30-desktop {
    height: 30px;
  }
  body .ms-30-desktop {
    margin-left: 30px;
  }
  body .mt-30-desktop {
    margin-top: 30px;
  }
  body .mt-n30-desktop {
    margin-top: -30px;
  }
}
body .h-38 {
  height: 38px;
}
body .min-h-38 {
  min-height: 38px;
}
body .max-h-38 {
  max-height: 38px;
}
body .ms-38 {
  margin-left: 38px;
}
body .mt-38 {
  margin-top: 38px;
}
body .mt-n38 {
  margin-top: -38px;
}
@media (max-width: 767px) {
  body .max-h-38-xs {
    max-height: 38px;
  }
  body .min-h-38-xs {
    min-height: 38px;
  }
  body .ms-38-xs {
    margin-left: 38px;
  }
  body .mt-38-xs {
    margin-top: 38px;
  }
  body .mt-n38-xs {
    margin-top: -38px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-38-lg {
    max-height: 38px;
  }
  body .min-h-38-lg {
    min-height: 38px;
  }
  body .ms-38-lg {
    margin-left: 38px;
  }
  body .mt-38-lg {
    margin-top: 38px;
  }
  body .mt-n38-lg {
    margin-top: -38px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-38-xl {
    max-height: 38px;
  }
  body .min-h-38-xl {
    min-height: 38px;
  }
  body .ms-38-xl {
    margin-left: 38px;
  }
  body .mt-38-xl {
    margin-top: 38px;
  }
  body .mt-n38-xl {
    margin-top: -38px;
  }
}
@media (min-width: 1400px) {
  body .mt-n38-xxl {
    margin-top: -38px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-38-touch {
    max-height: 38px;
  }
  body .min-h-38-touch {
    min-height: 38px;
  }
  body .ms-38-touch {
    margin-left: 38px;
  }
  body .mt-38-touch {
    margin-top: 38px;
  }
  body .mt-n38-touch {
    margin-top: -38px;
  }
}
@media (min-width: 992px) {
  body .max-h-38-desktop {
    max-height: 38px;
  }
  body .min-h-38-desktop {
    min-height: 38px;
  }
  body .h-38-desktop {
    height: 38px;
  }
  body .ms-38-desktop {
    margin-left: 38px;
  }
  body .mt-38-desktop {
    margin-top: 38px;
  }
  body .mt-n38-desktop {
    margin-top: -38px;
  }
}
body .h-40 {
  height: 40px;
}
body .min-h-40 {
  min-height: 40px;
}
body .max-h-40 {
  max-height: 40px;
}
body .ms-40 {
  margin-left: 40px;
}
body .mt-40 {
  margin-top: 40px;
}
body .mt-n40 {
  margin-top: -40px;
}
@media (max-width: 767px) {
  body .max-h-40-xs {
    max-height: 40px;
  }
  body .min-h-40-xs {
    min-height: 40px;
  }
  body .ms-40-xs {
    margin-left: 40px;
  }
  body .mt-40-xs {
    margin-top: 40px;
  }
  body .mt-n40-xs {
    margin-top: -40px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-40-lg {
    max-height: 40px;
  }
  body .min-h-40-lg {
    min-height: 40px;
  }
  body .ms-40-lg {
    margin-left: 40px;
  }
  body .mt-40-lg {
    margin-top: 40px;
  }
  body .mt-n40-lg {
    margin-top: -40px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-40-xl {
    max-height: 40px;
  }
  body .min-h-40-xl {
    min-height: 40px;
  }
  body .ms-40-xl {
    margin-left: 40px;
  }
  body .mt-40-xl {
    margin-top: 40px;
  }
  body .mt-n40-xl {
    margin-top: -40px;
  }
}
@media (min-width: 1400px) {
  body .mt-n40-xxl {
    margin-top: -40px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-40-touch {
    max-height: 40px;
  }
  body .min-h-40-touch {
    min-height: 40px;
  }
  body .ms-40-touch {
    margin-left: 40px;
  }
  body .mt-40-touch {
    margin-top: 40px;
  }
  body .mt-n40-touch {
    margin-top: -40px;
  }
}
@media (min-width: 992px) {
  body .max-h-40-desktop {
    max-height: 40px;
  }
  body .min-h-40-desktop {
    min-height: 40px;
  }
  body .h-40-desktop {
    height: 40px;
  }
  body .ms-40-desktop {
    margin-left: 40px;
  }
  body .mt-40-desktop {
    margin-top: 40px;
  }
  body .mt-n40-desktop {
    margin-top: -40px;
  }
}
body .h-41 {
  height: 41px;
}
body .min-h-41 {
  min-height: 41px;
}
body .max-h-41 {
  max-height: 41px;
}
body .ms-41 {
  margin-left: 41px;
}
body .mt-41 {
  margin-top: 41px;
}
body .mt-n41 {
  margin-top: -41px;
}
@media (max-width: 767px) {
  body .max-h-41-xs {
    max-height: 41px;
  }
  body .min-h-41-xs {
    min-height: 41px;
  }
  body .ms-41-xs {
    margin-left: 41px;
  }
  body .mt-41-xs {
    margin-top: 41px;
  }
  body .mt-n41-xs {
    margin-top: -41px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-41-lg {
    max-height: 41px;
  }
  body .min-h-41-lg {
    min-height: 41px;
  }
  body .ms-41-lg {
    margin-left: 41px;
  }
  body .mt-41-lg {
    margin-top: 41px;
  }
  body .mt-n41-lg {
    margin-top: -41px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-41-xl {
    max-height: 41px;
  }
  body .min-h-41-xl {
    min-height: 41px;
  }
  body .ms-41-xl {
    margin-left: 41px;
  }
  body .mt-41-xl {
    margin-top: 41px;
  }
  body .mt-n41-xl {
    margin-top: -41px;
  }
}
@media (min-width: 1400px) {
  body .mt-n41-xxl {
    margin-top: -41px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-41-touch {
    max-height: 41px;
  }
  body .min-h-41-touch {
    min-height: 41px;
  }
  body .ms-41-touch {
    margin-left: 41px;
  }
  body .mt-41-touch {
    margin-top: 41px;
  }
  body .mt-n41-touch {
    margin-top: -41px;
  }
}
@media (min-width: 992px) {
  body .max-h-41-desktop {
    max-height: 41px;
  }
  body .min-h-41-desktop {
    min-height: 41px;
  }
  body .h-41-desktop {
    height: 41px;
  }
  body .ms-41-desktop {
    margin-left: 41px;
  }
  body .mt-41-desktop {
    margin-top: 41px;
  }
  body .mt-n41-desktop {
    margin-top: -41px;
  }
}
body .h-43 {
  height: 43px;
}
body .min-h-43 {
  min-height: 43px;
}
body .max-h-43 {
  max-height: 43px;
}
body .ms-43 {
  margin-left: 43px;
}
body .mt-43 {
  margin-top: 43px;
}
body .mt-n43 {
  margin-top: -43px;
}
@media (max-width: 767px) {
  body .max-h-43-xs {
    max-height: 43px;
  }
  body .min-h-43-xs {
    min-height: 43px;
  }
  body .ms-43-xs {
    margin-left: 43px;
  }
  body .mt-43-xs {
    margin-top: 43px;
  }
  body .mt-n43-xs {
    margin-top: -43px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-43-lg {
    max-height: 43px;
  }
  body .min-h-43-lg {
    min-height: 43px;
  }
  body .ms-43-lg {
    margin-left: 43px;
  }
  body .mt-43-lg {
    margin-top: 43px;
  }
  body .mt-n43-lg {
    margin-top: -43px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-43-xl {
    max-height: 43px;
  }
  body .min-h-43-xl {
    min-height: 43px;
  }
  body .ms-43-xl {
    margin-left: 43px;
  }
  body .mt-43-xl {
    margin-top: 43px;
  }
  body .mt-n43-xl {
    margin-top: -43px;
  }
}
@media (min-width: 1400px) {
  body .mt-n43-xxl {
    margin-top: -43px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-43-touch {
    max-height: 43px;
  }
  body .min-h-43-touch {
    min-height: 43px;
  }
  body .ms-43-touch {
    margin-left: 43px;
  }
  body .mt-43-touch {
    margin-top: 43px;
  }
  body .mt-n43-touch {
    margin-top: -43px;
  }
}
@media (min-width: 992px) {
  body .max-h-43-desktop {
    max-height: 43px;
  }
  body .min-h-43-desktop {
    min-height: 43px;
  }
  body .h-43-desktop {
    height: 43px;
  }
  body .ms-43-desktop {
    margin-left: 43px;
  }
  body .mt-43-desktop {
    margin-top: 43px;
  }
  body .mt-n43-desktop {
    margin-top: -43px;
  }
}
body .h-46 {
  height: 46px;
}
body .min-h-46 {
  min-height: 46px;
}
body .max-h-46 {
  max-height: 46px;
}
body .ms-46 {
  margin-left: 46px;
}
body .mt-46 {
  margin-top: 46px;
}
body .mt-n46 {
  margin-top: -46px;
}
@media (max-width: 767px) {
  body .max-h-46-xs {
    max-height: 46px;
  }
  body .min-h-46-xs {
    min-height: 46px;
  }
  body .ms-46-xs {
    margin-left: 46px;
  }
  body .mt-46-xs {
    margin-top: 46px;
  }
  body .mt-n46-xs {
    margin-top: -46px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-46-lg {
    max-height: 46px;
  }
  body .min-h-46-lg {
    min-height: 46px;
  }
  body .ms-46-lg {
    margin-left: 46px;
  }
  body .mt-46-lg {
    margin-top: 46px;
  }
  body .mt-n46-lg {
    margin-top: -46px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-46-xl {
    max-height: 46px;
  }
  body .min-h-46-xl {
    min-height: 46px;
  }
  body .ms-46-xl {
    margin-left: 46px;
  }
  body .mt-46-xl {
    margin-top: 46px;
  }
  body .mt-n46-xl {
    margin-top: -46px;
  }
}
@media (min-width: 1400px) {
  body .mt-n46-xxl {
    margin-top: -46px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-46-touch {
    max-height: 46px;
  }
  body .min-h-46-touch {
    min-height: 46px;
  }
  body .ms-46-touch {
    margin-left: 46px;
  }
  body .mt-46-touch {
    margin-top: 46px;
  }
  body .mt-n46-touch {
    margin-top: -46px;
  }
}
@media (min-width: 992px) {
  body .max-h-46-desktop {
    max-height: 46px;
  }
  body .min-h-46-desktop {
    min-height: 46px;
  }
  body .h-46-desktop {
    height: 46px;
  }
  body .ms-46-desktop {
    margin-left: 46px;
  }
  body .mt-46-desktop {
    margin-top: 46px;
  }
  body .mt-n46-desktop {
    margin-top: -46px;
  }
}
body .h-48 {
  height: 48px;
}
body .min-h-48 {
  min-height: 48px;
}
body .max-h-48 {
  max-height: 48px;
}
body .ms-48 {
  margin-left: 48px;
}
body .mt-48 {
  margin-top: 48px;
}
body .mt-n48 {
  margin-top: -48px;
}
@media (max-width: 767px) {
  body .max-h-48-xs {
    max-height: 48px;
  }
  body .min-h-48-xs {
    min-height: 48px;
  }
  body .ms-48-xs {
    margin-left: 48px;
  }
  body .mt-48-xs {
    margin-top: 48px;
  }
  body .mt-n48-xs {
    margin-top: -48px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-48-lg {
    max-height: 48px;
  }
  body .min-h-48-lg {
    min-height: 48px;
  }
  body .ms-48-lg {
    margin-left: 48px;
  }
  body .mt-48-lg {
    margin-top: 48px;
  }
  body .mt-n48-lg {
    margin-top: -48px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-48-xl {
    max-height: 48px;
  }
  body .min-h-48-xl {
    min-height: 48px;
  }
  body .ms-48-xl {
    margin-left: 48px;
  }
  body .mt-48-xl {
    margin-top: 48px;
  }
  body .mt-n48-xl {
    margin-top: -48px;
  }
}
@media (min-width: 1400px) {
  body .mt-n48-xxl {
    margin-top: -48px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-48-touch {
    max-height: 48px;
  }
  body .min-h-48-touch {
    min-height: 48px;
  }
  body .ms-48-touch {
    margin-left: 48px;
  }
  body .mt-48-touch {
    margin-top: 48px;
  }
  body .mt-n48-touch {
    margin-top: -48px;
  }
}
@media (min-width: 992px) {
  body .max-h-48-desktop {
    max-height: 48px;
  }
  body .min-h-48-desktop {
    min-height: 48px;
  }
  body .h-48-desktop {
    height: 48px;
  }
  body .ms-48-desktop {
    margin-left: 48px;
  }
  body .mt-48-desktop {
    margin-top: 48px;
  }
  body .mt-n48-desktop {
    margin-top: -48px;
  }
}
body .h-49 {
  height: 49px;
}
body .min-h-49 {
  min-height: 49px;
}
body .max-h-49 {
  max-height: 49px;
}
body .ms-49 {
  margin-left: 49px;
}
body .mt-49 {
  margin-top: 49px;
}
body .mt-n49 {
  margin-top: -49px;
}
@media (max-width: 767px) {
  body .max-h-49-xs {
    max-height: 49px;
  }
  body .min-h-49-xs {
    min-height: 49px;
  }
  body .ms-49-xs {
    margin-left: 49px;
  }
  body .mt-49-xs {
    margin-top: 49px;
  }
  body .mt-n49-xs {
    margin-top: -49px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-49-lg {
    max-height: 49px;
  }
  body .min-h-49-lg {
    min-height: 49px;
  }
  body .ms-49-lg {
    margin-left: 49px;
  }
  body .mt-49-lg {
    margin-top: 49px;
  }
  body .mt-n49-lg {
    margin-top: -49px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-49-xl {
    max-height: 49px;
  }
  body .min-h-49-xl {
    min-height: 49px;
  }
  body .ms-49-xl {
    margin-left: 49px;
  }
  body .mt-49-xl {
    margin-top: 49px;
  }
  body .mt-n49-xl {
    margin-top: -49px;
  }
}
@media (min-width: 1400px) {
  body .mt-n49-xxl {
    margin-top: -49px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-49-touch {
    max-height: 49px;
  }
  body .min-h-49-touch {
    min-height: 49px;
  }
  body .ms-49-touch {
    margin-left: 49px;
  }
  body .mt-49-touch {
    margin-top: 49px;
  }
  body .mt-n49-touch {
    margin-top: -49px;
  }
}
@media (min-width: 992px) {
  body .max-h-49-desktop {
    max-height: 49px;
  }
  body .min-h-49-desktop {
    min-height: 49px;
  }
  body .h-49-desktop {
    height: 49px;
  }
  body .ms-49-desktop {
    margin-left: 49px;
  }
  body .mt-49-desktop {
    margin-top: 49px;
  }
  body .mt-n49-desktop {
    margin-top: -49px;
  }
}
body .h-50 {
  height: 50px;
}
body .min-h-50 {
  min-height: 50px;
}
body .max-h-50 {
  max-height: 50px;
}
body .ms-50 {
  margin-left: 50px;
}
body .mt-50 {
  margin-top: 50px;
}
body .mt-n50 {
  margin-top: -50px;
}
@media (max-width: 767px) {
  body .max-h-50-xs {
    max-height: 50px;
  }
  body .min-h-50-xs {
    min-height: 50px;
  }
  body .ms-50-xs {
    margin-left: 50px;
  }
  body .mt-50-xs {
    margin-top: 50px;
  }
  body .mt-n50-xs {
    margin-top: -50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-50-lg {
    max-height: 50px;
  }
  body .min-h-50-lg {
    min-height: 50px;
  }
  body .ms-50-lg {
    margin-left: 50px;
  }
  body .mt-50-lg {
    margin-top: 50px;
  }
  body .mt-n50-lg {
    margin-top: -50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-50-xl {
    max-height: 50px;
  }
  body .min-h-50-xl {
    min-height: 50px;
  }
  body .ms-50-xl {
    margin-left: 50px;
  }
  body .mt-50-xl {
    margin-top: 50px;
  }
  body .mt-n50-xl {
    margin-top: -50px;
  }
}
@media (min-width: 1400px) {
  body .mt-n50-xxl {
    margin-top: -50px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-50-touch {
    max-height: 50px;
  }
  body .min-h-50-touch {
    min-height: 50px;
  }
  body .ms-50-touch {
    margin-left: 50px;
  }
  body .mt-50-touch {
    margin-top: 50px;
  }
  body .mt-n50-touch {
    margin-top: -50px;
  }
}
@media (min-width: 992px) {
  body .max-h-50-desktop {
    max-height: 50px;
  }
  body .min-h-50-desktop {
    min-height: 50px;
  }
  body .h-50-desktop {
    height: 50px;
  }
  body .ms-50-desktop {
    margin-left: 50px;
  }
  body .mt-50-desktop {
    margin-top: 50px;
  }
  body .mt-n50-desktop {
    margin-top: -50px;
  }
}
body .h-53 {
  height: 53px;
}
body .min-h-53 {
  min-height: 53px;
}
body .max-h-53 {
  max-height: 53px;
}
body .ms-53 {
  margin-left: 53px;
}
body .mt-53 {
  margin-top: 53px;
}
body .mt-n53 {
  margin-top: -53px;
}
@media (max-width: 767px) {
  body .max-h-53-xs {
    max-height: 53px;
  }
  body .min-h-53-xs {
    min-height: 53px;
  }
  body .ms-53-xs {
    margin-left: 53px;
  }
  body .mt-53-xs {
    margin-top: 53px;
  }
  body .mt-n53-xs {
    margin-top: -53px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-53-lg {
    max-height: 53px;
  }
  body .min-h-53-lg {
    min-height: 53px;
  }
  body .ms-53-lg {
    margin-left: 53px;
  }
  body .mt-53-lg {
    margin-top: 53px;
  }
  body .mt-n53-lg {
    margin-top: -53px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-53-xl {
    max-height: 53px;
  }
  body .min-h-53-xl {
    min-height: 53px;
  }
  body .ms-53-xl {
    margin-left: 53px;
  }
  body .mt-53-xl {
    margin-top: 53px;
  }
  body .mt-n53-xl {
    margin-top: -53px;
  }
}
@media (min-width: 1400px) {
  body .mt-n53-xxl {
    margin-top: -53px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-53-touch {
    max-height: 53px;
  }
  body .min-h-53-touch {
    min-height: 53px;
  }
  body .ms-53-touch {
    margin-left: 53px;
  }
  body .mt-53-touch {
    margin-top: 53px;
  }
  body .mt-n53-touch {
    margin-top: -53px;
  }
}
@media (min-width: 992px) {
  body .max-h-53-desktop {
    max-height: 53px;
  }
  body .min-h-53-desktop {
    min-height: 53px;
  }
  body .h-53-desktop {
    height: 53px;
  }
  body .ms-53-desktop {
    margin-left: 53px;
  }
  body .mt-53-desktop {
    margin-top: 53px;
  }
  body .mt-n53-desktop {
    margin-top: -53px;
  }
}
body .h-54 {
  height: 54px;
}
body .min-h-54 {
  min-height: 54px;
}
body .max-h-54 {
  max-height: 54px;
}
body .ms-54 {
  margin-left: 54px;
}
body .mt-54 {
  margin-top: 54px;
}
body .mt-n54 {
  margin-top: -54px;
}
@media (max-width: 767px) {
  body .max-h-54-xs {
    max-height: 54px;
  }
  body .min-h-54-xs {
    min-height: 54px;
  }
  body .ms-54-xs {
    margin-left: 54px;
  }
  body .mt-54-xs {
    margin-top: 54px;
  }
  body .mt-n54-xs {
    margin-top: -54px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-54-lg {
    max-height: 54px;
  }
  body .min-h-54-lg {
    min-height: 54px;
  }
  body .ms-54-lg {
    margin-left: 54px;
  }
  body .mt-54-lg {
    margin-top: 54px;
  }
  body .mt-n54-lg {
    margin-top: -54px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-54-xl {
    max-height: 54px;
  }
  body .min-h-54-xl {
    min-height: 54px;
  }
  body .ms-54-xl {
    margin-left: 54px;
  }
  body .mt-54-xl {
    margin-top: 54px;
  }
  body .mt-n54-xl {
    margin-top: -54px;
  }
}
@media (min-width: 1400px) {
  body .mt-n54-xxl {
    margin-top: -54px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-54-touch {
    max-height: 54px;
  }
  body .min-h-54-touch {
    min-height: 54px;
  }
  body .ms-54-touch {
    margin-left: 54px;
  }
  body .mt-54-touch {
    margin-top: 54px;
  }
  body .mt-n54-touch {
    margin-top: -54px;
  }
}
@media (min-width: 992px) {
  body .max-h-54-desktop {
    max-height: 54px;
  }
  body .min-h-54-desktop {
    min-height: 54px;
  }
  body .h-54-desktop {
    height: 54px;
  }
  body .ms-54-desktop {
    margin-left: 54px;
  }
  body .mt-54-desktop {
    margin-top: 54px;
  }
  body .mt-n54-desktop {
    margin-top: -54px;
  }
}
body .h-64 {
  height: 64px;
}
body .min-h-64 {
  min-height: 64px;
}
body .max-h-64 {
  max-height: 64px;
}
body .ms-64 {
  margin-left: 64px;
}
body .mt-64 {
  margin-top: 64px;
}
body .mt-n64 {
  margin-top: -64px;
}
@media (max-width: 767px) {
  body .max-h-64-xs {
    max-height: 64px;
  }
  body .min-h-64-xs {
    min-height: 64px;
  }
  body .ms-64-xs {
    margin-left: 64px;
  }
  body .mt-64-xs {
    margin-top: 64px;
  }
  body .mt-n64-xs {
    margin-top: -64px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-64-lg {
    max-height: 64px;
  }
  body .min-h-64-lg {
    min-height: 64px;
  }
  body .ms-64-lg {
    margin-left: 64px;
  }
  body .mt-64-lg {
    margin-top: 64px;
  }
  body .mt-n64-lg {
    margin-top: -64px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-64-xl {
    max-height: 64px;
  }
  body .min-h-64-xl {
    min-height: 64px;
  }
  body .ms-64-xl {
    margin-left: 64px;
  }
  body .mt-64-xl {
    margin-top: 64px;
  }
  body .mt-n64-xl {
    margin-top: -64px;
  }
}
@media (min-width: 1400px) {
  body .mt-n64-xxl {
    margin-top: -64px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-64-touch {
    max-height: 64px;
  }
  body .min-h-64-touch {
    min-height: 64px;
  }
  body .ms-64-touch {
    margin-left: 64px;
  }
  body .mt-64-touch {
    margin-top: 64px;
  }
  body .mt-n64-touch {
    margin-top: -64px;
  }
}
@media (min-width: 992px) {
  body .max-h-64-desktop {
    max-height: 64px;
  }
  body .min-h-64-desktop {
    min-height: 64px;
  }
  body .h-64-desktop {
    height: 64px;
  }
  body .ms-64-desktop {
    margin-left: 64px;
  }
  body .mt-64-desktop {
    margin-top: 64px;
  }
  body .mt-n64-desktop {
    margin-top: -64px;
  }
}
body .h-70 {
  height: 70px;
}
body .min-h-70 {
  min-height: 70px;
}
body .max-h-70 {
  max-height: 70px;
}
body .ms-70 {
  margin-left: 70px;
}
body .mt-70 {
  margin-top: 70px;
}
body .mt-n70 {
  margin-top: -70px;
}
@media (max-width: 767px) {
  body .max-h-70-xs {
    max-height: 70px;
  }
  body .min-h-70-xs {
    min-height: 70px;
  }
  body .ms-70-xs {
    margin-left: 70px;
  }
  body .mt-70-xs {
    margin-top: 70px;
  }
  body .mt-n70-xs {
    margin-top: -70px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-70-lg {
    max-height: 70px;
  }
  body .min-h-70-lg {
    min-height: 70px;
  }
  body .ms-70-lg {
    margin-left: 70px;
  }
  body .mt-70-lg {
    margin-top: 70px;
  }
  body .mt-n70-lg {
    margin-top: -70px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-70-xl {
    max-height: 70px;
  }
  body .min-h-70-xl {
    min-height: 70px;
  }
  body .ms-70-xl {
    margin-left: 70px;
  }
  body .mt-70-xl {
    margin-top: 70px;
  }
  body .mt-n70-xl {
    margin-top: -70px;
  }
}
@media (min-width: 1400px) {
  body .mt-n70-xxl {
    margin-top: -70px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-70-touch {
    max-height: 70px;
  }
  body .min-h-70-touch {
    min-height: 70px;
  }
  body .ms-70-touch {
    margin-left: 70px;
  }
  body .mt-70-touch {
    margin-top: 70px;
  }
  body .mt-n70-touch {
    margin-top: -70px;
  }
}
@media (min-width: 992px) {
  body .max-h-70-desktop {
    max-height: 70px;
  }
  body .min-h-70-desktop {
    min-height: 70px;
  }
  body .h-70-desktop {
    height: 70px;
  }
  body .ms-70-desktop {
    margin-left: 70px;
  }
  body .mt-70-desktop {
    margin-top: 70px;
  }
  body .mt-n70-desktop {
    margin-top: -70px;
  }
}
body .h-72 {
  height: 72px;
}
body .min-h-72 {
  min-height: 72px;
}
body .max-h-72 {
  max-height: 72px;
}
body .ms-72 {
  margin-left: 72px;
}
body .mt-72 {
  margin-top: 72px;
}
body .mt-n72 {
  margin-top: -72px;
}
@media (max-width: 767px) {
  body .max-h-72-xs {
    max-height: 72px;
  }
  body .min-h-72-xs {
    min-height: 72px;
  }
  body .ms-72-xs {
    margin-left: 72px;
  }
  body .mt-72-xs {
    margin-top: 72px;
  }
  body .mt-n72-xs {
    margin-top: -72px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-72-lg {
    max-height: 72px;
  }
  body .min-h-72-lg {
    min-height: 72px;
  }
  body .ms-72-lg {
    margin-left: 72px;
  }
  body .mt-72-lg {
    margin-top: 72px;
  }
  body .mt-n72-lg {
    margin-top: -72px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-72-xl {
    max-height: 72px;
  }
  body .min-h-72-xl {
    min-height: 72px;
  }
  body .ms-72-xl {
    margin-left: 72px;
  }
  body .mt-72-xl {
    margin-top: 72px;
  }
  body .mt-n72-xl {
    margin-top: -72px;
  }
}
@media (min-width: 1400px) {
  body .mt-n72-xxl {
    margin-top: -72px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-72-touch {
    max-height: 72px;
  }
  body .min-h-72-touch {
    min-height: 72px;
  }
  body .ms-72-touch {
    margin-left: 72px;
  }
  body .mt-72-touch {
    margin-top: 72px;
  }
  body .mt-n72-touch {
    margin-top: -72px;
  }
}
@media (min-width: 992px) {
  body .max-h-72-desktop {
    max-height: 72px;
  }
  body .min-h-72-desktop {
    min-height: 72px;
  }
  body .h-72-desktop {
    height: 72px;
  }
  body .ms-72-desktop {
    margin-left: 72px;
  }
  body .mt-72-desktop {
    margin-top: 72px;
  }
  body .mt-n72-desktop {
    margin-top: -72px;
  }
}
body .h-74 {
  height: 74px;
}
body .min-h-74 {
  min-height: 74px;
}
body .max-h-74 {
  max-height: 74px;
}
body .ms-74 {
  margin-left: 74px;
}
body .mt-74 {
  margin-top: 74px;
}
body .mt-n74 {
  margin-top: -74px;
}
@media (max-width: 767px) {
  body .max-h-74-xs {
    max-height: 74px;
  }
  body .min-h-74-xs {
    min-height: 74px;
  }
  body .ms-74-xs {
    margin-left: 74px;
  }
  body .mt-74-xs {
    margin-top: 74px;
  }
  body .mt-n74-xs {
    margin-top: -74px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-74-lg {
    max-height: 74px;
  }
  body .min-h-74-lg {
    min-height: 74px;
  }
  body .ms-74-lg {
    margin-left: 74px;
  }
  body .mt-74-lg {
    margin-top: 74px;
  }
  body .mt-n74-lg {
    margin-top: -74px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-74-xl {
    max-height: 74px;
  }
  body .min-h-74-xl {
    min-height: 74px;
  }
  body .ms-74-xl {
    margin-left: 74px;
  }
  body .mt-74-xl {
    margin-top: 74px;
  }
  body .mt-n74-xl {
    margin-top: -74px;
  }
}
@media (min-width: 1400px) {
  body .mt-n74-xxl {
    margin-top: -74px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-74-touch {
    max-height: 74px;
  }
  body .min-h-74-touch {
    min-height: 74px;
  }
  body .ms-74-touch {
    margin-left: 74px;
  }
  body .mt-74-touch {
    margin-top: 74px;
  }
  body .mt-n74-touch {
    margin-top: -74px;
  }
}
@media (min-width: 992px) {
  body .max-h-74-desktop {
    max-height: 74px;
  }
  body .min-h-74-desktop {
    min-height: 74px;
  }
  body .h-74-desktop {
    height: 74px;
  }
  body .ms-74-desktop {
    margin-left: 74px;
  }
  body .mt-74-desktop {
    margin-top: 74px;
  }
  body .mt-n74-desktop {
    margin-top: -74px;
  }
}
body .h-76 {
  height: 76px;
}
body .min-h-76 {
  min-height: 76px;
}
body .max-h-76 {
  max-height: 76px;
}
body .ms-76 {
  margin-left: 76px;
}
body .mt-76 {
  margin-top: 76px;
}
body .mt-n76 {
  margin-top: -76px;
}
@media (max-width: 767px) {
  body .max-h-76-xs {
    max-height: 76px;
  }
  body .min-h-76-xs {
    min-height: 76px;
  }
  body .ms-76-xs {
    margin-left: 76px;
  }
  body .mt-76-xs {
    margin-top: 76px;
  }
  body .mt-n76-xs {
    margin-top: -76px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-76-lg {
    max-height: 76px;
  }
  body .min-h-76-lg {
    min-height: 76px;
  }
  body .ms-76-lg {
    margin-left: 76px;
  }
  body .mt-76-lg {
    margin-top: 76px;
  }
  body .mt-n76-lg {
    margin-top: -76px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-76-xl {
    max-height: 76px;
  }
  body .min-h-76-xl {
    min-height: 76px;
  }
  body .ms-76-xl {
    margin-left: 76px;
  }
  body .mt-76-xl {
    margin-top: 76px;
  }
  body .mt-n76-xl {
    margin-top: -76px;
  }
}
@media (min-width: 1400px) {
  body .mt-n76-xxl {
    margin-top: -76px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-76-touch {
    max-height: 76px;
  }
  body .min-h-76-touch {
    min-height: 76px;
  }
  body .ms-76-touch {
    margin-left: 76px;
  }
  body .mt-76-touch {
    margin-top: 76px;
  }
  body .mt-n76-touch {
    margin-top: -76px;
  }
}
@media (min-width: 992px) {
  body .max-h-76-desktop {
    max-height: 76px;
  }
  body .min-h-76-desktop {
    min-height: 76px;
  }
  body .h-76-desktop {
    height: 76px;
  }
  body .ms-76-desktop {
    margin-left: 76px;
  }
  body .mt-76-desktop {
    margin-top: 76px;
  }
  body .mt-n76-desktop {
    margin-top: -76px;
  }
}
body .h-81 {
  height: 81px;
}
body .min-h-81 {
  min-height: 81px;
}
body .max-h-81 {
  max-height: 81px;
}
body .ms-81 {
  margin-left: 81px;
}
body .mt-81 {
  margin-top: 81px;
}
body .mt-n81 {
  margin-top: -81px;
}
@media (max-width: 767px) {
  body .max-h-81-xs {
    max-height: 81px;
  }
  body .min-h-81-xs {
    min-height: 81px;
  }
  body .ms-81-xs {
    margin-left: 81px;
  }
  body .mt-81-xs {
    margin-top: 81px;
  }
  body .mt-n81-xs {
    margin-top: -81px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-81-lg {
    max-height: 81px;
  }
  body .min-h-81-lg {
    min-height: 81px;
  }
  body .ms-81-lg {
    margin-left: 81px;
  }
  body .mt-81-lg {
    margin-top: 81px;
  }
  body .mt-n81-lg {
    margin-top: -81px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-81-xl {
    max-height: 81px;
  }
  body .min-h-81-xl {
    min-height: 81px;
  }
  body .ms-81-xl {
    margin-left: 81px;
  }
  body .mt-81-xl {
    margin-top: 81px;
  }
  body .mt-n81-xl {
    margin-top: -81px;
  }
}
@media (min-width: 1400px) {
  body .mt-n81-xxl {
    margin-top: -81px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-81-touch {
    max-height: 81px;
  }
  body .min-h-81-touch {
    min-height: 81px;
  }
  body .ms-81-touch {
    margin-left: 81px;
  }
  body .mt-81-touch {
    margin-top: 81px;
  }
  body .mt-n81-touch {
    margin-top: -81px;
  }
}
@media (min-width: 992px) {
  body .max-h-81-desktop {
    max-height: 81px;
  }
  body .min-h-81-desktop {
    min-height: 81px;
  }
  body .h-81-desktop {
    height: 81px;
  }
  body .ms-81-desktop {
    margin-left: 81px;
  }
  body .mt-81-desktop {
    margin-top: 81px;
  }
  body .mt-n81-desktop {
    margin-top: -81px;
  }
}
body .h-108 {
  height: 108px;
}
body .min-h-108 {
  min-height: 108px;
}
body .max-h-108 {
  max-height: 108px;
}
body .ms-108 {
  margin-left: 108px;
}
body .mt-108 {
  margin-top: 108px;
}
body .mt-n108 {
  margin-top: -108px;
}
@media (max-width: 767px) {
  body .max-h-108-xs {
    max-height: 108px;
  }
  body .min-h-108-xs {
    min-height: 108px;
  }
  body .ms-108-xs {
    margin-left: 108px;
  }
  body .mt-108-xs {
    margin-top: 108px;
  }
  body .mt-n108-xs {
    margin-top: -108px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-108-lg {
    max-height: 108px;
  }
  body .min-h-108-lg {
    min-height: 108px;
  }
  body .ms-108-lg {
    margin-left: 108px;
  }
  body .mt-108-lg {
    margin-top: 108px;
  }
  body .mt-n108-lg {
    margin-top: -108px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-108-xl {
    max-height: 108px;
  }
  body .min-h-108-xl {
    min-height: 108px;
  }
  body .ms-108-xl {
    margin-left: 108px;
  }
  body .mt-108-xl {
    margin-top: 108px;
  }
  body .mt-n108-xl {
    margin-top: -108px;
  }
}
@media (min-width: 1400px) {
  body .mt-n108-xxl {
    margin-top: -108px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-108-touch {
    max-height: 108px;
  }
  body .min-h-108-touch {
    min-height: 108px;
  }
  body .ms-108-touch {
    margin-left: 108px;
  }
  body .mt-108-touch {
    margin-top: 108px;
  }
  body .mt-n108-touch {
    margin-top: -108px;
  }
}
@media (min-width: 992px) {
  body .max-h-108-desktop {
    max-height: 108px;
  }
  body .min-h-108-desktop {
    min-height: 108px;
  }
  body .h-108-desktop {
    height: 108px;
  }
  body .ms-108-desktop {
    margin-left: 108px;
  }
  body .mt-108-desktop {
    margin-top: 108px;
  }
  body .mt-n108-desktop {
    margin-top: -108px;
  }
}
body .h-120 {
  height: 120px;
}
body .min-h-120 {
  min-height: 120px;
}
body .max-h-120 {
  max-height: 120px;
}
body .ms-120 {
  margin-left: 120px;
}
body .mt-120 {
  margin-top: 120px;
}
body .mt-n120 {
  margin-top: -120px;
}
@media (max-width: 767px) {
  body .max-h-120-xs {
    max-height: 120px;
  }
  body .min-h-120-xs {
    min-height: 120px;
  }
  body .ms-120-xs {
    margin-left: 120px;
  }
  body .mt-120-xs {
    margin-top: 120px;
  }
  body .mt-n120-xs {
    margin-top: -120px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-120-lg {
    max-height: 120px;
  }
  body .min-h-120-lg {
    min-height: 120px;
  }
  body .ms-120-lg {
    margin-left: 120px;
  }
  body .mt-120-lg {
    margin-top: 120px;
  }
  body .mt-n120-lg {
    margin-top: -120px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-120-xl {
    max-height: 120px;
  }
  body .min-h-120-xl {
    min-height: 120px;
  }
  body .ms-120-xl {
    margin-left: 120px;
  }
  body .mt-120-xl {
    margin-top: 120px;
  }
  body .mt-n120-xl {
    margin-top: -120px;
  }
}
@media (min-width: 1400px) {
  body .mt-n120-xxl {
    margin-top: -120px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-120-touch {
    max-height: 120px;
  }
  body .min-h-120-touch {
    min-height: 120px;
  }
  body .ms-120-touch {
    margin-left: 120px;
  }
  body .mt-120-touch {
    margin-top: 120px;
  }
  body .mt-n120-touch {
    margin-top: -120px;
  }
}
@media (min-width: 992px) {
  body .max-h-120-desktop {
    max-height: 120px;
  }
  body .min-h-120-desktop {
    min-height: 120px;
  }
  body .h-120-desktop {
    height: 120px;
  }
  body .ms-120-desktop {
    margin-left: 120px;
  }
  body .mt-120-desktop {
    margin-top: 120px;
  }
  body .mt-n120-desktop {
    margin-top: -120px;
  }
}
body .h-132 {
  height: 132px;
}
body .min-h-132 {
  min-height: 132px;
}
body .max-h-132 {
  max-height: 132px;
}
body .ms-132 {
  margin-left: 132px;
}
body .mt-132 {
  margin-top: 132px;
}
body .mt-n132 {
  margin-top: -132px;
}
@media (max-width: 767px) {
  body .max-h-132-xs {
    max-height: 132px;
  }
  body .min-h-132-xs {
    min-height: 132px;
  }
  body .ms-132-xs {
    margin-left: 132px;
  }
  body .mt-132-xs {
    margin-top: 132px;
  }
  body .mt-n132-xs {
    margin-top: -132px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-132-lg {
    max-height: 132px;
  }
  body .min-h-132-lg {
    min-height: 132px;
  }
  body .ms-132-lg {
    margin-left: 132px;
  }
  body .mt-132-lg {
    margin-top: 132px;
  }
  body .mt-n132-lg {
    margin-top: -132px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-132-xl {
    max-height: 132px;
  }
  body .min-h-132-xl {
    min-height: 132px;
  }
  body .ms-132-xl {
    margin-left: 132px;
  }
  body .mt-132-xl {
    margin-top: 132px;
  }
  body .mt-n132-xl {
    margin-top: -132px;
  }
}
@media (min-width: 1400px) {
  body .mt-n132-xxl {
    margin-top: -132px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-132-touch {
    max-height: 132px;
  }
  body .min-h-132-touch {
    min-height: 132px;
  }
  body .ms-132-touch {
    margin-left: 132px;
  }
  body .mt-132-touch {
    margin-top: 132px;
  }
  body .mt-n132-touch {
    margin-top: -132px;
  }
}
@media (min-width: 992px) {
  body .max-h-132-desktop {
    max-height: 132px;
  }
  body .min-h-132-desktop {
    min-height: 132px;
  }
  body .h-132-desktop {
    height: 132px;
  }
  body .ms-132-desktop {
    margin-left: 132px;
  }
  body .mt-132-desktop {
    margin-top: 132px;
  }
  body .mt-n132-desktop {
    margin-top: -132px;
  }
}
body .h-150 {
  height: 150px;
}
body .min-h-150 {
  min-height: 150px;
}
body .max-h-150 {
  max-height: 150px;
}
body .ms-150 {
  margin-left: 150px;
}
body .mt-150 {
  margin-top: 150px;
}
body .mt-n150 {
  margin-top: -150px;
}
@media (max-width: 767px) {
  body .max-h-150-xs {
    max-height: 150px;
  }
  body .min-h-150-xs {
    min-height: 150px;
  }
  body .ms-150-xs {
    margin-left: 150px;
  }
  body .mt-150-xs {
    margin-top: 150px;
  }
  body .mt-n150-xs {
    margin-top: -150px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-150-lg {
    max-height: 150px;
  }
  body .min-h-150-lg {
    min-height: 150px;
  }
  body .ms-150-lg {
    margin-left: 150px;
  }
  body .mt-150-lg {
    margin-top: 150px;
  }
  body .mt-n150-lg {
    margin-top: -150px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-150-xl {
    max-height: 150px;
  }
  body .min-h-150-xl {
    min-height: 150px;
  }
  body .ms-150-xl {
    margin-left: 150px;
  }
  body .mt-150-xl {
    margin-top: 150px;
  }
  body .mt-n150-xl {
    margin-top: -150px;
  }
}
@media (min-width: 1400px) {
  body .mt-n150-xxl {
    margin-top: -150px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-150-touch {
    max-height: 150px;
  }
  body .min-h-150-touch {
    min-height: 150px;
  }
  body .ms-150-touch {
    margin-left: 150px;
  }
  body .mt-150-touch {
    margin-top: 150px;
  }
  body .mt-n150-touch {
    margin-top: -150px;
  }
}
@media (min-width: 992px) {
  body .max-h-150-desktop {
    max-height: 150px;
  }
  body .min-h-150-desktop {
    min-height: 150px;
  }
  body .h-150-desktop {
    height: 150px;
  }
  body .ms-150-desktop {
    margin-left: 150px;
  }
  body .mt-150-desktop {
    margin-top: 150px;
  }
  body .mt-n150-desktop {
    margin-top: -150px;
  }
}
body .h-200 {
  height: 200px;
}
body .min-h-200 {
  min-height: 200px;
}
body .max-h-200 {
  max-height: 200px;
}
body .ms-200 {
  margin-left: 200px;
}
body .mt-200 {
  margin-top: 200px;
}
body .mt-n200 {
  margin-top: -200px;
}
@media (max-width: 767px) {
  body .max-h-200-xs {
    max-height: 200px;
  }
  body .min-h-200-xs {
    min-height: 200px;
  }
  body .ms-200-xs {
    margin-left: 200px;
  }
  body .mt-200-xs {
    margin-top: 200px;
  }
  body .mt-n200-xs {
    margin-top: -200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-200-lg {
    max-height: 200px;
  }
  body .min-h-200-lg {
    min-height: 200px;
  }
  body .ms-200-lg {
    margin-left: 200px;
  }
  body .mt-200-lg {
    margin-top: 200px;
  }
  body .mt-n200-lg {
    margin-top: -200px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-200-xl {
    max-height: 200px;
  }
  body .min-h-200-xl {
    min-height: 200px;
  }
  body .ms-200-xl {
    margin-left: 200px;
  }
  body .mt-200-xl {
    margin-top: 200px;
  }
  body .mt-n200-xl {
    margin-top: -200px;
  }
}
@media (min-width: 1400px) {
  body .mt-n200-xxl {
    margin-top: -200px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-200-touch {
    max-height: 200px;
  }
  body .min-h-200-touch {
    min-height: 200px;
  }
  body .ms-200-touch {
    margin-left: 200px;
  }
  body .mt-200-touch {
    margin-top: 200px;
  }
  body .mt-n200-touch {
    margin-top: -200px;
  }
}
@media (min-width: 992px) {
  body .max-h-200-desktop {
    max-height: 200px;
  }
  body .min-h-200-desktop {
    min-height: 200px;
  }
  body .h-200-desktop {
    height: 200px;
  }
  body .ms-200-desktop {
    margin-left: 200px;
  }
  body .mt-200-desktop {
    margin-top: 200px;
  }
  body .mt-n200-desktop {
    margin-top: -200px;
  }
}
body .h-236 {
  height: 236px;
}
body .min-h-236 {
  min-height: 236px;
}
body .max-h-236 {
  max-height: 236px;
}
body .ms-236 {
  margin-left: 236px;
}
body .mt-236 {
  margin-top: 236px;
}
body .mt-n236 {
  margin-top: -236px;
}
@media (max-width: 767px) {
  body .max-h-236-xs {
    max-height: 236px;
  }
  body .min-h-236-xs {
    min-height: 236px;
  }
  body .ms-236-xs {
    margin-left: 236px;
  }
  body .mt-236-xs {
    margin-top: 236px;
  }
  body .mt-n236-xs {
    margin-top: -236px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-236-lg {
    max-height: 236px;
  }
  body .min-h-236-lg {
    min-height: 236px;
  }
  body .ms-236-lg {
    margin-left: 236px;
  }
  body .mt-236-lg {
    margin-top: 236px;
  }
  body .mt-n236-lg {
    margin-top: -236px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-236-xl {
    max-height: 236px;
  }
  body .min-h-236-xl {
    min-height: 236px;
  }
  body .ms-236-xl {
    margin-left: 236px;
  }
  body .mt-236-xl {
    margin-top: 236px;
  }
  body .mt-n236-xl {
    margin-top: -236px;
  }
}
@media (min-width: 1400px) {
  body .mt-n236-xxl {
    margin-top: -236px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-236-touch {
    max-height: 236px;
  }
  body .min-h-236-touch {
    min-height: 236px;
  }
  body .ms-236-touch {
    margin-left: 236px;
  }
  body .mt-236-touch {
    margin-top: 236px;
  }
  body .mt-n236-touch {
    margin-top: -236px;
  }
}
@media (min-width: 992px) {
  body .max-h-236-desktop {
    max-height: 236px;
  }
  body .min-h-236-desktop {
    min-height: 236px;
  }
  body .h-236-desktop {
    height: 236px;
  }
  body .ms-236-desktop {
    margin-left: 236px;
  }
  body .mt-236-desktop {
    margin-top: 236px;
  }
  body .mt-n236-desktop {
    margin-top: -236px;
  }
}
body .h-240 {
  height: 240px;
}
body .min-h-240 {
  min-height: 240px;
}
body .max-h-240 {
  max-height: 240px;
}
body .ms-240 {
  margin-left: 240px;
}
body .mt-240 {
  margin-top: 240px;
}
body .mt-n240 {
  margin-top: -240px;
}
@media (max-width: 767px) {
  body .max-h-240-xs {
    max-height: 240px;
  }
  body .min-h-240-xs {
    min-height: 240px;
  }
  body .ms-240-xs {
    margin-left: 240px;
  }
  body .mt-240-xs {
    margin-top: 240px;
  }
  body .mt-n240-xs {
    margin-top: -240px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-240-lg {
    max-height: 240px;
  }
  body .min-h-240-lg {
    min-height: 240px;
  }
  body .ms-240-lg {
    margin-left: 240px;
  }
  body .mt-240-lg {
    margin-top: 240px;
  }
  body .mt-n240-lg {
    margin-top: -240px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-240-xl {
    max-height: 240px;
  }
  body .min-h-240-xl {
    min-height: 240px;
  }
  body .ms-240-xl {
    margin-left: 240px;
  }
  body .mt-240-xl {
    margin-top: 240px;
  }
  body .mt-n240-xl {
    margin-top: -240px;
  }
}
@media (min-width: 1400px) {
  body .mt-n240-xxl {
    margin-top: -240px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-240-touch {
    max-height: 240px;
  }
  body .min-h-240-touch {
    min-height: 240px;
  }
  body .ms-240-touch {
    margin-left: 240px;
  }
  body .mt-240-touch {
    margin-top: 240px;
  }
  body .mt-n240-touch {
    margin-top: -240px;
  }
}
@media (min-width: 992px) {
  body .max-h-240-desktop {
    max-height: 240px;
  }
  body .min-h-240-desktop {
    min-height: 240px;
  }
  body .h-240-desktop {
    height: 240px;
  }
  body .ms-240-desktop {
    margin-left: 240px;
  }
  body .mt-240-desktop {
    margin-top: 240px;
  }
  body .mt-n240-desktop {
    margin-top: -240px;
  }
}
body .h-250 {
  height: 250px;
}
body .min-h-250 {
  min-height: 250px;
}
body .max-h-250 {
  max-height: 250px;
}
body .ms-250 {
  margin-left: 250px;
}
body .mt-250 {
  margin-top: 250px;
}
body .mt-n250 {
  margin-top: -250px;
}
@media (max-width: 767px) {
  body .max-h-250-xs {
    max-height: 250px;
  }
  body .min-h-250-xs {
    min-height: 250px;
  }
  body .ms-250-xs {
    margin-left: 250px;
  }
  body .mt-250-xs {
    margin-top: 250px;
  }
  body .mt-n250-xs {
    margin-top: -250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-250-lg {
    max-height: 250px;
  }
  body .min-h-250-lg {
    min-height: 250px;
  }
  body .ms-250-lg {
    margin-left: 250px;
  }
  body .mt-250-lg {
    margin-top: 250px;
  }
  body .mt-n250-lg {
    margin-top: -250px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-250-xl {
    max-height: 250px;
  }
  body .min-h-250-xl {
    min-height: 250px;
  }
  body .ms-250-xl {
    margin-left: 250px;
  }
  body .mt-250-xl {
    margin-top: 250px;
  }
  body .mt-n250-xl {
    margin-top: -250px;
  }
}
@media (min-width: 1400px) {
  body .mt-n250-xxl {
    margin-top: -250px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-250-touch {
    max-height: 250px;
  }
  body .min-h-250-touch {
    min-height: 250px;
  }
  body .ms-250-touch {
    margin-left: 250px;
  }
  body .mt-250-touch {
    margin-top: 250px;
  }
  body .mt-n250-touch {
    margin-top: -250px;
  }
}
@media (min-width: 992px) {
  body .max-h-250-desktop {
    max-height: 250px;
  }
  body .min-h-250-desktop {
    min-height: 250px;
  }
  body .h-250-desktop {
    height: 250px;
  }
  body .ms-250-desktop {
    margin-left: 250px;
  }
  body .mt-250-desktop {
    margin-top: 250px;
  }
  body .mt-n250-desktop {
    margin-top: -250px;
  }
}
body .h-280 {
  height: 280px;
}
body .min-h-280 {
  min-height: 280px;
}
body .max-h-280 {
  max-height: 280px;
}
body .ms-280 {
  margin-left: 280px;
}
body .mt-280 {
  margin-top: 280px;
}
body .mt-n280 {
  margin-top: -280px;
}
@media (max-width: 767px) {
  body .max-h-280-xs {
    max-height: 280px;
  }
  body .min-h-280-xs {
    min-height: 280px;
  }
  body .ms-280-xs {
    margin-left: 280px;
  }
  body .mt-280-xs {
    margin-top: 280px;
  }
  body .mt-n280-xs {
    margin-top: -280px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-280-lg {
    max-height: 280px;
  }
  body .min-h-280-lg {
    min-height: 280px;
  }
  body .ms-280-lg {
    margin-left: 280px;
  }
  body .mt-280-lg {
    margin-top: 280px;
  }
  body .mt-n280-lg {
    margin-top: -280px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-280-xl {
    max-height: 280px;
  }
  body .min-h-280-xl {
    min-height: 280px;
  }
  body .ms-280-xl {
    margin-left: 280px;
  }
  body .mt-280-xl {
    margin-top: 280px;
  }
  body .mt-n280-xl {
    margin-top: -280px;
  }
}
@media (min-width: 1400px) {
  body .mt-n280-xxl {
    margin-top: -280px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-280-touch {
    max-height: 280px;
  }
  body .min-h-280-touch {
    min-height: 280px;
  }
  body .ms-280-touch {
    margin-left: 280px;
  }
  body .mt-280-touch {
    margin-top: 280px;
  }
  body .mt-n280-touch {
    margin-top: -280px;
  }
}
@media (min-width: 992px) {
  body .max-h-280-desktop {
    max-height: 280px;
  }
  body .min-h-280-desktop {
    min-height: 280px;
  }
  body .h-280-desktop {
    height: 280px;
  }
  body .ms-280-desktop {
    margin-left: 280px;
  }
  body .mt-280-desktop {
    margin-top: 280px;
  }
  body .mt-n280-desktop {
    margin-top: -280px;
  }
}
body .h-300 {
  height: 300px;
}
body .min-h-300 {
  min-height: 300px;
}
body .max-h-300 {
  max-height: 300px;
}
body .ms-300 {
  margin-left: 300px;
}
body .mt-300 {
  margin-top: 300px;
}
body .mt-n300 {
  margin-top: -300px;
}
@media (max-width: 767px) {
  body .max-h-300-xs {
    max-height: 300px;
  }
  body .min-h-300-xs {
    min-height: 300px;
  }
  body .ms-300-xs {
    margin-left: 300px;
  }
  body .mt-300-xs {
    margin-top: 300px;
  }
  body .mt-n300-xs {
    margin-top: -300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-300-lg {
    max-height: 300px;
  }
  body .min-h-300-lg {
    min-height: 300px;
  }
  body .ms-300-lg {
    margin-left: 300px;
  }
  body .mt-300-lg {
    margin-top: 300px;
  }
  body .mt-n300-lg {
    margin-top: -300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-300-xl {
    max-height: 300px;
  }
  body .min-h-300-xl {
    min-height: 300px;
  }
  body .ms-300-xl {
    margin-left: 300px;
  }
  body .mt-300-xl {
    margin-top: 300px;
  }
  body .mt-n300-xl {
    margin-top: -300px;
  }
}
@media (min-width: 1400px) {
  body .mt-n300-xxl {
    margin-top: -300px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-300-touch {
    max-height: 300px;
  }
  body .min-h-300-touch {
    min-height: 300px;
  }
  body .ms-300-touch {
    margin-left: 300px;
  }
  body .mt-300-touch {
    margin-top: 300px;
  }
  body .mt-n300-touch {
    margin-top: -300px;
  }
}
@media (min-width: 992px) {
  body .max-h-300-desktop {
    max-height: 300px;
  }
  body .min-h-300-desktop {
    min-height: 300px;
  }
  body .h-300-desktop {
    height: 300px;
  }
  body .ms-300-desktop {
    margin-left: 300px;
  }
  body .mt-300-desktop {
    margin-top: 300px;
  }
  body .mt-n300-desktop {
    margin-top: -300px;
  }
}
body .h-420 {
  height: 420px;
}
body .min-h-420 {
  min-height: 420px;
}
body .max-h-420 {
  max-height: 420px;
}
body .ms-420 {
  margin-left: 420px;
}
body .mt-420 {
  margin-top: 420px;
}
body .mt-n420 {
  margin-top: -420px;
}
@media (max-width: 767px) {
  body .max-h-420-xs {
    max-height: 420px;
  }
  body .min-h-420-xs {
    min-height: 420px;
  }
  body .ms-420-xs {
    margin-left: 420px;
  }
  body .mt-420-xs {
    margin-top: 420px;
  }
  body .mt-n420-xs {
    margin-top: -420px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-420-lg {
    max-height: 420px;
  }
  body .min-h-420-lg {
    min-height: 420px;
  }
  body .ms-420-lg {
    margin-left: 420px;
  }
  body .mt-420-lg {
    margin-top: 420px;
  }
  body .mt-n420-lg {
    margin-top: -420px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-420-xl {
    max-height: 420px;
  }
  body .min-h-420-xl {
    min-height: 420px;
  }
  body .ms-420-xl {
    margin-left: 420px;
  }
  body .mt-420-xl {
    margin-top: 420px;
  }
  body .mt-n420-xl {
    margin-top: -420px;
  }
}
@media (min-width: 1400px) {
  body .mt-n420-xxl {
    margin-top: -420px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-420-touch {
    max-height: 420px;
  }
  body .min-h-420-touch {
    min-height: 420px;
  }
  body .ms-420-touch {
    margin-left: 420px;
  }
  body .mt-420-touch {
    margin-top: 420px;
  }
  body .mt-n420-touch {
    margin-top: -420px;
  }
}
@media (min-width: 992px) {
  body .max-h-420-desktop {
    max-height: 420px;
  }
  body .min-h-420-desktop {
    min-height: 420px;
  }
  body .h-420-desktop {
    height: 420px;
  }
  body .ms-420-desktop {
    margin-left: 420px;
  }
  body .mt-420-desktop {
    margin-top: 420px;
  }
  body .mt-n420-desktop {
    margin-top: -420px;
  }
}
body .h-620 {
  height: 620px;
}
body .min-h-620 {
  min-height: 620px;
}
body .max-h-620 {
  max-height: 620px;
}
body .ms-620 {
  margin-left: 620px;
}
body .mt-620 {
  margin-top: 620px;
}
body .mt-n620 {
  margin-top: -620px;
}
@media (max-width: 767px) {
  body .max-h-620-xs {
    max-height: 620px;
  }
  body .min-h-620-xs {
    min-height: 620px;
  }
  body .ms-620-xs {
    margin-left: 620px;
  }
  body .mt-620-xs {
    margin-top: 620px;
  }
  body .mt-n620-xs {
    margin-top: -620px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .max-h-620-lg {
    max-height: 620px;
  }
  body .min-h-620-lg {
    min-height: 620px;
  }
  body .ms-620-lg {
    margin-left: 620px;
  }
  body .mt-620-lg {
    margin-top: 620px;
  }
  body .mt-n620-lg {
    margin-top: -620px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .max-h-620-xl {
    max-height: 620px;
  }
  body .min-h-620-xl {
    min-height: 620px;
  }
  body .ms-620-xl {
    margin-left: 620px;
  }
  body .mt-620-xl {
    margin-top: 620px;
  }
  body .mt-n620-xl {
    margin-top: -620px;
  }
}
@media (min-width: 1400px) {
  body .mt-n620-xxl {
    margin-top: -620px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-620-touch {
    max-height: 620px;
  }
  body .min-h-620-touch {
    min-height: 620px;
  }
  body .ms-620-touch {
    margin-left: 620px;
  }
  body .mt-620-touch {
    margin-top: 620px;
  }
  body .mt-n620-touch {
    margin-top: -620px;
  }
}
@media (min-width: 992px) {
  body .max-h-620-desktop {
    max-height: 620px;
  }
  body .min-h-620-desktop {
    min-height: 620px;
  }
  body .h-620-desktop {
    height: 620px;
  }
  body .ms-620-desktop {
    margin-left: 620px;
  }
  body .mt-620-desktop {
    margin-top: 620px;
  }
  body .mt-n620-desktop {
    margin-top: -620px;
  }
}
body .is-ls-1 {
  letter-spacing: 1px;
}
body .is-ls-2 {
  letter-spacing: 2px;
}
body .is-ls-3 {
  letter-spacing: 3px;
}
body .is-ls-4 {
  letter-spacing: 4px;
}
body .is-ls-5 {
  letter-spacing: 5px;
}
body .text-primary {
  color: var(--text-primary) !important;
}
body .text-secondary {
  color: var(--text-secondary) !important;
}
body .text-accent {
  color: var(--text-accent) !important;
}
body .text-disabled {
  color: var(--text-disabled) !important;
}
body .bg-primary {
  background-color: var(--bg) !important;
}
body .bg-secondary {
  background-color: var(--bg-light) !important;
}
body .text-right {
  text-align: right;
}
body .fw-semi-bold {
  font-weight: 600 !important;
}
body .break {
  width: 100%;
  flex-basis: 100%;
}
body .w-100 {
  width: 100% !important;
}
@media (max-width: 991px) {
  body .w-100-touch {
    width: 100%;
  }
}
@media (max-width: 991px) {
  body .w-50-touch {
    width: 50% !important;
  }
}
body .w-50- .is-relative {
  position: relative;
}
body .is-clickable {
  cursor: pointer;
}
body .is-white-space-nowrap {
  white-space: nowrap;
}
body .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
body .is-size-jumbo {
  font-size: 60px;
}
body .no-decoration {
  text-decoration: none !important;
}
body .no-decoration:hover, body .no-decoration:focus, body .no-decoration:active {
  text-decoration: none !important;
}
body .no-decoration * {
  text-decoration: none !important;
}
body .no-decoration *:hover, body .no-decoration *:focus, body .no-decoration *:active {
  text-decoration: none !important;
}
body .one-line {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
body .is-2-lines {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-2-lines.of-visible {
  overflow: visible !important;
}
body .is-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-4-lines {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-5-lines {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-6-lines {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-7-lines {
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
  /*word-break: break-all;*/
}
body .is-8-lines {
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .of-x-auto {
  overflow-x: auto !important;
}
body .of-x-hidden {
  overflow-x: hidden !important;
}
body .border-top-none {
  border-top: 0px !important;
}
body .z-index-n1 {
  z-index: -1;
}
body .z-index-0 {
  z-index: 0;
}
body .z-index-1 {
  z-index: 1;
}
body .z-index-2 {
  z-index: 2;
}
body .z-index-3 {
  z-index: 3;
}
body .z-index-1049 {
  z-index: 1049 !important;
}
body .z-index-1050 {
  z-index: 1050 !important;
}
body .form-select {
  box-shadow: none !important;
}
body .form-select:focus, body .form-select:active {
  border-color: #0F2C64;
}
body .form-check:not(.form-switch) {
  padding-left: 0px;
  display: flex;
  align-items: flex-start;
}
body .form-check:not(.form-switch) .form-check-input {
  height: 20px;
  width: 20px;
  box-shadow: none !important;
  float: unset !important;
  margin-left: 0px !important;
  /*transform: translateY(-3px);*/
}
body .form-check:not(.form-switch) * {
  cursor: pointer;
}
body .form-switch .form-check-input {
  width: 35px;
  filter: none !important;
  height: 21px;
  cursor: pointer;
}
body .form-switch .form-check-input:checked {
  background-color: #9245FA !important;
  border-color: #9245FA !important;
}
body .img-abs-container {
  position: relative;
  overflow: hidden;
}
body .img-abs-container img, body .img-abs-container iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-width: unset !important;
}
body .img-abs-container.alfa-garage img, body .img-abs-container.alfa-garage iframe {
  width: unset !important;
  height: 100% !important;
}
body .img-abs-container.max-h img, body .img-abs-container.max-h iframe {
  height: unset !important;
}
body .img-abs-container.img-w-100 img {
  width: 100%;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .img-abs-container img, body .img-abs-container iframe {
    width: 125%;
  }
}
@media (min-width: 1400px) {
  body .img-abs-container img, body .img-abs-container iframe {
    width: 125%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .img-abs-container img, body .img-abs-container iframe {
    width: 125%;
  }
}
@media (max-width: 991px) {
  body .img-abs-container {
    min-height: 400px;
  }
  body .img-abs-container img, body .img-abs-container iframe {
    width: 105%;
  }
}
@media (max-width: 767px) {
  body .img-abs-container {
    min-height: 200px;
  }
  body .img-abs-container img, body .img-abs-container iframe {
    width: 105%;
  }
}
body .card-tag {
  position: absolute;
  display: block;
}
body .card-tag.top-left {
  top: 0px;
  left: 0px;
}
body .card-tag.top-right {
  top: 0px;
  right: 0px;
}
body .card-tag.bottom-right {
  bottom: 0px;
  right: 0px;
}
body .card-tag.bottom-left {
  bottom: 0px;
  left: 0px;
}
body .fc-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0392156863);
}
body .fc-shadow-card {
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.0392156863);
}
body .fc-shadow-bottom {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}
body .input-validation-error {
  border: 1px solid #FB0D0D !important;
  background-color: #fff5f5;
}
body .field-validation-error span {
  /*color: $text-error !important;*/
  color: #FF0000 !important;
  font-size: 18px;
}
@media (max-width: 767px) {
  body .field-validation-error span {
    font-size: 16px;
  }
}
body .p-fixed {
  position: fixed;
}
body .word-break-break-all {
  word-break: break-all;
}
body .pb-section {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  body .pb-section {
    padding-bottom: 60px;
  }
}
body .pt-section {
  padding-top: 60px;
}
@media (min-width: 992px) {
  body .pt-section-md {
    padding-top: 60px;
  }
  body .pb-section-md {
    padding-bottom: 120px;
  }
}
body .pt-lg-section {
  padding-top: 120px;
}
@media (max-width: 991px) {
  body .pt-lg-section {
    padding-top: 60px;
  }
}
body .pt-xl-section {
  padding-top: 160px;
}
@media (max-width: 767px) {
  body .pt-xl-section {
    padding-top: 15px;
  }
}
body .px-section {
  padding-left: 60px;
  padding-right: 60px;
}
@media (min-width: 1401px) and (max-width: 1500px) {
  body .px-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .px-section {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .px-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 991px) {
  body .px-section {
    padding-left: 20px;
    padding-right: 20px;
  }
}
body .pt-section-touch-only {
  padding-top: 0px;
}
@media (max-width: 991px) {
  body .pt-section-touch-only {
    padding-top: 30px;
  }
}
body .is-abs-h-centered {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
body .is-abs-v-centered {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
body .is-abs-centered {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
body .save-car-btn .active-img {
  display: none;
}
body .save-car-btn.inline.active .active-img {
  display: inline-block !important;
}
@media (max-width: 767px) {
  body .save-car-btn span {
    display: none !important;
  }
}
body .save-car-btn.active .active-img {
  display: block !important;
}
body .save-car-btn.active .not-active-img {
  display: none !important;
}
@media (max-width: 767px) {
  body .py-xs-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  body .px-xs-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 991px) {
  body .py-touch-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  body .px-touch-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
}
@media (max-width: 991px) {
  body .h-scroller {
    position: relative;
  }
  body .h-scroller:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    opacity: 1;
    width: 70px;
    z-index: 100;
    background: transparent;
    transition: all 0.3s ease-in-out;
    pointer-events: none;
  }
  body .h-scroller.scrolled:after {
    opacity: 0;
    z-index: -1;
  }
}
body .splide#slideDelivery .splide__track {
  overflow: visible;
}
body .splide#cars-slides .splide__arrows .splide__arrow {
  background: transparent;
}
body .splide#cars-slides .splide__arrows .splide__arrow svg {
  width: auto;
  height: 40px;
  fill: #FFFFFF !important;
}
body .splide#cars-slides .splide__arrows .splide__arrow--prev {
  left: 1em !important;
}
body .splide#cars-slides .splide__arrows .splide__arrow--next {
  right: 1em !important;
}
body .splide.reviews-slider .splide__arrows .splide__arrow {
  transform: translateY(-43px);
}
body .splide.reviews-slider .splide__arrows .splide__arrow.splide__arrow--prev {
  left: -4em;
}
body .splide.reviews-slider .splide__arrows .splide__arrow.splide__arrow--next {
  right: -4em;
}
body .splide.chi-siamo-slider .splide__track {
  overflow: visible;
}
body .splide.chi-siamo-slider .splide__pagination .splide__pagination__page.is-active {
  background-color: yellow;
}
@media (max-width: 767px) {
  body .splide.chi-siamo-slider {
    padding: 0px !important;
  }
  body .splide.chi-siamo-slider .splide__pagination {
    bottom: -38px;
  }
}
body .splide:not(.is-overflow) .splide__pagination {
  display: flex;
}
body .splide .splide__arrows .splide__arrow {
  width: 58px;
  height: 58px;
  background-color: transparent;
  border: 0.8px solid white;
  transition: all 0.2s ease-in-out;
}
body .splide .splide__arrows .splide__arrow:hover {
  background-color: #FFFFFF;
}
body .splide .splide__arrows .splide__arrow:hover svg {
  fill: black;
  transition: all 0.2s ease-in-out;
}
body .splide .splide__arrows .splide__arrow svg {
  fill: white;
  width: 20px;
  height: 20px;
}
body .splide .splide__arrows .splide__arrow--prev {
  left: 2em;
}
@media (max-width: 767px) {
  body .splide .splide__arrows .splide__arrow--prev {
    left: 1em;
  }
}
body .splide .splide__arrows .splide__arrow--next {
  right: 2em;
}
@media (max-width: 767px) {
  body .splide .splide__arrows .splide__arrow--next {
    right: 1em;
  }
}
body .splide .splide__pagination__page.is-active {
  background-color: #0F2C64;
}
body #splide01 .splide__arrow {
  top: 40% !important;
}
@media (max-width: 1100px) {
  body #splide01 .splide__arrow {
    width: 45px;
    height: 45px;
  }
}
body .bollino-vdp {
  width: 107px;
  height: 107px;
}
@media (max-width: 767px) {
  body .bollino-vdp {
    width: 85px;
    height: 85px;
  }
}
body .bollino-cards {
  width: 65px;
}
body .glide .glide__bullets {
  bottom: -50px !important;
}
body .glide .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  background-color: #101010;
  border-color: white;
}
body .glide .glide__bullets .glide__bullet.glide__bullet--active {
  background-color: white !important;
}
@media (max-width: 991px) {
  body .glide .glide__bullets {
    bottom: -15px !important;
  }
}
body .glide .gc-car {
  margin-bottom: 0 !important;
}
body .glide.cars-slider .btn {
  pointer-events: none;
}
@media (min-width: 768px) {
  body .glide.cars-slider .glide__track {
    overflow: visible;
  }
}
@media (min-width: 768px) {
  body .glide.articles-slider .glide__track {
    overflow: visible;
  }
}
body .glide.vdp-cars-slider .gc-car {
  border-radius: 12px !important;
  border: 2px solid var(--border-primary) !important;
  padding-bottom: 5px !important;
}
body .glide.vdp-cars-slider .gc-car .d-none-vdp {
  display: none !important;
}
body .glide.vdp-cars-slider .gc-car h4 {
  margin-bottom: 28px !important;
}
body .glide.vdp-cars-slider .gc-car [data-car-image] {
  margin-bottom: 28px !important;
}
@media (min-width: 768px) {
  body .glide.vdp-cars-slider .glide__track {
    overflow: visible;
  }
}
body .lg-outer {
  z-index: 15000001;
}
body .lg-backdrop {
  z-index: 15000000;
}
body .lg-counter span {
  color: #999 !important;
}
body .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5019607843);
  z-index: 1;
}
body .overlay .pic {
  width: 26px;
  height: 23px;
  background-image: url("/images/image-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
body slider {
  position: relative;
}
body slider.custom-bg-yellow {
  display: block;
  margin-bottom: 3rem;
}
body slider.custom-bg-yellow:after {
  content: "";
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 50%;
  top: 50%;
  left: 0;
  right: 0;
  background-color: yellow;
  border-bottom-left-radius: 20%;
  border-bottom-right-radius: 20%;
}
body slider.custom-bg-yellow .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: white !important;
}
body slider .swiper {
  overflow: visible;
}
body slider .swiper[data-slider-type=Carousel] [class^=swiper-button-] {
  top: unset !important;
  bottom: -60px;
}
body slider .swiper[data-slider-type=Carousel_LargeCard] [class^=swiper-button-] {
  top: unset !important;
  bottom: -60px;
}
body slider .swiper [class^=swiper-button-] {
  width: 36px;
  height: 36px;
}
body slider .swiper [class^=swiper-button-]:hover:after {
  opacity: 1;
}
body slider .swiper [class^=swiper-button-]:after {
  content: "";
  width: 36px;
  height: 36px;
  background-size: cover;
  background-position: center center;
  opacity: 0.7;
  transition: all 0.2s ease-in-out;
}
body slider .swiper .swiper-button-next:after {
  background-image: url("/images/icon-arrow-right-slider.svg");
}
body slider .swiper .swiper-button-prev:after {
  background-image: url("/images/icon-arrow-left-slider.svg");
}
body slider .swiper .swiper-pagination {
  bottom: -40px;
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet {
  background-color: #E8E8E8;
  opacity: 1;
  width: 9px;
  height: 9px;
}
body slider .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #0F2C64 !important;
}
body slider .gas-slider-title {
  display: block !important;
  text-align: center;
}
body .btn {
  --btn-bg: #5CE1E6;
  --btn-border-color: #5CE1E6;
  --btn-text-color: #0F2C64;
  --btn-active-bg-color: #5CE1E6;
  font-weight: 700 !important;
  border-radius: 100px;
  text-decoration: none !important;
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-border-color) !important;
  color: var(--btn-text-color) !important;
  box-shadow: none !important;
}
body .btn .text {
  color: var(--btn-text-color) !important;
}
body .btn:hover .not-active-img {
  display: none;
}
body .btn:hover .active-img {
  display: inline-block;
}
body .btn:hover .loader {
  color: white;
}
body .btn.btn-icon:hover,
body .btn.btn-icon .active {
  background-color: var(--btn-active-bg-color) !important;
}
body .btn.btn-icon:hover .not-active-img,
body .btn.btn-icon .active .not-active-img {
  display: none;
}
body .btn.btn-icon:hover .active-img,
body .btn.btn-icon .active .active-img {
  display: block;
}
body .btn:hover, body .btn:focus, body .btn:active,
body .btn .active {
  text-decoration: none !important;
  background-color: var(--btn-bg) !important;
  border-color: var(--btn-border-color) !important;
  color: var(--btn-text-color) !important;
}
body .btn:not(.search-tag) img {
  transform: translateY(-1px);
}
body .btn .active-img {
  display: none;
}
body .btn.rounded {
  border-radius: 80px !important;
}
body .btn.btn-menu {
  --btn-bg: transparent;
  border: none;
}
body .btn.btn-footer {
  --btn-bg: #0F2C64;
  --btn-border-color: #FFFFFF;
  display: flex;
  align-items: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-footer {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-footer {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-footer {
    width: 100%;
  }
}
body .btn.btn-footer:not(.no-hover):hover, body .btn.btn-footer:not(.no-hover):focus, body .btn.btn-footer:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #101010;
}
body .btn.btn-primary {
  --btn-bg: #5CE1E6;
  --btn-border-color: #5CE1E6;
  --btn-text-color: #0F2C64;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
body .btn.btn-primary.with-icon {
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}
body .btn.btn-primary.with-icon img {
  margin-left: -4px;
}
@media (max-width: 767px) {
  body .btn.btn-primary {
    padding-left: 21px !important;
    padding-right: 21px !important;
  }
}
body .btn.btn-primary:not(.no-hover):hover, body .btn.btn-primary:not(.no-hover):focus, body .btn.btn-primary:not(.no-hover):active {
  --btn-bg: $blue;
  --btn-border-color: $blue;
  --btn-text-color: #0F2C64;
}
body .btn.btn-category {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px !important;
  padding-bottom: 15px !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
}
body .btn.btn-category.with-icon {
  padding-top: 10px !important;
  padding-bottom: 11px !important;
}
body .btn.btn-category:not(.no-hover):hover, body .btn.btn-category:not(.no-hover):focus, body .btn.btn-category:not(.no-hover):active {
  --btn-bg: #0F2C64;
  --btn-border-color: #0F2C64;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-secondary {
  --btn-bg: #E8E8E8;
  --btn-border-color: #E8E8E8;
  --btn-text-color: #0F2C64;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-secondary:not(.no-hover):hover, body .btn.btn-secondary:not(.no-hover):focus, body .btn.btn-secondary:not(.no-hover):active {
  --btn-bg: #0F2C64;
  --btn-border-color: #0F2C64;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-white {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #101010;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-white:not(.no-hover):hover, body .btn.btn-white:not(.no-hover):focus, body .btn.btn-white:not(.no-hover):active {
  --btn-bg: #0F2C64;
  --btn-border-color: #0F2C64;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-text-red {
  --btn-bg: #FFFFFF;
  --btn-border-color: #E8E8E8;
  --btn-text-color: red;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
}
body .btn.btn-text-red:not(.no-hover):hover, body .btn.btn-text-red:not(.no-hover):focus, body .btn.btn-text-red:not(.no-hover):active {
  --btn-bg: #0F2C64;
  --btn-border-color: #0F2C64;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-action {
  --btn-bg: #5CE1E6;
  --btn-border-color: #5CE1E6;
  --btn-text-color: #0F2C64;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px !important;
  padding-bottom: 15px !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
}
body .btn.btn-action:not(.no-hover):hover, body .btn.btn-action:not(.no-hover):focus, body .btn.btn-action:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #0F2C64;
}
body .btn.btn-whatsapp {
  --btn-bg: #25D366;
  --btn-border-color: #25D366;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px !important;
  padding-bottom: 15px !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
}
body .btn.btn-whatsapp:not(.no-hover):hover, body .btn.btn-whatsapp:not(.no-hover):focus, body .btn.btn-whatsapp:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #25D366;
  --btn-text-color: #25D366;
}
body .btn.btn-whatsapp-empty {
  --btn-bg: #FFFFFF;
  --btn-border-color: #25D366;
  --btn-text-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px !important;
  padding-bottom: 15px !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
}
body .btn.btn-whatsapp-empty:not(.no-hover):hover, body .btn.btn-whatsapp-empty:not(.no-hover):active {
  --btn-bg: #25D366;
  --btn-border-color: #25D366;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-whatsapp-empty:not(.no-hover):hover span, body .btn.btn-whatsapp-empty:not(.no-hover):active span {
  color: white !important;
}
body .btn.btn-info {
  --btn-bg: #0F2C64;
  --btn-border-color: #0F2C64;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 11px !important;
  padding-left: 44px !important;
  padding-right: 44px !important;
}
body .btn.btn-tag {
  --btn-bg: #2B4880;
  --btn-border-color: #2B4880;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px !important;
  padding-top: 6px !important;
  padding-bottom: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
body .btn.btn-tag.not-clickable {
  cursor: auto !important;
}
body .btn.btn-tag.active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #0F2C64;
}
body .btn.btn-tag.rounded {
  border-radius: 80px !important;
}
body .btn.btn-tag.no-radius {
  border-radius: 0px;
}
body .btn.btn-tag.for-car {
  border: none !important;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
body .btn.btn-tag.search-tag {
  --btn-bg: transparent;
  --btn-border-color: #E8E8E8;
  --btn-text-color: #0F2C64;
  padding-top: 4px !important;
  padding-bottom: 5px !important;
  padding-left: 8px !important;
  padding-right: 14px !important;
  border-radius: 100px !important;
}
body .btn.btn-tag.search-tag:hover {
  --btn-bg: transparent !important;
  --btn-text-color: red !important;
  --btn-border-color: red !important ;
}
body .btn.btn-tag.search-tag:focus, body .btn.btn-tag.search-tag:active {
  --btn-text-color: red !important;
  --btn-border-color: red !important ;
}
body .btn.btn-tag:not(.not-clickable):not(.no-hover):not(.active):hover {
  --btn-bg: #2B4880;
  --btn-border-color: #0F2C64;
  --btn-text-color: #5CE1E6;
}
body .btn.btn-default {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #0F2C64;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 14px !important;
  padding-bottom: 15px !important;
  padding-left: 42px !important;
  padding-right: 42px !important;
}
body .btn.btn-default:not(.no-hover):hover, body .btn.btn-default:not(.no-hover):focus, body .btn.btn-default:not(.no-hover):active {
  --btn-bg: transparent;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-search-tag {
  --btn-bg: white;
  --btn-border-color: #E8E8E8;
  --btn-text-color: #0F2C64;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px !important;
  padding-bottom: 8px !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
@media (max-width: 991px) {
  body .btn.btn-search-tag {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-search-tag {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-search-tag:not(.no-hover):hover, body .btn.btn-search-tag:not(.no-hover):focus, body .btn.btn-search-tag:not(.no-hover):active, body .btn.btn-search-tag:not(.no-hover).active {
  --btn-bg: #0F2C64;
  --btn-border-color: #0F2C64;
  --btn-text-color: white;
}
body .btn.btn-icon {
  --btn-bg: #FFFFFF;
  --btn-border-color: grey;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding: 13px !important;
  width: 50px;
  height: 50px;
  position: relative;
}
body .btn.btn-icon.back-to-top-btn {
  width: 60px;
  height: 60px;
  padding: 0px !important;
  --btn-border-color: blue;
}
body .btn.btn-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .btn.btn-icon.for-whatsapp {
  --btn-active-bg-color: #25D366;
}
body .btn.btn-icon.blue {
  --btn-active-bg-color: blue;
}
body .btn.btn-icon.dark-red {
  --btn-active-bg-color: red;
}
body .btn.btn-icon.white {
  --btn-active-bg-color: #FFFFFF;
}
body .btn.no-upper {
  text-transform: unset !important;
}
body .btn.no-borders {
  border: none !important;
}
body .btn.no-padding {
  padding: 0 !important;
}
body .btn.no-rounded {
  border-radius: 0px !important;
}
body .btn.is-normal {
  font-weight: normal !important;
}
body .btn.btn-submit .btnloader {
  display: none;
}
body .btn.btn-submit .btnloader .loader {
  margin-top: 0px;
  margin-bottom: 0px;
  width: 31px;
  height: 31px;
}
body .btn.btn-submit .btnloader .loader:after {
  width: 31px;
  height: 31px;
}
body .btn.btn-submit.loading {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
body .btn.btn-submit.loading .text {
  display: none;
}
body .btn.btn-submit.loading .btnloader {
  display: block;
}
body .back-to-top-btn {
  transition: all 0.3s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
body .back-to-top-btn.is-active {
  visibility: visible;
  opacity: 1;
}
body .back-to-top-btn img {
  transform: translate(-50%, -50%) rotate(180deg) !important;
}
body .btn-close {
  box-shadow: none !important;
  background: transparent url("/images/close-icon-blue.svg") center/1.5em auto no-repeat;
}
body .btn-close-offcanvas {
  box-shadow: none !important;
  background: transparent url("/images/close-icon-white.svg") center/1.5em auto no-repeat;
}
body .funding-period.active {
  background-color: #0F2C64 !important;
  color: #FFFFFF !important;
}
body .funding-period.active span {
  color: white !important;
}
body .form-control {
  box-shadow: none !important;
  outline: none;
  border: 1px solid #E8E8E8;
  /*        &:focus {
      border-color: $blue;
  }*/
}
body .form-check-input:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.25) !important;
}
body .form-check-input:checked {
  background-color: #FFFFFF;
  border-color: #FFFFFF;
}
body .home-form .select2-selection {
  border: none !important;
}
body .home-form .select2-container:first-of-type {
  border-right: 1px solid #F8F8F8;
}
body .home-form .select2-container:nth-of-type(2) {
  border-right: 1px solid #F8F8F8;
}
body gas-form form {
  scroll-margin-top: 60px;
}
@media (min-width: 768px) and (max-width: 991px) {
  body gas-form form {
    scroll-margin-top: 84px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body gas-form form {
    scroll-margin-top: 50px;
  }
}
@media (max-width: 767px) {
  body gas-form form {
    scroll-margin-top: 67px;
  }
}
body gas-form form[data-step] {
  display: none;
}
body gas-form > [data-active-step="1"] [data-step="1"] {
  display: block;
}
body gas-form > [data-active-step="2"] [data-step="2"] {
  display: block;
}
@media (max-width: 991px) {
  body #home-form-card {
    border-radius: 12px !important;
  }
}
body #iubenda-cs-banner span {
  color: white !important;
}
@media (max-width: 767px) {
  body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left] {
    bottom: 58px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-left] {
    bottom: 68px !important;
  }
}
body header {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  z-index: 150000;
  position: sticky;
  top: 0;
}
body .header-bottom-svg {
  position: absolute;
  bottom: -10px;
}
body .header-on-hover:hover {
  background-color: #2B4880;
  border-radius: 8px;
}
body .flex-basis-33 {
  flex-basis: 33%;
}
body .flex-basis-24 {
  flex-basis: 24%;
}
body .search-form .m-range-slider {
  margin-top: 70px !important;
}
body .search-form .m-range-slider .noUi-origin .noUi-handle {
  width: 40px;
  height: 40px;
}
body .m-range-slider {
  background: #E8E8E8;
  border: none !important;
  box-shadow: none !important;
  height: 6px;
  cursor: pointer;
  /*        margin-top: 50px;
  margin-bottom: 60px;*/
  margin-top: 60px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body .m-range-slider {
    margin-left: 10px;
    margin-right: 10px;
    margin-top: 60px;
    margin-bottom: 15px;
  }
}
body .m-range-slider .noUi-base .noUi-connect {
  background-color: #0F2C64;
}
body .m-range-slider .noUi-origin .noUi-handle {
  cursor: pointer;
  width: 32px;
  height: 32px;
  right: -16px;
  top: -16px;
  border-radius: 35px;
  border: 4px solid #0F2C64;
}
body .m-range-slider .noUi-origin .noUi-handle:before {
  display: none;
}
body .m-range-slider .noUi-origin .noUi-handle:after {
  display: none;
}
body .m-range-slider .noUi-handle-upper .noUi-tooltip {
  bottom: unset;
  top: 140%;
}
body .m-range-slider .noUi-handle-lower .noUi-tooltip {
  bottom: 140%;
}
body .m-range-slider .noUi-tooltip {
  font-size: 18px;
  border: none;
  font-weight: bold;
  background-color: transparent !important;
  color: #0F2C64;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .search-form .select2 .select2-selection .select2-selection__rendered {
    padding: 8px 31px 8px 14px !important;
  }
  body .search-form .select2 .select2-selection .select2-selection__arrow {
    top: 12px;
    right: 9px;
  }
  body .search-form .select2-container:not(.select2) .select2-dropdown .select2-results__options {
    padding-left: 0rem !important;
    padding-right: 0.3rem !important;
  }
}
body .select2 {
  z-index: 0;
  width: 100% !important;
}
body .select2.select2-container--disabled {
  opacity: 0.4;
}
body .select2.select2-container--open .select2-selection__arrow {
  transform: rotate(-180deg);
}
body .select2 .select2-selection {
  /*border: none;*/
  border-color: #E8E8E8;
  height: unset !important;
  border-radius: 6px !important;
  transition: all 0.2s ease-in-out;
}
body .select2 .select2-selection .select2-selection__arrow {
  top: 12px;
  right: 25px;
  width: 23px;
  height: 23px;
  transition: all 0.3s;
}
body .select2 .select2-selection .select2-selection__arrow b {
  border: none !important;
  background-image: url(/images/icon-chevron-down-black.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
  /*width: 16px;
  height: 16px;*/
  /* left: unset;
  top: unset;*/
  margin: unset;
  transform: translate(-50%, -50%);
}
body .select2 .select2-selection .select2-selection__rendered {
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  color: #101010 !important;
  /*padding: 13px 47px 12px 14px !important;*/
  padding: 8px 47px 9px 20px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .select2 .select2-selection .select2-selection__rendered {
    font-size: 18px;
  }
}
body .select2-CarTypes-en-container {
  color: #0F2C64 !important;
}
body #select2-BrandsIds-x1-container {
  color: #0F2C64 !important;
}
body #select2-FuelTypes-t1-container {
  color: #0F2C64 !important;
}
body .select2-container:not(.select2) {
  z-index: 1500;
}
body .select2-container:not(.select2).select2-container--above {
  margin-top: 0px !important;
  transform: translateY(-25px);
}
body .select2-container:not(.select2).select2-container--above .select2-dropdown .select2-results {
  padding-bottom: 25px !important;
  padding-top: 0px !important;
}
body .select2-container:not(.select2).select2-container--above .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #ddd !important;
}
body .select2-container:not(.select2) .select2-dropdown {
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  overflow: hidden;
  /*box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;*/
  border: 1px solid #ddd;
  padding-right: 5px;
  margin-top: -16px;
  /*transform: translateX(-1px);*/
  padding-bottom: 4px;
}
body .select2-container:not(.select2) .select2-dropdown.select2-dropdown--above {
  padding-bottom: 0px;
  padding-top: 4px;
  margin-top: 32px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
}
body .select2-container:not(.select2) .select2-dropdown.select2-dropdown--above .select2-results {
  padding-top: 0px;
  padding-bottom: 25px;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results {
  padding-top: 25px;
  background-color: white;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options {
  max-height: 313px;
  /*padding-left: 0rem;
  padding-right: 5px;*/
  padding-left: 6px;
  padding-right: 8px;
  /* width */
  /* Track */
  /* Handle */
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option {
  padding-top: 13px;
  padding-bottom: 14px;
  padding-left: 12px;
  border-top: 1px solid #E8E8E8;
  font-size: 18px;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option[aria-disabled=true] {
  color: #ddd !important;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]).select2-results__option--highlighted, body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true])[aria-selected=true] {
  background-color: #F8F8F8;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true])[aria-selected=true] {
  font-weight: bold;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]):hover, body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]):focus {
  background-color: #F8F8F8;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar {
  width: 6px;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-track {
  background: white;
}
body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #0F2C64;
  border-radius: 50px;
}
body .dropdown:hover > .dropdown-menu {
  display: block;
}
body .dropend:hover > .dropdown-menu {
  display: block;
  left: 100%;
  top: 0;
  transform: translateY(-8px);
}
body .dropdown .dropdown-toggle {
  cursor: pointer;
  margin-right: -5px;
}
body .dropdown .dropdown-toggle::after {
  margin-left: 0.165em;
  vertical-align: unset !important;
  content: "";
  border: none !important;
  /*background-image: url(/images/icon-chevron-down-black.svg);*/
  background-image: url(/images/icon-chevron-down-white.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  transform: translateY(4px);
}
body .dropend .dropdown-toggle {
  cursor: pointer;
}
body .dropend .dropdown-toggle::after {
  margin-left: 0.165em;
  vertical-align: unset !important;
  content: "";
  border: none !important;
  background-image: url(/images/icon-chevron-right-black.svg);
  width: 20px;
  height: 20px;
  background-size: 20px;
  background-repeat: no-repeat;
  transform: translateY(4px);
}
body .dropdown-menu {
  background-color: #FFFFFF;
}
body .dropdown-menu .dropdown-item {
  color: #0F2C64 !important;
}
body .dropdown-menu .dropdown-item:hover, body .dropdown-menu .dropdown-item:focus {
  background-color: #0F2C64;
  color: white !important;
  text-decoration: none !important;
}
body .dropdown-menu .dropdown-item:focus {
  text-decoration: none !important;
}
body .dropdown-menu .dropdown-item:active {
  background-color: #0F2C64 !important;
}
body .accordion .accordion-button {
  /*background-color: white !important;*/
  color: #0F2C64 !important;
  box-shadow: none !important;
}
body .fc-accordion .fc-accordion-body {
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
body .fc-accordion .fc-accordion-title {
  cursor: pointer;
}
body .fc-accordion .fc-accordion-title .arrow {
  transition: all 0.3s ease-in-out;
  user-select: none;
  transform: rotate(-180deg);
}
body .fc-accordion:not(.is-open) .fc-accordion-body {
  height: 0 !important;
  min-height: 0 !important;
}
body .fc-accordion:not(.is-open) .fc-accordion-title .arrow {
  transform: rotate(0deg);
}
body .modal-backdrop {
  /*background-color: rgba(0, 38, 45, 1) !important;*/
  background-color: #101010;
}
body .modal-backdrop.show {
  opacity: 0.9;
}
@media (max-width: 991px) {
  body .modal#contact-form-full-modal .modal-dialog, body .modal#cant-find-car-full-modal .modal-dialog {
    max-width: 700px;
  }
}
@media (max-width: 767px) {
  body .modal#contact-form-full-modal .modal-dialog, body .modal#cant-find-car-full-modal .modal-dialog {
    margin: 0;
    height: 100%;
  }
}
body .modal#share-modal .modal-dialog, body .modal#contact-form-success-modal .modal-dialog, body .modal#info-funding-price-modal .modal-dialog, body .modal#info-discounted-price-modal .modal-dialog, body .modal#info-premium-price-modal .modal-dialog, body .modal#apply-for-a-job-success-modal .modal-dialog, body .modal#any-questions-modal .modal-dialog {
  margin-top: 50vh;
  transform: translateY(-50%);
}
body .modal#test-drive-modal .modal-dialog {
  margin-top: 70px;
  margin-bottom: 80px;
  transform: unset;
}
@media (max-width: 767px) {
  body .modal#advanced-search-modal.is-focus .cancel-btn {
    width: auto !important;
    opacity: 1 !important;
    margin-left: 16px;
    margin-right: 7px;
  }
}
@media (min-width: 768px) {
  body .modal#advanced-search-modal {
    margin-top: 69px;
  }
}
@media (max-width: 767px) {
  body .modal#advanced-search-modal {
    margin-top: 59px;
  }
  body .modal#advanced-search-modal .modal-dialog {
    margin: 0 !important;
    height: calc(100% - 59.34px);
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content {
    border-radius: 0 !important;
    background-color: rgba(0, 38, 45, 0.9) !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .modal-body {
    overflow-x: hidden;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content #advanced-search-form {
    border-color: #25D366;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content #advanced-search-form .cancel-btn {
    width: 0;
    opacity: 0;
    white-space: nowrap;
    transition: all 0.2s ease-in-out;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content #advanced-search-form input[name=Search] {
    border-radius: 6px;
    padding-left: 13px;
    padding-top: 7px;
    padding-bottom: 8px;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .default-content h4, body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .default-content span {
    color: white !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .no-results-message h4, body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .no-results-message p {
    color: white !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .search-results span {
    color: white !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .btn-search-tag {
    background-color: yellow !important;
    color: #0F2C64 !important;
    font-weight: 500 !important;
  }
  body .modal#advanced-search-modal .modal-dialog .modal-content .advanced-search-result .search-results a:not(.fc-card) {
    border-color: #25D366 !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .modal#advanced-search-modal .modal-dialog {
    max-width: calc(100% - 30px);
  }
}
@media (min-width: 992px) {
  body .modal#test-drive-modal {
    margin-top: 69px;
    /*                .modal-dialog {
        padding-top: 100px;
    }*/
  }
}
body .modal .modal-header {
  margin-bottom: -56px;
  border-bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  body .modal .modal-header {
    margin-bottom: -15px;
  }
}
body .advanced-search-result .default-content {
  display: none;
}
body .advanced-search-result .no-results-message {
  display: none;
}
body .advanced-search-result .loader-content {
  display: none;
}
body .advanced-search-result.is-default .default-content {
  display: block;
}
body .advanced-search-result.is-default .search-results {
  display: none;
}
body .advanced-search-result.no-results .default-content {
  display: none;
}
body .advanced-search-result.no-results .search-results {
  display: none;
}
body .advanced-search-result.no-results .no-results-message {
  display: block;
}
body .advanced-search-result.is-loading .loader-content {
  display: block;
}
body .advanced-search-result.is-loading .default-content {
  display: none;
}
body .advanced-search-result.is-loading .search-results {
  display: none;
}
body .advanced-search-result.is-loading .no-results-message {
  display: none;
}
body .work-with-us {
  margin-top: 112px;
}
@media (max-width: 991px) {
  body .work-with-us {
    margin-top: 78px;
  }
}
body .work-with-us .banner-img {
  margin-top: -140px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .work-with-us .banner-img {
    max-width: 278px;
  }
}
@media (max-width: 767px) {
  body .work-with-us .banner-img {
    margin-top: -102px;
    max-width: 210px;
  }
}
@media (min-width: 1570px) {
  body .flex-xxl-screens {
    display: flex;
  }
}
body #breadcrumbs {
  /*max-width: 100%;*/
  /*padding-bottom: 3px !important;*/
}
body #breadcrumbs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 767px) {
  body #breadcrumbs {
    overflow-x: auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body #breadcrumbs {
    overflow-x: auto;
  }
}
body .breadcrumb {
  flex-wrap: nowrap;
  align-items: baseline;
  /*        .breadcrumb-item:last-child {
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
  }*/
}
body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
  color: inherit !important;
  float: unset !important;
}
@media (max-width: 767px) {
  body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: unset !important;
  }
}
body .breadcrumb-item {
  font-size: 16px !important;
}
body .breadcrumb-item a {
  font-size: 16px !important;
  font-weight: 300;
  color: #8b8b8b !important;
}
body .loader,
body .loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
body .loader {
  margin: 60px auto;
  font-size: 5px;
  position: relative;
  text-indent: -100em;
  overflow: hidden;
  border-top: 1.1em solid rgba(0, 30, 80, 0.2);
  border-right: 1.1em solid rgba(0, 30, 80, 0.2);
  border-bottom: 1.1em solid rgba(0, 30, 80, 0.2);
  border-left: 1.1em solid #0F2C64;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
body .loader.white {
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #fff;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
body .steps.quotation-steps {
  /*max-width: 199px;*/
  margin: auto;
  gap: 31px;
}
body .steps .step {
  width: 45px;
  height: 45px;
  color: #0F2C64;
  border: 1px solid #E8E8E8;
}
body .steps .step.active {
  background-color: #0F2C64;
  color: #FFFFFF !important;
  border: 0 !important;
}
body .steps .step:after {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #d0d0d0;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 33px;
}
body .steps .step:last-child:after {
  display: none;
}
body .d-large-desktop {
  display: none;
}
@media (min-width: 1400px) and (max-width: 1800px) {
  body .d-large-desktop {
    display: block;
  }
  body .justify-content-lg-large-desktop-start {
    justify-content: flex-start !important;
  }
  body .mt-large-desktop-3 {
    margin-top: 1rem !important;
  }
}
@media (min-width: 1500px) {
  body .custom-nav-item {
    font-size: 16px !important;
  }
}
