﻿/*EXTRA SMALL*/
@media (max-width: 576px) {
  .d-none-xs {
    display: none !important;
  }
}
/*TOUCH*/
@media (max-width: 767px) {
  .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;
    padding-left: 0;
  }
  [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);
  }
}
/*BIG TOUCH*/
@media (max-width: 991px) {
  .w-100-big-touch {
    width: 100% !important;
  }
  .text-left-big-touch {
    text-align: left !important;
  }
  .p-big-touch-0 {
    padding: 0;
  }
  .ps-big-touch-4 {
    padding-left: 1.5rem !important;
  }
  #filters, #active-filters {
    bottom: -100%;
    position: fixed;
    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;
    border-bottom-left-radius: 0px;
    height: calc(100% - 240px);
    z-index: 1050;
    top: inherit;
    overflow-y: scroll;
    transition: all 0.5s ease-in-out;
  }
  #filters.is-open, #active-filters.is-open {
    bottom: 119px;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #filters, #active-filters {
    margin-left: -0.24rem;
  }
}
@media (max-width: 991px) and (max-width: 991px) {
  #active-filters {
    margin-left: -1.01rem;
  }
}
@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;
  }
}
/*from MEDIUM*/
@media (min-width: 768px) {
  .d-md-webkit-box {
    display: -webkit-box !important;
  }
}
/*MEDIUM AND Large*/
/*Large*/
@media (min-width: 992px) and (max-width: 1199px) {
  #brand-home {
    margin-top: 4rem !important;
  }
}
/*Extra large*/
/*Extra extra large*/
/*COLORI*/
/*GRANDEZZE FONT*/
/*CONTAINERS*/
/*FIXED HEIGHTS*/
/*LETTER SPACINGS*/
body {
  /*padding-top: 137px;*/
  padding-top: 133px;
  overflow-x: hidden;
  /*VARIABILI*/
  --bg: #FFFFFF;
  --bg-secondary: #0682FF;
  --text-primary: #0C0C0C;
  --text-secondary: #0682FF;
  --text-accent: #7B7B7B;
  --text-disabled: #E5E5E5;
  --border-primary: #E5E5E5;
  --border-secondary: #FFFFFF;
  /*DEFINIZIONE STILI BODY*/
  background-color: var(--bg);
  font-family: "Figtree", sans-serif;
  --bs-body-font-family: "Figtree", sans-serif;
  /*TEMPLATE OVERWRITE*/
  /* Media query per dispositivi mobili */
  /*TESTI*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*RESPONSIVE*/
  /*CLASSI ROUNDED*/
  /*CLASSI BORDI*/
  /*CLASSI BACKGROUND E COLOR*/
  /*CLASSI CONTENITORE*/
  /*CLASSI ALTEZZE*/
  /*CLASSI LETTER SPACINGS*/
  /*GLOBAL CLASSES*/
  /*SAVE CAR BTN*/
  /*SPLIDE*/
  /*GLIDE*/
  /*#region LIGHTGALLERY*/
  /*#endregion*/
  /*#region BUTTONS*/
  /*#endregion*/
  /*#region FORMS*/
  /*#endregion*/
  /*#region IUBENDA*/
  /*#endregion*/
  /*#region HEADER*/
  /*#endregion*/
  /*#region RANGE SLIDER*/
  /*#endregion*/
  /*#region SELECTS*/
  /*SELECTS*/
  /*#endregion*/
  /*#region ACCORDION*/
  /*#endregion*/
  /*#region MODALS*/
  /*#endregion*/
  /*#region Work with us*/
  /*#endregion*/
  /*#region Footer*/
  /*#endregion*/
  /*#region BREADCRUMBS*/
  /*#endregion*/
  /*#region LOADER*/
  /*#endregion*/
  /*#region RENTAL FILTER*/
  /*#endregion*/
  /*#region RENTALS BACKGROUND*/
  /*#endregion*/
  /*#region RENTALS MODAL*/
  /*#endregion*/
}
@media (min-width: 992px) and (max-width: 1199px) {
  body {
    padding-top: 131.03px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body {
    padding-top: 85.03px;
  }
}
@media (max-width: 767px) {
  body {
    padding-top: 45.77px;
  }
}
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  color: var(--text-primary);
  font-size: 16px;
}
body p,
body span,
body label,
body a,
body li {
  color: var(--text-primary) !important;
  text-decoration: none;
  font-size: 16px;
}
body a:hover, body a:focus, body a:active {
  text-decoration: underline !important;
}
body .bg-specialOffer {
  background-color: #E7FF00;
}
@media (max-width: 1530px) {
  body #nav-right-menu {
    display: none;
  }
}
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;
}
@media (min-width: 2100px) {
  body #home-page-promotion-banner img {
    width: auto !important;
    height: 100% !important;
  }
}
body .countdown {
  display: flex;
  gap: 20px;
  align-items: flex-end;
}
body .time-box {
  background: #34495e;
  color: white;
  text-align: center;
  /*padding: 20px 15px;*/
  padding: 7px 15px;
  border-radius: 10px;
  font-size: 2.5rem;
  width: 80px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  position: relative;
  transition: transform 0.3s;
}
body .time-box.wide {
  width: 110px;
}
body .time-label {
  display: block;
  text-align: center;
  margin-top: 10px;
  font-size: 1rem;
  color: #ecf0f1;
  font-weight: bold;
}
@media (max-width: 991px) {
  body .time-label {
    margin-top: 6px !important;
  }
}
body .time-container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
body .separator {
  display: flex;
  align-items: center;
  font-size: 2.5rem;
  /*color: #ecf0f1;*/
  color: #0C0C0C;
}
@media (max-width: 1440px) {
  body .countdown {
    gap: 5px;
  }
  body .time-box {
    padding: 10px 8px;
    font-size: 1.2rem;
    width: 45px;
  }
  body .time-box.wide {
    width: 62px;
  }
  body .time-label {
    font-size: 0.7rem;
  }
  body .time-box span {
    font-size: 0.9rem;
    margin-top: 3px;
  }
  body .separator {
    font-size: 1.2rem;
  }
}
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 #principal-promo-banner {
  margin-top: 8rem;
}
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 .car-infos {
  height: 110px;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .cardCarNew .car-infos {
    height: 87px;
  }
}
@media (max-width: 991px) {
  body .cardCarNew .car-infos {
    height: 87px;
  }
}
body .cardCarNew:hover {
  text-decoration: none !important;
}
body .cardCarNew {
  transition: all 0.3s ease-in-out;
}
body .cardCarNew:not(.is-rental):hover, body .cardCarNew:not(.is-rental):focus, body .cardCarNew:not(.is-rental):active {
  border: 1px solid #0682ff !important;
}
body .cardCarNew.is-rental {
  overflow: hidden;
  border-radius: 32px;
}
body .cardCarNew.is-rental .contentImg {
  position: relative;
  z-index: 0;
}
body .cardCarNew.is-rental .contentImg .rental-tag {
  position: absolute;
  top: 1rem;
  right: 1.5rem;
  z-index: 1;
  background-color: white;
  border-radius: 50px;
  color: #0C0C0C;
  font-weight: 700;
}
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;
}
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: #7B7B7B;
}
body .fixed-sort {
  position: fixed;
  top: 46px;
  left: 0;
  z-index: 10;
}
body .mobile-filters-btns {
  position: fixed;
  bottom: 58px;
  width: 100%;
  z-index: 1051;
}
@media (min-width: 768px) and (max-width: 991px) {
  body .mobile-filters-btns {
    bottom: 68px;
  }
}
body .wrapper-breadcrumb-icon > * {
  padding: 0 0.2rem;
}
body .content-btnCard {
  position: absolute;
  top: 1.3rem;
  z-index: 1;
}
body .content-btnCard.float-right {
  right: 0;
}
body .content-btnCard.float-right .ctaCrop {
  border-top-right-radius: 0px !important;
  border-bottom-right-radius: 0px !important;
  border-top-left-radius: 1rem !important;
  border-bottom-left-radius: 1rem !important;
}
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 .border-blue-hover {
  transition: all 0.3s ease-in-out;
}
body .border-blue-hover:hover, body .border-blue-hover:focus, body .border-blue-hover:active {
  border: 1px solid #0682FF !important;
}
body .super-prezzo-price {
  position: relative;
  display: block;
  z-index: 1;
  color: #0C0C0C;
}
body .super-prezzo-price:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 44%;
  background-color: #e7ff00;
  /*background-color: red;*/
  /*background-color: #ff5252;*/
  bottom: 2px;
  left: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  body .super-prezzo-price.for-vdp:after {
    width: calc(100% + 1rem);
  }
}
body .super-prezzo-price.for-header:after {
  /*bottom: 8px;*/
  bottom: 9px;
  height: 21%;
}
body .search-form-group.inner {
  margin-top: -23px;
}
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: #941313;
  z-index: -1;
}
@media (max-width: 767px) {
  body .ag-title {
    line-height: 47px;
  }
}
body .sempre-service-img {
  position: relative;
  height: 0;
  padding-bottom: 34.25%;
  overflow: hidden;
}
body .chi-siamo-video {
  position: relative;
  height: 0;
  padding-bottom: 28.25%;
  overflow: hidden;
}
body .chi-siamo-video img, body .chi-siamo-video iframe {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
  max-width: unset !important;
}
@media (max-width: 991px) {
  body .chi-siamo-video {
    padding-bottom: 56.25%;
  }
}
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;
}
@media (max-width: 767px) {
  body .fc-detail-column .icon-select--dettaglio, body .fc-detail-column div.text-start {
    display: inline-block;
    width: 50%;
  }
  body .fc-detail-column .icon-select--dettaglio {
    margin-right: 0px !important;
  }
  body .fc-detail-column .icon-select--dettaglio img {
    display: block;
    margin-right: auto;
    margin-left: 0px;
  }
  body .fc-detail-column div .text-start {
    padding-left: 40px;
  }
}
body.alfa-garage-body .cardCarNew:hover, body.alfa-garage-body .cardCarNew:focus, body.alfa-garage-body .cardCarNew:active {
  border: 1px solid #941313 !important;
}
body.alfa-garage-body .cardCarNew .container-price h4 {
  color: #941313 !important;
}
body.alfa-garage-body .splide .splide__pagination__page.is-active {
  background-color: #941313;
}
body.alfa-garage-body .splide .splide__arrows .splide__arrow:hover svg, body.alfa-garage-body .splide .splide__arrows .splide__arrow:focus svg {
  fill: #941313 !important;
}
body.alfa-garage-body .fc-range-slider .fc-range-slider-handle {
  background-color: #941313;
}
body.alfa-garage-body .fc-range-slider .ui-slider-handle {
  border-color: #941313 !important;
}
body.alfa-garage-body .fc-range-slider .ui-slider-range {
  background-color: #941313;
}
body.alfa-garage-body .search-form .select2 .select2-selection .select2-selection__arrow b {
  background-image: url(/images/chevron-down-icon-red.svg) !important;
}
body.alfa-garage-body .form-check-input:checked {
  background-color: #941313;
  border-color: #941313;
}
body.alfa-garage-body .accordion-button:not(.collapsed)::after {
  transform: translateY(-3px) rotate(-180deg);
}
body.alfa-garage-body .accordion-button:after {
  background-image: url(/images/chevron-down-icon-red.svg) !important;
  transform: translateY(5px);
}
@media (max-width: 767px) {
  body.alfa-garage-body #cardService {
    margin-top: 0;
  }
}
body.alfa-garage-body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options {
  /* Handle */
}
body.alfa-garage-body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options::-webkit-scrollbar-thumb {
  background: #941313 !important;
}
body.alfa-garage-body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]):hover, body.alfa-garage-body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]):focus, body.alfa-garage-body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]).select2-results__option--highlighted, body.alfa-garage-body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true])[aria-selected=true] {
  background-color: white;
  color: #941313 !important;
}
body .is-size-1 {
  font-size: 42px;
}
body .is-line-height-1 {
  line-height: 42px;
}
@media (min-width: 1400px) {
  body .is-size-1-xxl {
    font-size: 42px !important;
  }
  body .is-line-height-1-xxl {
    line-height: 42px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-1-xl {
    font-size: 42px !important;
  }
  body .is-line-height-1-xl {
    line-height: 42px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-1-lg {
    font-size: 42px !important;
  }
  body .is-line-height-1-lg {
    line-height: 42px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-1-md {
    font-size: 42px !important;
  }
  body .is-line-height-1-md {
    line-height: 42px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-1-touch {
    font-size: 42px !important;
  }
  body .is-line-height-1-touch {
    line-height: 42px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-1-xs {
    font-size: 42px !important;
  }
  body .is-line-height-1-xs {
    line-height: 42px !important;
  }
}
body .is-size-2 {
  font-size: 38px;
}
body .is-line-height-2 {
  line-height: 38px;
}
@media (min-width: 1400px) {
  body .is-size-2-xxl {
    font-size: 38px !important;
  }
  body .is-line-height-2-xxl {
    line-height: 38px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-2-xl {
    font-size: 38px !important;
  }
  body .is-line-height-2-xl {
    line-height: 38px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-2-lg {
    font-size: 38px !important;
  }
  body .is-line-height-2-lg {
    line-height: 38px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-2-md {
    font-size: 38px !important;
  }
  body .is-line-height-2-md {
    line-height: 38px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-2-touch {
    font-size: 38px !important;
  }
  body .is-line-height-2-touch {
    line-height: 38px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-2-xs {
    font-size: 38px !important;
  }
  body .is-line-height-2-xs {
    line-height: 38px !important;
  }
}
body .is-size-3 {
  font-size: 36px;
}
body .is-line-height-3 {
  line-height: 36px;
}
@media (min-width: 1400px) {
  body .is-size-3-xxl {
    font-size: 36px !important;
  }
  body .is-line-height-3-xxl {
    line-height: 36px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-3-xl {
    font-size: 36px !important;
  }
  body .is-line-height-3-xl {
    line-height: 36px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-3-lg {
    font-size: 36px !important;
  }
  body .is-line-height-3-lg {
    line-height: 36px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-3-md {
    font-size: 36px !important;
  }
  body .is-line-height-3-md {
    line-height: 36px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-3-touch {
    font-size: 36px !important;
  }
  body .is-line-height-3-touch {
    line-height: 36px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-3-xs {
    font-size: 36px !important;
  }
  body .is-line-height-3-xs {
    line-height: 36px !important;
  }
}
body .is-size-4 {
  font-size: 30px;
}
body .is-line-height-4 {
  line-height: 30px;
}
@media (min-width: 1400px) {
  body .is-size-4-xxl {
    font-size: 30px !important;
  }
  body .is-line-height-4-xxl {
    line-height: 30px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-4-xl {
    font-size: 30px !important;
  }
  body .is-line-height-4-xl {
    line-height: 30px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-4-lg {
    font-size: 30px !important;
  }
  body .is-line-height-4-lg {
    line-height: 30px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-4-md {
    font-size: 30px !important;
  }
  body .is-line-height-4-md {
    line-height: 30px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-4-touch {
    font-size: 30px !important;
  }
  body .is-line-height-4-touch {
    line-height: 30px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-4-xs {
    font-size: 30px !important;
  }
  body .is-line-height-4-xs {
    line-height: 30px !important;
  }
}
body .is-size-5 {
  font-size: 28px;
}
body .is-line-height-5 {
  line-height: 28px;
}
@media (min-width: 1400px) {
  body .is-size-5-xxl {
    font-size: 28px !important;
  }
  body .is-line-height-5-xxl {
    line-height: 28px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-5-xl {
    font-size: 28px !important;
  }
  body .is-line-height-5-xl {
    line-height: 28px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-5-lg {
    font-size: 28px !important;
  }
  body .is-line-height-5-lg {
    line-height: 28px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-5-md {
    font-size: 28px !important;
  }
  body .is-line-height-5-md {
    line-height: 28px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-5-touch {
    font-size: 28px !important;
  }
  body .is-line-height-5-touch {
    line-height: 28px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-5-xs {
    font-size: 28px !important;
  }
  body .is-line-height-5-xs {
    line-height: 28px !important;
  }
}
body .is-size-6 {
  font-size: 26px;
}
body .is-line-height-6 {
  line-height: 26px;
}
@media (min-width: 1400px) {
  body .is-size-6-xxl {
    font-size: 26px !important;
  }
  body .is-line-height-6-xxl {
    line-height: 26px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-6-xl {
    font-size: 26px !important;
  }
  body .is-line-height-6-xl {
    line-height: 26px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-6-lg {
    font-size: 26px !important;
  }
  body .is-line-height-6-lg {
    line-height: 26px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-6-md {
    font-size: 26px !important;
  }
  body .is-line-height-6-md {
    line-height: 26px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-6-touch {
    font-size: 26px !important;
  }
  body .is-line-height-6-touch {
    line-height: 26px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-6-xs {
    font-size: 26px !important;
  }
  body .is-line-height-6-xs {
    line-height: 26px !important;
  }
}
body .is-size-7 {
  font-size: 24px;
}
body .is-line-height-7 {
  line-height: 24px;
}
@media (min-width: 1400px) {
  body .is-size-7-xxl {
    font-size: 24px !important;
  }
  body .is-line-height-7-xxl {
    line-height: 24px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-7-xl {
    font-size: 24px !important;
  }
  body .is-line-height-7-xl {
    line-height: 24px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-7-lg {
    font-size: 24px !important;
  }
  body .is-line-height-7-lg {
    line-height: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-7-md {
    font-size: 24px !important;
  }
  body .is-line-height-7-md {
    line-height: 24px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-7-touch {
    font-size: 24px !important;
  }
  body .is-line-height-7-touch {
    line-height: 24px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-7-xs {
    font-size: 24px !important;
  }
  body .is-line-height-7-xs {
    line-height: 24px !important;
  }
}
body .is-size-8 {
  font-size: 20px;
}
body .is-line-height-8 {
  line-height: 20px;
}
@media (min-width: 1400px) {
  body .is-size-8-xxl {
    font-size: 20px !important;
  }
  body .is-line-height-8-xxl {
    line-height: 20px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-8-xl {
    font-size: 20px !important;
  }
  body .is-line-height-8-xl {
    line-height: 20px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-8-lg {
    font-size: 20px !important;
  }
  body .is-line-height-8-lg {
    line-height: 20px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-8-md {
    font-size: 20px !important;
  }
  body .is-line-height-8-md {
    line-height: 20px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-8-touch {
    font-size: 20px !important;
  }
  body .is-line-height-8-touch {
    line-height: 20px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-8-xs {
    font-size: 20px !important;
  }
  body .is-line-height-8-xs {
    line-height: 20px !important;
  }
}
body .is-size-9 {
  font-size: 18px;
}
body .is-line-height-9 {
  line-height: 18px;
}
@media (min-width: 1400px) {
  body .is-size-9-xxl {
    font-size: 18px !important;
  }
  body .is-line-height-9-xxl {
    line-height: 18px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-9-xl {
    font-size: 18px !important;
  }
  body .is-line-height-9-xl {
    line-height: 18px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-9-lg {
    font-size: 18px !important;
  }
  body .is-line-height-9-lg {
    line-height: 18px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-9-md {
    font-size: 18px !important;
  }
  body .is-line-height-9-md {
    line-height: 18px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-9-touch {
    font-size: 18px !important;
  }
  body .is-line-height-9-touch {
    line-height: 18px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-9-xs {
    font-size: 18px !important;
  }
  body .is-line-height-9-xs {
    line-height: 18px !important;
  }
}
body .is-size-10 {
  font-size: 16px;
}
body .is-line-height-10 {
  line-height: 16px;
}
@media (min-width: 1400px) {
  body .is-size-10-xxl {
    font-size: 16px !important;
  }
  body .is-line-height-10-xxl {
    line-height: 16px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-10-xl {
    font-size: 16px !important;
  }
  body .is-line-height-10-xl {
    line-height: 16px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-10-lg {
    font-size: 16px !important;
  }
  body .is-line-height-10-lg {
    line-height: 16px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-10-md {
    font-size: 16px !important;
  }
  body .is-line-height-10-md {
    line-height: 16px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-10-touch {
    font-size: 16px !important;
  }
  body .is-line-height-10-touch {
    line-height: 16px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-10-xs {
    font-size: 16px !important;
  }
  body .is-line-height-10-xs {
    line-height: 16px !important;
  }
}
body .is-size-11 {
  font-size: 14px;
}
body .is-line-height-11 {
  line-height: 14px;
}
@media (min-width: 1400px) {
  body .is-size-11-xxl {
    font-size: 14px !important;
  }
  body .is-line-height-11-xxl {
    line-height: 14px !important;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .is-size-11-xl {
    font-size: 14px !important;
  }
  body .is-line-height-11-xl {
    line-height: 14px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .is-size-11-lg {
    font-size: 14px !important;
  }
  body .is-line-height-11-lg {
    line-height: 14px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .is-size-11-md {
    font-size: 14px !important;
  }
  body .is-line-height-11-md {
    line-height: 14px !important;
  }
}
@media (max-width: 991px) {
  body .is-size-11-touch {
    font-size: 14px !important;
  }
  body .is-line-height-11-touch {
    line-height: 14px !important;
  }
}
@media (max-width: 767px) {
  body .is-size-11-xs {
    font-size: 14px !important;
  }
  body .is-line-height-11-xs {
    line-height: 14px !important;
  }
}
body .is-rounded-0 {
  border-radius: 0px;
}
@media (max-width: 991px) {
  body .is-rounded-0-touch {
    border-radius: 0px !important;
  }
}
body .is-rounded-5 {
  border-radius: 5px;
}
@media (max-width: 991px) {
  body .is-rounded-5-touch {
    border-radius: 5px !important;
  }
}
body .is-rounded-6 {
  border-radius: 6px;
}
@media (max-width: 991px) {
  body .is-rounded-6-touch {
    border-radius: 6px !important;
  }
}
body .is-rounded-8 {
  border-radius: 8px;
}
@media (max-width: 991px) {
  body .is-rounded-8-touch {
    border-radius: 8px !important;
  }
}
body .is-rounded-10 {
  border-radius: 10px;
}
@media (max-width: 991px) {
  body .is-rounded-10-touch {
    border-radius: 10px !important;
  }
}
body .is-rounded-12 {
  border-radius: 12px;
}
@media (max-width: 991px) {
  body .is-rounded-12-touch {
    border-radius: 12px !important;
  }
}
body .is-rounded-15 {
  border-radius: 15px;
}
@media (max-width: 991px) {
  body .is-rounded-15-touch {
    border-radius: 15px !important;
  }
}
body .is-rounded-20 {
  border-radius: 20px;
}
@media (max-width: 991px) {
  body .is-rounded-20-touch {
    border-radius: 20px !important;
  }
}
body .is-rounded-50 {
  border-radius: 50px;
}
@media (max-width: 991px) {
  body .is-rounded-50-touch {
    border-radius: 50px !important;
  }
}
body .border-black {
  border: 1px solid #0C0C0C !important;
}
body .border-t-black {
  border-top: 1px solid #0C0C0C !important;
}
body .border-b-black {
  border-bottom: 1px solid #0C0C0C !important;
}
body .border-e-black {
  border-right: 1px solid #0C0C0C !important;
}
body .border-s-black {
  border-left: 1px solid #0C0C0C !important;
}
body .border-y-black {
  border-top: 1px solid #0C0C0C !important;
  border-bottom: 1px solid #0C0C0C !important;
}
body .border-x-black {
  border-left: 1px solid #0C0C0C !important;
  border-right: 1px solid #0C0C0C !important;
}
@media (max-width: 991px) {
  body .border-black-touch {
    border: 1px solid #0C0C0C !important;
  }
  body .border-t-black-touch {
    border-top: 1px solid #0C0C0C !important;
  }
  body .border-b-black-touch {
    border-bottom: 1px solid #0C0C0C !important;
  }
  body .border-e-black-touch {
    border-right: 1px solid #0C0C0C !important;
  }
  body .border-s-black-touch {
    border-left: 1px solid #0C0C0C !important;
  }
  body .border-y-black-touch {
    border-top: 1px solid #0C0C0C !important;
    border-bottom: 1px solid #0C0C0C !important;
  }
  body .border-x-black-touch {
    border-left: 1px solid #0C0C0C !important;
    border-right: 1px solid #0C0C0C !important;
  }
}
@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 !important;
}
body .border-t-white {
  border-top: 1px solid #FFFFFF !important;
}
body .border-b-white {
  border-bottom: 1px solid #FFFFFF !important;
}
body .border-e-white {
  border-right: 1px solid #FFFFFF !important;
}
body .border-s-white {
  border-left: 1px solid #FFFFFF !important;
}
body .border-y-white {
  border-top: 1px solid #FFFFFF !important;
  border-bottom: 1px solid #FFFFFF !important;
}
body .border-x-white {
  border-left: 1px solid #FFFFFF !important;
  border-right: 1px solid #FFFFFF !important;
}
@media (max-width: 991px) {
  body .border-white-touch {
    border: 1px solid #FFFFFF !important;
  }
  body .border-t-white-touch {
    border-top: 1px solid #FFFFFF !important;
  }
  body .border-b-white-touch {
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-e-white-touch {
    border-right: 1px solid #FFFFFF !important;
  }
  body .border-s-white-touch {
    border-left: 1px solid #FFFFFF !important;
  }
  body .border-y-white-touch {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-x-white-touch {
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
  }
}
@media (min-width: 1400px) {
  body .border-white-xxl {
    border: 1px solid #FFFFFF !important;
  }
  body .border-t-white-xxl {
    border-top: 1px solid #FFFFFF !important;
  }
  body .border-b-white-xxl {
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-e-white-xxl {
    border-right: 1px solid #FFFFFF !important;
  }
  body .border-s-white-xxl {
    border-left: 1px solid #FFFFFF !important;
  }
  body .border-y-white-xxl {
    border-top: 1px solid #FFFFFF !important;
    border-bottom: 1px solid #FFFFFF !important;
  }
  body .border-x-white-xxl {
    border-left: 1px solid #FFFFFF !important;
    border-right: 1px solid #FFFFFF !important;
  }
}
body .border-blue {
  border: 1px solid #0682FF !important;
}
body .border-t-blue {
  border-top: 1px solid #0682FF !important;
}
body .border-b-blue {
  border-bottom: 1px solid #0682FF !important;
}
body .border-e-blue {
  border-right: 1px solid #0682FF !important;
}
body .border-s-blue {
  border-left: 1px solid #0682FF !important;
}
body .border-y-blue {
  border-top: 1px solid #0682FF !important;
  border-bottom: 1px solid #0682FF !important;
}
body .border-x-blue {
  border-left: 1px solid #0682FF !important;
  border-right: 1px solid #0682FF !important;
}
@media (max-width: 991px) {
  body .border-blue-touch {
    border: 1px solid #0682FF !important;
  }
  body .border-t-blue-touch {
    border-top: 1px solid #0682FF !important;
  }
  body .border-b-blue-touch {
    border-bottom: 1px solid #0682FF !important;
  }
  body .border-e-blue-touch {
    border-right: 1px solid #0682FF !important;
  }
  body .border-s-blue-touch {
    border-left: 1px solid #0682FF !important;
  }
  body .border-y-blue-touch {
    border-top: 1px solid #0682FF !important;
    border-bottom: 1px solid #0682FF !important;
  }
  body .border-x-blue-touch {
    border-left: 1px solid #0682FF !important;
    border-right: 1px solid #0682FF !important;
  }
}
@media (min-width: 1400px) {
  body .border-blue-xxl {
    border: 1px solid #0682FF !important;
  }
  body .border-t-blue-xxl {
    border-top: 1px solid #0682FF !important;
  }
  body .border-b-blue-xxl {
    border-bottom: 1px solid #0682FF !important;
  }
  body .border-e-blue-xxl {
    border-right: 1px solid #0682FF !important;
  }
  body .border-s-blue-xxl {
    border-left: 1px solid #0682FF !important;
  }
  body .border-y-blue-xxl {
    border-top: 1px solid #0682FF !important;
    border-bottom: 1px solid #0682FF !important;
  }
  body .border-x-blue-xxl {
    border-left: 1px solid #0682FF !important;
    border-right: 1px solid #0682FF !important;
  }
}
body .border-dark-grey {
  border: 1px solid #7B7B7B !important;
}
body .border-t-dark-grey {
  border-top: 1px solid #7B7B7B !important;
}
body .border-b-dark-grey {
  border-bottom: 1px solid #7B7B7B !important;
}
body .border-e-dark-grey {
  border-right: 1px solid #7B7B7B !important;
}
body .border-s-dark-grey {
  border-left: 1px solid #7B7B7B !important;
}
body .border-y-dark-grey {
  border-top: 1px solid #7B7B7B !important;
  border-bottom: 1px solid #7B7B7B !important;
}
body .border-x-dark-grey {
  border-left: 1px solid #7B7B7B !important;
  border-right: 1px solid #7B7B7B !important;
}
@media (max-width: 991px) {
  body .border-dark-grey-touch {
    border: 1px solid #7B7B7B !important;
  }
  body .border-t-dark-grey-touch {
    border-top: 1px solid #7B7B7B !important;
  }
  body .border-b-dark-grey-touch {
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-e-dark-grey-touch {
    border-right: 1px solid #7B7B7B !important;
  }
  body .border-s-dark-grey-touch {
    border-left: 1px solid #7B7B7B !important;
  }
  body .border-y-dark-grey-touch {
    border-top: 1px solid #7B7B7B !important;
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-x-dark-grey-touch {
    border-left: 1px solid #7B7B7B !important;
    border-right: 1px solid #7B7B7B !important;
  }
}
@media (min-width: 1400px) {
  body .border-dark-grey-xxl {
    border: 1px solid #7B7B7B !important;
  }
  body .border-t-dark-grey-xxl {
    border-top: 1px solid #7B7B7B !important;
  }
  body .border-b-dark-grey-xxl {
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-e-dark-grey-xxl {
    border-right: 1px solid #7B7B7B !important;
  }
  body .border-s-dark-grey-xxl {
    border-left: 1px solid #7B7B7B !important;
  }
  body .border-y-dark-grey-xxl {
    border-top: 1px solid #7B7B7B !important;
    border-bottom: 1px solid #7B7B7B !important;
  }
  body .border-x-dark-grey-xxl {
    border-left: 1px solid #7B7B7B !important;
    border-right: 1px solid #7B7B7B !important;
  }
}
body .border-grey-borders {
  border: 1px solid #E6E6E6 !important;
}
body .border-t-grey-borders {
  border-top: 1px solid #E6E6E6 !important;
}
body .border-b-grey-borders {
  border-bottom: 1px solid #E6E6E6 !important;
}
body .border-e-grey-borders {
  border-right: 1px solid #E6E6E6 !important;
}
body .border-s-grey-borders {
  border-left: 1px solid #E6E6E6 !important;
}
body .border-y-grey-borders {
  border-top: 1px solid #E6E6E6 !important;
  border-bottom: 1px solid #E6E6E6 !important;
}
body .border-x-grey-borders {
  border-left: 1px solid #E6E6E6 !important;
  border-right: 1px solid #E6E6E6 !important;
}
@media (max-width: 991px) {
  body .border-grey-borders-touch {
    border: 1px solid #E6E6E6 !important;
  }
  body .border-t-grey-borders-touch {
    border-top: 1px solid #E6E6E6 !important;
  }
  body .border-b-grey-borders-touch {
    border-bottom: 1px solid #E6E6E6 !important;
  }
  body .border-e-grey-borders-touch {
    border-right: 1px solid #E6E6E6 !important;
  }
  body .border-s-grey-borders-touch {
    border-left: 1px solid #E6E6E6 !important;
  }
  body .border-y-grey-borders-touch {
    border-top: 1px solid #E6E6E6 !important;
    border-bottom: 1px solid #E6E6E6 !important;
  }
  body .border-x-grey-borders-touch {
    border-left: 1px solid #E6E6E6 !important;
    border-right: 1px solid #E6E6E6 !important;
  }
}
@media (min-width: 1400px) {
  body .border-grey-borders-xxl {
    border: 1px solid #E6E6E6 !important;
  }
  body .border-t-grey-borders-xxl {
    border-top: 1px solid #E6E6E6 !important;
  }
  body .border-b-grey-borders-xxl {
    border-bottom: 1px solid #E6E6E6 !important;
  }
  body .border-e-grey-borders-xxl {
    border-right: 1px solid #E6E6E6 !important;
  }
  body .border-s-grey-borders-xxl {
    border-left: 1px solid #E6E6E6 !important;
  }
  body .border-y-grey-borders-xxl {
    border-top: 1px solid #E6E6E6 !important;
    border-bottom: 1px solid #E6E6E6 !important;
  }
  body .border-x-grey-borders-xxl {
    border-left: 1px solid #E6E6E6 !important;
    border-right: 1px solid #E6E6E6 !important;
  }
}
body .border-light-blue {
  border: 1px solid #54C0EE !important;
}
body .border-t-light-blue {
  border-top: 1px solid #54C0EE !important;
}
body .border-b-light-blue {
  border-bottom: 1px solid #54C0EE !important;
}
body .border-e-light-blue {
  border-right: 1px solid #54C0EE !important;
}
body .border-s-light-blue {
  border-left: 1px solid #54C0EE !important;
}
body .border-y-light-blue {
  border-top: 1px solid #54C0EE !important;
  border-bottom: 1px solid #54C0EE !important;
}
body .border-x-light-blue {
  border-left: 1px solid #54C0EE !important;
  border-right: 1px solid #54C0EE !important;
}
@media (max-width: 991px) {
  body .border-light-blue-touch {
    border: 1px solid #54C0EE !important;
  }
  body .border-t-light-blue-touch {
    border-top: 1px solid #54C0EE !important;
  }
  body .border-b-light-blue-touch {
    border-bottom: 1px solid #54C0EE !important;
  }
  body .border-e-light-blue-touch {
    border-right: 1px solid #54C0EE !important;
  }
  body .border-s-light-blue-touch {
    border-left: 1px solid #54C0EE !important;
  }
  body .border-y-light-blue-touch {
    border-top: 1px solid #54C0EE !important;
    border-bottom: 1px solid #54C0EE !important;
  }
  body .border-x-light-blue-touch {
    border-left: 1px solid #54C0EE !important;
    border-right: 1px solid #54C0EE !important;
  }
}
@media (min-width: 1400px) {
  body .border-light-blue-xxl {
    border: 1px solid #54C0EE !important;
  }
  body .border-t-light-blue-xxl {
    border-top: 1px solid #54C0EE !important;
  }
  body .border-b-light-blue-xxl {
    border-bottom: 1px solid #54C0EE !important;
  }
  body .border-e-light-blue-xxl {
    border-right: 1px solid #54C0EE !important;
  }
  body .border-s-light-blue-xxl {
    border-left: 1px solid #54C0EE !important;
  }
  body .border-y-light-blue-xxl {
    border-top: 1px solid #54C0EE !important;
    border-bottom: 1px solid #54C0EE !important;
  }
  body .border-x-light-blue-xxl {
    border-left: 1px solid #54C0EE !important;
    border-right: 1px solid #54C0EE !important;
  }
}
body .border-light-grey {
  border: 1px solid #E5E5E5 !important;
}
body .border-t-light-grey {
  border-top: 1px solid #E5E5E5 !important;
}
body .border-b-light-grey {
  border-bottom: 1px solid #E5E5E5 !important;
}
body .border-e-light-grey {
  border-right: 1px solid #E5E5E5 !important;
}
body .border-s-light-grey {
  border-left: 1px solid #E5E5E5 !important;
}
body .border-y-light-grey {
  border-top: 1px solid #E5E5E5 !important;
  border-bottom: 1px solid #E5E5E5 !important;
}
body .border-x-light-grey {
  border-left: 1px solid #E5E5E5 !important;
  border-right: 1px solid #E5E5E5 !important;
}
@media (max-width: 991px) {
  body .border-light-grey-touch {
    border: 1px solid #E5E5E5 !important;
  }
  body .border-t-light-grey-touch {
    border-top: 1px solid #E5E5E5 !important;
  }
  body .border-b-light-grey-touch {
    border-bottom: 1px solid #E5E5E5 !important;
  }
  body .border-e-light-grey-touch {
    border-right: 1px solid #E5E5E5 !important;
  }
  body .border-s-light-grey-touch {
    border-left: 1px solid #E5E5E5 !important;
  }
  body .border-y-light-grey-touch {
    border-top: 1px solid #E5E5E5 !important;
    border-bottom: 1px solid #E5E5E5 !important;
  }
  body .border-x-light-grey-touch {
    border-left: 1px solid #E5E5E5 !important;
    border-right: 1px solid #E5E5E5 !important;
  }
}
@media (min-width: 1400px) {
  body .border-light-grey-xxl {
    border: 1px solid #E5E5E5 !important;
  }
  body .border-t-light-grey-xxl {
    border-top: 1px solid #E5E5E5 !important;
  }
  body .border-b-light-grey-xxl {
    border-bottom: 1px solid #E5E5E5 !important;
  }
  body .border-e-light-grey-xxl {
    border-right: 1px solid #E5E5E5 !important;
  }
  body .border-s-light-grey-xxl {
    border-left: 1px solid #E5E5E5 !important;
  }
  body .border-y-light-grey-xxl {
    border-top: 1px solid #E5E5E5 !important;
    border-bottom: 1px solid #E5E5E5 !important;
  }
  body .border-x-light-grey-xxl {
    border-left: 1px solid #E5E5E5 !important;
    border-right: 1px solid #E5E5E5 !important;
  }
}
body .border-lighter-grey {
  border: 1px solid #F6F6F6 !important;
}
body .border-t-lighter-grey {
  border-top: 1px solid #F6F6F6 !important;
}
body .border-b-lighter-grey {
  border-bottom: 1px solid #F6F6F6 !important;
}
body .border-e-lighter-grey {
  border-right: 1px solid #F6F6F6 !important;
}
body .border-s-lighter-grey {
  border-left: 1px solid #F6F6F6 !important;
}
body .border-y-lighter-grey {
  border-top: 1px solid #F6F6F6 !important;
  border-bottom: 1px solid #F6F6F6 !important;
}
body .border-x-lighter-grey {
  border-left: 1px solid #F6F6F6 !important;
  border-right: 1px solid #F6F6F6 !important;
}
@media (max-width: 991px) {
  body .border-lighter-grey-touch {
    border: 1px solid #F6F6F6 !important;
  }
  body .border-t-lighter-grey-touch {
    border-top: 1px solid #F6F6F6 !important;
  }
  body .border-b-lighter-grey-touch {
    border-bottom: 1px solid #F6F6F6 !important;
  }
  body .border-e-lighter-grey-touch {
    border-right: 1px solid #F6F6F6 !important;
  }
  body .border-s-lighter-grey-touch {
    border-left: 1px solid #F6F6F6 !important;
  }
  body .border-y-lighter-grey-touch {
    border-top: 1px solid #F6F6F6 !important;
    border-bottom: 1px solid #F6F6F6 !important;
  }
  body .border-x-lighter-grey-touch {
    border-left: 1px solid #F6F6F6 !important;
    border-right: 1px solid #F6F6F6 !important;
  }
}
@media (min-width: 1400px) {
  body .border-lighter-grey-xxl {
    border: 1px solid #F6F6F6 !important;
  }
  body .border-t-lighter-grey-xxl {
    border-top: 1px solid #F6F6F6 !important;
  }
  body .border-b-lighter-grey-xxl {
    border-bottom: 1px solid #F6F6F6 !important;
  }
  body .border-e-lighter-grey-xxl {
    border-right: 1px solid #F6F6F6 !important;
  }
  body .border-s-lighter-grey-xxl {
    border-left: 1px solid #F6F6F6 !important;
  }
  body .border-y-lighter-grey-xxl {
    border-top: 1px solid #F6F6F6 !important;
    border-bottom: 1px solid #F6F6F6 !important;
  }
  body .border-x-lighter-grey-xxl {
    border-left: 1px solid #F6F6F6 !important;
    border-right: 1px solid #F6F6F6 !important;
  }
}
body .border-grey {
  border: 1px solid #52585E !important;
}
body .border-t-grey {
  border-top: 1px solid #52585E !important;
}
body .border-b-grey {
  border-bottom: 1px solid #52585E !important;
}
body .border-e-grey {
  border-right: 1px solid #52585E !important;
}
body .border-s-grey {
  border-left: 1px solid #52585E !important;
}
body .border-y-grey {
  border-top: 1px solid #52585E !important;
  border-bottom: 1px solid #52585E !important;
}
body .border-x-grey {
  border-left: 1px solid #52585E !important;
  border-right: 1px solid #52585E !important;
}
@media (max-width: 991px) {
  body .border-grey-touch {
    border: 1px solid #52585E !important;
  }
  body .border-t-grey-touch {
    border-top: 1px solid #52585E !important;
  }
  body .border-b-grey-touch {
    border-bottom: 1px solid #52585E !important;
  }
  body .border-e-grey-touch {
    border-right: 1px solid #52585E !important;
  }
  body .border-s-grey-touch {
    border-left: 1px solid #52585E !important;
  }
  body .border-y-grey-touch {
    border-top: 1px solid #52585E !important;
    border-bottom: 1px solid #52585E !important;
  }
  body .border-x-grey-touch {
    border-left: 1px solid #52585E !important;
    border-right: 1px solid #52585E !important;
  }
}
@media (min-width: 1400px) {
  body .border-grey-xxl {
    border: 1px solid #52585E !important;
  }
  body .border-t-grey-xxl {
    border-top: 1px solid #52585E !important;
  }
  body .border-b-grey-xxl {
    border-bottom: 1px solid #52585E !important;
  }
  body .border-e-grey-xxl {
    border-right: 1px solid #52585E !important;
  }
  body .border-s-grey-xxl {
    border-left: 1px solid #52585E !important;
  }
  body .border-y-grey-xxl {
    border-top: 1px solid #52585E !important;
    border-bottom: 1px solid #52585E !important;
  }
  body .border-x-grey-xxl {
    border-left: 1px solid #52585E !important;
    border-right: 1px solid #52585E !important;
  }
}
body .border-red {
  border: 1px solid #EC0000 !important;
}
body .border-t-red {
  border-top: 1px solid #EC0000 !important;
}
body .border-b-red {
  border-bottom: 1px solid #EC0000 !important;
}
body .border-e-red {
  border-right: 1px solid #EC0000 !important;
}
body .border-s-red {
  border-left: 1px solid #EC0000 !important;
}
body .border-y-red {
  border-top: 1px solid #EC0000 !important;
  border-bottom: 1px solid #EC0000 !important;
}
body .border-x-red {
  border-left: 1px solid #EC0000 !important;
  border-right: 1px solid #EC0000 !important;
}
@media (max-width: 991px) {
  body .border-red-touch {
    border: 1px solid #EC0000 !important;
  }
  body .border-t-red-touch {
    border-top: 1px solid #EC0000 !important;
  }
  body .border-b-red-touch {
    border-bottom: 1px solid #EC0000 !important;
  }
  body .border-e-red-touch {
    border-right: 1px solid #EC0000 !important;
  }
  body .border-s-red-touch {
    border-left: 1px solid #EC0000 !important;
  }
  body .border-y-red-touch {
    border-top: 1px solid #EC0000 !important;
    border-bottom: 1px solid #EC0000 !important;
  }
  body .border-x-red-touch {
    border-left: 1px solid #EC0000 !important;
    border-right: 1px solid #EC0000 !important;
  }
}
@media (min-width: 1400px) {
  body .border-red-xxl {
    border: 1px solid #EC0000 !important;
  }
  body .border-t-red-xxl {
    border-top: 1px solid #EC0000 !important;
  }
  body .border-b-red-xxl {
    border-bottom: 1px solid #EC0000 !important;
  }
  body .border-e-red-xxl {
    border-right: 1px solid #EC0000 !important;
  }
  body .border-s-red-xxl {
    border-left: 1px solid #EC0000 !important;
  }
  body .border-y-red-xxl {
    border-top: 1px solid #EC0000 !important;
    border-bottom: 1px solid #EC0000 !important;
  }
  body .border-x-red-xxl {
    border-left: 1px solid #EC0000 !important;
    border-right: 1px solid #EC0000 !important;
  }
}
body .border-dark-red {
  border: 1px solid #941313 !important;
}
body .border-t-dark-red {
  border-top: 1px solid #941313 !important;
}
body .border-b-dark-red {
  border-bottom: 1px solid #941313 !important;
}
body .border-e-dark-red {
  border-right: 1px solid #941313 !important;
}
body .border-s-dark-red {
  border-left: 1px solid #941313 !important;
}
body .border-y-dark-red {
  border-top: 1px solid #941313 !important;
  border-bottom: 1px solid #941313 !important;
}
body .border-x-dark-red {
  border-left: 1px solid #941313 !important;
  border-right: 1px solid #941313 !important;
}
@media (max-width: 991px) {
  body .border-dark-red-touch {
    border: 1px solid #941313 !important;
  }
  body .border-t-dark-red-touch {
    border-top: 1px solid #941313 !important;
  }
  body .border-b-dark-red-touch {
    border-bottom: 1px solid #941313 !important;
  }
  body .border-e-dark-red-touch {
    border-right: 1px solid #941313 !important;
  }
  body .border-s-dark-red-touch {
    border-left: 1px solid #941313 !important;
  }
  body .border-y-dark-red-touch {
    border-top: 1px solid #941313 !important;
    border-bottom: 1px solid #941313 !important;
  }
  body .border-x-dark-red-touch {
    border-left: 1px solid #941313 !important;
    border-right: 1px solid #941313 !important;
  }
}
@media (min-width: 1400px) {
  body .border-dark-red-xxl {
    border: 1px solid #941313 !important;
  }
  body .border-t-dark-red-xxl {
    border-top: 1px solid #941313 !important;
  }
  body .border-b-dark-red-xxl {
    border-bottom: 1px solid #941313 !important;
  }
  body .border-e-dark-red-xxl {
    border-right: 1px solid #941313 !important;
  }
  body .border-s-dark-red-xxl {
    border-left: 1px solid #941313 !important;
  }
  body .border-y-dark-red-xxl {
    border-top: 1px solid #941313 !important;
    border-bottom: 1px solid #941313 !important;
  }
  body .border-x-dark-red-xxl {
    border-left: 1px solid #941313 !important;
    border-right: 1px solid #941313 !important;
  }
}
body .border-green {
  border: 1px solid #25D366 !important;
}
body .border-t-green {
  border-top: 1px solid #25D366 !important;
}
body .border-b-green {
  border-bottom: 1px solid #25D366 !important;
}
body .border-e-green {
  border-right: 1px solid #25D366 !important;
}
body .border-s-green {
  border-left: 1px solid #25D366 !important;
}
body .border-y-green {
  border-top: 1px solid #25D366 !important;
  border-bottom: 1px solid #25D366 !important;
}
body .border-x-green {
  border-left: 1px solid #25D366 !important;
  border-right: 1px solid #25D366 !important;
}
@media (max-width: 991px) {
  body .border-green-touch {
    border: 1px solid #25D366 !important;
  }
  body .border-t-green-touch {
    border-top: 1px solid #25D366 !important;
  }
  body .border-b-green-touch {
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-e-green-touch {
    border-right: 1px solid #25D366 !important;
  }
  body .border-s-green-touch {
    border-left: 1px solid #25D366 !important;
  }
  body .border-y-green-touch {
    border-top: 1px solid #25D366 !important;
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-x-green-touch {
    border-left: 1px solid #25D366 !important;
    border-right: 1px solid #25D366 !important;
  }
}
@media (min-width: 1400px) {
  body .border-green-xxl {
    border: 1px solid #25D366 !important;
  }
  body .border-t-green-xxl {
    border-top: 1px solid #25D366 !important;
  }
  body .border-b-green-xxl {
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-e-green-xxl {
    border-right: 1px solid #25D366 !important;
  }
  body .border-s-green-xxl {
    border-left: 1px solid #25D366 !important;
  }
  body .border-y-green-xxl {
    border-top: 1px solid #25D366 !important;
    border-bottom: 1px solid #25D366 !important;
  }
  body .border-x-green-xxl {
    border-left: 1px solid #25D366 !important;
    border-right: 1px solid #25D366 !important;
  }
}
body .border-orange {
  border: 1px solid #FF5A13 !important;
}
body .border-t-orange {
  border-top: 1px solid #FF5A13 !important;
}
body .border-b-orange {
  border-bottom: 1px solid #FF5A13 !important;
}
body .border-e-orange {
  border-right: 1px solid #FF5A13 !important;
}
body .border-s-orange {
  border-left: 1px solid #FF5A13 !important;
}
body .border-y-orange {
  border-top: 1px solid #FF5A13 !important;
  border-bottom: 1px solid #FF5A13 !important;
}
body .border-x-orange {
  border-left: 1px solid #FF5A13 !important;
  border-right: 1px solid #FF5A13 !important;
}
@media (max-width: 991px) {
  body .border-orange-touch {
    border: 1px solid #FF5A13 !important;
  }
  body .border-t-orange-touch {
    border-top: 1px solid #FF5A13 !important;
  }
  body .border-b-orange-touch {
    border-bottom: 1px solid #FF5A13 !important;
  }
  body .border-e-orange-touch {
    border-right: 1px solid #FF5A13 !important;
  }
  body .border-s-orange-touch {
    border-left: 1px solid #FF5A13 !important;
  }
  body .border-y-orange-touch {
    border-top: 1px solid #FF5A13 !important;
    border-bottom: 1px solid #FF5A13 !important;
  }
  body .border-x-orange-touch {
    border-left: 1px solid #FF5A13 !important;
    border-right: 1px solid #FF5A13 !important;
  }
}
@media (min-width: 1400px) {
  body .border-orange-xxl {
    border: 1px solid #FF5A13 !important;
  }
  body .border-t-orange-xxl {
    border-top: 1px solid #FF5A13 !important;
  }
  body .border-b-orange-xxl {
    border-bottom: 1px solid #FF5A13 !important;
  }
  body .border-e-orange-xxl {
    border-right: 1px solid #FF5A13 !important;
  }
  body .border-s-orange-xxl {
    border-left: 1px solid #FF5A13 !important;
  }
  body .border-y-orange-xxl {
    border-top: 1px solid #FF5A13 !important;
    border-bottom: 1px solid #FF5A13 !important;
  }
  body .border-x-orange-xxl {
    border-left: 1px solid #FF5A13 !important;
    border-right: 1px solid #FF5A13 !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-blue {
  background-color: #0682FF;
}
body .text-blue {
  color: #0682FF !important;
}
body .border-color-blue {
  border-color: #0682FF !important;
}
body .form-select.border-color-blue {
  border-color: #0682FF !important;
}
@media (max-width: 991px) {
  body .bg-xs-blue {
    background-color: #0682FF;
  }
}
body .bg-dark-grey {
  background-color: #7B7B7B;
}
body .text-dark-grey {
  color: #7B7B7B !important;
}
body .border-color-dark-grey {
  border-color: #7B7B7B !important;
}
body .form-select.border-color-dark-grey {
  border-color: #7B7B7B !important;
}
@media (max-width: 991px) {
  body .bg-xs-dark-grey {
    background-color: #7B7B7B;
  }
}
body .bg-grey-borders {
  background-color: #E6E6E6;
}
body .text-grey-borders {
  color: #E6E6E6 !important;
}
body .border-color-grey-borders {
  border-color: #E6E6E6 !important;
}
body .form-select.border-color-grey-borders {
  border-color: #E6E6E6 !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey-borders {
    background-color: #E6E6E6;
  }
}
body .bg-light-blue {
  background-color: #54C0EE;
}
body .text-light-blue {
  color: #54C0EE !important;
}
body .border-color-light-blue {
  border-color: #54C0EE !important;
}
body .form-select.border-color-light-blue {
  border-color: #54C0EE !important;
}
@media (max-width: 991px) {
  body .bg-xs-light-blue {
    background-color: #54C0EE;
  }
}
body .bg-light-grey {
  background-color: #E5E5E5;
}
body .text-light-grey {
  color: #E5E5E5 !important;
}
body .border-color-light-grey {
  border-color: #E5E5E5 !important;
}
body .form-select.border-color-light-grey {
  border-color: #E5E5E5 !important;
}
@media (max-width: 991px) {
  body .bg-xs-light-grey {
    background-color: #E5E5E5;
  }
}
body .bg-lighter-grey {
  background-color: #F6F6F6;
}
body .text-lighter-grey {
  color: #F6F6F6 !important;
}
body .border-color-lighter-grey {
  border-color: #F6F6F6 !important;
}
body .form-select.border-color-lighter-grey {
  border-color: #F6F6F6 !important;
}
@media (max-width: 991px) {
  body .bg-xs-lighter-grey {
    background-color: #F6F6F6;
  }
}
body .bg-grey {
  background-color: #52585E;
}
body .text-grey {
  color: #52585E !important;
}
body .border-color-grey {
  border-color: #52585E !important;
}
body .form-select.border-color-grey {
  border-color: #52585E !important;
}
@media (max-width: 991px) {
  body .bg-xs-grey {
    background-color: #52585E;
  }
}
body .bg-red {
  background-color: #EC0000;
}
body .text-red {
  color: #EC0000 !important;
}
body .border-color-red {
  border-color: #EC0000 !important;
}
body .form-select.border-color-red {
  border-color: #EC0000 !important;
}
@media (max-width: 991px) {
  body .bg-xs-red {
    background-color: #EC0000;
  }
}
body .bg-dark-red {
  background-color: #941313;
}
body .text-dark-red {
  color: #941313 !important;
}
body .border-color-dark-red {
  border-color: #941313 !important;
}
body .form-select.border-color-dark-red {
  border-color: #941313 !important;
}
@media (max-width: 991px) {
  body .bg-xs-dark-red {
    background-color: #941313;
  }
}
body .bg-green {
  background-color: #25D366;
}
body .text-green {
  color: #25D366 !important;
}
body .border-color-green {
  border-color: #25D366 !important;
}
body .form-select.border-color-green {
  border-color: #25D366 !important;
}
@media (max-width: 991px) {
  body .bg-xs-green {
    background-color: #25D366;
  }
}
body .bg-orange {
  background-color: #FF5A13;
}
body .text-orange {
  color: #FF5A13 !important;
}
body .border-color-orange {
  border-color: #FF5A13 !important;
}
body .form-select.border-color-orange {
  border-color: #FF5A13 !important;
}
@media (max-width: 991px) {
  body .bg-xs-orange {
    background-color: #FF5A13;
  }
}
body .container-8 {
  max-width: 8px;
  margin: auto;
}
body .max-w-8 {
  max-width: 8px;
}
body .min-w-8 {
  min-width: 8px;
}
@media (min-width: 1400px) {
  body .min-w-8-xxl {
    min-width: 8px;
  }
  body .max-w-8-xxl {
    max-width: 8px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-8-xl {
    min-width: 8px;
  }
  body .max-w-8-xl {
    max-width: 8px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-8-lg {
    min-width: 8px;
  }
  body .max-w-8-lg {
    max-width: 8px;
  }
}
@media (max-width: 991px) {
  body .max-w-8-touch {
    max-width: 8px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-8-xs {
    max-width: 8px !important;
  }
}
body .container-14 {
  max-width: 14px;
  margin: auto;
}
body .max-w-14 {
  max-width: 14px;
}
body .min-w-14 {
  min-width: 14px;
}
@media (min-width: 1400px) {
  body .min-w-14-xxl {
    min-width: 14px;
  }
  body .max-w-14-xxl {
    max-width: 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-14-xl {
    min-width: 14px;
  }
  body .max-w-14-xl {
    max-width: 14px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-14-lg {
    min-width: 14px;
  }
  body .max-w-14-lg {
    max-width: 14px;
  }
}
@media (max-width: 991px) {
  body .max-w-14-touch {
    max-width: 14px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-14-xs {
    max-width: 14px !important;
  }
}
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;
  }
  body .max-w-17-lg {
    max-width: 17px;
  }
}
@media (max-width: 991px) {
  body .max-w-17-touch {
    max-width: 17px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-17-xs {
    max-width: 17px !important;
  }
}
body .container-50 {
  max-width: 50px;
  margin: auto;
}
body .max-w-50 {
  max-width: 50px;
}
body .min-w-50 {
  min-width: 50px;
}
@media (min-width: 1400px) {
  body .min-w-50-xxl {
    min-width: 50px;
  }
  body .max-w-50-xxl {
    max-width: 50px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-50-xl {
    min-width: 50px;
  }
  body .max-w-50-xl {
    max-width: 50px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-50-lg {
    min-width: 50px;
  }
  body .max-w-50-lg {
    max-width: 50px;
  }
}
@media (max-width: 991px) {
  body .max-w-50-touch {
    max-width: 50px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-50-xs {
    max-width: 50px !important;
  }
}
body .container-160 {
  max-width: 160px;
  margin: auto;
}
body .max-w-160 {
  max-width: 160px;
}
body .min-w-160 {
  min-width: 160px;
}
@media (min-width: 1400px) {
  body .min-w-160-xxl {
    min-width: 160px;
  }
  body .max-w-160-xxl {
    max-width: 160px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-160-xl {
    min-width: 160px;
  }
  body .max-w-160-xl {
    max-width: 160px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-160-lg {
    min-width: 160px;
  }
  body .max-w-160-lg {
    max-width: 160px;
  }
}
@media (max-width: 991px) {
  body .max-w-160-touch {
    max-width: 160px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-160-xs {
    max-width: 160px !important;
  }
}
body .container-180 {
  max-width: 180px;
  margin: auto;
}
body .max-w-180 {
  max-width: 180px;
}
body .min-w-180 {
  min-width: 180px;
}
@media (min-width: 1400px) {
  body .min-w-180-xxl {
    min-width: 180px;
  }
  body .max-w-180-xxl {
    max-width: 180px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-180-xl {
    min-width: 180px;
  }
  body .max-w-180-xl {
    max-width: 180px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-180-lg {
    min-width: 180px;
  }
  body .max-w-180-lg {
    max-width: 180px;
  }
}
@media (max-width: 991px) {
  body .max-w-180-touch {
    max-width: 180px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-180-xs {
    max-width: 180px !important;
  }
}
body .container-190 {
  max-width: 190px;
  margin: auto;
}
body .max-w-190 {
  max-width: 190px;
}
body .min-w-190 {
  min-width: 190px;
}
@media (min-width: 1400px) {
  body .min-w-190-xxl {
    min-width: 190px;
  }
  body .max-w-190-xxl {
    max-width: 190px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-190-xl {
    min-width: 190px;
  }
  body .max-w-190-xl {
    max-width: 190px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-190-lg {
    min-width: 190px;
  }
  body .max-w-190-lg {
    max-width: 190px;
  }
}
@media (max-width: 991px) {
  body .max-w-190-touch {
    max-width: 190px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-190-xs {
    max-width: 190px !important;
  }
}
body .container-260 {
  max-width: 260px;
  margin: auto;
}
body .max-w-260 {
  max-width: 260px;
}
body .min-w-260 {
  min-width: 260px;
}
@media (min-width: 1400px) {
  body .min-w-260-xxl {
    min-width: 260px;
  }
  body .max-w-260-xxl {
    max-width: 260px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-260-xl {
    min-width: 260px;
  }
  body .max-w-260-xl {
    max-width: 260px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-260-lg {
    min-width: 260px;
  }
  body .max-w-260-lg {
    max-width: 260px;
  }
}
@media (max-width: 991px) {
  body .max-w-260-touch {
    max-width: 260px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-260-xs {
    max-width: 260px !important;
  }
}
body .container-300 {
  max-width: 300px;
  margin: auto;
}
body .max-w-300 {
  max-width: 300px;
}
body .min-w-300 {
  min-width: 300px;
}
@media (min-width: 1400px) {
  body .min-w-300-xxl {
    min-width: 300px;
  }
  body .max-w-300-xxl {
    max-width: 300px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-300-xl {
    min-width: 300px;
  }
  body .max-w-300-xl {
    max-width: 300px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-300-lg {
    min-width: 300px;
  }
  body .max-w-300-lg {
    max-width: 300px;
  }
}
@media (max-width: 991px) {
  body .max-w-300-touch {
    max-width: 300px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-300-xs {
    max-width: 300px !important;
  }
}
body .container-335 {
  max-width: 335px;
  margin: auto;
}
body .max-w-335 {
  max-width: 335px;
}
body .min-w-335 {
  min-width: 335px;
}
@media (min-width: 1400px) {
  body .min-w-335-xxl {
    min-width: 335px;
  }
  body .max-w-335-xxl {
    max-width: 335px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-335-xl {
    min-width: 335px;
  }
  body .max-w-335-xl {
    max-width: 335px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-335-lg {
    min-width: 335px;
  }
  body .max-w-335-lg {
    max-width: 335px;
  }
}
@media (max-width: 991px) {
  body .max-w-335-touch {
    max-width: 335px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-335-xs {
    max-width: 335px !important;
  }
}
body .container-360 {
  max-width: 360px;
  margin: auto;
}
body .max-w-360 {
  max-width: 360px;
}
body .min-w-360 {
  min-width: 360px;
}
@media (min-width: 1400px) {
  body .min-w-360-xxl {
    min-width: 360px;
  }
  body .max-w-360-xxl {
    max-width: 360px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-360-xl {
    min-width: 360px;
  }
  body .max-w-360-xl {
    max-width: 360px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-360-lg {
    min-width: 360px;
  }
  body .max-w-360-lg {
    max-width: 360px;
  }
}
@media (max-width: 991px) {
  body .max-w-360-touch {
    max-width: 360px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-360-xs {
    max-width: 360px !important;
  }
}
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;
  }
  body .max-w-400-lg {
    max-width: 400px;
  }
}
@media (max-width: 991px) {
  body .max-w-400-touch {
    max-width: 400px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-400-xs {
    max-width: 400px !important;
  }
}
body .container-470 {
  max-width: 470px;
  margin: auto;
}
body .max-w-470 {
  max-width: 470px;
}
body .min-w-470 {
  min-width: 470px;
}
@media (min-width: 1400px) {
  body .min-w-470-xxl {
    min-width: 470px;
  }
  body .max-w-470-xxl {
    max-width: 470px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-470-xl {
    min-width: 470px;
  }
  body .max-w-470-xl {
    max-width: 470px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-470-lg {
    min-width: 470px;
  }
  body .max-w-470-lg {
    max-width: 470px;
  }
}
@media (max-width: 991px) {
  body .max-w-470-touch {
    max-width: 470px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-470-xs {
    max-width: 470px !important;
  }
}
body .container-520 {
  max-width: 520px;
  margin: auto;
}
body .max-w-520 {
  max-width: 520px;
}
body .min-w-520 {
  min-width: 520px;
}
@media (min-width: 1400px) {
  body .min-w-520-xxl {
    min-width: 520px;
  }
  body .max-w-520-xxl {
    max-width: 520px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-520-xl {
    min-width: 520px;
  }
  body .max-w-520-xl {
    max-width: 520px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-520-lg {
    min-width: 520px;
  }
  body .max-w-520-lg {
    max-width: 520px;
  }
}
@media (max-width: 991px) {
  body .max-w-520-touch {
    max-width: 520px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-520-xs {
    max-width: 520px !important;
  }
}
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;
  }
  body .max-w-600-lg {
    max-width: 600px;
  }
}
@media (max-width: 991px) {
  body .max-w-600-touch {
    max-width: 600px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-600-xs {
    max-width: 600px !important;
  }
}
body .container-650 {
  max-width: 650px;
  margin: auto;
}
body .max-w-650 {
  max-width: 650px;
}
body .min-w-650 {
  min-width: 650px;
}
@media (min-width: 1400px) {
  body .min-w-650-xxl {
    min-width: 650px;
  }
  body .max-w-650-xxl {
    max-width: 650px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-650-xl {
    min-width: 650px;
  }
  body .max-w-650-xl {
    max-width: 650px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-650-lg {
    min-width: 650px;
  }
  body .max-w-650-lg {
    max-width: 650px;
  }
}
@media (max-width: 991px) {
  body .max-w-650-touch {
    max-width: 650px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-650-xs {
    max-width: 650px !important;
  }
}
body .container-662 {
  max-width: 662px;
  margin: auto;
}
body .max-w-662 {
  max-width: 662px;
}
body .min-w-662 {
  min-width: 662px;
}
@media (min-width: 1400px) {
  body .min-w-662-xxl {
    min-width: 662px;
  }
  body .max-w-662-xxl {
    max-width: 662px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-662-xl {
    min-width: 662px;
  }
  body .max-w-662-xl {
    max-width: 662px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-662-lg {
    min-width: 662px;
  }
  body .max-w-662-lg {
    max-width: 662px;
  }
}
@media (max-width: 991px) {
  body .max-w-662-touch {
    max-width: 662px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-662-xs {
    max-width: 662px !important;
  }
}
body .container-700 {
  max-width: 700px;
  margin: auto;
}
body .max-w-700 {
  max-width: 700px;
}
body .min-w-700 {
  min-width: 700px;
}
@media (min-width: 1400px) {
  body .min-w-700-xxl {
    min-width: 700px;
  }
  body .max-w-700-xxl {
    max-width: 700px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-700-xl {
    min-width: 700px;
  }
  body .max-w-700-xl {
    max-width: 700px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-700-lg {
    min-width: 700px;
  }
  body .max-w-700-lg {
    max-width: 700px;
  }
}
@media (max-width: 991px) {
  body .max-w-700-touch {
    max-width: 700px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-700-xs {
    max-width: 700px !important;
  }
}
body .container-750 {
  max-width: 750px;
  margin: auto;
}
body .max-w-750 {
  max-width: 750px;
}
body .min-w-750 {
  min-width: 750px;
}
@media (min-width: 1400px) {
  body .min-w-750-xxl {
    min-width: 750px;
  }
  body .max-w-750-xxl {
    max-width: 750px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-750-xl {
    min-width: 750px;
  }
  body .max-w-750-xl {
    max-width: 750px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-750-lg {
    min-width: 750px;
  }
  body .max-w-750-lg {
    max-width: 750px;
  }
}
@media (max-width: 991px) {
  body .max-w-750-touch {
    max-width: 750px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-750-xs {
    max-width: 750px !important;
  }
}
body .container-800 {
  max-width: 800px;
  margin: auto;
}
body .max-w-800 {
  max-width: 800px;
}
body .min-w-800 {
  min-width: 800px;
}
@media (min-width: 1400px) {
  body .min-w-800-xxl {
    min-width: 800px;
  }
  body .max-w-800-xxl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-800-xl {
    min-width: 800px;
  }
  body .max-w-800-xl {
    max-width: 800px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-800-lg {
    min-width: 800px;
  }
  body .max-w-800-lg {
    max-width: 800px;
  }
}
@media (max-width: 991px) {
  body .max-w-800-touch {
    max-width: 800px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-800-xs {
    max-width: 800px !important;
  }
}
body .container-812 {
  max-width: 812px;
  margin: auto;
}
body .max-w-812 {
  max-width: 812px;
}
body .min-w-812 {
  min-width: 812px;
}
@media (min-width: 1400px) {
  body .min-w-812-xxl {
    min-width: 812px;
  }
  body .max-w-812-xxl {
    max-width: 812px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-812-xl {
    min-width: 812px;
  }
  body .max-w-812-xl {
    max-width: 812px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-812-lg {
    min-width: 812px;
  }
  body .max-w-812-lg {
    max-width: 812px;
  }
}
@media (max-width: 991px) {
  body .max-w-812-touch {
    max-width: 812px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-812-xs {
    max-width: 812px !important;
  }
}
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;
  }
  body .max-w-850-lg {
    max-width: 850px;
  }
}
@media (max-width: 991px) {
  body .max-w-850-touch {
    max-width: 850px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-850-xs {
    max-width: 850px !important;
  }
}
body .container-872 {
  max-width: 872px;
  margin: auto;
}
body .max-w-872 {
  max-width: 872px;
}
body .min-w-872 {
  min-width: 872px;
}
@media (min-width: 1400px) {
  body .min-w-872-xxl {
    min-width: 872px;
  }
  body .max-w-872-xxl {
    max-width: 872px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  body .min-w-872-xl {
    min-width: 872px;
  }
  body .max-w-872-xl {
    max-width: 872px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .min-w-872-lg {
    min-width: 872px;
  }
  body .max-w-872-lg {
    max-width: 872px;
  }
}
@media (max-width: 991px) {
  body .max-w-872-touch {
    max-width: 872px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-872-xs {
    max-width: 872px !important;
  }
}
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;
  }
  body .max-w-900-lg {
    max-width: 900px;
  }
}
@media (max-width: 991px) {
  body .max-w-900-touch {
    max-width: 900px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-900-xs {
    max-width: 900px !important;
  }
}
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;
  }
  body .max-w-950-lg {
    max-width: 950px;
  }
}
@media (max-width: 991px) {
  body .max-w-950-touch {
    max-width: 950px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-950-xs {
    max-width: 950px !important;
  }
}
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;
  }
  body .max-w-1000-lg {
    max-width: 1000px;
  }
}
@media (max-width: 991px) {
  body .max-w-1000-touch {
    max-width: 1000px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1000-xs {
    max-width: 1000px !important;
  }
}
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;
  }
  body .max-w-1100-lg {
    max-width: 1100px;
  }
}
@media (max-width: 991px) {
  body .max-w-1100-touch {
    max-width: 1100px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1100-xs {
    max-width: 1100px !important;
  }
}
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;
  }
  body .max-w-1200-lg {
    max-width: 1200px;
  }
}
@media (max-width: 991px) {
  body .max-w-1200-touch {
    max-width: 1200px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1200-xs {
    max-width: 1200px !important;
  }
}
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;
  }
  body .max-w-1300-lg {
    max-width: 1300px;
  }
}
@media (max-width: 991px) {
  body .max-w-1300-touch {
    max-width: 1300px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1300-xs {
    max-width: 1300px !important;
  }
}
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;
  }
  body .max-w-1330-lg {
    max-width: 1330px;
  }
}
@media (max-width: 991px) {
  body .max-w-1330-touch {
    max-width: 1330px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1330-xs {
    max-width: 1330px !important;
  }
}
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;
  }
  body .max-w-1380-lg {
    max-width: 1380px;
  }
}
@media (max-width: 991px) {
  body .max-w-1380-touch {
    max-width: 1380px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1380-xs {
    max-width: 1380px !important;
  }
}
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;
  }
  body .max-w-1450-lg {
    max-width: 1450px;
  }
}
@media (max-width: 991px) {
  body .max-w-1450-touch {
    max-width: 1450px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1450-xs {
    max-width: 1450px !important;
  }
}
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;
  }
  body .max-w-1500-lg {
    max-width: 1500px;
  }
}
@media (max-width: 991px) {
  body .max-w-1500-touch {
    max-width: 1500px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1500-xs {
    max-width: 1500px !important;
  }
}
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;
  }
  body .max-w-1550-lg {
    max-width: 1550px;
  }
}
@media (max-width: 991px) {
  body .max-w-1550-touch {
    max-width: 1550px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1550-xs {
    max-width: 1550px !important;
  }
}
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;
  }
  body .max-w-1780-lg {
    max-width: 1780px;
  }
}
@media (max-width: 991px) {
  body .max-w-1780-touch {
    max-width: 1780px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1780-xs {
    max-width: 1780px !important;
  }
}
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;
  }
  body .max-w-1820-lg {
    max-width: 1820px;
  }
}
@media (max-width: 991px) {
  body .max-w-1820-touch {
    max-width: 1820px !important;
  }
}
@media (max-width: 767px) {
  body .max-w-1820-xs {
    max-width: 1820px !important;
  }
}
body .h-8 {
  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 .h-8-xs {
    height: 8px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-8-touch {
    max-height: 8px;
  }
}
@media (min-width: 1200px) {
  body .max-h-8-xl {
    max-height: 8px;
  }
}
body .h-10 {
  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 .h-10-xs {
    height: 10px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-10-touch {
    max-height: 10px;
  }
}
@media (min-width: 1200px) {
  body .max-h-10-xl {
    max-height: 10px;
  }
}
body .h-18 {
  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 .h-18-xs {
    height: 18px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-18-touch {
    max-height: 18px;
  }
}
@media (min-width: 1200px) {
  body .max-h-18-xl {
    max-height: 18px;
  }
}
body .h-20 {
  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 .h-20-xs {
    height: 20px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-20-touch {
    max-height: 20px;
  }
}
@media (min-width: 1200px) {
  body .max-h-20-xl {
    max-height: 20px;
  }
}
body .h-30 {
  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 .h-30-xs {
    height: 30px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-30-touch {
    max-height: 30px;
  }
}
@media (min-width: 1200px) {
  body .max-h-30-xl {
    max-height: 30px;
  }
}
body .h-40 {
  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 .h-40-xs {
    height: 40px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-40-touch {
    max-height: 40px;
  }
}
@media (min-width: 1200px) {
  body .max-h-40-xl {
    max-height: 40px;
  }
}
body .h-46 {
  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 .h-46-xs {
    height: 46px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-46-touch {
    max-height: 46px;
  }
}
@media (min-width: 1200px) {
  body .max-h-46-xl {
    max-height: 46px;
  }
}
body .h-48 {
  height: 48px;
}
body .max-h-48 {
  max-height: 48px;
}
@media (max-width: 991px) {
  body .max-h-48-xs {
    max-height: 48px;
  }
}
@media (max-width: 767px) {
  body .max-h-48-xs {
    max-height: 48px;
  }
  body .h-48-xs {
    height: 48px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-48-touch {
    max-height: 48px;
  }
}
@media (min-width: 1200px) {
  body .max-h-48-xl {
    max-height: 48px;
  }
}
body .h-50 {
  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 .h-50-xs {
    height: 50px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-50-touch {
    max-height: 50px;
  }
}
@media (min-width: 1200px) {
  body .max-h-50-xl {
    max-height: 50px;
  }
}
body .h-58 {
  height: 58px;
}
body .max-h-58 {
  max-height: 58px;
}
@media (max-width: 991px) {
  body .max-h-58-xs {
    max-height: 58px;
  }
}
@media (max-width: 767px) {
  body .max-h-58-xs {
    max-height: 58px;
  }
  body .h-58-xs {
    height: 58px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-58-touch {
    max-height: 58px;
  }
}
@media (min-width: 1200px) {
  body .max-h-58-xl {
    max-height: 58px;
  }
}
body .h-64 {
  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 .h-64-xs {
    height: 64px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-64-touch {
    max-height: 64px;
  }
}
@media (min-width: 1200px) {
  body .max-h-64-xl {
    max-height: 64px;
  }
}
body .h-74 {
  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 .h-74-xs {
    height: 74px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-74-touch {
    max-height: 74px;
  }
}
@media (min-width: 1200px) {
  body .max-h-74-xl {
    max-height: 74px;
  }
}
body .h-132 {
  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 .h-132-xs {
    height: 132px !important;
  }
}
@media (max-width: 991px) {
  body .max-h-132-touch {
    max-height: 132px;
  }
}
@media (min-width: 1200px) {
  body .max-h-132-xl {
    max-height: 132px;
  }
}
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 .bg-gradient-grey {
  background: transparent linear-gradient(180deg, #F6F6F6 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}
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 .section {
  padding-right: 20px;
  padding-left: 20px;
}
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-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 .aspect-ratio-16-9 {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 20px;
  overflow: hidden;
}
body .aspect-ratio-16-9 .section-title {
  position: absolute;
  right: 30px;
  top: 20px;
  z-index: 1;
}
body .aspect-ratio-16-9.width-first iframe, body .aspect-ratio-16-9.width-first img {
  height: unset !important;
}
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-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: 100%;
}
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-4-1 {
  position: relative;
  height: 0;
  padding-bottom: 25%;
  border-radius: 12px;
  overflow: hidden;
}
body .aspect-ratio-4-1 iframe, body .aspect-ratio-4-1 img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (max-width: 767px) {
  body .aspect-ratio-3-2-xs {
    position: relative;
    height: 0;
    /*padding-bottom: 25%;*/
    padding-bottom: 75%;
    border-radius: 12px;
    overflow: hidden;
  }
  body .aspect-ratio-3-2-xs iframe, body .aspect-ratio-3-2-xs img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*width: 100%;*/
    height: 100%;
    width: auto !important;
    max-width: unset !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .aspect-ratio-3-1-lg {
    position: relative;
    height: 0;
    /*padding-bottom: 25%;*/
    padding-bottom: 33.3333333333%;
    border-radius: 12px;
    overflow: hidden;
  }
  body .aspect-ratio-3-1-lg iframe, body .aspect-ratio-3-1-lg img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .aspect-ratio-3-1-touch {
    position: relative;
    height: 0;
    /*padding-bottom: 25%;*/
    /*padding-bottom: 50%;*/
    padding-bottom: 33.3333333333%;
    border-radius: 12px;
    overflow: hidden;
  }
  body .aspect-ratio-3-1-touch iframe, body .aspect-ratio-3-1-touch img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
}
body .form-select {
  box-shadow: none !important;
  border-color: #E5E5E5 !important;
}
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 .fc-shadow {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.0392156863);
}
body .fc-shadow-bottom {
  box-shadow: rgba(0, 0, 0, 0.3) 0px 5px 15px;
}
body .input-validation-error {
  border: 1px solid #EC0000 !important;
  background-color: #fff5f5;
}
body .field-validation-error span {
  color: #EC0000 !important;
  font-size: 16px !important;
}
body .p-fixed {
  position: fixed;
}
body .word-break-break-all {
  word-break: break-all;
}
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#slideTwo .splide__arrows .splide__arrow svg, body .splide.chi-siamo-slider .splide__arrows .splide__arrow svg {
  fill: white;
}
body .splide#slideTwo .splide__slide, body .splide.chi-siamo-slider .splide__slide {
  position: relative;
}
body .splide#slideTwo .splide__slide:after, body .splide.chi-siamo-slider .splide__slide:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0C0C0C;
  opacity: 0;
  transition: all 0.3s;
}
body .splide#slideTwo .splide__slide:not(.is-active):after, body .splide.chi-siamo-slider .splide__slide:not(.is-active):after {
  opacity: 0.6;
}
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:not(.is-overflow) .splide__pagination {
  display: flex;
}
body .splide .splide__arrows .splide__arrow {
  background: transparent;
}
body .splide .splide__arrows .splide__arrow:hover svg, body .splide .splide__arrows .splide__arrow:focus svg {
  fill: #0682FF !important;
}
body .splide .splide__arrows .splide__arrow svg {
  width: auto;
  height: 40px;
}
body .splide .splide__arrows .splide__arrow--prev {
  left: -4em;
}
body .splide .splide__arrows .splide__arrow--next {
  right: -4em;
}
body .splide .splide__pagination__page.is-active {
  background-color: #0682FF;
}
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: 6px !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;
}
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: #0682FF;
}
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-cv {
  --btn-bg: #25D366;
  --btn-border-color: #25D366;
  --btn-text-color: white;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
body .btn.btn-cv:hover, body .btn.btn-cv:focus, body .btn.btn-cv:active {
  --btn-bg: #21b759;
  --btn-border-color: #21b759;
}
body .btn.btn-cv:hover span, body .btn.btn-cv:focus span, body .btn.btn-cv:active span {
  --btn-text-color: white;
}
body .btn.btn-tag {
  --btn-bg: #FFFFFF;
  --btn-border-color: #E6E6E6;
  --btn-text-color: #0C0C0C;
  color: #000 !important;
  text-transform: none;
  font-weight: 400 !important;
}
body .btn.btn-tag:hover {
  --btn-bg: # {$light-blue};
  --btn-border-color: #54C0EE;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-tag:focus, body .btn.btn-tag:active, body .btn.btn-tag .active {
  --btn-bg: #d9edf6;
  --btn-border-color: #54C0EE;
  --btn-text-color: #0C0C0C;
}
body .btn.btn-menu {
  --btn-bg: transparent;
  border: none;
  padding: 6px 13px !important;
  padding-right: 0px !important;
}
body .btn.btn-black {
  --btn-bg: #0C0C0C;
  --btn-border-color: #0C0C0C;
  --btn-text-color: #E7FF00;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-black {
    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-black {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-black:not(.no-hover):hover, body .btn.btn-black:not(.no-hover):focus, body .btn.btn-black:not(.no-hover):active {
  --btn-bg: #0C0C0C;
  --btn-border-color: #0C0C0C;
  --btn-text-color: #E7FF00;
}
body .btn.btn-footer {
  --btn-bg: #0C0C0C;
  --btn-border-color: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-footer {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 20px !important;
    padding-right: 20px !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;
  }
}
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-blue {
  --btn-bg: #FFFFFF;
  --btn-border-color: #0682FF;
  --btn-text-color: #0682FF;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-blue {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  body .btn.btn-blue.btn-location {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-blue {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-blue:not(.no-hover):hover, body .btn.btn-blue:not(.no-hover):focus, body .btn.btn-blue:not(.no-hover):active {
  --btn-bg: #0682FF;
  --btn-border-color: #0682FF;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-blue.active {
  --btn-bg: #0682FF;
  --btn-border-color: #0682FF;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-green {
  --btn-bg: #FFFFFF;
  --btn-border-color: #25D366;
  --btn-text-color: #25D366;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  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: 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-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: #25D366;
  --btn-border-color: #25D366;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-red {
  --btn-bg: #FFFFFF;
  --btn-border-color: #EC0000;
  --btn-text-color: #EC0000;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-red {
    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-red {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-red:not(.no-hover):hover, body .btn.btn-red:not(.no-hover):focus, body .btn.btn-red:not(.no-hover):active {
  --btn-bg: #EC0000;
  --btn-border-color: #EC0000;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-full-blue {
  --btn-bg: #0682FF;
  --btn-border-color: #0682FF;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-full-blue {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
body .btn.btn-full-blue .text {
  color: var(--btn-text-color) !important;
}
body .btn.btn-full-blue:not(.no-hover):hover, body .btn.btn-full-blue:not(.no-hover):focus, body .btn.btn-full-blue:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #0682FF;
  --btn-text-color: #0682FF;
}
body .btn.btn-full-orange {
  --btn-bg: #FF5A13;
  --btn-border-color: #FF5A13;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-full-orange {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
body .btn.btn-full-orange .text {
  color: var(--btn-text-color) !important;
}
body .btn.btn-full-orange:not(.no-hover):hover, body .btn.btn-full-orange:not(.no-hover):focus, body .btn.btn-full-orange:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FF5A13;
  --btn-text-color: #FF5A13;
}
body .btn.btn-full-red {
  --btn-bg: #EC0000;
  --btn-border-color: #EC0000;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-full-red {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
body .btn.btn-full-red:not(.no-hover):hover, body .btn.btn-full-red:not(.no-hover):focus, body .btn.btn-full-red:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #EC0000;
  --btn-text-color: #EC0000;
}
body .btn.btn-dark-red {
  --btn-bg: #FFFFFF;
  --btn-border-color: #941313;
  --btn-text-color: #941313;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-dark-red {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  body .btn.btn-dark-red.btn-location {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .btn.btn-dark-red {
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
}
body .btn.btn-dark-red:not(.no-hover):hover, body .btn.btn-dark-red:not(.no-hover):focus, body .btn.btn-dark-red:not(.no-hover):active {
  --btn-bg: #941313;
  --btn-border-color: #941313;
  --btn-text-color: #FFFFFF;
}
body .btn.btn-full-dark-red {
  --btn-bg: #941313;
  --btn-border-color: #941313;
  --btn-text-color: #FFFFFF;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-full-dark-red {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
body .btn.btn-full-dark-red:not(.no-hover):hover, body .btn.btn-full-dark-red:not(.no-hover):focus, body .btn.btn-full-dark-red:not(.no-hover):active {
  --btn-bg: #FFFFFF;
  --btn-border-color: #941313;
  --btn-text-color: #941313;
}
body .btn.btn-white {
  --btn-bg: #FFFFFF;
  --btn-border-color: #FFFFFF;
  --btn-text-color: #0C0C0C;
  display: flex;
  align-items: center;
  border-radius: 100px !important;
  padding-top: 11px !important;
  padding-bottom: 13px !important;
  padding-left: 40px !important;
  padding-right: 40px !important;
}
@media (max-width: 991px) {
  body .btn.btn-white {
    padding-top: 7px !important;
    padding-bottom: 9px !important;
    padding-left: 26px !important;
    padding-right: 26px !important;
  }
}
body .btn.btn-icon {
  --btn-bg: #FFFFFF;
  --btn-border-color: #E5E5E5;
  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: #0682FF;
}
body .btn.btn-icon img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
body .btn.btn-icon.for-whatsapp {
  --btn-active-bg-color: #25D366;
}
body .btn.btn-icon.blue {
  --btn-active-bg-color: #0682FF;
}
body .btn.btn-icon.dark-red {
  --btn-active-bg-color: #941313;
}
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.loading {
  padding-top: 25px !important;
  padding-bottom: 29px !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;
}
body .form-control {
  border: none;
  box-shadow: none !important;
  outline: none;
}
body .form-check-input:focus {
  box-shadow: none !important;
  border-color: rgba(0, 0, 0, 0.25) !important;
}
body #iubenda-cs-banner span {
  color: white !important;
}
body .iub__us-widget {
  display: none !important;
}
@media (max-width: 767px) {
  body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
    bottom: 58px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  body .iubenda-tp-btn[data-tp-float][data-tp-float=bottom-right] {
    bottom: 68px !important;
  }
}
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: #52585E;
  }
  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: #E5E5E5;
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}
body .fc-range-slider .ui-slider-range {
  background-color: #0682FF;
}
body .fc-range-slider .ui-slider-handle {
  outline: none;
  top: -14px;
  width: 32px;
  height: 32px;
  border-radius: 30px;
  border: 4px solid #0682FF;
  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: #0682FF;
  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;
  }
}
body .search-form .select2 {
  border: 1px solid #E5E5E5;
}
body .search-form .select2-container:not(.select2) .select2-dropdown {
  border-radius: 0px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .search-form .select2 .select2-selection .select2-selection__rendered {
    padding: 13px 31px 12px 16px !important;
  }
  body .search-form .select2 .select2-selection .select2-selection__arrow {
    top: 25px;
    right: 3px;
  }
  body .search-form .select2-container:not(.select2) .select2-dropdown .select2-results__options {
    padding-left: 0.5rem !important;
    padding-right: 0.7rem !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 !important;
  height: unset !important;
  border-radius: 50px !important;
}
body .select2 .select2-selection .select2-selection__arrow {
  top: 25px;
  right: 16px;
}
body .select2 .select2-selection .select2-selection__arrow b {
  border: none !important;
  background-image: url(/images/chevron-down-icon-blue.svg) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  transition: all 0.3s;
  left: unset;
  top: unset;
  margin: unset;
}
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 28px !important;
}
@media (min-width: 992px) and (max-width: 1199px) {
  body .select2 .select2-selection .select2-selection__rendered {
    font-size: 16px;
  }
}
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: 20px;
  border-bottom-left-radius: 20px;
  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: 20px;
  border-top-left-radius: 20px;
}
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: 1rem;
  padding-right: 1rem;
  /* 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 #E5E5E5;
}
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]):hover, body .select2-container:not(.select2) .select2-dropdown .select2-results .select2-results__options .select2-results__option:not([aria-disabled=true]):focus, 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: white;
  color: #0682FF !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: #0682FF;
  border-radius: 50px;
}
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) !important;
}
@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 .modal-header {
  margin-bottom: -56px;
  border-bottom: 0;
  z-index: 1;
}
@media (max-width: 767px) {
  body .modal .modal-header {
    margin-bottom: -15px;
  }
}
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: 767px) {
  body footer[class*=pb-] {
    padding-bottom: 85px !important;
  }
}
body .breadcrumb {
  flex-wrap: nowrap;
}
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:before, body .loader:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
body .loader {
  color: #ffffff;
  font-size: 6px;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
  margin-top: -21px;
}
body .loader:before,
body .loader:after {
  content: "";
  position: absolute;
  top: 0;
}
body .loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
body .loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%, 80%, 100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
body #rentals-filter > a.active {
  color: white !important;
  font-weight: bold;
  background-color: #FF5A13;
}
body .bg-rental {
  background-image: url(/images/rentals/optimized-texture-muschio-originale.jpg);
  background-repeat: repeat;
  background-size: 860px;
}
body .modal:not(#rentals-modal) [data-rental-type] {
  display: none;
}
body #rentals-modal[data-action-type=rental-request] [data-rental-type]:not([data-rental-type*=rental-request]) {
  display: none;
}
body #rentals-modal[data-action-type=custom-rental] [data-rental-type]:not([data-rental-type*=custom-rental]) {
  display: none;
}
body #rentals-modal[data-action-type=cant-find-rental] [data-rental-type]:not([data-rental-type*=cant-find-rental]) {
  display: none;
}
body #rentals-modal[data-action-type=create-rental] [data-rental-type]:not([data-rental-type*=create-rental]) {
  display: none;
}
body #search-container .accordion .accordion-button {
  background-color: #F6F6F6 !important;
}
body #search-container .accordion .accordion-collapse {
  background-color: #F6F6F6 !important;
}
body #search-container .accordion-button::after {
  margin-left: 15px;
}
body .offcanvas {
  z-index: 15000;
}
body .promo-badge {
  position: absolute;
  top: 12px;
  left: 13px;
}
body .grecaptcha-badge {
  display: none !important;
}
