/* @group Header Video
------------------------------------ */
.header-video {
    position: relative;
    background-color: var(--main-blue);
}
.header-video .collection {
    color: #fff;
    display: block;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline;
}
.header-video h1 {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
}
.header-video p {
    color: #fff;
    font-weight: 400;
}
.header-video__info {
    z-index: 2;
}
.header-video .description {
    max-width: 32rem;
    font-size: 0;
}
.header-video .description li {
    color: #fff;
    font-weight: 300;
    display: inline;
}
.header-video .description li:not(:first-child)::before {
    content: '|';
}
.header-video__splide .splide {
    display: block;
    width: 100%;
}
.header-video .splide__slide {
    width: 100%;
}
.header-video .splide__slide::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(1.07deg, rgba(4, 27, 57, 0.6) 3.53%, rgba(4, 27, 57, 0) 34.56%);
    z-index: 2;
    pointer-events: none;
}
.header-video__figcaption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 3;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: .1rem solid rgba(201, 202, 204, .5);
    opacity: 1;
    transition: opacity .7s;
}
.header-video__figcaption.show-3d {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
}
.header-video__bttn {
    position: relative;
    border-radius: 50%;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.header-video__bttn span {
    color: var(--main-blue);
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
}
.header-video__bttn i {
    color: var(--lilac);
}

.header-video .splide__pagination .splide__pagination__page {
    transform: none;
    width: .6rem;
    height: .6rem;
    margin: 0 .8rem;
    opacity: .8;
    background-color: #fff;
}
.header-video .splide__pagination .splide__pagination__page {
    opacity: 1;
}
.header-video .splide__pagination .splide__pagination__page.icon-play.is-active {
    margin: 0 .4rem;
}
.header-video .splide__pagination .splide__pagination__page.icon-play {
    width: .884rem;
    height: 1.3rem;
    background-color: transparent;
    color: #fff;
    font-size: 1rem;
    position: relative;
    top: 0.03rem;
}

.header-video .splide__pagination .splide__pagination__page.is-active.icon-play::before {
    content: none;
}
.header-video .splide__pagination .splide__pagination__page.is-active {
    width: 1.4rem;
    height: 1.4rem;
    border: 0.3rem solid #FFFFFF;
    background-color: transparent;
    margin: 0 .4rem;
}   


@media only screen
and (min-width : 961px) {
    .header-video .splide__slide::before {
        background: linear-gradient(1.07deg, rgba(4, 27, 57, 0.6) 3.53%, rgba(4, 27, 57, .01) 100%);
    }
    .header-video__info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 7.965rem;
        padding-bottom: 7.965rem;
    }
    .header-video .collection {
        font-size: 1.4em;
        line-height: 1.42em;
        letter-spacing: 0.04em;
        margin-bottom: .9rem;
    }
    .header-video h1 {
        width: 80rem;
        font-size: 7.5em;
        line-height: 1em;
        letter-spacing: 0.01em;
        margin-bottom: 1.75rem;
    }
    .header-video .description {
        margin-bottom: 2.846rem;
    }
    .header-video .description li {
        font-size: 1.2rem;
        line-height: 1.5em;   
        letter-spacing: -0.01em;
    }
    .header-video .description li:first-child span {
        padding-right: .75rem;
    }
    .header-video .description li:not(:first-child) span {
        padding: 0 .75rem;
    }
    .header-video h3 {
        font-size: 1.6em;
        line-height: 1.25em;
        margin-bottom: 2rem;
    }
    .header-video p {
        font-size: 2.2em;
        line-height: 1.4em;
        max-width: 41rem;
        margin-bottom: 5rem;
    }
    .header-video__figcaption {
        width: calc(100% - 9.2rem);
        margin-left: 4.6rem;
        height: calc(100% - 6.42rem);
    }
    .header-video .splide__slide {
        height: 95.242rem;
    }
    .header-video__bttn {
        width: 14.8rem;
        height: 14.8rem;
    }
    .header-video__bttn i {
        font-size: 3.6rem;
    }
    .header-video__bttn span {
        bottom: -3rem;
        font-size: 1.6rem;
        line-height: 1.25em;
        letter-spacing: 0.04em;
    }

    .header-video .splide__pagination {
        bottom: 2.834rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .header-video__splide {
        order: -1;
        padding: 0;
        box-shadow: 0px 10px 74px rgba(0, 0, 0, 0.1);
        border-bottom: 4.6rem solid var(--lilac);
    }
    .header-video__info {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding-top: 3.4rem;
        padding-bottom: 4.6rem;
    }
    .header-video .collection {
        font-size: 1.4em;
        line-height: 1.42em;
        letter-spacing: 0.04em;
        margin-bottom: .2rem;
    }
    .header-video h1 {
        font-size: 3.6em;
        line-height: 1.16em;
        margin-bottom: .52rem;
    }
    .header-video .description {
        margin-bottom: 2.4rem;
    }
    .header-video .description li {
        font-size: 1.2rem;
        line-height: 1.5em;   
        letter-spacing: -0.01em;
    }
    .header-video .description li:first-child span {
        padding-right: .75rem;
    }
    .header-video .description li:not(:first-child) span {
        padding: 0 .75rem;
    }
    .header-video p {
        font-size: 1.8em;
        line-height: 1.333em;
        margin-bottom: 2.6rem;
    }
    .header-video__figcaption {
        width: calc(100% - 4rem);
        margin-left: 2rem;
        height: calc(100% - 3.42rem);
    }
    .header-video .splide__slide {
        height: 37.5rem;
    }
    .header-video__bttn {
        width: 9.8rem;
        height: 9.8rem;
    }
    .header-video__bttn i {
        font-size: 3.6rem;
    }
    .header-video__bttn span {
        bottom: -3rem;
        font-size: 1.6rem;
        line-height: 1.25em;
        letter-spacing: 0.04em;
    }

    .header-video .splide__pagination {
        bottom: 1.2rem;
    }
}

/* @end */



.header-video .collection,
.header-video h1,
.header-video .description,
.header-video p,
.header-video .bttn,
.header-video .header-video__splide {opacity: 0;}

.header-video.animateActive .collection,
.header-video.animateActive h1,
.header-video.animateActive .description,
.header-video.animateActive p,
.header-video.animateActive .bttn {animation: fadeDown 1.2s forwards;}

.header-video.animateActive .collection {animation-delay:.1s;}
.header-video.animateActive h1 {animation-delay:.3s;}
.header-video.animateActive .description {animation-delay:.5s;}
.header-video.animateActive p {animation-delay:.7s;}
.header-video.animateActive .bttn {animation-delay:.9s;}


@media only screen
and (min-width : 961px) {
    .header-video.animateActive .header-video__splide {animation: fadeRight 1.2s forwards;}
    .header-video.animateActive .header-video__splide {animation-delay:1.3s;}
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .header-video.animateActive .header-video__splide {animation: fadeDown 1.2s forwards;}
}
