.relative.mx-auto.md\:py-20.py-8.md\:block video {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.container-width-restrict-1.h-full.relative.z-20.dark.flex.overflow-hidden.mx-auto.md\:items-center.items-end.py-7.md\:flex-col.flex-col.justify-end.items-center {
    height: 95vh;
}

.container-width-restrict-1.h-full.relative.z-20.dark.flex.overflow-hidden.mx-auto.md\:items-center.items-end.py-7.md\:flex-col.flex-col.justify-end.items-center p.sub-title {
    font-family: Saira Expanded;
    font-weight: 800;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: white;
}

.container-width-restrict-1.h-full.relative.z-20.dark.flex.overflow-hidden.mx-auto.md\:items-center.items-end.py-7.md\:flex-col.flex-col.justify-end.items-center h1.xeneon-edge-title {
    font-family: Saira Expanded;
    font-weight: 300;
    font-size: 80px;
    line-height: 80px;
    text-align: center;
    background: linear-gradient(59.56deg, #FFFFFF -23.33%, #FFFFFF 13.88%, #535353 29.94%, #A19F9F 36.44%, #FFFFFF 39.16%, #999999 67.81%, #FFFFFF 104.54%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

div#xeneon-edge-\|-hero-\|-media div.max-w-lg.md\:max-w-3xl.text-body-copy-1.break-words.md\:mx-auto.mx-auto {
    font-family: Saira Expanded;
    font-weight: 300;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #ffffff;
    transition: color 0.6s ease;
}

div#xeneon-edge-\|-hero-\|-media div.max-w-lg.md\:max-w-3xl.text-body-copy-1.break-words.md\:mx-auto.mx-auto span {
    font-weight: 800;
}

@keyframes gradientSlide {
    from {
        background-position: 100% 0;
    }

    to {
        background-position: 0% 0;
    }
}

.animate {
    background-image: linear-gradient(90deg, #F1E67E 0%, #F1E67E 25%, #F1E67E 50%, #F1E67E 50%, #F1E67E 100%);
    background-size: 200% 100%;
    background-position: 100% 0;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    text-shadow: none;
}

/* On scroll, entire copy block turns yellow */
div#xeneon-edge-\|-hero-\|-media div.max-w-lg.md\:max-w-3xl.text-body-copy-1.break-words.md\:mx-auto.mx-auto span.animate {
    animation: gradientSlide .5s ease-out forwards;
}

div#xeneon-edge-\|-hero .gradient {
    background: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 51%);
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
}

@media (min-width: 768px) {
    .relative.mx-auto.md\:py-20.py-8.md\:block video {
        object-position: bottom;
    }
}

@media (max-width: 767px) {
    /* div#xeneon-edge-\|-hero-\|-media div.max-w-lg.md\:max-w-3xl.text-body-copy-1.break-words.md\:mx-auto.mx-auto {
        line-height: 30px !important;
    } */

    .container-width-restrict-1.h-full.relative.z-20.dark.flex.overflow-hidden.mx-auto.md\:items-center.items-end.py-7.md\:flex-col.flex-col.justify-end.items-center {
        height: 70vh;
    }

    .relative.mx-auto.md\:py-20.py-8.md\:block video {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: top;
    }

    .container-width-restrict-1.h-full.relative.z-20.dark.flex.overflow-hidden.mx-auto.md\:items-center.items-end.py-7.md\:flex-col.flex-col.justify-end.items-center p.sub-title {
        font-size: 18px;
    }

    .container-width-restrict-1.h-full.relative.z-20.dark.flex.overflow-hidden.mx-auto.md\:items-center.items-end.py-7.md\:flex-col.flex-col.justify-end.items-center h1.xeneon-edge-title {
        font-size: 32px;
        line-height: 36px;
    }

    div#xeneon-edge-\|-hero-\|-media div.max-w-lg.md\:max-w-3xl.text-body-copy-1.break-words.md\:mx-auto.mx-auto {
        font-size: 12px;
    }
}