.lightbox {
    z-index: 3500;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.95);
    opacity: 0;
    overflow: auto;
    pointer-events: none;
    -webkit-overflow-scrolling: touch;
    display: flex;
    align-items: center;
}

.lightbox.open {
    -webkit-transition: all 0.4s ease 0.3s;
    transition: all 0.4s ease 0.3s;
    opacity: 1;
    pointer-events: auto
}

.lightbox .btn-close-lb {
    z-index: 500;
    position: fixed;
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    right: 0.9375rem;
    top: 0.9375rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.lightbox .btn-close-lb .icon-lb-close {
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease
}

.lightbox .btn-close-lb .icon-lb-close div {
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    -webkit-transition: background-color, -webkit-transform 0.4s ease;
    transition: background-color, -webkit-transform 0.4s ease;
    transition: background-color, transform 0.4s ease;
    transition: background-color, transform 0.4s ease, -webkit-transform 0.4s ease
}

.lightbox .btn-close-lb .icon-lb-close div:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #fff;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transition: background-color, -webkit-transform 0.4s ease;
    transition: background-color, -webkit-transform 0.4s ease;
    transition: background-color, transform 0.4s ease;
    transition: background-color, transform 0.4s ease, -webkit-transform 0.4s ease
}

.lightbox .btn-close-lb:hover .icon-lb-close div {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg)
}

.lightbox .box {
/*
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
*/
    padding: 3.125rem 0;
    width: 100%;
    margin: 0 auto;
/*    min-height: 100vh;*/
}

.lightbox .container {
    position: relative;
/*    max-width: 1220px;*/
    padding-left: 1.5625rem;
    padding-right: 1.5625rem
}

@media (min-width:750px) {
    .lightbox .btn-close-lb {
        width: 3.75rem;
        height: 3.75rem;
        right: 1.40625rem;
        top: 1.40625rem
    }

    .lightbox .btn-close-lb .icon-lb-close {
        width: 3.75rem;
        height: 3.75rem
    }

    .lightbox .box {
        padding: 7.03125rem 0;
        width: 90%;
/*        margin: auto;*/
    }

    .lightbox .container {
        position: relative;
        padding-left: 2.34375rem;
        padding-right: 2.34375rem
    }
}

@media (min-width:1366px) {
    .lightbox .btn-close-lb {
        width: 5rem;
        height: 5rem;
        right: 1.875rem;
        top: 1.875rem
    }

    .lightbox .btn-close-lb .icon-lb-close {
        width: 5rem;
        height: 5rem
    }

    .lightbox .container {
        position: relative;
        padding-left: 3.125rem;
        padding-right: 3.125rem
    }
}

.video-container {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.video-container embed,
.video-container iframe,
.video-container object,
.video-container video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.video-container:before {
    display: block;
    padding-top: 56.25%;
    content: ""
}

#video {
    /* padding-top: 3.625rem; */
    /* padding-bottom: 5.4375rem; */
    /* margin-top: -3.625rem; */
    margin: 5% 0 0;
}

@media (min-width: 576px) {
    #video {
        /* padding-top:5.4375rem; */
        /* padding-bottom: 8.15625rem; */
        /* margin-top: -5.4375rem; */
    }
}

@media (min-width: 992px) {
    #video {
        /* padding-block:174px; */
        /* margin-top: -174px; */
/*        margin: 5% 0 0;*/
    }
}

#video:before {
    content: "";
    position: absolute;
    z-index: 1000;
    top: 0;
    display: block;
    width: 100%;
    aspect-ratio: 750/723;
    background: url(../img/bg-accordion-mobile.png) no-repeat top/100% auto
}

@media (min-width: 992px) {
    #video:before {
        aspect-ratio:1920/1223;
        background: url(../img/bg-accordion.png) no-repeat top/100% auto
    }
}

#video .accordionContainer {
/*    max-width: 60vw;*/
    margin: 0 auto;
    position: relative;
    z-index: 1001
}

@media (min-width: 992px) {
    #video .accordionContainer {
        padding-inline:60px;
        max-width: 60vw;
    }
}

#video .wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.625rem
}

@media (min-width: 992px) {
    #video .wrapper {
        -webkit-box-orient:horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        gap: 10px
    }
}

