.container-banner {
  margin-bottom: 0;
}
.container-banner > ul {
  margin-bottom: 0;
}

.adventages-card .sppb-column-addons {
  display: flex;
  flex-direction: column;
}
.adventages-card .sppb-column-addons > div:nth-child(2) {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

#find-dealer__container .sppb-row-container .sppb-row {
  background: rgba(255, 255, 255, 0.1019607843);
  padding: 5%;
  border-radius: 20px;
  justify-content: center;
}
#find-dealer__container .sppb-row-container .sppb-row .sppb-row-column {
  padding-inline: 0;
}

.find-dealer__module {
  padding: 3% 6%;
  background-color: #6FC7E1;;
  border-radius: 20px;
}
.find-dealer__module .controls > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  width: auto;
  margin-inline: auto;
}
.find-dealer__module .controls > div .button {
  flex: 1;
  color: #0087AF;
  padding: 8px 40px;
  background: white;
  border: 0px solid white;
  box-shadow: none;
  border-radius: 12px;
  font-size: 100%;
  min-width: -moz-max-content;
  min-width: max-content;
  text-shadow: none;
}
.find-dealer__module .controls > div select {
  text-align: center;
  border-radius: 12px;
  padding: 7px 0;
}
.find-dealer__module .controls > div .inputbox {
  text-align: center;
  border-radius: 12px;
  flex: 2;
  padding: 5px 0;
}
@media (max-width: 767px) {
  .find-dealer__module .controls > div select, .find-dealer__module .controls > div .inputbox, .find-dealer__module .controls > div .button {
    flex: 1 1 100%;
  }
}

#carouselMaxusHome .background-image img {
  height: 80vh;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
}

#carouselMaxusHome .carousel-indicators button{
  background-color: #f0f0f0;
}

#carouselMaxusHome .gradient {
  position: absolute;
  width: 100%;
  height: 100%;
  inset: 0;
  /* background: linear-gradient(180deg, #f0f0f0 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 85%, #f0f0f0 100%) !important; */
}
#carouselMaxusHome .carousel-caption {
  top: 10%;
  text-align: left;
}
#carouselMaxusHome .carousel-caption img {
  max-width: 33vw;
  margin: 0;
}
@media (max-width: 767px) {
  #carouselMaxusHome .carousel-caption img {
    max-width: 70vw;
  }
}
#carouselMaxusHome .carousel-caption picture {
  position: relative;
  display: inline-block;
}
#carouselMaxusHome .carousel-caption picture::after {
  content: "";
  /* position: absolute; */
  translate: -50% -50%;
  top: 50%;
  left: 50%;
  background-size: cover;
}
#carouselMaxusHome .carousel-caption picture.mifa-9_pic::after {
  width: 102.84%;
  height: 127.78%;
  background-image: url("../../../../images/models/mifa-9/home/mifa_9_logo.png");
}
#carouselMaxusHome .carousel-caption picture.t90-ev_pic::after {
  width: 102.84%;
  height: 127.78%;
  background-image: url("../../../../images/models/t90-ev/home/t90_ev_logo.png");
}
#carouselMaxusHome .carousel-caption picture.deliver-9_pic::after {
  width: 102.84%;
  height: 127.78%;
  background-image: url("../../../../images/models/deliver-9/home/deliver_9_logo.png");
}
#carouselMaxusHome .carousel-caption picture.eDeliver-7_pic::after {
  width: 102.84%;
  height: 127.78%;
  background-image: url("../../../../images/models/edeliver-7/home/edeliver_7_logo.png");
}
#carouselMaxusHome .carousel-caption picture.eDeliver-9_pic::after {
  width: 102.84%;
  height: 127.78%;
  background-image: url("../../../../images/models/edeliver-9/home/edeliver_9_logo.png");
}
#carouselMaxusHome .carousel-caption picture.eDeliver-3_pic::after {
  width: 102.84%;
  height: 127.78%;
  background-image: url("../../../../images/models/edeliver-3/home/edeliver-3-logo.png");
}
#carouselMaxusHome .carousel-caption p {
  line-height: 1.1;
}
#carouselMaxusHome .carousel-caption h3, #carouselMaxusHome .carousel-caption p, #carouselMaxusHome .carousel-caption footer {
  text-shadow: 0 0 4px #444;
}
/* #carouselMaxusHome .carousel-caption .slider-btns {
  position: absolute;
  bottom: 15%;
  left: 50%;
  translate: -50% 0;
} */

#carouselMaxusHome .carousel-caption .text-wrapper {
  position: absolute;
  left: 0;
  bottom: 10%;
  width: 100vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: white;
  font-size: 2.75rem;
  width: fit-content;
  z-index: 5;
}

#carouselMaxusHome .carousel-caption .text-wrapper .slider_logo_mob {
  display: none;
}

#carouselMaxusHome .carousel-caption .text-wrapper .intro-text {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font-size: 20px;
  font-weight: 500;
}

#carouselMaxusHome .carousel-caption .text-wrapper .price-text {
  text-shadow: 2px 2px 4px rgba(0,0,0,0.5);
  font-size: 20px;
  font-weight: 700;
}

#carouselMaxusHome .carousel-caption .text-wrapper .btns-wrapper {
  display: flex;
  flex-direction: row;
  gap: 1rem;
  position: relative;
  margin-inline: 0;
  margin-top: 20px;
}

