﻿/*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;
  }
  [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;
  }
  .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);
  }
  .select-listato-desktop {
    transform: translateY(11px);
  }
  .select-listato-desktop select {
    background-image: url("/images/sort-icon.svg");
    border: none;
  }
}
/*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;
  }
}
/*Media query custom per le cards delle promo*/
@media (min-width: 1850px) {
  .d-xxxl-none {
    display: none !important;
  }
  .d-xxxl-flex {
    display: flex !important;
  }
}
/*COLORI*/
/*GRANDEZZE FONT*/
/*CONTAINERS*/
/*FIXED HEIGHTS*/
/*LETTER SPACINGS*/
/*html {
    @include touch {
        overflow-x: hidden;
    }
}*/
:root {
  color-scheme: only light;
}

html {
  overflow-x: hidden;
}

body {
  padding-top: 67.59px;
  overflow-x: hidden;
  /*VARIABILI*/
  --bg: #FFFFFF;
  --bg-secondary: #EF0573;
  --text-primary: #00262D;
  --text-secondary: #FB0D0D;
  --text-accent: #F9FF00;
  --border-primary: #E1E1E1;
  --border-secondary: #005463;
  --text-default: #7B7B7B;
  /*DEFINIZIONE STILI BODY*/
  background-color: var(--bg);
  font-family: "Archivo", sans-serif;
  --bs-body-font-family: "Archivo", sans-serif;
  /*#region AUTOVIEMME ONLY*/
  /*#endregion*/
  /*#region TEMPLATE OVERWRITE (NON TOCCARE)*/
  /*#endregion*/
  /*#region TESTI*/
  /*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 SPLIDE*/
  /*#endregion*/
  /*#region GLIDE*/
  /*#endregion*/
  /*#region LIGHTGALLERY*/
  /*#endregion*/
  /*#region BUTTONS*/
  /*#endregion*/
  /*#region FORMS*/
  /*#endregion*/
  /*#region IUBENDA*/
  /*#endregion*/
  /*#region HEADER*/
  /*#endregion*/
  /*#region RANGE SLIDER*/
  /*#endregion*/
  /*#region SELECTS*/
  /*SELECTS*/
  /*#endregion*/
  /*HIDE RECAPTCHA LABEL*/
  /*#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 EKONSILIO*/
  /*#endregion*/
}
@media (max-width: 767px) {
  body {
    padding-top: 58.17px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--text-primary);
  font-size: 18px;
}
body p,
body span,
body label,
body a,
body li {
  color: var(--text-primary);
  text-decoration: none;
  font-size: 18px;
}
body a:hover, body a:focus, body a:active {
  text-decoration: underline !important;
  color: var(--text-accent) !important;
}
@media (max-width: 767px) {
  body .wrapper-card-heading {
    display: block;
  }
}
@media (max-width: 767px) {
  body .content-text {
    width: 100%;
  }
}
body .content-price {
  padding: 1rem;
}
@media (max-width: 767px) {
  body .content-price {
    width: 100% !important;
    display: flex;
    align-items: flex-end;
  }
}
@media (min-width: 1400px) and (max-width: 1550px) {
  body .av-homeform-box {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  body .av-homeform-box h3 {
    font-size: 36px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .av-homeform-form {
    height: unset !important;
  }
}
body .av-menu-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: stretch;
  /*z-index: 150000;*/
  z-index: 1049;
  height: 59px;
  transition: all 0.3s ease-in-out;
}
body .av-menu-mobile .menu-yellow {
  opacity: 0;
  width: 0;
}
body .av-menu-mobile .active-img {
  display: none;
}
@media (max-width: 767px) {
  body .av-menu-mobile.yellow .active-img {
    display: inline;
  }
  body .av-menu-mobile.yellow .not-active-img {
    display: none;
  }
  body .av-menu-mobile.yellow .menu-yellow {
    opacity: 1 !important;
    width: auto !important;
  }
  body .av-menu-mobile.yellow .menu-bg {
    opacity: 0 !important;
    width: 0 !important;
  }
  body .av-menu-mobile.yellow > div {
    background-color: #F9FF00;
  }
  body .av-menu-mobile.yellow a > p {
    color: #00262D !important;
  }
}
body .av-menu-mobile .menu-inner {
  margin-right: -25px;
  margin-left: -25px;
  z-index: 2;
}
body .av-menu-mobile .menu-inner > a {
  width: 33.333%;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .av-menu-mobile .menu-inner > a {
    width: unset;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body .av-menu-mobile .menu-bg {
  width: unset;
  z-index: 1;
}
body .bg-gradient-primary {
  background: transparent linear-gradient(90deg, #00262D 0%, #005463 100%) 0% 0% no-repeat padding-box;
  position: relative;
}
body .bg-gradient-primary.no-graphics:before {
  display: none !important;
}
body .bg-gradient-primary:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(/images/elemento-grafico.svg);
  width: 262px;
  height: 146px;
}
@media (max-width: 767px) {
  body .bg-gradient-primary:before {
    display: none;
  }
}
body .bg-gradient-primary.specular {
  background: transparent linear-gradient(90deg, #005463 0%, #00262D 100%) 0% 0% no-repeat padding-box;
}
body .bg-gradient-primary.specular:before {
  left: unset !important;
  right: 0;
  transform: scaleX(-1);
}
body .bg-gradient-primary.specular.bottom:before {
  top: unset !important;
  bottom: 0;
  transform: scale(-1, -1);
}
body #filters {
  padding-bottom: 120px !important;
  position: relative;
}
body #filters:before {
  content: "";
  bottom: 0;
  left: 0;
  background-image: url(/images/elemento-grafico.svg);
  width: 262px;
  height: 146px;
  transform: scaleY(-1);
  position: absolute;
}
@media (max-width: 991px) {
  body #filters:before {
    display: none;
  }
}
body #filters .form-check-input {
  border-radius: 3px !important;
  background-color: #00262D !important;
  border: solid 2px #FFFFFF !important;
}
body #filters .form-check-input:checked[type=checkbox] {
  background-color: #F9FF00 !important;
  border: solid 2px #F9FF00 !important;
  background-image: url("/images/bs5-check-green.svg");
}
body .btn-close-advanced-search.btn-arrow {
  display: none;
}
@media (max-width: 767px) {
  body .btn-close-advanced-search.btn-arrow {
    display: block;
    transition: all 0.3s ease-in-out;
    width: 0;
    opacity: 0;
  }
  body .btn-close-advanced-search.btn-arrow.is-search-open {
    width: auto;
    opacity: 1;
    padding-right: 20px;
  }
}
@media (max-width: 767px) {
  body .tags-container {
    overflow-y: auto;
  }
}
body #style_646e2525fad503fe1c62844d {
  z-index: 1050 !important;
}
body .contact-form .form-check-input[type=radio] {
  border-radius: 0.25em;
  height: 20px;
  width: 20px;
  min-width: 20px;
}
body .contact-form .form-check-input[type=radio]:checked {
  background-image: url("/images/bs5-check-white.svg");
}
body .accordion-button::after {
  background-image: url("/images/chevron-icon.svg") !important;
}
body .accordion-button {
  border-top-color: #E1E1E1 !important;
}
body .accordion-button:not(.collapsed):after {
  transform: translateY(-6px) rotate(-180deg) !important;
}
body .select-listato-desktop .select2-selection {
  border: 1px solid #E1E1E1 !important;
}
body .select-listato-desktop .select2-container--open .select2-selection {
  border-bottom-left-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-bottom-color: #fff !important;
}
body .select-listato-desktop .select2-results__options {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
body .select-listato-desktop .select2-results__options .select2-results__option {
  padding-left: 28px !important;
}
body .offcanvas {
  z-index: 150001;
}
@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 .bg-home {
  position: relative;
  top: 0;
  left: 0;
  /*width: min(100%, 1920px);*/
  max-height: 524px;
  height: 100%;
  margin: auto;
  background-image: url(/images/fratelli-cozzi-bg.jpg);
  background-size: 117%;
  z-index: 1;
  background-position-y: 44%;
  background-position-x: 12%;
}
@media (max-width: 991px) {
  body .bg-home {
    background-size: auto;
    background-position-y: 41%;
    background-position-x: 11%;
  }
}
body .bg-home .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  background-color: #0C0C0C;
}
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 .cardCarNew:hover {
  text-decoration: none !important;
}
body .cardCarNew {
  transition: all 0.3s ease-in-out;
}
body .cardCarNew:hover, body .cardCarNew:focus, body .cardCarNew:active {
  border: 1px solid #005463 !important;
}
body .cardCarNew:hover, body .cardCarNew:focus, body .cardCarNew:active {
  text-decoration: none !important;
}
body .wrapper-description-slide {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 25px 35px;
}
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 .white-space {
  position: absolute;
  z-index: -1;
  bottom: calc(100% + 3px);
  left: -1126px;
  width: 1201px;
  top: unset !important;
  height: 20px;
  background-color: white;
  display: none;
}
@media (min-width: 1920px) {
  body .white-space {
    display: block;
  }
}
body .arval-img {
  width: unset !important;
  height: 112px;
  margin-bottom: -16px !important;
  transform: translateY(-13px);
}
body .search-form-group.inner {
  margin-top: -23px;
}
@media (max-width: 991px) {
  body .vdp-images {
    border-radius: 0px !important;
  }
  body .vdp-images[class*=is-rounded-] {
    border-radius: 0px !important;
  }
}
body .vdp-images.sold a {
  opacity: 0.5;
}
body .ag-title {
  line-height: 70px;
}
body .ag-title span:after {
  content: "";
  position: absolute;
  width: calc(100% + 170px);
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  bottom: 0;
  height: 118%;
  background-color: red;
  z-index: -1;
}
@media (max-width: 767px) {
  body .ag-title {
    line-height: 47px;
  }
}
body .fc-floating-btns {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 10;
}
body .container-price {
  align-items: baseline;
}
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 .specifiche-dettaglio-text {
  text-align: left;
}
body .is-size-1 {
  font-size: 70px;
}
body .is-line-height-1 {
  line-height: 70px;
}
@media (min-width: 1400px) {
  body .is-size-1-xxl {
    font-size: 70px !important;
  }
  body .is-line-height-1-xxl {
    line-height: 70px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-1-xl {
    font-size: 70px !important;
  }
  body .is-line-height-1-xl {
    line-height: 70px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-1-lg {
    font-size: 70px !important;
  }
  body .is-line-height-1-lg {
    line-height: 70px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-1-md {
    font-size: 70px !important;
  }
  body .is-line-height-1-md {
    line-height: 70px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-1-touch {
    font-size: 70px !important;
  }
  body .is-line-height-1-touch {
    line-height: 70px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-1-xs {
    font-size: 70px !important;
  }
  body .is-line-height-1-xs {
    line-height: 70px !important;
  }
}
body .is-size-2 {
  font-size: 44px;
}
body .is-line-height-2 {
  line-height: 44px;
}
@media (min-width: 1400px) {
  body .is-size-2-xxl {
    font-size: 44px !important;
  }
  body .is-line-height-2-xxl {
    line-height: 44px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-2-xl {
    font-size: 44px !important;
  }
  body .is-line-height-2-xl {
    line-height: 44px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-2-lg {
    font-size: 44px !important;
  }
  body .is-line-height-2-lg {
    line-height: 44px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-2-md {
    font-size: 44px !important;
  }
  body .is-line-height-2-md {
    line-height: 44px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-2-touch {
    font-size: 44px !important;
  }
  body .is-line-height-2-touch {
    line-height: 44px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-2-xs {
    font-size: 44px !important;
  }
  body .is-line-height-2-xs {
    line-height: 44px !important;
  }
}
body .is-size-3 {
  font-size: 38px;
}
body .is-line-height-3 {
  line-height: 38px;
}
@media (min-width: 1400px) {
  body .is-size-3-xxl {
    font-size: 38px !important;
  }
  body .is-line-height-3-xxl {
    line-height: 38px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-3-xl {
    font-size: 38px !important;
  }
  body .is-line-height-3-xl {
    line-height: 38px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-3-lg {
    font-size: 38px !important;
  }
  body .is-line-height-3-lg {
    line-height: 38px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-3-md {
    font-size: 38px !important;
  }
  body .is-line-height-3-md {
    line-height: 38px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-3-touch {
    font-size: 38px !important;
  }
  body .is-line-height-3-touch {
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-3-xs {
    font-size: 38px !important;
  }
  body .is-line-height-3-xs {
    line-height: 38px !important;
  }
}
body .is-size-4 {
  font-size: 32px;
}
body .is-line-height-4 {
  line-height: 32px;
}
@media (min-width: 1400px) {
  body .is-size-4-xxl {
    font-size: 32px !important;
  }
  body .is-line-height-4-xxl {
    line-height: 32px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-4-xl {
    font-size: 32px !important;
  }
  body .is-line-height-4-xl {
    line-height: 32px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-4-lg {
    font-size: 32px !important;
  }
  body .is-line-height-4-lg {
    line-height: 32px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-4-md {
    font-size: 32px !important;
  }
  body .is-line-height-4-md {
    line-height: 32px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-4-touch {
    font-size: 32px !important;
  }
  body .is-line-height-4-touch {
    line-height: 32px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-4-xs {
    font-size: 32px !important;
  }
  body .is-line-height-4-xs {
    line-height: 32px !important;
  }
}
body .is-size-5 {
  font-size: 24px;
}
body .is-line-height-5 {
  line-height: 24px;
}
@media (min-width: 1400px) {
  body .is-size-5-xxl {
    font-size: 24px !important;
  }
  body .is-line-height-5-xxl {
    line-height: 24px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-5-xl {
    font-size: 24px !important;
  }
  body .is-line-height-5-xl {
    line-height: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-5-lg {
    font-size: 24px !important;
  }
  body .is-line-height-5-lg {
    line-height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-5-md {
    font-size: 24px !important;
  }
  body .is-line-height-5-md {
    line-height: 24px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-5-touch {
    font-size: 24px !important;
  }
  body .is-line-height-5-touch {
    line-height: 24px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-5-xs {
    font-size: 24px !important;
  }
  body .is-line-height-5-xs {
    line-height: 24px !important;
  }
}
body .is-size-6 {
  font-size: 22px;
}
body .is-line-height-6 {
  line-height: 22px;
}
@media (min-width: 1400px) {
  body .is-size-6-xxl {
    font-size: 22px !important;
  }
  body .is-line-height-6-xxl {
    line-height: 22px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-6-xl {
    font-size: 22px !important;
  }
  body .is-line-height-6-xl {
    line-height: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-6-lg {
    font-size: 22px !important;
  }
  body .is-line-height-6-lg {
    line-height: 22px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-6-md {
    font-size: 22px !important;
  }
  body .is-line-height-6-md {
    line-height: 22px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-6-touch {
    font-size: 22px !important;
  }
  body .is-line-height-6-touch {
    line-height: 22px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-6-xs {
    font-size: 22px !important;
  }
  body .is-line-height-6-xs {
    line-height: 22px !important;
  }
}
body .is-size-7 {
  font-size: 18px;
}
body .is-line-height-7 {
  line-height: 18px;
}
@media (min-width: 1400px) {
  body .is-size-7-xxl {
    font-size: 18px !important;
  }
  body .is-line-height-7-xxl {
    line-height: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-7-xl {
    font-size: 18px !important;
  }
  body .is-line-height-7-xl {
    line-height: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-7-lg {
    font-size: 18px !important;
  }
  body .is-line-height-7-lg {
    line-height: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-7-md {
    font-size: 18px !important;
  }
  body .is-line-height-7-md {
    line-height: 18px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-7-touch {
    font-size: 18px !important;
  }
  body .is-line-height-7-touch {
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-7-xs {
    font-size: 18px !important;
  }
  body .is-line-height-7-xs {
    line-height: 18px !important;
  }
}
body .is-size-8 {
  font-size: 16px;
}
body .is-line-height-8 {
  line-height: 16px;
}
@media (min-width: 1400px) {
  body .is-size-8-xxl {
    font-size: 16px !important;
  }
  body .is-line-height-8-xxl {
    line-height: 16px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-8-xl {
    font-size: 16px !important;
  }
  body .is-line-height-8-xl {
    line-height: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-8-lg {
    font-size: 16px !important;
  }
  body .is-line-height-8-lg {
    line-height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-8-md {
    font-size: 16px !important;
  }
  body .is-line-height-8-md {
    line-height: 16px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-8-touch {
    font-size: 16px !important;
  }
  body .is-line-height-8-touch {
    line-height: 16px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-8-xs {
    font-size: 16px !important;
  }
  body .is-line-height-8-xs {
    line-height: 16px !important;
  }
}
body .is-size-9 {
  font-size: 14px;
}
body .is-line-height-9 {
  line-height: 14px;
}
@media (min-width: 1400px) {
  body .is-size-9-xxl {
    font-size: 14px !important;
  }
  body .is-line-height-9-xxl {
    line-height: 14px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-9-xl {
    font-size: 14px !important;
  }
  body .is-line-height-9-xl {
    line-height: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-9-lg {
    font-size: 14px !important;
  }
  body .is-line-height-9-lg {
    line-height: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-9-md {
    font-size: 14px !important;
  }
  body .is-line-height-9-md {
    line-height: 14px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-9-touch {
    font-size: 14px !important;
  }
  body .is-line-height-9-touch {
    line-height: 14px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-9-xs {
    font-size: 14px !important;
  }
  body .is-line-height-9-xs {
    line-height: 14px !important;
  }
}
body .is-size-10 {
  font-size: 12px;
}
body .is-line-height-10 {
  line-height: 12px;
}
@media (min-width: 1400px) {
  body .is-size-10-xxl {
    font-size: 12px !important;
  }
  body .is-line-height-10-xxl {
    line-height: 12px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-10-xl {
    font-size: 12px !important;
  }
  body .is-line-height-10-xl {
    line-height: 12px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-10-lg {
    font-size: 12px !important;
  }
  body .is-line-height-10-lg {
    line-height: 12px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-10-md {
    font-size: 12px !important;
  }
  body .is-line-height-10-md {
    line-height: 12px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-10-touch {
    font-size: 12px !important;
  }
  body .is-line-height-10-touch {
    line-height: 12px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-10-xs {
    font-size: 12px !important;
  }
  body .is-line-height-10-xs {
    line-height: 12px !important;
  }
}
body .is-rounded-5 {
  border-radius: 5px !important;
}
body .is-rounded-6 {
  border-radius: 6px !important;
}
body .is-rounded-8 {
  border-radius: 8px !important;
}
body .is-rounded-10 {
  border-radius: 10px !important;
}
body .is-rounded-12 {
  border-radius: 12px !important;
}
body .is-rounded-15 {
  border-radius: 15px !important;
}
body .is-rounded-20 {
  border-radius: 20px !important;
}
body .is-rounded-50 {
  border-radius: 50px !important;
}
body .border-black {
  border: 1px solid #0C0C0C;
}
body .border-t-black {
  border-top: 1px solid #0C0C0C;
}
body .border-b-black {
  border-bottom: 1px solid #0C0C0C;
}
body .border-e-black {
  border-right: 1px solid #0C0C0C;
}
body .border-s-black {
  border-left: 1px solid #0C0C0C;
}
body .border-y-black {
  border-top: 1px solid #0C0C0C;
  border-bottom: 1px solid #0C0C0C;
}
body .border-x-black {
  border-left: 1px solid #0C0C0C;
  border-right: 1px solid #0C0C0C;
}
@media (min-width: 1400px) {
  body .border-black-xxl {
    border: 1px solid #0C0C0C !important;
  }
  body .border-t-black-xxl {
    border-top: 1px solid #0C0C0C !important;
  }
  body .border-b-black-xxl {
    border-bottom: 1px solid #0C0C0C !important;
  }
  body .border-e-black-xxl {
    border-right: 1px solid #0C0C0C !important;
  }
  body .border-s-black-xxl {
    border-left: 1px solid #0C0C0C !important;
  }
  body .border-y-black-xxl {
    border-top: 1px solid #0C0C0C !important;
    border-bottom: 1px solid #0C0C0C !important;
  }
  body .border-x-black-xxl {
    border-left: 1px solid #0C0C0C !important;
    border-right: 1px solid #0C0C0C !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: 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-yellow {
  border: 1px solid #F9FF00;
}
body .border-t-yellow {
  border-top: 1px solid #F9FF00;
}
body .border-b-yellow {
  border-bottom: 1px solid #F9FF00;
}
body .border-e-yellow {
  border-right: 1px solid #F9FF00;
}
body .border-s-yellow {
  border-left: 1px solid #F9FF00;
}
body .border-y-yellow {
  border-top: 1px solid #F9FF00;
  border-bottom: 1px solid #F9FF00;
}
body .border-x-yellow {
  border-left: 1px solid #F9FF00;
  border-right: 1px solid #F9FF00;
}
@media (min-width: 1400px) {
  body .border-yellow-xxl {
    border: 1px solid #F9FF00 !important;
  }
  body .border-t-yellow-xxl {
    border-top: 1px solid #F9FF00 !important;
  }
  body .border-b-yellow-xxl {
    border-bottom: 1px solid #F9FF00 !important;
  }
  body .border-e-yellow-xxl {
    border-right: 1px solid #F9FF00 !important;
  }
  body .border-s-yellow-xxl {
    border-left: 1px solid #F9FF00 !important;
  }
  body .border-y-yellow-xxl {
    border-top: 1px solid #F9FF00 !important;
    border-bottom: 1px solid #F9FF00 !important;
  }
  body .border-x-yellow-xxl {
    border-left: 1px solid #F9FF00 !important;
    border-right: 1px solid #F9FF00 !important;
  }
}
body .border-pink {
  border: 1px solid #EF0573;
}
body .border-t-pink {
  border-top: 1px solid #EF0573;
}
body .border-b-pink {
  border-bottom: 1px solid #EF0573;
}
body .border-e-pink {
  border-right: 1px solid #EF0573;
}
body .border-s-pink {
  border-left: 1px solid #EF0573;
}
body .border-y-pink {
  border-top: 1px solid #EF0573;
  border-bottom: 1px solid #EF0573;
}
body .border-x-pink {
  border-left: 1px solid #EF0573;
  border-right: 1px solid #EF0573;
}
@media (min-width: 1400px) {
  body .border-pink-xxl {
    border: 1px solid #EF0573 !important;
  }
  body .border-t-pink-xxl {
    border-top: 1px solid #EF0573 !important;
  }
  body .border-b-pink-xxl {
    border-bottom: 1px solid #EF0573 !important;
  }
  body .border-e-pink-xxl {
    border-right: 1px solid #EF0573 !important;
  }
  body .border-s-pink-xxl {
    border-left: 1px solid #EF0573 !important;
  }
  body .border-y-pink-xxl {
    border-top: 1px solid #EF0573 !important;
    border-bottom: 1px solid #EF0573 !important;
  }
  body .border-x-pink-xxl {
    border-left: 1px solid #EF0573 !important;
    border-right: 1px solid #EF0573 !important;
  }
}
body .border-green {
  border: 1px solid #005463;
}
body .border-t-green {
  border-top: 1px solid #005463;
}
body .border-b-green {
  border-bottom: 1px solid #005463;
}
body .border-e-green {
  border-right: 1px solid #005463;
}
body .border-s-green {
  border-left: 1px solid #005463;
}
body .border-y-green {
  border-top: 1px solid #005463;
  border-bottom: 1px solid #005463;
}
body .border-x-green {
  border-left: 1px solid #005463;
  border-right: 1px solid #005463;
}
@media (min-width: 1400px) {
  body .border-green-xxl {
    border: 1px solid #005463 !important;
  }
  body .border-t-green-xxl {
    border-top: 1px solid #005463 !important;
  }
  body .border-b-green-xxl {
    border-bottom: 1px solid #005463 !important;
  }
  body .border-e-green-xxl {
    border-right: 1px solid #005463 !important;
  }
  body .border-s-green-xxl {
    border-left: 1px solid #005463 !important;
  }
  body .border-y-green-xxl {
    border-top: 1px solid #005463 !important;
    border-bottom: 1px solid #005463 !important;
  }
  body .border-x-green-xxl {
    border-left: 1px solid #005463 !important;
    border-right: 1px solid #005463 !important;
  }
}
body .border-text-primary {
  border: 1px solid #00262D;
}
body .border-t-text-primary {
  border-top: 1px solid #00262D;
}
body .border-b-text-primary {
  border-bottom: 1px solid #00262D;
}
body .border-e-text-primary {
  border-right: 1px solid #00262D;
}
body .border-s-text-primary {
  border-left: 1px solid #00262D;
}
body .border-y-text-primary {
  border-top: 1px solid #00262D;
  border-bottom: 1px solid #00262D;
}
body .border-x-text-primary {
  border-left: 1px solid #00262D;
  border-right: 1px solid #00262D;
}
@media (min-width: 1400px) {
  body .border-text-primary-xxl {
    border: 1px solid #00262D !important;
  }
  body .border-t-text-primary-xxl {
    border-top: 1px solid #00262D !important;
  }
  body .border-b-text-primary-xxl {
    border-bottom: 1px solid #00262D !important;
  }
  body .border-e-text-primary-xxl {
    border-right: 1px solid #00262D !important;
  }
  body .border-s-text-primary-xxl {
    border-left: 1px solid #00262D !important;
  }
  body .border-y-text-primary-xxl {
    border-top: 1px solid #00262D !important;
    border-bottom: 1px solid #00262D !important;
  }
  body .border-x-text-primary-xxl {
    border-left: 1px solid #00262D !important;
    border-right: 1px solid #00262D !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: 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 #E1E1E1;
}
body .border-t-grey-borders {
  border-top: 1px solid #E1E1E1;
}
body .border-b-grey-borders {
  border-bottom: 1px solid #E1E1E1;
}
body .border-e-grey-borders {
  border-right: 1px solid #E1E1E1;
}
body .border-s-grey-borders {
  border-left: 1px solid #E1E1E1;
}
body .border-y-grey-borders {
  border-top: 1px solid #E1E1E1;
  border-bottom: 1px solid #E1E1E1;
}
body .border-x-grey-borders {
  border-left: 1px solid #E1E1E1;
  border-right: 1px solid #E1E1E1;
}
@media (min-width: 1400px) {
  body .border-grey-borders-xxl {
    border: 1px solid #E1E1E1 !important;
  }
  body .border-t-grey-borders-xxl {
    border-top: 1px solid #E1E1E1 !important;
  }
  body .border-b-grey-borders-xxl {
    border-bottom: 1px solid #E1E1E1 !important;
  }
  body .border-e-grey-borders-xxl {
    border-right: 1px solid #E1E1E1 !important;
  }
  body .border-s-grey-borders-xxl {
    border-left: 1px solid #E1E1E1 !important;
  }
  body .border-y-grey-borders-xxl {
    border-top: 1px solid #E1E1E1 !important;
    border-bottom: 1px solid #E1E1E1 !important;
  }
  body .border-x-grey-borders-xxl {
    border-left: 1px solid #E1E1E1 !important;
    border-right: 1px solid #E1E1E1 !important;
  }
}
body .border-grey {
  border: 1px solid #7B7B7B;
}
body .border-t-grey {
  border-top: 1px solid #7B7B7B;
}
body .border-b-grey {
  border-bottom: 1px solid #7B7B7B;
}
body .border-e-grey {
  border-right: 1px solid #7B7B7B;
}
body .border-s-grey {
  border-left: 1px solid #7B7B7B;
}
body .border-y-grey {
  border-top: 1px solid #7B7B7B;
  border-bottom: 1px solid #7B7B7B;
}
body .border-x-grey {
  border-left: 1px solid #7B7B7B;
  border-right: 1px solid #7B7B7B;
}
@media (min-width: 1400px) {
  body .border-grey-xxl {
    border: 1px solid #7B7B7B !important;
  }
  body .border-t-grey-xxl {
    border-top: 1px solid #7B7B7B !important;
  }
  body .border-b-grey-xxl {
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-e-grey-xxl {
    border-right: 1px solid #7B7B7B !important;
  }
  body .border-s-grey-xxl {
    border-left: 1px solid #7B7B7B !important;
  }
  body .border-y-grey-xxl {
    border-top: 1px solid #7B7B7B !important;
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-x-grey-xxl {
    border-left: 1px solid #7B7B7B !important;
    border-right: 1px solid #7B7B7B !important;
  }
}
body .border-light-grey {
  border: 1px solid #F9F9F9;
}
body .border-t-light-grey {
  border-top: 1px solid #F9F9F9;
}
body .border-b-light-grey {
  border-bottom: 1px solid #F9F9F9;
}
body .border-e-light-grey {
  border-right: 1px solid #F9F9F9;
}
body .border-s-light-grey {
  border-left: 1px solid #F9F9F9;
}
body .border-y-light-grey {
  border-top: 1px solid #F9F9F9;
  border-bottom: 1px solid #F9F9F9;
}
body .border-x-light-grey {
  border-left: 1px solid #F9F9F9;
  border-right: 1px solid #F9F9F9;
}
@media (min-width: 1400px) {
  body .border-light-grey-xxl {
    border: 1px solid #F9F9F9 !important;
  }
  body .border-t-light-grey-xxl {
    border-top: 1px solid #F9F9F9 !important;
  }
  body .border-b-light-grey-xxl {
    border-bottom: 1px solid #F9F9F9 !important;
  }
  body .border-e-light-grey-xxl {
    border-right: 1px solid #F9F9F9 !important;
  }
  body .border-s-light-grey-xxl {
    border-left: 1px solid #F9F9F9 !important;
  }
  body .border-y-light-grey-xxl {
    border-top: 1px solid #F9F9F9 !important;
    border-bottom: 1px solid #F9F9F9 !important;
  }
  body .border-x-light-grey-xxl {
    border-left: 1px solid #F9F9F9 !important;
    border-right: 1px solid #F9F9F9 !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: #0C0C0C;
}
body .text-black {
  color: #0C0C0C !important;
}
body .border-color-black {
  border-color: #0C0C0C !important;
}
body .form-select.border-color-black {
  border-color: #0C0C0C !important;
}
@media (max-width: 991px) {
  body .bg-xs-black {
    background-color: #0C0C0C;
  }
}
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-yellow {
  background-color: #F9FF00;
}
body .text-yellow {
  color: #F9FF00 !important;
}
body .border-color-yellow {
  border-color: #F9FF00 !important;
}
body .form-select.border-color-yellow {
  border-color: #F9FF00 !important;
}
@media (max-width: 991px) {
  body .bg-xs-yellow {
    background-color: #F9FF00;
  }
}
body .bg-pink {
  background-color: #EF0573;
}
body .text-pink {
  color: #EF0573 !important;
}
body .border-color-pink {
  border-color: #EF0573 !important;
}
body .form-select.border-color-pink {
  border-color: #EF0573 !important;
}
@media (max-width: 991px) {
  body .bg-xs-pink {
    background-color: #EF0573;
  }
}
body .bg-green {
  background-color: #005463;
}
body .text-green {
  color: #005463 !important;
}
body .border-color-green {
  border-color: #005463 !important;
}
body .form-select.border-color-green {
  border-color: #005463 !important;
}
@media (max-width: 991px) {
  body .bg-xs-green {
    background-color: #005463;
  }
}
body .bg-text-primary {
  background-color: #00262D;
}
body .text-text-primary {
  color: #00262D !important;
}
body .border-color-text-primary {
  border-color: #00262D !important;
}
body .form-select.border-color-text-primary {
  border-color: #00262D !important;
}
@media (max-width: 991px) {
  body .bg-xs-text-primary {
    background-color: #00262D;
  }
}
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: #E1E1E1;
}
body .text-grey-borders {
  color: #E1E1E1 !important;
}
body .border-color-grey-borders {
  border-color: #E1E1E1 !important;
}
body .form-select.border-color-grey-borders {
  border-color: #E1E1E1 !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey-borders {
    background-color: #E1E1E1;
  }
}
body .bg-grey {
  background-color: #7B7B7B;
}
body .text-grey {
  color: #7B7B7B !important;
}
body .border-color-grey {
  border-color: #7B7B7B !important;
}
body .form-select.border-color-grey {
  border-color: #7B7B7B !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey {
    background-color: #7B7B7B;
  }
}
body .bg-light-grey {
  background-color: #F9F9F9;
}
body .text-light-grey {
  color: #F9F9F9 !important;
}
body .border-color-light-grey {
  border-color: #F9F9F9 !important;
}
body .form-select.border-color-light-grey {
  border-color: #F9F9F9 !important;
}
@media (max-width: 991px) {
  body .bg-xs-light-grey {
    background-color: #F9F9F9;
  }
}
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-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-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-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-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-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-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-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 .h-8 {
  height: 8px;
}
body .min-h-8 {
  min-height: 8px;
}
body .max-h-8 {
  max-height: 8px;
}
@media (max-width: 991px) {
  body .max-h-8-xs {
    max-height: 8px;
  }
}
@media (max-width: 767px) {
  body .max-h-8-xs {
    max-height: 8px;
  }
  body .min-h-8-xs {
    min-height: 8px;
  }
}
@media (max-width: 991px) {
  body .max-h-8-touch {
    max-height: 8px;
  }
  body .min-h-8-touch {
    min-height: 8px;
  }
}
@media (min-width: 1200px) {
  body .max-h-8-xl {
    max-height: 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 .h-10 {
  height: 10px;
}
body .min-h-10 {
  min-height: 10px;
}
body .max-h-10 {
  max-height: 10px;
}
@media (max-width: 991px) {
  body .max-h-10-xs {
    max-height: 10px;
  }
}
@media (max-width: 767px) {
  body .max-h-10-xs {
    max-height: 10px;
  }
  body .min-h-10-xs {
    min-height: 10px;
  }
}
@media (max-width: 991px) {
  body .max-h-10-touch {
    max-height: 10px;
  }
  body .min-h-10-touch {
    min-height: 10px;
  }
}
@media (min-width: 1200px) {
  body .max-h-10-xl {
    max-height: 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 .h-18 {
  height: 18px;
}
body .min-h-18 {
  min-height: 18px;
}
body .max-h-18 {
  max-height: 18px;
}
@media (max-width: 991px) {
  body .max-h-18-xs {
    max-height: 18px;
  }
}
@media (max-width: 767px) {
  body .max-h-18-xs {
    max-height: 18px;
  }
  body .min-h-18-xs {
    min-height: 18px;
  }
}
@media (max-width: 991px) {
  body .max-h-18-touch {
    max-height: 18px;
  }
  body .min-h-18-touch {
    min-height: 18px;
  }
}
@media (min-width: 1200px) {
  body .max-h-18-xl {
    max-height: 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 .h-20 {
  height: 20px;
}
body .min-h-20 {
  min-height: 20px;
}
body .max-h-20 {
  max-height: 20px;
}
@media (max-width: 991px) {
  body .max-h-20-xs {
    max-height: 20px;
  }
}
@media (max-width: 767px) {
  body .max-h-20-xs {
    max-height: 20px;
  }
  body .min-h-20-xs {
    min-height: 20px;
  }
}
@media (max-width: 991px) {
  body .max-h-20-touch {
    max-height: 20px;
  }
  body .min-h-20-touch {
    min-height: 20px;
  }
}
@media (min-width: 1200px) {
  body .max-h-20-xl {
    max-height: 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 .h-26 {
  height: 26px;
}
body .min-h-26 {
  min-height: 26px;
}
body .max-h-26 {
  max-height: 26px;
}
@media (max-width: 991px) {
  body .max-h-26-xs {
    max-height: 26px;
  }
}
@media (max-width: 767px) {
  body .max-h-26-xs {
    max-height: 26px;
  }
  body .min-h-26-xs {
    min-height: 26px;
  }
}
@media (max-width: 991px) {
  body .max-h-26-touch {
    max-height: 26px;
  }
  body .min-h-26-touch {
    min-height: 26px;
  }
}
@media (min-width: 1200px) {
  body .max-h-26-xl {
    max-height: 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 .h-30 {
  height: 30px;
}
body .min-h-30 {
  min-height: 30px;
}
body .max-h-30 {
  max-height: 30px;
}
@media (max-width: 991px) {
  body .max-h-30-xs {
    max-height: 30px;
  }
}
@media (max-width: 767px) {
  body .max-h-30-xs {
    max-height: 30px;
  }
  body .min-h-30-xs {
    min-height: 30px;
  }
}
@media (max-width: 991px) {
  body .max-h-30-touch {
    max-height: 30px;
  }
  body .min-h-30-touch {
    min-height: 30px;
  }
}
@media (min-width: 1200px) {
  body .max-h-30-xl {
    max-height: 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 .h-40 {
  height: 40px;
}
body .min-h-40 {
  min-height: 40px;
}
body .max-h-40 {
  max-height: 40px;
}
@media (max-width: 991px) {
  body .max-h-40-xs {
    max-height: 40px;
  }
}
@media (max-width: 767px) {
  body .max-h-40-xs {
    max-height: 40px;
  }
  body .min-h-40-xs {
    min-height: 40px;
  }
}
@media (max-width: 991px) {
  body .max-h-40-touch {
    max-height: 40px;
  }
  body .min-h-40-touch {
    min-height: 40px;
  }
}
@media (min-width: 1200px) {
  body .max-h-40-xl {
    max-height: 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 .h-46 {
  height: 46px;
}
body .min-h-46 {
  min-height: 46px;
}
body .max-h-46 {
  max-height: 46px;
}
@media (max-width: 991px) {
  body .max-h-46-xs {
    max-height: 46px;
  }
}
@media (max-width: 767px) {
  body .max-h-46-xs {
    max-height: 46px;
  }
  body .min-h-46-xs {
    min-height: 46px;
  }
}
@media (max-width: 991px) {
  body .max-h-46-touch {
    max-height: 46px;
  }
  body .min-h-46-touch {
    min-height: 46px;
  }
}
@media (min-width: 1200px) {
  body .max-h-46-xl {
    max-height: 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 .h-50 {
  height: 50px;
}
body .min-h-50 {
  min-height: 50px;
}
body .max-h-50 {
  max-height: 50px;
}
@media (max-width: 991px) {
  body .max-h-50-xs {
    max-height: 50px;
  }
}
@media (max-width: 767px) {
  body .max-h-50-xs {
    max-height: 50px;
  }
  body .min-h-50-xs {
    min-height: 50px;
  }
}
@media (max-width: 991px) {
  body .max-h-50-touch {
    max-height: 50px;
  }
  body .min-h-50-touch {
    min-height: 50px;
  }
}
@media (min-width: 1200px) {
  body .max-h-50-xl {
    max-height: 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 .h-53 {
  height: 53px;
}
body .min-h-53 {
  min-height: 53px;
}
body .max-h-53 {
  max-height: 53px;
}
@media (max-width: 991px) {
  body .max-h-53-xs {
    max-height: 53px;
  }
}
@media (max-width: 767px) {
  body .max-h-53-xs {
    max-height: 53px;
  }
  body .min-h-53-xs {
    min-height: 53px;
  }
}
@media (max-width: 991px) {
  body .max-h-53-touch {
    max-height: 53px;
  }
  body .min-h-53-touch {
    min-height: 53px;
  }
}
@media (min-width: 1200px) {
  body .max-h-53-xl {
    max-height: 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 .h-54 {
  height: 54px;
}
body .min-h-54 {
  min-height: 54px;
}
body .max-h-54 {
  max-height: 54px;
}
@media (max-width: 991px) {
  body .max-h-54-xs {
    max-height: 54px;
  }
}
@media (max-width: 767px) {
  body .max-h-54-xs {
    max-height: 54px;
  }
  body .min-h-54-xs {
    min-height: 54px;
  }
}
@media (max-width: 991px) {
  body .max-h-54-touch {
    max-height: 54px;
  }
  body .min-h-54-touch {
    min-height: 54px;
  }
}
@media (min-width: 1200px) {
  body .max-h-54-xl {
    max-height: 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 .h-64 {
  height: 64px;
}
body .min-h-64 {
  min-height: 64px;
}
body .max-h-64 {
  max-height: 64px;
}
@media (max-width: 991px) {
  body .max-h-64-xs {
    max-height: 64px;
  }
}
@media (max-width: 767px) {
  body .max-h-64-xs {
    max-height: 64px;
  }
  body .min-h-64-xs {
    min-height: 64px;
  }
}
@media (max-width: 991px) {
  body .max-h-64-touch {
    max-height: 64px;
  }
  body .min-h-64-touch {
    min-height: 64px;
  }
}
@media (min-width: 1200px) {
  body .max-h-64-xl {
    max-height: 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 .h-70 {
  height: 70px;
}
body .min-h-70 {
  min-height: 70px;
}
body .max-h-70 {
  max-height: 70px;
}
@media (max-width: 991px) {
  body .max-h-70-xs {
    max-height: 70px;
  }
}
@media (max-width: 767px) {
  body .max-h-70-xs {
    max-height: 70px;
  }
  body .min-h-70-xs {
    min-height: 70px;
  }
}
@media (max-width: 991px) {
  body .max-h-70-touch {
    max-height: 70px;
  }
  body .min-h-70-touch {
    min-height: 70px;
  }
}
@media (min-width: 1200px) {
  body .max-h-70-xl {
    max-height: 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 .h-74 {
  height: 74px;
}
body .min-h-74 {
  min-height: 74px;
}
body .max-h-74 {
  max-height: 74px;
}
@media (max-width: 991px) {
  body .max-h-74-xs {
    max-height: 74px;
  }
}
@media (max-width: 767px) {
  body .max-h-74-xs {
    max-height: 74px;
  }
  body .min-h-74-xs {
    min-height: 74px;
  }
}
@media (max-width: 991px) {
  body .max-h-74-touch {
    max-height: 74px;
  }
  body .min-h-74-touch {
    min-height: 74px;
  }
}
@media (min-width: 1200px) {
  body .max-h-74-xl {
    max-height: 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 .h-81 {
  height: 81px;
}
body .min-h-81 {
  min-height: 81px;
}
body .max-h-81 {
  max-height: 81px;
}
@media (max-width: 991px) {
  body .max-h-81-xs {
    max-height: 81px;
  }
}
@media (max-width: 767px) {
  body .max-h-81-xs {
    max-height: 81px;
  }
  body .min-h-81-xs {
    min-height: 81px;
  }
}
@media (max-width: 991px) {
  body .max-h-81-touch {
    max-height: 81px;
  }
  body .min-h-81-touch {
    min-height: 81px;
  }
}
@media (min-width: 1200px) {
  body .max-h-81-xl {
    max-height: 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 .h-108 {
  height: 108px;
}
body .min-h-108 {
  min-height: 108px;
}
body .max-h-108 {
  max-height: 108px;
}
@media (max-width: 991px) {
  body .max-h-108-xs {
    max-height: 108px;
  }
}
@media (max-width: 767px) {
  body .max-h-108-xs {
    max-height: 108px;
  }
  body .min-h-108-xs {
    min-height: 108px;
  }
}
@media (max-width: 991px) {
  body .max-h-108-touch {
    max-height: 108px;
  }
  body .min-h-108-touch {
    min-height: 108px;
  }
}
@media (min-width: 1200px) {
  body .max-h-108-xl {
    max-height: 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 .h-132 {
  height: 132px;
}
body .min-h-132 {
  min-height: 132px;
}
body .max-h-132 {
  max-height: 132px;
}
@media (max-width: 991px) {
  body .max-h-132-xs {
    max-height: 132px;
  }
}
@media (max-width: 767px) {
  body .max-h-132-xs {
    max-height: 132px;
  }
  body .min-h-132-xs {
    min-height: 132px;
  }
}
@media (max-width: 991px) {
  body .max-h-132-touch {
    max-height: 132px;
  }
  body .min-h-132-touch {
    min-height: 132px;
  }
}
@media (min-width: 1200px) {
  body .max-h-132-xl {
    max-height: 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 .h-200 {
  height: 200px;
}
body .min-h-200 {
  min-height: 200px;
}
body .max-h-200 {
  max-height: 200px;
}
@media (max-width: 991px) {
  body .max-h-200-xs {
    max-height: 200px;
  }
}
@media (max-width: 767px) {
  body .max-h-200-xs {
    max-height: 200px;
  }
  body .min-h-200-xs {
    min-height: 200px;
  }
}
@media (max-width: 991px) {
  body .max-h-200-touch {
    max-height: 200px;
  }
  body .min-h-200-touch {
    min-height: 200px;
  }
}
@media (min-width: 1200px) {
  body .max-h-200-xl {
    max-height: 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 .h-236 {
  height: 236px;
}
body .min-h-236 {
  min-height: 236px;
}
body .max-h-236 {
  max-height: 236px;
}
@media (max-width: 991px) {
  body .max-h-236-xs {
    max-height: 236px;
  }
}
@media (max-width: 767px) {
  body .max-h-236-xs {
    max-height: 236px;
  }
  body .min-h-236-xs {
    min-height: 236px;
  }
}
@media (max-width: 991px) {
  body .max-h-236-touch {
    max-height: 236px;
  }
  body .min-h-236-touch {
    min-height: 236px;
  }
}
@media (min-width: 1200px) {
  body .max-h-236-xl {
    max-height: 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 .h-250 {
  height: 250px;
}
body .min-h-250 {
  min-height: 250px;
}
body .max-h-250 {
  max-height: 250px;
}
@media (max-width: 991px) {
  body .max-h-250-xs {
    max-height: 250px;
  }
}
@media (max-width: 767px) {
  body .max-h-250-xs {
    max-height: 250px;
  }
  body .min-h-250-xs {
    min-height: 250px;
  }
}
@media (max-width: 991px) {
  body .max-h-250-touch {
    max-height: 250px;
  }
  body .min-h-250-touch {
    min-height: 250px;
  }
}
@media (min-width: 1200px) {
  body .max-h-250-xl {
    max-height: 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 .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;
}
body .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 .of-hidden {
  overflow: hidden;
}
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 .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-3-lines {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -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 .border-top-none {
  border-top: 0px !important;
}
body .z-index-1 {
  z-index: 1;
}
body .z-index-2 {
  z-index: 2;
}
body .z-index-1049 {
  z-index: 1049 !important;
}
body .aspect-ratio-16-9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 12px;
  overflow: hidden;
}
body .aspect-ratio-16-9 .section-title {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}
body .aspect-ratio-16-9 iframe, body .aspect-ratio-16-9 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  /*height: 100%;*/
}
body .aspect-ratio-16-9.height-first iframe, body .aspect-ratio-16-9.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-16-9.width-first iframe, body .aspect-ratio-16-9.width-first img {
  height: unset !important;
  width: 100%;
}
body .aspect-ratio-10-7 {
  position: relative;
  height: 0;
  padding-bottom: 70%;
  border-radius: 12px;
  overflow: hidden;
}
body .aspect-ratio-10-7.height-first iframe, body .aspect-ratio-10-7.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-10-7 .section-title {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}
body .aspect-ratio-10-7 iframe, body .aspect-ratio-10-7 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-5-4 {
  position: relative;
  height: 0;
  padding-bottom: 80%;
  overflow: hidden;
}
body .aspect-ratio-5-4.height-first iframe, body .aspect-ratio-5-4.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-5-4 iframe, body .aspect-ratio-5-4 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-7-5 {
  position: relative;
  height: 0;
  padding-bottom: 71.4285714286%;
  overflow: hidden;
}
body .aspect-ratio-7-5 iframe, body .aspect-ratio-7-5 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-9-5 {
  position: relative;
  height: 0;
  padding-bottom: 56.2790697674%;
  overflow: hidden;
}
body .aspect-ratio-9-5.height-first iframe, body .aspect-ratio-9-5.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-9-5 iframe, body .aspect-ratio-9-5 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-4-3 {
  position: relative;
  height: 0;
  padding-bottom: 74.56%;
  overflow: hidden;
}
body .aspect-ratio-4-3 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 101%;
}
body .aspect-ratio-7-2 {
  position: relative;
  height: 0;
  padding-bottom: 28.56%;
  border-radius: 20px;
  overflow: hidden;
}
body .aspect-ratio-7-2 iframe, body .aspect-ratio-7-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-5-2 {
  position: relative;
  height: 0;
  padding-bottom: 40%;
  border-radius: 12px;
  overflow: hidden;
}
body .aspect-ratio-5-2 iframe, body .aspect-ratio-5-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-3-1 {
  position: relative;
  height: 0;
  padding-bottom: 33.3333333333%;
  overflow: hidden;
}
body .aspect-ratio-3-1.height-first {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-3-1 iframe, body .aspect-ratio-3-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-3-2 {
  position: relative;
  height: 0;
  padding-bottom: 66.6666666667%;
  overflow: hidden;
}
body .aspect-ratio-3-2.height-first iframe, body .aspect-ratio-3-2.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-3-2 iframe, body .aspect-ratio-3-2 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-7-8 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 7/8;
}
body .aspect-ratio-7-8.height-first iframe, body .aspect-ratio-7-8.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-7-8 iframe, body .aspect-ratio-7-8 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .aspect-ratio-3-4 {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
}
body .aspect-ratio-3-4.height-first iframe, body .aspect-ratio-3-4.height-first img {
  width: unset !important;
  height: 100%;
}
body .aspect-ratio-3-4 iframe, body .aspect-ratio-3-4 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
body .form-select {
  box-shadow: none !important;
  border-color: #E1E1E1;
}
body .form-select:focus, body .form-select:active {
  border-color: #005463;
}
body .form-check {
  padding-left: 26px;
}
body .form-check .form-check-input {
  height: 20px;
  width: 20px;
  box-shadow: none !important;
  transform: translateY(-3px);
}
body .form-check * {
  cursor: pointer;
}
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: 15px;
  left: 15px;
}
body .card-tag.top-right {
  top: 15px;
  right: 15px;
}
body .card-tag.bottom-right {
  bottom: 15px;
  right: 15px;
}
body .card-tag.bottom-left {
  bottom: 15px;
  left: 15px;
}
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;
}
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: #FB0D0D !important;
  font-size: 16px;
}
@media (max-width: 767px) {
  body .field-validation-error span {
    font-size: 14px;
  }
}
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 .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%);
}
@media (max-width: 991px) {
  body .w-100-touch {
    width: 100%;
  }
}
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;
}
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: #F9FF00;
}
@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: 40px;
  height: 40px;
  background-color: white;
}
@media (min-width: 768px) {
  body .splide .splide__arrows .splide__arrow {
    transform: translateY(1px);
  }
}
body .splide .splide__arrows .splide__arrow:hover, body .splide .splide__arrows .splide__arrow:focus {
  background-color: #F9FF00;
}
body .splide .splide__arrows .splide__arrow svg {
  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: #00262D;
}
body .glide .glide__bullets {
  bottom: -50px !important;
}
body .glide .glide__bullets .glide__bullet {
  width: 12px;
  height: 12px;
  background-color: #0C0C0C;
  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);
}
body .overlay .pic {
  width: 26px;
  height: 23px;
  background-image: url("/images/image-icon.svg");
  background-repeat: no-repeat;
  background-size: cover;
}
body .btn {
  --btn-bg: #FFFFFF;
  --btn-border-color: #0C0C0C;
  --btn-text-color: #FFFFFF;
  --btn-active-bg-color: #0C0C0C;
  padding: 6px 28px !important;
  text-transform: uppercase;
  font-weight: 600 !important;
  border-radius: 8px !important;
  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;
}
@media (max-width: 767px) {
  body .btn {
    border-radius: 6px !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 img {
  transform: translateY(-1px);
}
body .btn .active-img {
  display: none;
}
body .btn.btn-menu {
  --btn-bg: transparent;
  border: none;
  padding: 6px 13px !important;
  padding-right: 0px !important;
}
body .btn.btn-footer {
  --btn-bg: #00262D;
  --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: #0C0C0C;
}
body .btn.btn-primary {
  --btn-bg: #005463;
  --btn-border-color: #005463;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
body .btn.btn-primary.btn-inline-item {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-primary.btn-inline-item {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .btn.btn-primary.btn-inline-item.btn-location {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-primary.btn-inline-item {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-primary:not(.btn-inline-item) {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .btn.btn-primary:not(.btn-inline-item) {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-primary:not(.btn-inline-item) {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-primary {
    width: 100%;
  }
}
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: #005463;
  --btn-border-color: #005463;
  --btn-text-color: #F9FF00;
}
body .btn.btn-yellow {
  --btn-bg: #F9FF00;
  --btn-border-color: #F9FF00;
  --btn-text-color: #00262D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  /*            padding-left: 40px !important;
  padding-right: 40px !important;*/
  padding-left: 100px !important;
  padding-right: 100px !important;
  /*            @include touch {
      padding-top: 7px !important;
      padding-bottom: 9px !important;
      padding-left: 22px !important;
      padding-right: 22px !important;
  }

  @include large {
      padding-left: 22px !important;
      padding-right: 22px !important;
  }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-yellow {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .btn.btn-yellow {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-yellow {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    width: 100%;
  }
}
body .btn.btn-yellow:not(.no-hover):hover, body .btn.btn-yellow:not(.no-hover):focus, body .btn.btn-yellow:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
}
body .btn.btn-pink {
  --btn-bg: #EF0573;
  --btn-border-color: #EF0573;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
body .btn.btn-pink.btn-inline-item {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-pink.btn-inline-item {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .btn.btn-pink.btn-inline-item.btn-location {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-pink.btn-inline-item {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-pink {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .btn.btn-pink {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-pink {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    width: 100%;
  }
}
body .btn.btn-pink:not(.no-hover):hover, body .btn.btn-pink:not(.no-hover):focus, body .btn.btn-pink:not(.no-hover):active {
  --btn-bg: #D80065;
  --btn-border-color: #D80065;
  --btn-text-color: #FFFFFF;
}
@media (max-width: 767px) {
  body .btn.btn-pink.inline-xs {
    width: unset !important;
  }
}
body .btn.btn-green {
  --btn-bg: #005463;
  --btn-border-color: #005463;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-green {
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-green {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-green:not(.no-hover):hover, body .btn.btn-green:not(.no-hover):focus, body .btn.btn-green:not(.no-hover):active {
  --btn-bg: #005463;
  --btn-border-color: #005463;
  --btn-text-color: #F9FF00;
}
body .btn.btn-empty-green {
  --btn-bg: #FFFFFF;
  --btn-border-color: #005463;
  --btn-text-color: #00262D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-empty-green {
    padding-top: 6px !important;
    padding-bottom: 8px !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-empty-green {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-empty-green:not(.no-hover):hover, body .btn.btn-empty-green:not(.no-hover):focus, body .btn.btn-empty-green:not(.no-hover):active {
  --btn-bg: #005463;
  --btn-border-color: #005463;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-white {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #00262D;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 100px !important;
  padding-right: 100px !important;
}
body .btn.btn-white.btn-inline-item {
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-white.btn-inline-item {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
  body .btn.btn-white.btn-inline-item.btn-location {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-white.btn-inline-item {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-white:not(.btn-inline-item) {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .btn.btn-white:not(.btn-inline-item) {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-white:not(.btn-inline-item) {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-white {
    width: 100%;
  }
}
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: #F9FF00;
  --btn-border-color: #F9FF00;
  --btn-text-color: #00262D;
}
body .btn.btn-tag {
  --btn-bg: #FFFFFF;
  --btn-border-color: #E1E1E1;
  --btn-text-color: #7B7B7B;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 6px !important;
  padding-bottom: 3px !important;
  padding-left: 23px !important;
  padding-right: 23px !important;
}
@media (max-width: 991px) {
  body .btn.btn-tag {
    padding-top: 5px !important;
    padding-bottom: 4px !important;
    padding-left: 11px !important;
    padding-right: 11px !important;
    --btn-text-color: #00262D;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-tag {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-tag:not(.no-hover):hover, body .btn.btn-tag:not(.no-hover):focus, body .btn.btn-tag:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FB0D0D;
  --btn-text-color: #FB0D0D;
}
body .btn.btn-default {
  --btn-bg: transparent;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  /*            padding-left: 30px !important;
  padding-right: 25px !important;*/
  padding-left: 100px !important;
  padding-right: 100px !important;
  /*            @include touch {
      padding-top: 7px !important;
      padding-bottom: 9px !important;
      padding-left: 15px !important;
      padding-right: 15px !important;
  }

  @include large {
      padding-left: 22px !important;
      padding-right: 22px !important;
  }*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-default {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 40px !important;
    padding-right: 40px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .btn.btn-default {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
@media (max-width: 767px) {
  body .btn.btn-default {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
    width: 100%;
  }
}
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: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #00262D;
}
body .btn.btn-search-tag {
  --btn-bg: #00262D;
  --btn-border-color: #00262D;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 30px !important;
  padding-right: 25px !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 {
  --btn-bg: #00262D;
  --btn-border-color: #00262D;
  --btn-text-color: #F9FF00;
}
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: #005463;
}
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-grey.svg") center/1em auto no-repeat;
}
body .form-control {
  box-shadow: none !important;
  outline: none;
}
body .form-control:focus {
  border-color: #005463;
}
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: #005463;
  border-color: #005463;
}
body #iubenda-cs-banner span {
  color: white !important;
}
@media (max-width: 767px) {
  body .iubenda-tp-btn:not(.iubenda-floatable-tb-btn)[data-tp-float][data-tp-float=bottom-left] {
    bottom: 58px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .iubenda-tp-btn:not(.iubenda-floatable-tb-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;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 150000;
}
body header .bg-header {
  position: relative;
  overflow: hidden;
  background-image: url("/images/fratelli-cozzi-bg.jpg");
  background-size: 105%;
  background-position-y: 30%;
  background-position-x: -16%;
  z-index: 1;
}
body header .bg-header .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  z-index: -1;
  background-color: #0C0C0C;
}
body header .labelNavbar {
  position: absolute;
  z-index: -1;
  bottom: calc(100% + 3px);
  width: 109px;
  top: unset !important;
}
@media (min-width: 1780px) and (max-width: 1920px) {
  body header .labelNavbar {
    position: absolute;
    z-index: -1;
    width: 5.9%;
    top: unset !important;
  }
}
@media (min-width: 1920px) {
  body header .labelNavbar {
    position: absolute;
    z-index: -1;
    left: -63px;
    width: 186px;
    top: unset !important;
    height: 20px;
  }
}
@media (max-width: 991px) {
  body header .bg-header {
    background-image: unset !important;
    background-color: grey;
  }
  body header .bg-header .overlay {
    display: none;
  }
  body header nav {
    display: none;
  }
}
body .fc-range-slider {
  margin-top: 72px;
  margin-bottom: 72px;
  background-color: white;
  height: 4px;
  border-radius: 5px;
  background-color: grey;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}
body .fc-range-slider .ui-slider-range {
  background-color: blue;
}
body .fc-range-slider .ui-slider-handle {
  outline: none;
  top: -14px;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: 4px solid blue;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
body .fc-range-slider .fc-range-slider-handle {
  top: -57px;
  font-size: 16px !important;
  padding: 4px 12px;
  background-color: blue;
  border-radius: 25px;
  white-space: nowrap;
}
body .fc-range-slider .fc-range-slider-handle.fc-max-range-slider-handle {
  top: 27px;
}
@media (max-width: 991px) {
  body .fc-range-slider {
    margin-top: 86px !important;
  }
}
@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: 20px;
    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 b {
  transform: rotate(-180deg) translateY(6px);
}
body .select2 .select2-selection {
  border: none;
  height: unset !important;
  border-radius: 8px !important;
}
body .select2 .select2-selection .select2-selection__arrow {
  top: 22px;
  right: 16px;
}
body .select2 .select2-selection .select2-selection__arrow b {
  border: none !important;
  background-image: url(/images/chevron-icon.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
  left: unset;
  top: unset;
  margin: unset;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .select2 .select2-selection .select2-selection__arrow b {
    width: 13px;
    height: 13px;
  }
}
body .select2 .select2-selection .select2-selection__rendered {
  font-size: 18px;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 15px;
  color: black !important;
  padding: 13px 47px 12px 14px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .select2 .select2-selection .select2-selection__rendered {
    font-size: 14px;
  }
}
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: none;
  padding-right: 5px;
  margin-top: -25px;
}
body .select2-container:not(.select2) .select2-dropdown.select2-dropdown--above {
  margin-bottom: -25px !important;
  margin-top: 0px !important;
  transform: translateY(25px);
  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-bottom: 25px !important;
  padding-top: 0px !important;
}
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;
  /* 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 #E1E1E1;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option {
    font-size: 14px;
  }
}
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: #00262D;
  color: #F9FF00 !important;
}
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: #F9FF00;
  color: #00262D !important;
}
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: #00262D;
  border-radius: 50px;
}
body .grecaptcha-badge {
  display: none !important;
}
body .accordion .accordion-button {
  background-color: white !important;
  color: #0C0C0C !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: rgb(0, 38, 45) !important;
}
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: #005463;
  }
  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: #F9FF00 !important;
    color: #00262D !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: #005463 !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 (max-width: 991px) {
  body footer {
    padding-bottom: 85px !important;
  }
}
body .breadcrumb {
  flex-wrap: nowrap;
  align-items: baseline;
}
body .breadcrumb .breadcrumb-item {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  padding-right: 0.3rem;
}
@media (max-width: 767px) {
  body .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
    float: unset !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, 84, 99, 0.2);
  border-right: 1.1em solid rgba(0, 84, 99, 0.2);
  border-bottom: 1.1em solid rgba(0, 84, 99, 0.2);
  border-left: 1.1em solid #005463;
  -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 .ek-chat .ek-chat__new {
  left: unset !important;
  right: 16px !important;
}
body .ek-chat .ek-chat__button {
  right: 16px !important;
  bottom: 16px !important;
  left: unset !important;
}
@media (max-width: 767px) {
  body .ek-chat .ek-chat__button {
    bottom: 64px !important;
    right: 9px !important;
  }
}
body .ek-chat .ek-chat__button p {
  line-height: 18px !important;
  color: white !important;
}
body .ek-chat .ek-chat__container {
  right: 16px !important;
  bottom: 16px !important;
  left: unset !important;
  width: 100% !important;
}
@media (min-width: 992px) {
  body .ek-chat .ek-chat__container {
    width: 375px !important;
  }
}