#video .boxContainer {
    position: relative;
    background: rgba(255,255,255,0.1);
    height: 8.125rem;
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
    padding-top: 1.65625rem;
    padding-left: 1.21875rem;
    cursor: pointer;
}

@media (min-width: 576px) {
    #video .boxContainer {
        height:12.1875rem;
        max-height: 260px
    }
}

@media (min-width: 992px) {
    #video .boxContainer {
        -webkit-box-flex:1;
        -ms-flex: 1 0 0px;
        flex: 1 0 0;
        max-height: none;
        height: 606px;
        border-radius: 10px;
        overflow: hidden
    }
}

#video .boxContainer:before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background: url(../img/icon-videoMore.png),rgba(0,0,0,0.3);
    background-repeat: no-repeat,no-repeat;
    background-position: right 15px bottom 15px,center center;
    background-size: 30px 30px,100% 100%;
    -webkit-transition: background 0.8s ease;
    transition: background 0.8s ease
}

#video .boxContainer[disabled]:before {
    z-index: 1;
    background: rgba(0,0,0,0.6)
}

#video .boxContainer:after {
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    background: url("../img/img-videoCover-light.png") no-repeat;
    background-size: 100%
}

#video .boxContainer--active {
    height: 114.5038167939vw;
    max-height: 20.46875rem
}

@media (min-width: 576px) {
    #video .boxContainer--active {
        max-height:655px
    }
}

@media (min-width: 992px) {
    #video .boxContainer--active {
        height:606px;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 671px;
        flex: 0 0 671px
    }
}

#video .boxContainer--active:before {
    background: url(../img/icon-videoMore.png),rgba(0,0,0,0);
    background-repeat: no-repeat,no-repeat;
    background-position: right 15px bottom 15px,center center;
    background-size: 30px 30px,100% 100%
}

#video .boxContainer[data-box="1"] {
    background: url(../img/messageImage_1778751922623_0.jpg) no-repeat;
    background-position: center -79.575596817vw;
    background-size: 100% auto
}

@media (min-width: 992px) {
    #video .boxContainer[data-box="1"] {
        background-position:left center;
        background-size: 676px 1199px
    }
}

#video .boxContainer--active[data-box="1"] {
    background-position: center -46.0212201592vw
}

@media (min-width: 992px) {
    #video .boxContainer--active[data-box="1"] {
        background-position:left center;
        background-size: 690px 1199px
    }
}

#video .boxContainer[data-box="2"] {
    background: url(../img/messageImage_1778751975369_0.jpg) no-repeat;
    background-position: center -41.1140583554vw;
    background-size: 100% auto
}

@media (min-width: 992px) {
    #video .boxContainer[data-box="2"] {
        background-position:left -265px;
        background-size: 690px 1209px
    }
}

#video .boxContainer[data-box="3"] {
    background: url(../img/img-videoCover_3.png) no-repeat;
    background-position: center -58.4880636605vw;
    background-size: 100% auto
}

@media (min-width: 992px) {
    #video .boxContainer[data-box="3"] {
        background-position:left -195px;
        background-size: 675px 1201px
    }
}

#video .boxContainer[data-box="4"] {
    background: url(../img/img-videoCover_4.png) no-repeat;
    background-position: center -66.3129973475vw;
    background-size: 100% auto
}

@media (min-width: 992px) {
    #video .boxContainer[data-box="4"] {
        background-position:left -277px;
        background-size: 680px 1209px
    }
}

#video .boxText {
    position: absolute;
    color: #fff;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.3em;
    margin: 0
}

@media (min-width: 576px) {
    #video .boxText {
        font-size:1.125rem
    }
}

@media (min-width: 992px) {
    #video .boxText {
        font-size:20px;
        letter-spacing: 0.2em;
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl
    }
}

#video .videoLink {
    position: absolute;
    inset: 0;
    z-index: -1;
    opacity: 0
}

#video .videoWarningText {
    margin-top: 1.25rem;
    padding-top: 0;
    text-align: center;
    color: #666666;
    font-size: 15px
}

@media (min-width: 576px) {
    #video .videoWarningText {
        margin-top:1.875rem
    }
}

@media (min-width: 992px) {
    #video .videoWarningText {
        margin-top:77px
    }
}

@media (min-width: 992px) {
    #video .videoWarningText-space {
        display:none
    }
}