﻿:root {
    --ext__hero-gradient-angle: 360deg;
}
@media only screen and (min-width: 992px) {
    :root {
        --ext__hero-gradient-angle: 270deg;
    }
}

/*Hero*/
.ext__hero-content-alt {
    background-image: linear-gradient( var(--ext__hero-gradient-angle), hsl(224 36% 23%) 0%, hsl(224 39% 21%) 11%, hsl(225 42% 19%) 16%, hsl(225 46% 17%) 20%, hsl(225 49% 15%) 24%, hsl(226 52% 13%) 29%, hsl(226 54% 11%) 36%, hsl(227 57% 9%) 44%, hsl(226 61% 7%) 54%, hsl(229 63% 5%) 66%, hsl(229 65% 3%) 81%, hsl(228 71% 1%) 100%);
}
.ext__hero-content::before, .ext__infoPanel-content::before {
    content: "";
    position: absolute;
    top: -74px;
    left: 0;
    height: 75px;
    width: 100%;
    background-image: linear-gradient(var(--ext__hero-gradient-angle), hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
    z-index: 1;
}

.ext__hero-content-alt::before {
    content: "";
    position: absolute;
    top: -74px;
    left: 0;
    height: 75px;
    width: 100%;
    background-image: linear-gradient( var(--ext__hero-gradient-angle), hsl(228, 71%, 1%) 0%, hsla(228, 71%, 1%, 0.738) 19%, hsla(228, 71%, 1%, 0.541) 34%, hsla(228, 71%, 1%, 0.382) 47%, hsla(228, 71%, 1%, 0.278) 56.5%, hsla(228, 71%, 1%, 0.194) 65%, hsla(228, 71%, 1%, 0.126) 73%, hsla(228, 71%, 1%, 0.075) 80.2%, hsla(228, 71%, 1%, 0.042) 86.1%, hsla(228, 71%, 1%, 0.021) 91%, hsla(228, 71%, 1%, 0.008) 95.2%, hsla(228, 71%, 1%, 0.002) 98.2%, hsla(228, 71%, 1%, 0) 100%);
    z-index: 1;
}

@media only screen and (min-width: 576px) {
    .ext__hero-content::before, .ext__infoPanel-content::before, .ext__hero-content-alt::before {
        top: -74px;
        height: 75px;
    }
}

@media only screen and (min-width: 992px) {
    .ext__hero-content, .ext__hero {
        height: 580px;
    }

    .ext__hero-content-alt, .ext__hero-alt {
        height: 450px;
    }

    .ext__hero-content::before, .ext__hero-content-alt::before {
        top: 0;
        left: calc(-5vw + 1px);
        height: 100%;
        width: 5vw;
    }

    .ext__infoPanel-content::before {
        background-image: linear-gradient(360deg, hsl(0, 0%, 0%) 0%, hsla(0, 0%, 0%, 0.738) 19%, hsla(0, 0%, 0%, 0.541) 34%, hsla(0, 0%, 0%, 0.382) 47%, hsla(0, 0%, 0%, 0.278) 56.5%, hsla(0, 0%, 0%, 0.194) 65%, hsla(0, 0%, 0%, 0.126) 73%, hsla(0, 0%, 0%, 0.075) 80.2%, hsla(0, 0%, 0%, 0.042) 86.1%, hsla(0, 0%, 0%, 0.021) 91%, hsla(0, 0%, 0%, 0.008) 95.2%, hsla(0, 0%, 0%, 0.002) 98.2%, hsla(0, 0%, 0%, 0) 100%);
    }
}

.ext__hero-image {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    padding-top: 56.25%;
}

@media only screen and (min-width: 992px) {
    .ext__hero-image {
        padding-top: 0;
    }
}

.ext__motion-control {
    top: 10px;
    right: 10px;
    text-shadow: 0px 0px 20px black;
}

@media only screen and (min-width: 992px) {
    .ext__motion-control {
        top: unset;
        right: unset;
        bottom: 25px;
        left: 25px;
    }
}

.ext__hero-flag {
    position: absolute;
    top: -60px;
    left: -30px;
    width: 115px;
    height: 115px;
}

.ext__hero-flag img {
    width: 70px;
}

.ext__ar-hero {
    position: relative;
    aspect-ratio: 3/2;
}

@supports not (aspect-ratio: auto) {
    .ext__ar-hero {
        padding-top: 66.66%;
    }
}

@media only screen and (min-width: 576px) {
    .ext__ar-hero {
        aspect-ratio: 5/2;
    }
    @supports not (aspect-ratio: auto) {
        .ext__ar-hero {
            height: 0;
            padding-top: 40%;
        }
    }
}

@media only screen and (min-width: 992px) {
    .ext__hero-flag {
        position: absolute;
        top: -65px;
        left: -40px;
        width: 155px;
        height: 155px;
    }

    .ext__hero-flag img {
        height: 62px;
        width: 100px;
    }

    .ext__ar-hero {
        aspect-ratio: auto;
        height: 100%;
        width: 100%;
    }

    @supports not (aspect-ratio: auto) {
        .ext__ar-hero {
            padding-top: 0;
        }
    }
}

.ext__offer-img {
    width: 35%;
    max-width: 90px;
}

.ext__offer-bg {
    background: var(--bs-gray-900);
}
@media only screen and (min-width: 768px) {
    .ext__offer-bg {
        background: none;
    }
}

/*Library*/
.ext__library-tab {
    position: relative;
}

.ext__library-tab.ext__active {
    font-weight: 700 !important;
    color: var(--bs-heading-color)!important;
}

.ext__library-tab.ext__active:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: var(--bs-primary);
}

.ext__episode-tile-flag {
    position: absolute;
    top: -30px;
    left: -10px;
    background: rgba(255,255,255,.75);
    height: 65px;
    width: 65px;
    padding-left: 5px;
    padding-top: 23px;
}

@media only screen and (min-width: 992px) {
    .ext__episode-tile-flag {
        top: -28px;
        left: -8px;
        height: 72px;
        width: 72px;
        padding-top: 20px;
    }
}

.ext__offcanvas {
    height: 99vh!important;
}

@media only screen and (min-width: 992px) {
    .ext__offcanvas {
        width: 60% !important;
    }
}

@media only screen and (min-width: 1200px) {
    .ext__offcanvas {
        width: 50% !important;
    }
}