
header.home-hero {
    position: relative;
    width: 100%;
    overflow: hidden;
    aspect-ratio: 4.5;
}

    header.home-hero .container {
        position: relative;
        z-index: 2;
        height: 100%;
    }

    header.home-hero .hero-copy {
        display: flex;
        height: 100%;
    }

    header.home-hero .hero-video {
        width: 65%;
        margin-left: -60px;
    }

    header.home-hero video {
        max-height: 100%;
        width: 100%;
        height: 100%;
        z-index: 0;
        top: 0;
        overflow: hidden;
        object-fit: cover;
    }

    header.home-hero img.poster {
        height: 100vh;
        min-height: 100vh;
        object-fit: cover;
        object-position: bottom right;
        position: absolute;
        top: 0;
        left: 0;
    }



.hero-cta-wrapper {
    position: relative;
}


.hero-cta-title-bg {
    flex: 1;
    display: flex;
    text-decoration: none;
    height: 100%;
    width: 50%;
    position: relative;
    left: 0vw;
    align-items: center;
}

    .hero-cta-title-bg > .hero-text {
        height: 100%;
        left: 0;
        position: absolute;
        color: #fff !important;
        height: 100%;
        display: flex;
        flex-flow: column;
        justify-content: center;
        z-index: 2;
    }

    .hero-cta-title-bg > .hero-slant {
        transform: skew(-15deg);
        width: 50vw;
        height: 100%;
        display: flex;
        position: relative;
        background-color: #241f20 !important;
        z-index: 1;
    }

    .hero-cta-title-bg > div:before {
        content: '';
        height: 100%;
        width: 1000%;
        display: block;
        position: absolute;
        left: -100%;
        z-index: -1;
    }

.hero-cta-title {
    width: 100%;
    white-space: normal;
    overflow-wrap: break-word;
    font-size: 2rem;
    flex: none;
}

.hero-cta-info {
    position: absolute;
    top: 0;
    right: 0;
    height: 90%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 100%;
    padding-left: 25%;
    z-index: -1;
}

.hero-cta-info-wrapper {
    height: 85%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    background-color: #e5e5e5;
    padding: 0 30% 0 30%;
    box-shadow: #000 -88px 0px 123px -56px;
    gap: 2rem;
}

.hero-cta-copy-wrapper {
    font-size: 1.9rem;
}

@keyframes slideInFromRight {
    0% {
        width: 200%;
    }

    100% {
        width: 100%;
    }
}

@media(min-width: 2100px) {
    header.home-hero {
        aspect-ratio: 6;
    }
}


@media(max-width: 1400px) {
    header.home-hero {
        aspect-ratio: 4;
    }

    .hero-cta-title {
        font-size: 1.7rem;
    }
}




@media(max-width: 1200px) {
    header.home-hero {
        overflow: visible;
        height: fit-content;
        aspect-ratio: 2.5;
    }

        header.home-hero video {
            position: relative;
            transform: translateX(0%) translateY(0%);
            top: 0;
            left: 0;
            min-height: initial;
            min-width: inherit;
            max-width: 100vw;
            width: 100%;
        }

        header.home-hero .hero-video {
            width: 100%;
            margin-left: 0px;
        }

        header.home-hero .hero-copy {
            flex-direction: column-reverse;
        }

    .hero-cta-title-bg {
        width: 100%;
        left: 0;
        transform: skew(0deg);
        padding: 0;
    }

        .hero-cta-title-bg > div:before {
            background-color: #000 !important;
        }

        .hero-cta-title-bg > .hero-slant {
            display: none;
        }

        .hero-cta-title-bg > .hero-text {
            position: relative;
            margin: auto auto;
            width: fit-content;
        }

    .hero-cta-title-bg {
        width: 100%;
        left: 0;
        transform: skew(0deg);
        padding: 0;
    }

        .hero-cta-title-bg > div {
            width: 100%;
            margin: 0;
            transform: skew(0deg);
        }

    header.home-hero .hero-copy {
        display: block;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding: 0;
    }

        header.home-hero .hero-copy .row {
            width: 100%;
            display: block;
        }

    .hero-cta-title-bg > div {
        padding: 1rem 1rem;
    }

        .hero-cta-title-bg > div:before {
            display: none;
        }

    .hero-cta-title {
        white-space: initial;
        font-size: 1.6rem;
    }

    header.home-hero .hero-copy {
        max-width: unset;
        display: flex;
        height: auto;
    }
}

@media(max-width: 576px) {
    header.home-hero {
        position: relative;
        width: 100%;
        overflow: visible;
    }

    .hero-cta-title-bg {
        padding: 0 0vw 0 0vw;
    }

    header.home-hero video {
        position: relative;
        transform: translateX(0%) translateY(0%);
        top: 0;
        left: 0;
        min-height: initial;
        min-width: 100%;
        max-width: 100vw;
    }

    header.home-hero .hero-copy {
        max-width: unset;
        display: flex;
        height: auto;
    }
}
