﻿.hero-container {
    padding-top: 26px;
    padding-bottom: 26px;
}

.hero-title {
    font-size: 56px;
    font-weight: 700;
    padding-bottom: 18px;
    font-family: NORLYSHeadline;
    line-height: 1.125;
}

.hero-section {
    min-width: 250px;
    position: relative;
}

@media (min-width: 580px) {
    .hero-section {
        max-height: 500px;
    }
}

.hero-banner-info-box-text-wrapper {
    overflow: hidden;
}

.hero-banner-button {
    margin-top: 28px;
    margin-left: 0;
    margin-right: auto;
}


.hero-banner-info-box-content-wrapper {
    padding-right: 48px;
    padding-left: 48px;
    padding-top: 52px;
    padding-bottom: 52px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    max-height: 450px;
}

.hero-section-mobile {
    display: block;
}

.hero-section-image-container {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.hero-container.hero-info-box-outer {
    position: relative;
}

@media (max-width: 579px) {
    .hero-info-box-section-transparent-override.is-transparent {
        background-color: #f5f5ed;
        color: black;
    }

    .hero-container.hero-info-box-outer {
        padding: 0;
    }

    .hero-container.hero-info-box-outer > .hero-banner-text-alignment {
        margin-left: 0 !important;
        width: 100% !important;
    }

    .hero-banner-info-box-content-wrapper {
        padding-right: 16px;
        padding-left: 16px;
        padding-top: 28px;
        padding-bottom: 40px;
    }

    .hero-section-image-container {
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        position: relative;
        aspect-ratio: 1320/556;

    }

    @supports not ( aspect-ratio: 1320/556) {
        .hero-section-image-container {
            min-height: 200px;
        }
    }


    .hero-title {
        font-size: calc(4.8vw + 16.24px);
    }
}

@media (max-width: 360px) {
    .hero-banner-info-box-content-wrapper {
        padding-right: 24px;
        padding-left: 24px;
    }
}


@media (min-width: 960px) {
    .hero-banner-text-alignment {
        margin-left: 51% !important;
    }
}

