.page-header-wrap .container {
    max-width: 100%;
    padding: 0;
}

.swiper-hero {
    height: auto;
    overflow: visible;
}

.swiper-wrapper {
    aspect-ratio: 12 / 5;
}

.swiper-hero--inner {
    height: 100%;
}

.swiper-hero--content {
    position: absolute;
    bottom: -2rem;
    left: 50%;
    transform: translate(-50%, 0%);
    width: 100%;
    text-align: left;
    margin-right: calc(var(--bs-gutter-x) * 0.5) !important;
    margin-left: calc(var(--bs-gutter-x) * 0.5) !important;
}

.swiper-hero--content aside {
    background-color: var(--bs-info);
    width: fit-content;
    padding: 1rem 1.5rem;
    border-top-right-radius: 36px;
}

.swiper-hero .swiper-hero--content-title,
.swiper-hero .swiper-hero--content-text p {
    font-size: 1.125rem;
    line-height: 1.25;
    font-weight: 600;
}

.swiper-hero .swiper-hero--content-text p {
    font-weight: 300;
    margin: 0;
}

@media (min-width: 767px) and (max-width: 1400px) {
      .swiper-hero--content {
          padding-bottom: 12rem;
      }
}

.swiper-hero--content * {
    color: var(--bs-light) !important;
}

.swiper-hero--image {
    height: 100%;
}

.swiper-hero--image img {
    width: 100%;
    height: 100%;
    color: #a7d7e3d0;
    object-fit: cover;
}

@media (min-width: 576px) {
    .swiper-hero .swiper-hero--content {
        max-width: 540px;
    }

    .swiper-hero--content aside {
        padding: 2rem 3rem;
    }

    .swiper-hero .swiper-hero--content-title,
    .swiper-hero .swiper-hero--content-text p {
        font-size: 1.5rem;
    }
}

@media (min-width: 768px) {
    .swiper-wrapper {
        aspect-ratio: 12 / 8;
    }

    .swiper-hero .swiper-hero--content {
        max-width: 720px;
    }

    .swiper-hero .swiper-hero--content-title,
    .swiper-hero .swiper-hero--content-text p {
        font-size: 1.75rem;
    }
}

@media (min-width: 992px) {
    .swiper-wrapper {
        aspect-ratio: 30 / 13;
    }

    .swiper-hero .swiper-hero--content {
        max-width: 960px;
    }

    .swiper-hero .swiper-hero--content-title,
    .swiper-hero .swiper-hero--content-text p {
        font-size: 2.25rem;
    }
}

@media (min-width: 1200px) {
    .swiper-wrapper {
        aspect-ratio: 30 / 11;
    }

    .swiper-hero .swiper-hero--content {
        max-width: 1140px;
        margin-inline: auto;
    }
}

@media (min-width: 1550px) {
    .page-header-wrap .container {
        max-width: 1780px;
        margin-inline: auto;
    }

    .swiper-hero .swiper-hero--content-title,
    .swiper-hero .swiper-hero--content-text p {
        font-size: 2.75rem;
    }    

    .swiper-hero .swiper-hero--content {
        max-width: 1320px;
    }
}

@media (min-width: 1860px) {
    .swiper-wrapper {
        aspect-ratio: 30 / 13;
    }

    .page-header-wrap .container {
        max-width: 1800px;
    }

}