#carouselMaxusHome .carousel-caption .text-wrapper .btns-wrapper .sppb-btn-secondary {
  color: rgba(0, 150, 191, 0.7019607843);
  background-color: rgba(255, 255, 255);
  border-color: rgba(0, 150, 191, 0.7019607843);
}

#carouselMaxusHome .carousel-caption .text-wrapper .btns-wrapper .sppb-btn-secondary:hover {
  color: white;
  background-color: rgba(0, 150, 191);
}

#carouselMaxusHome .carousel-caption .slider-btns * {
  min-width: -moz-max-content;
  min-width: max-content;
}
@media (max-width: 767px) {
  #carouselMaxusHome .carousel-caption .slider-btns {
    bottom: 20%;
  }
}
#carouselMaxusHome .carousel-caption footer.slide-footer {
  position: absolute;
  bottom: 5%;
  width: 100%;
  text-align: center;
}

.modelpicker .sppb-row-column:not(:has(.no-aspect)) {
  container-type: inline-size;
}
.modelpicker__card {
  border-radius: 10px;
  overflow: clip;
}
.modelpicker__card .sppb-column-addons {
  font-size: clamp(0.8rem, 4cqw, 1.2rem);
  display: grid;
  grid-template-rows: 1fr 1fr;
}
.modelpicker__card .sppb-addon-wrapper:has(> .flex-basis-50) {
  flex: 0 0 50%;
}
.modelpicker__card .addon-root-image {
  margin-bottom: -2.5rem;
}
.modelpicker__card p {
  margin: 0;
}
.modelpicker__card .btn {
  width: -moz-max-content;
  width: max-content;
  text-decoration: none;
  padding-left: 50px;
  padding-right: 50px;
}
.modelpicker__card .btn:not(.sppb-btn-rounded) {
  padding-left: 0px;
}
.modelpicker__card .card__wrapper-bottom {
  height: 100%;
}
.modelpicker__card .card__wrapper-bottom div:first-child {
  flex: 1;
}

.green-section p {
  margin-bottom: 0;
}
.green-section .green-card {
  padding: 0;
  border-radius: 20px;
  overflow: clip;
}
.green-section .green-card .sppb-addon-image-layout-content {
  background-color: #0087AF;
  padding: 2rem;
}
.green-section .green-card .sppb-addon-image-layout-content a {
  text-decoration: none;
  padding-inline: 4rem !important;
}
.green-section .green-card .sppb-addon-image-layout-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

.buttons-section .sppb-row-overlay {
  background: radial-gradient(ellipse 100% 100% at center right, rgba(2, 29, 73, 0) 0%, #021D49 50%) !important;
}

.contact-section, .about-us-section {
  position: relative;
}
.contact-section .sppb-row-overlay, .about-us-section .sppb-row-overlay {
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 85%, rgb(0, 0, 0) 100%) !important;
}
.contact-section .sppb-row-container, .about-us-section .sppb-row-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
.contact-section .sppb-row-container .sppb-title-subheading, .about-us-section .sppb-row-container .sppb-title-subheading {
  width: 50%;
}

@media (max-width: 992px) {
  .find-dealer__module .controls > div .button {
    min-width: unset
  }
}

@media (max-width: 983px) {

  #carouselMaxusHome button span {
    /* filter: invert(1) */
    display: none;
  }

  #carouselMaxusHome .background-image img {
    height: auto;
    max-height: 100vh;
    padding-bottom: 14vh;
    object-position: top center;
  }

  #carouselMaxusHome .carousel-caption .text-wrapper {
    color: #5e6070;
    text-shadow: none;
    width: 90vw;
    left: 50%;
    right: 50%;
    transform: translateX(-50%);
    bottom: 10%;
  }

  #carouselMaxusHome .carousel-caption .text-wrapper .slider_logo_mob {
    display: block;
    margin-bottom: 10px
  }

  #carouselMaxusHome .carousel-caption .text-wrapper .slider_logo {
    display: none;
  }

  #carouselMaxusHome .carousel-caption .text-wrapper .header,
  #carouselMaxusHome .carousel-caption .text-wrapper .intro-text,
  #carouselMaxusHome .carousel-caption .text-wrapper .price-text {
    text-shadow: none;;
  }

  #carouselMaxusHome .carousel-caption .text-wrapper .btns-wrapper {
    flex-direction: column;
    margin-top: 0px;
    gap: 5px;
  }

  #carouselMaxusHome .carousel-indicators{
    margin-bottom: 2rem;
  }

  #carouselMaxusHome .carousel-indicators button{
    background-color: #5e6070;
  }

  .white-bottom-gradient {
    position: absolute;
    bottom: -3.5%;
    left: -21.5%;
    width: 100vw;
    height: 60vh;
    pointer-events: none;
    z-index: 0;
    background: linear-gradient(
      0deg,
      rgba(240, 240, 240 ,1) 0%,
      rgba(240, 240, 240 ,1) 80%,
      rgba(240, 240, 240 ,0.5) 90%,
      rgba(240, 240, 240 ,0) 100%
    );
  }
}

@media (max-width: 767px) {
  .contact-section .sppb-row-container .sppb-title-subheading, .about-us-section .sppb-row-container .sppb-title-subheading {
    width: 100%;
  }
}/*# sourceMappingURL=index.css.map */

@media (min-width: 570px) {
  #carouselMaxusHome .background-image img {
    padding-bottom: 0;
  }
}