/*@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url("../../assets/fonts/montserrat-v14-latin-regular.eot");
    src: local("Montserrat Regular"),local("Montserrat-Regular"),url("../../assets/fonts/montserrat-v14-latin-regular.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/montserrat-v14-latin-regular.woff2") format("woff2"),url("../../assets/fonts/montserrat-v14-latin-regular.woff") format("woff"),url("../../assets/fonts/montserrat-v14-latin-regular.ttf") format("truetype"),url("../..//assets/fonts/montserrat-v14-latin-regular.svg#Montserrat") format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    src: url("../../assets/fonts/montserrat-v14-latin-500.eot");
    src: local("Montserrat Medium"),local("Montserrat-Medium"),url("../../assets/fonts/montserrat-v14-latin-500.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/montserrat-v14-latin-500.woff2") format("woff2"),url("../../assets/fonts/montserrat-v14-latin-500.woff") format("woff"),url("../../assets/fonts/montserrat-v14-latin-500.ttf") format("truetype"),url("../../assets/fonts/montserrat-v14-latin-500.svg#Montserrat") format("svg")
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url("../../assets/fonts/montserrat-v14-latin-700.eot");
    src: local("Montserrat Bold"),local("Montserrat-Bold"),url("../../assets/fonts/montserrat-v14-latin-700.eot?#iefix") format("embedded-opentype"),url("../../assets/fonts/montserrat-v14-latin-700.woff2") format("woff2"),url("../../assets/fonts/montserrat-v14-latin-700.woff") format("woff"),url("../../assets/fonts/montserrat-v14-latin-700.ttf") format("truetype"),url("../../assets/fonts/montserrat-v14-latin-700.svg#Montserrat") format("svg")
}*/


body {
    margin: 0;
    padding: 0;
    font-family: Montserrat, Arial, sans-serif
}

h1 {
    font-weight: 600;
    letter-spacing: -0.02em;
    font-size: 50px;
    line-height: 1.2em
}

h2 {
    font-size: 15px;
    letter-spacing: 0.09em;
    line-height: 1.7em;
    font-weight: 500;
    color: #e6b700
}

p, span {
    font-size: 14px;
    letter-spacing: 0.06em;
    line-height: 1.5em;
    font-weight: 400
}

    p.big, span.big {
        font-size: 21px;
        letter-spacing: 0.02em;
        font-weight: 400
    }

    p.small, span.small {
        font-size: 13px
    }

ul {
    list-style: none;
    font-size: 18px;
    letter-spacing: 0.02em;
    line-height: 40px
}

@media screen and (max-width: 1366px) {
    h1 {
        font-size: 50px;
        line-height: 1.2em
    }

    p.small, span.small {
        font-size: 12px;
        letter-spacing: 0.06em
    }

    ul {
        font-size: 16px;
        line-height: 1.5em
    }
}

@media screen and (max-width: 600px) {
    h1 {
        font-size: 28px
    }

    p, span {
        line-height: 1.7em
    }

        p.big, span.big {
            font-size: 18px;
            line-height: 1.4em
        }

    ul {
        font-size: 14px;
        line-height: 1.5em
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    h1 {
        font-size: 28px
    }

    p, span {
        line-height: 1.7em
    }

        p.big, span.big {
            font-size: 18px;
            line-height: 1.4em
        }

    ul {
        font-size: 12px;
        line-height: 1.5em
    }
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box
}

body {
    overflow: hidden
}

img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.hamburger {
    outline: none
}

.btn {
    background-color: #e6b700;
    color: #1f2933;
    display: inline-block;
    padding: 15px 35px;
    border: 0;
    box-shadow: none;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    cursor: pointer;
    border-radius: 3px
}

    .btn:hover {
        background-color: #ffcb00
    }

.btn__secondary {
    background-color: transparent;
    border: 1px solid #e6b700;
    color: #e6b700
}

    .btn__secondary:hover {
        background-color: #ffcb00;
        color: #1f2933
    }

@media screen and (max-width: 600px) {
    .btn {
        font-size: 12px;
        padding: 15px 25px;
        letter-spacing: 0.1em
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .btn {
        font-size: 12px;
        padding: 15px 25px;
        letter-spacing: 0.1em
    }
}

.link {
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.08em;
    text-decoration: none;
    border-bottom: 1px solid transparent
}

    .link.black {
        color: #1f2933
    }

        .link.black:hover {
            border-bottom: 1px solid #1f2933
        }

    .link.white {
        color: #fff
    }

        .link.white:hover {
            border-bottom: 1px solid #fff
        }

    .link.yellow {
        color: #e6b700
    }

        .link.yellow:hover {
            border-bottom: 1px solid #e6b700
        }

@media screen and (max-width: 600px) {
    .link {
        font-size: 12px;
        text-decoration: underline
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .link {
        font-size: 12px;
        text-decoration: underline
    }
}

.view {
    position: fixed;
    width: 100vw;
    height: 100%;
    left: 0;
    top: 0;
    overflow-y: auto
}
/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */

.hamburger {
    padding: 0px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible
}

    .hamburger:hover {
        opacity: .7
    }

    .hamburger.is-active:hover {
        opacity: .7
    }

    .hamburger.is-active .hamburger-inner, .hamburger.is-active .hamburger-inner::before, .hamburger.is-active .hamburger-inner::after {
        background-color: #e6b700
    }

.hamburger-box {
    width: 20px;
    height: 14px;
    display: inline-block;
    position: relative
}

.hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -1px
}

    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 20px;
        height: 2px;
        background-color: #e6b700;
        border-radius: 2px;
        position: absolute;
        transition-property: transform;
        transition-duration: 0.15s;
        transition-timing-function: ease
    }

        .hamburger-inner::before, .hamburger-inner::after {
            content: "";
            display: block
        }

        .hamburger-inner::before {
            top: -6px
        }

        .hamburger-inner::after {
            bottom: -6px
        }

.hamburger--3dx .hamburger-box {
    perspective: 40px
}

.hamburger--3dx .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

    .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

.hamburger--3dx.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(180deg)
}

    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    .hamburger--3dx.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }

.hamburger--3dx-r .hamburger-box {
    perspective: 40px
}

.hamburger--3dx-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

    .hamburger--3dx-r .hamburger-inner::before, .hamburger--3dx-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

.hamburger--3dx-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateY(-180deg)
}

    .hamburger--3dx-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    .hamburger--3dx-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }

.hamburger--3dy .hamburger-box {
    perspective: 40px
}

.hamburger--3dy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

    .hamburger--3dy .hamburger-inner::before, .hamburger--3dy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

.hamburger--3dy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(-180deg)
}

    .hamburger--3dy.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    .hamburger--3dy.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }

.hamburger--3dy-r .hamburger-box {
    perspective: 40px
}

.hamburger--3dy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

    .hamburger--3dy-r .hamburger-inner::before, .hamburger--3dy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

.hamburger--3dy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg)
}

    .hamburger--3dy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    .hamburger--3dy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }

.hamburger--3dxy .hamburger-box {
    perspective: 40px
}

.hamburger--3dxy .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

    .hamburger--3dxy .hamburger-inner::before, .hamburger--3dxy .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

.hamburger--3dxy.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg)
}

    .hamburger--3dxy.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    .hamburger--3dxy.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }

.hamburger--3dxy-r .hamburger-box {
    perspective: 40px
}

.hamburger--3dxy-r .hamburger-inner {
    transition: transform 0.15s cubic-bezier(0.645, 0.045, 0.355, 1),background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
}

    .hamburger--3dxy-r .hamburger-inner::before, .hamburger--3dxy-r .hamburger-inner::after {
        transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1)
    }

.hamburger--3dxy-r.is-active .hamburger-inner {
    background-color: transparent !important;
    transform: rotateX(180deg) rotateY(180deg) rotateZ(-180deg)
}

    .hamburger--3dxy-r.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    .hamburger--3dxy-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -6px, 0) rotate(-45deg)
    }

.hamburger--arrow.is-active .hamburger-inner::before {
    transform: translate3d(-4px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrow.is-active .hamburger-inner::after {
    transform: translate3d(-4px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::before {
    transform: translate3d(4px, 0, 0) rotate(45deg) scale(0.7, 1)
}

.hamburger--arrow-r.is-active .hamburger-inner::after {
    transform: translate3d(4px, 0, 0) rotate(-45deg) scale(0.7, 1)
}

.hamburger--arrowalt .hamburger-inner::before {
    transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(-4px, -5px, 0) rotate(-45deg) scale(0.7, 1);
    transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(-4px, 5px, 0) rotate(45deg) scale(0.7, 1);
    transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt-r .hamburger-inner::before {
    transition: top 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt-r .hamburger-inner::after {
    transition: bottom 0.1s 0.1s ease,transform 0.1s cubic-bezier(0.165, 0.84, 0.44, 1)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::before {
    top: 0;
    transform: translate3d(4px, -5px, 0) rotate(45deg) scale(0.7, 1);
    transition: top 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowalt-r.is-active .hamburger-inner::after {
    bottom: 0;
    transform: translate3d(4px, 5px, 0) rotate(-45deg) scale(0.7, 1);
    transition: bottom 0.1s ease,transform 0.1s 0.1s cubic-bezier(0.895, 0.03, 0.685, 0.22)
}

.hamburger--arrowturn.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

    .hamburger--arrowturn.is-active .hamburger-inner::before {
        transform: translate3d(8px, 0, 0) rotate(45deg) scale(0.7, 1)
    }

    .hamburger--arrowturn.is-active .hamburger-inner::after {
        transform: translate3d(8px, 0, 0) rotate(-45deg) scale(0.7, 1)
    }

.hamburger--arrowturn-r.is-active .hamburger-inner {
    transform: rotate(-180deg)
}

    .hamburger--arrowturn-r.is-active .hamburger-inner::before {
        transform: translate3d(-8px, 0, 0) rotate(-45deg) scale(0.7, 1)
    }

    .hamburger--arrowturn-r.is-active .hamburger-inner::after {
        transform: translate3d(-8px, 0, 0) rotate(45deg) scale(0.7, 1)
    }

.hamburger--boring .hamburger-inner, .hamburger--boring .hamburger-inner::before, .hamburger--boring .hamburger-inner::after {
    transition-property: none
}

.hamburger--boring.is-active .hamburger-inner {
    transform: rotate(45deg)
}

    .hamburger--boring.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0
    }

    .hamburger--boring.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg)
    }

.hamburger--collapse .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

    .hamburger--collapse .hamburger-inner::after {
        top: -12px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear
    }

    .hamburger--collapse .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--collapse.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

    .hamburger--collapse.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear
    }

    .hamburger--collapse.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--collapse-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0.13s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

    .hamburger--collapse-r .hamburger-inner::after {
        top: -12px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0.1s linear
    }

    .hamburger--collapse-r .hamburger-inner::before {
        transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--collapse-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

    .hamburger--collapse-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0.1s 0.22s linear
    }

    .hamburger--collapse-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--elastic .hamburger-inner {
    top: 1px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

    .hamburger--elastic .hamburger-inner::before {
        top: 6px;
        transition: opacity 0.125s 0.275s ease
    }

    .hamburger--elastic .hamburger-inner::after {
        top: 12px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
    }

.hamburger--elastic.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(135deg);
    transition-delay: 0.075s
}

    .hamburger--elastic.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0
    }

    .hamburger--elastic.is-active .hamburger-inner::after {
        transform: translate3d(0, -12px, 0) rotate(-270deg);
        transition-delay: 0.075s
    }

.hamburger--elastic-r .hamburger-inner {
    top: 1px;
    transition-duration: 0.275s;
    transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

    .hamburger--elastic-r .hamburger-inner::before {
        top: 6px;
        transition: opacity 0.125s 0.275s ease
    }

    .hamburger--elastic-r .hamburger-inner::after {
        top: 12px;
        transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
    }

.hamburger--elastic-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-135deg);
    transition-delay: 0.075s
}

    .hamburger--elastic-r.is-active .hamburger-inner::before {
        transition-delay: 0s;
        opacity: 0
    }

    .hamburger--elastic-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -12px, 0) rotate(270deg);
        transition-delay: 0.075s
    }

.hamburger--emphatic {
    overflow: hidden
}

    .hamburger--emphatic .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in
    }

        .hamburger--emphatic .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in
        }

        .hamburger--emphatic .hamburger-inner::after {
            top: 6px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in
        }

    .hamburger--emphatic.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important
    }

        .hamburger--emphatic.is-active .hamburger-inner::before {
            left: -40px;
            top: -40px;
            transform: translate3d(40px, 40px, 0) rotate(45deg);
            transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
        }

        .hamburger--emphatic.is-active .hamburger-inner::after {
            right: -40px;
            top: -40px;
            transform: translate3d(-40px, 40px, 0) rotate(-45deg);
            transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
        }

.hamburger--emphatic-r {
    overflow: hidden
}

    .hamburger--emphatic-r .hamburger-inner {
        transition: background-color 0.125s 0.175s ease-in
    }

        .hamburger--emphatic-r .hamburger-inner::before {
            left: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,left 0.125s 0.175s ease-in
        }

        .hamburger--emphatic-r .hamburger-inner::after {
            top: 6px;
            right: 0;
            transition: transform 0.125s cubic-bezier(0.6, 0.04, 0.98, 0.335),top 0.05s 0.125s linear,right 0.125s 0.175s ease-in
        }

    .hamburger--emphatic-r.is-active .hamburger-inner {
        transition-delay: 0s;
        transition-timing-function: ease-out;
        background-color: transparent !important
    }

        .hamburger--emphatic-r.is-active .hamburger-inner::before {
            left: -40px;
            top: 40px;
            transform: translate3d(40px, -40px, 0) rotate(-45deg);
            transition: left 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
        }

        .hamburger--emphatic-r.is-active .hamburger-inner::after {
            right: -40px;
            top: 40px;
            transform: translate3d(-40px, -40px, 0) rotate(45deg);
            transition: right 0.125s ease-out,top 0.05s 0.125s linear,transform 0.125s 0.175s cubic-bezier(0.075, 0.82, 0.165, 1)
        }

.hamburger--minus .hamburger-inner::before, .hamburger--minus .hamburger-inner::after {
    transition: bottom 0.08s 0s ease-out, top 0.08s 0s ease-out, opacity 0s linear
}

.hamburger--minus.is-active .hamburger-inner::before, .hamburger--minus.is-active .hamburger-inner::after {
    opacity: 0;
    transition: bottom 0.08s ease-out, top 0.08s ease-out, opacity 0s 0.08s linear
}

.hamburger--minus.is-active .hamburger-inner::before {
    top: 0
}

.hamburger--minus.is-active .hamburger-inner::after {
    bottom: 0
}

.hamburger--slider .hamburger-inner {
    top: 1px
}

    .hamburger--slider .hamburger-inner::before {
        top: 6px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s
    }

    .hamburger--slider .hamburger-inner::after {
        top: 12px
    }

.hamburger--slider.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(45deg)
}

    .hamburger--slider.is-active .hamburger-inner::before {
        transform: rotate(-45deg) translate3d(-2.85714px, -4px, 0);
        opacity: 0
    }

    .hamburger--slider.is-active .hamburger-inner::after {
        transform: translate3d(0, -12px, 0) rotate(-90deg)
    }

.hamburger--slider-r .hamburger-inner {
    top: 1px
}

    .hamburger--slider-r .hamburger-inner::before {
        top: 6px;
        transition-property: transform, opacity;
        transition-timing-function: ease;
        transition-duration: 0.15s
    }

    .hamburger--slider-r .hamburger-inner::after {
        top: 12px
    }

.hamburger--slider-r.is-active .hamburger-inner {
    transform: translate3d(0, 6px, 0) rotate(-45deg)
}

    .hamburger--slider-r.is-active .hamburger-inner::before {
        transform: rotate(45deg) translate3d(2.85714px, -4px, 0);
        opacity: 0
    }

    .hamburger--slider-r.is-active .hamburger-inner::after {
        transform: translate3d(0, -12px, 0) rotate(90deg)
    }

.hamburger--spin .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

    .hamburger--spin .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
    }

    .hamburger--spin .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--spin.is-active .hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

    .hamburger--spin.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
    }

    .hamburger--spin.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--spin-r .hamburger-inner {
    transition-duration: 0.22s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

    .hamburger--spin-r .hamburger-inner::before {
        transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in
    }

    .hamburger--spin-r .hamburger-inner::after {
        transition: bottom 0.1s 0.25s ease-in,transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--spin-r.is-active .hamburger-inner {
    transform: rotate(-225deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

    .hamburger--spin-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out
    }

    .hamburger--spin-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg);
        transition: bottom 0.1s ease-out,transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--spring .hamburger-inner {
    top: 1px;
    transition: background-color 0s 0.13s linear
}

    .hamburger--spring .hamburger-inner::before {
        top: 6px;
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    .hamburger--spring .hamburger-inner::after {
        top: 12px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--spring.is-active .hamburger-inner {
    transition-delay: 0.22s;
    background-color: transparent !important
}

    .hamburger--spring.is-active .hamburger-inner::before {
        top: 0;
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 6px, 0) rotate(45deg)
    }

    .hamburger--spring.is-active .hamburger-inner::after {
        top: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 6px, 0) rotate(-45deg)
    }

.hamburger--spring-r .hamburger-inner {
    top: auto;
    bottom: 0;
    transition-duration: 0.13s;
    transition-delay: 0s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

    .hamburger--spring-r .hamburger-inner::after {
        top: -12px;
        transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),opacity 0s linear
    }

    .hamburger--spring-r .hamburger-inner::before {
        transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1),transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--spring-r.is-active .hamburger-inner {
    transform: translate3d(0, -6px, 0) rotate(-45deg);
    transition-delay: 0.22s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

    .hamburger--spring-r.is-active .hamburger-inner::after {
        top: 0;
        opacity: 0;
        transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333),opacity 0s 0.22s linear
    }

    .hamburger--spring-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(90deg);
        transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333),transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--stand .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear
}

    .hamburger--stand .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    .hamburger--stand .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--stand.is-active .hamburger-inner {
    transform: rotate(90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear
}

    .hamburger--stand.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    .hamburger--stand.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--stand-r .hamburger-inner {
    transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19),background-color 0s 0.075s linear
}

    .hamburger--stand-r .hamburger-inner::before {
        transition: top 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

    .hamburger--stand-r .hamburger-inner::after {
        transition: bottom 0.075s 0.075s ease-in,transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--stand-r.is-active .hamburger-inner {
    transform: rotate(-90deg);
    background-color: transparent !important;
    transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1),background-color 0s 0.15s linear
}

    .hamburger--stand-r.is-active .hamburger-inner::before {
        top: 0;
        transform: rotate(-45deg);
        transition: top 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

    .hamburger--stand-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(45deg);
        transition: bottom 0.075s 0.1s ease-out,transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--squeeze .hamburger-inner {
    transition-duration: 0.075s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

    .hamburger--squeeze .hamburger-inner::before {
        transition: top 0.075s 0.12s ease, opacity 0.075s ease
    }

    .hamburger--squeeze .hamburger-inner::after {
        transition: bottom 0.075s 0.12s ease,transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19)
    }

.hamburger--squeeze.is-active .hamburger-inner {
    transform: rotate(45deg);
    transition-delay: 0.12s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

    .hamburger--squeeze.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0;
        transition: top 0.075s ease, opacity 0.075s 0.12s ease
    }

    .hamburger--squeeze.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg);
        transition: bottom 0.075s ease,transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1)
    }

.hamburger--vortex .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

    .hamburger--vortex .hamburger-inner::before, .hamburger--vortex .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear
    }

    .hamburger--vortex .hamburger-inner::before {
        transition-property: top, opacity
    }

    .hamburger--vortex .hamburger-inner::after {
        transition-property: bottom, transform
    }

.hamburger--vortex.is-active .hamburger-inner {
    transform: rotate(765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

    .hamburger--vortex.is-active .hamburger-inner::before, .hamburger--vortex.is-active .hamburger-inner::after {
        transition-delay: 0s
    }

    .hamburger--vortex.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0
    }

    .hamburger--vortex.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(90deg)
    }

.hamburger--vortex-r .hamburger-inner {
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

    .hamburger--vortex-r .hamburger-inner::before, .hamburger--vortex-r .hamburger-inner::after {
        transition-duration: 0s;
        transition-delay: 0.1s;
        transition-timing-function: linear
    }

    .hamburger--vortex-r .hamburger-inner::before {
        transition-property: top, opacity
    }

    .hamburger--vortex-r .hamburger-inner::after {
        transition-property: bottom, transform
    }

.hamburger--vortex-r.is-active .hamburger-inner {
    transform: rotate(-765deg);
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

    .hamburger--vortex-r.is-active .hamburger-inner::before, .hamburger--vortex-r.is-active .hamburger-inner::after {
        transition-delay: 0s
    }

    .hamburger--vortex-r.is-active .hamburger-inner::before {
        top: 0;
        opacity: 0
    }

    .hamburger--vortex-r.is-active .hamburger-inner::after {
        bottom: 0;
        transform: rotate(-90deg)
    }

.landing-page .mission {
    width: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 150px auto
}

    .landing-page .mission h2, .landing-page .mission p {
        text-align: center;
        margin: 0 0 30px
    }

@media screen and (max-width: 600px) {
    .landing-page .mission {
        width: 100%;
        margin: 100px auto;
        padding: 0 30px
    }

        .landing-page .mission h2 {
            margin: 0px
        }

        .landing-page .mission p {
            font-size: 18px;
            margin-top: 30px
        }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .landing-page .mission {
        width: 100%;
        margin: 100px auto;
        padding: 0 30px
    }

        .landing-page .mission h2 {
            margin: 0px
        }

        .landing-page .mission p {
            font-size: 18px
        }
}

.player {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

    .player .player-view {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2
    }

    .player .video-player {
        width: 100vw;
        background-color: #1f2933
    }

        .player .video-player video {
            width: 100%;
            height: 100%;
            object-fit: contain
        }

    .player .anim-wrapper {
        position: absolute;
        inset: 0;
        z-index: 99
    }

@media screen and (max-width: 600px) {
    .player {
        align-items: center
    }

        .player .video-player {
            height: 100%;
            min-width: auto;
            min-height: auto;
            background-color: #1f2933
        }

        .player .player-view {
            align-items: center
        }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .player {
        align-items: center
    }

        .player .video-player {
            height: 100%;
            min-width: auto;
            min-height: auto
        }

        .player .player-view {
            align-items: center
        }
}

.loading {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #1f2933;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 99999999
}

.error-view {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #1f2933;
    padding: 0 30px
}

    .error-view div img {
        width: 120px;
        margin: auto;
        display: block
    }

    .error-view div h1, .error-view div p {
        text-align: center;
        color: #fff
    }

    .error-view div h1 {
        font-size: 36px;
        line-height: 50px;
        margin-bottom: 30px
    }

.login {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #f5f5f5
}

    .login form {
        display: flex;
        align-items: flex-end;
        justify-content: center
    }

        .login form button {
            margin-left: 30px;
            padding: 10px 30px
        }

.about {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 100px 0
}

.about__brand {
    width: 100%;
    cursor: pointer;
    height: auto;
    flex-shrink: 0;
    margin-bottom: 100px
}

    .about__brand img {
        width: 200px;
        height: auto
    }

.about__intro {
    width: 60%;
    max-width: 900px;
    padding-right: 70px
}

    .about__intro h1 {
        margin-bottom: 50px;
        color: #1f2933
    }

    .about__intro p {
        white-space: pre-wrap;
        font-size: 17px;
        letter-spacing: 0.03em;
        line-height: 1.7em;
        margin-bottom: 1.7em
    }

.about__bullets {
    border: 1px solid #e6b700;
    padding: 60px;
    width: 40%;
    border-radius: 10px;
    box-shadow: 0 0 20px rgba(31,41,51,0.1)
}

    .about__bullets h2 {
        color: #1f2933;
        margin-bottom: 50px
    }

    .about__bullets ol {
        list-style: none;
        counter-reset: counter
    }

        .about__bullets ol li {
            counter-increment: counter;
            font-size: 13px;
            letter-spacing: 0.07em;
            line-height: 2em
        }

            .about__bullets ol li:before {
                content: "0" counter(counter);
                display: block;
                font-weight: 600;
                color: #e6b700
            }

            .about__bullets ol li:not(:last-child) {
                margin-bottom: 20px
            }

@media screen and (max-width: 1200px) {
    .about {
        display: block
    }

    .about__intro {
        width: 100%
    }

    .about__bullets {
        border: none;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        margin-top: 100px;
        display: inline-block;
        width: auto
    }

        .about__bullets ol li {
            padding: 0;
            max-width: 600px
        }
}

@media screen and (max-width: 600px) {
    .about {
        margin: 80px 0
    }

    .about__brand {
        margin-bottom: 80px
    }

        .about__brand img {
            width: 150px
        }

    .about__bullets {
        margin-top: 80px
    }

    .about__intro {
        padding-right: 0
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .about {
        margin: 40px 0
    }

    .about__brand {
        margin-bottom: 60px
    }

    .about__bullets {
        margin-top: 40px
    }
}

.video-item {
    width: 50%;
    padding-top: 28.125%;
    position: relative
}

.video-item__content {
    position: absolute;
    border-radius: 5px;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(31,41,51,0.3);
    z-index: 1;
    padding: 40px;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition: background-color 0.4s cubic-bezier(0.65, 0.05, 0.36, 1)
}

    .video-item__content p {
        display: inline-block
    }

    .video-item__content:hover {
        background-color: rgba(31,41,51,0.7)
    }

        .video-item__content:hover .video-item__content__btn {
            opacity: 1;
            transform: scale(1)
        }

        .video-item__content:hover .video-item__content__was-played p:first-child {
            animation: killRadius 0.2s cubic-bezier(0.65, 0.05, 0.36, 1) forwards
        }

@keyframes killRadius {
    33% {
        border-top-right-radius: 16px;
        border-bottom-right-radius: 16px
    }

    100% {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }
}

.video-item__content:hover .video-item__content__was-played p:last-child {
    animation: showRating 0.5s cubic-bezier(0.65, 0.05, 0.36, 1) forwards
}

@keyframes showRating {
    0% {
        opacity: 0
    }

    25% {
        opacity: 1
    }

    100% {
        opacity: 1;
        transform: translateX(2px);
        border-right: 1px solid #1f2933
    }
}

.video-item__content__was-played {
    position: relative
}

    .video-item__content__was-played p {
        padding: 0px 25px;
        border-radius: 16px;
        background-color: #fff;
        position: relative;
        z-index: 1
    }

        .video-item__content__was-played p:last-child {
            transform: translateX(-100px);
            z-index: 0;
            background-color: #fff;
            opacity: 0;
            padding-left: 20px;
            border-bottom-left-radius: 0;
            border-top-left-radius: 0
        }

.video-item__content__tags p {
    padding: 0px 25px;
    border-radius: 16px;
    color: #fff;
    border: 1px solid #fff;
    margin-right: 10px;
    margin-top: 7px;
    margin-bottom: 7px
}

.video-item__content__btn {
    width: 100px;
    height: 100px;
    display: block;
    margin: auto;
    transition: all 0.3s cubic-bezier(0.65, 0.05, 0.36, 1);
    opacity: 0;
    transform: scale(0)
}

.video-item__bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 5px
}

@media screen and (max-width: 1366px) {
    .video-item__content {
        padding: 20px
    }

    .video-item__content__was-played p {
        padding: 0px 20px
    }
}

@media screen and (max-width: 600px) {
    .video-item__content {
        background-color: rgba(31,41,51,0.5)
    }

    .video-item__content__tags p {
        padding: 5px 15px
    }

    .video-item__content__was-played p {
        padding: 5px 15px;
        border-radius: 15px
    }

    .video-item__content__btn {
        transform: scale(1);
        width: 70px;
        height: 70px;
        opacity: 1
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .video-item__content {
        background-color: rgba(31,41,51,0.5)
    }

    .video-item__content__tags p {
        padding: 5px 15px
    }

    .video-item__content__was-played p {
        padding: 5px 15px;
        border-radius: 15px
    }

    .video-item__content__btn {
        transform: scale(1);
        width: 70px;
        height: 70px;
        opacity: 1
    }
}

.topbar {
    position: absolute;
    height: 60px;
    z-index: 3;
    top: 20px;
    right: 20px;
    left: 20px;
    display: flex;
    justify-content: space-between;
    pointer-events: none
}

.topbar__icon {
    pointer-events: auto;
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background-color: rgba(31,41,51,0.8);
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e6b700;
    cursor: pointer
}

    .topbar__icon:hover {
        opacity: 0.7
    }

    .topbar__icon img {
        width: auto;
        height: 15px
    }

@media screen and (max-width: 600px) {
    .topbar__icon {
        width: 40px;
        height: 40px
    }

        .topbar__icon img {
            height: 10px
        }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .topbar__icon {
        width: 40px;
        height: 40px
    }

        .topbar__icon img {
            height: 10px
        }
}

.chapter {
    position: absolute;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(31,41,51,0.9);
    z-index: 2;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}

    .chapter h1, .chapter ul {
        color: #fff
    }

    .chapter ul {
        margin: 0px 0 70px
    }

        .chapter ul li {
            position: relative;
            margin-left: 70px
        }

            .chapter ul li span {
                position: absolute;
                left: -70px;
                color: #e6b700;
                font-weight: 900;
                text-align: right
            }

    .chapter h1 {
        max-width: 600px;
        margin-bottom: 60px
    }

.chapter__more-content {
    padding-left: 60px
}

@media screen and (max-width: 900px) {
    .chapter {
        flex-direction: column;
        justify-content: center;
        align-items: flex-start
    }

    .chapter__more-content {
        padding-left: 0;
        margin-top: 50px
    }
}

@media screen and (max-width: 600px) {
    .chapter h1 {
        margin-bottom: 30px
    }

    .chapter ul {
        margin-bottom: 30px
    }

        .chapter ul li {
            margin-left: 0;
            margin-bottom: 15px
        }

            .chapter ul li span {
                text-align: left;
                position: static;
                display: block
            }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .chapter {
        overflow-y: auto;
        justify-content: flex-start
    }

        .chapter h1 {
            margin-bottom: 30px
        }

        .chapter ul {
            margin-bottom: 30px
        }

            .chapter ul li {
                margin-left: 0;
                margin-bottom: 15px
            }

                .chapter ul li span {
                    text-align: left;
                    position: static;
                    display: block
                }
}

.footer {
    padding: 120px 170px;
    background: #1f2933;
    margin-top: 170px
}

    .footer h2 {
        color: #e6b700;
        display: block
    }

.footer__contact {
    display: flex;
    justify-content: space-between;
    align-items: center
}

    .footer__contact h1 {
        color: white;
        font-size: 60px;
        letter-spacing: -0.03em;
        line-height: 100px
    }

    .footer__contact div p, .footer__contact div h2 {
        text-align: right
    }

    .footer__contact div h2 {
        margin-bottom: 15px
    }

        .footer__contact div h2:not(:first-child) {
            margin-top: 60px
        }

    .footer__contact div p {
        font-size: 24px;
        letter-spacing: 0em;
        color: #fff
    }

.footer__partners {
    margin-top: 100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

    .footer__partners a {
        display: block;
        width: calc(100% / 6);
        height: 80px;
        padding: 0 20px;
        margin: 30px 0
    }

        .footer__partners a img {
            object-fit: contain
        }

    .footer__partners h2 {
        display: block;
        text-align: center;
        width: 100%;
        margin-bottom: 60px
    }

.footer.short-list {
    display: flex
}

    .footer.short-list .footer {
        display: flex
    }

    .footer.short-list .footer__contact {
        width: 100%;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start
    }

        .footer.short-list .footer__contact h1 {
            margin-bottom: 50px
        }

        .footer.short-list .footer__contact p, .footer.short-list .footer__contact h2 {
            text-align: left
        }

    .footer.short-list .footer__partners {
        justify-content: flex-end;
        margin-right: 10vw;
        width: auto
    }

        .footer.short-list .footer__partners h2 {
            margin-bottom: 30px
        }

        .footer.short-list .footer__partners a {
            width: auto;
            height: 120px;
            margin: 0 auto
        }

@media screen and (max-width: 1921px) {
    .footer {
        padding: 150px 20vw
    }
}

@media screen and (max-width: 1366px) {
    .footer {
        padding: 100px 100px
    }

    .footer__partners a {
        width: calc(100% / 4)
    }
}

@media screen and (max-width: 1200px) {
    .footer__contact h1 {
        font-size: 50px
    }

    .footer.short-list .footer__partners {
        margin-right: 0
    }
}

@media screen and (max-width: 900px) {
    .footer {
        padding: 100px 70px
    }

    .footer__contact {
        flex-direction: column;
        align-items: flex-start
    }

        .footer__contact h1 {
            margin-bottom: 50px
        }

        .footer__contact div h2, .footer__contact div p {
            text-align: left
        }

    .footer__partners h2 {
        text-align: left
    }

    .footer__partners a {
        width: calc(100% / 3)
    }

    .footer.short-list .footer__partners h2 {
        text-align: right
    }

    .footer.short-list .footer__partners a {
        padding-right: 0;
        margin-right: 0
    }
}

@media screen and (max-width: 600px) {
    .footer {
        margin-top: 80px;
        padding: 80px 20px
    }

    .footer__contact h1 {
        font-size: 40px;
        line-height: 1.3em
    }

    .footer__contact div h2 {
        margin-bottom: 0
    }

        .footer__contact div h2:not(:first-child) {
            margin-top: 30px
        }

    .footer__contact div p {
        font-size: 16px;
        letter-spacing: 0.03em;
        color: #fff
    }

    .footer__partners {
        align-items: flex-start
    }

        .footer__partners h2 {
            margin-bottom: 30px;
            text-align: center
        }

        .footer__partners a {
            width: calc(100% / 2);
            padding: 0;
            margin: 0;
            margin-top: 30px
        }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .footer {
        margin-top: 80px;
        padding: 80px 20px
    }

    .footer__contact h1 {
        font-size: 40px;
        line-height: 1.3em
    }

    .footer__contact div h2 {
        margin-bottom: 0
    }

        .footer__contact div h2:not(:first-child) {
            margin-top: 30px
        }

    .footer__contact div p {
        font-size: 16px;
        letter-spacing: 0.03em;
        color: #fff
    }

    .footer__partners h2 {
        text-align: center
    }

    .footer__partners a {
        padding: 5px
    }
}

.video-player {
    position: relative;
    height: 100%;
    z-index: -1;
    display: flex;
    justify-content: center;
    align-items: center
}

    .video-player .video-react {
        padding-top: 0 !important;
        z-index: -1
    }

        .video-player .video-react .video-react-big-play-button {
            display: none
        }

        .video-player .video-react .video-react-control {
            display: none
        }

        .video-player .video-react .video-react-time-control {
            display: none
        }

.drone-player {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
    cursor: pointer;
    background-color: rgba(31,41,51,0.8)
}

.drone-player__modal {
    cursor: default;
    width: 70vw;
    height: auto;
    background-color: #cfd6da;
    border-radius: 10px;
    padding: 30px;
    position: relative
}

.drone-player__modal__close {
    position: absolute;
    right: -30px;
    cursor: pointer;
    border: 1px solid #e6b700;
    top: -30px;
    border-radius: 100%;
    box-shadow: 0 0 50px rgba(31,41,51,0.7);
    width: 60px;
    height: 60px;
    background-color: #1f2933;
    background-image: url("../../assets/icons/close.svg");
    background-repeat: no-repeat;
    background-position: center
}

.drone-player__modal__video-wrapper {
    display: block;
    margin: auto;
    position: relative;
    padding-top: 56.25%
}

    .drone-player__modal__video-wrapper video {
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%
    }

@media screen and (max-height: 600px) and (orientation: landscape) {
    .drone-player__modal {
        padding: 10px;
        width: 80%
    }

    .drone-player__modal__close {
        width: 30px;
        height: 30px;
        top: -15px;
        right: -15px;
        background-size: 40%
    }
}

.custom-cursor {
    width: 62px;
    height: 62px;
    position: absolute;
    left: -31px;
    top: -31px;
    background-image: url("../../assets/icons/crosshair.svg");
    pointer-events: none;
    flex-shrink: 0
}

.custom-cursor__inner {
    flex-shrink: 0;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    border: 2px solid #e6b700;
    position: absolute;
    top: -5px;
    left: -5px
}

@media screen and (max-width: 600px) {
    .custom-cursor {
        display: none
    }

    .custom-cursor__inner {
        display: none
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .custom-cursor {
        display: none
    }

    .custom-cursor__inner {
        display: none
    }
}

.controller {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    background-color: #fff;
    z-index: 10;
    border-radius: 100%
}

.controller__level {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}

    .controller__level h2 {
        width: 100%;
        text-align: center
    }

.controller__level__controls p {
    display: inline-block;
    cursor: pointer;
    font-size: 30px
}

    .controller__level__controls p:not(:last-child) {
        margin-right: 10px
    }

.hero {
    height: 100vh;
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.hero__topbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
    height: 80px;
    width: 100%
}

    .hero__topbar img {
        width: auto
    }

    .hero__topbar a {
        font-size: 16px
    }

.hero__topbar__nav {
    display: flex;
    flex-direction: column;
    align-items: flex-end
}

.hero__topbar__nav__manual {
    margin-top: 15px;
    font-size: 13px !important
}

.hero__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden
}

    .hero__bg:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(31,41,51,0.6)
    }

    .hero__bg video {
        width: 100%;
        height: 100%;
        object-fit: cover
    }

.hero__content {
    width: 550px
}

    .hero__content h1, .hero__content p {
        color: #fff
    }

    .hero__content p {
        margin: 50px 0 65px;
        line-height: 1.5em
    }

.hero__content__cta .link {
    margin-left: 50px
}

@media screen and (max-width: 600px) {
    .hero__topbar img {
        width: 100px;
        height: auto
    }

    .hero__topbar a {
        text-align: right;
        font-size: 12px
    }

    .hero__content h1 {
        font-size: 9vw
    }

    .hero__content p {
        margin: 25px 0 45px;
        font-size: 16px
    }

    .hero__content__cta .link {
        margin-left: 30px;
        margin-top: 30px
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .hero {
        height: auto;
        min-height: 100vh;
        padding-bottom: 60px !important
    }

    .hero__topbar {
        margin-bottom: 30px
    }

        .hero__topbar img {
            width: 100px;
            height: auto
        }

        .hero__topbar a {
            text-align: right;
            font-size: 12px
        }

    .hero__content h1 {
        font-size: 28px
    }

    .hero__content p {
        margin: 20px 0 30px;
        font-size: 16px
    }
}

.video-list {
    display: flex;
    flex-wrap: wrap
}

    .video-list .video-item {
        margin-bottom: 20px;
        width: calc(50% - 10px)
    }

        .video-list .video-item:nth-child(2n) {
            margin-left: 20px
        }

@media screen and (max-width: 900px) {
    .video-list .video-item {
        width: 100%;
        padding-top: 56.25% !important
    }

        .video-list .video-item:nth-child(2n) {
            margin-left: 0
        }
}

@media screen and (max-width: 600px) {
    .video-list .video-item {
        min-height: 400px
    }
}

.interactive {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    cursor: none
}

    .interactive svg {
        flex-shrink: 0
    }

        .interactive svg g {
            opacity: 0
        }

.interactive__icon {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%
}

    .interactive__icon.incorrect {
        background-image: url("../../assets/icons/incorrect.svg")
    }

    .interactive__icon.correct {
        background-image: url("../../assets/icons/correct.svg")
    }

.interactive svg {
    position: relative;
    z-index: 1
}

    .interactive svg polygon:hover {
        fill: #e6b700
    }

    .interactive svg rect {
        stroke-width: 5px;
        stroke: #e6b700
    }

@media screen and (max-width: 600px) {
    .interactive {
        border-bottom: 5px solid #eb1f25;
        min-height: auto
    }

        .interactive svg {
            min-width: auto !important;
            min-height: auto !important
        }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .interactive {
        border-bottom: 5px solid #eb1f25;
        min-height: auto
    }

        .interactive svg {
            min-width: auto !important;
            min-height: auto !important
        }
}

.explainer {
    position: relative;
    min-width: 1920px;
    min-height: 1080px;
    height: 100%;
    width: 100%
}

.explainer__chapter {
    flex-direction: row;
    align-items: center;
    z-index: 4
}

.explainer__chapter__header {
    padding-right: 50px;
    flex-basis: 50%
}

.explainer__chapter__header__result {
    display: inline-block;
    padding: 10px 20px
}

    .explainer__chapter__header__result:before {
        content: '';
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        margin-right: 20px
    }

    .explainer__chapter__header__result.correct {
        border: 1px solid #00be4c;
        color: #00be4c
    }

        .explainer__chapter__header__result.correct:before {
            background-image: url("../../assets/icons/tick.svg");
            width: 17px;
            height: 13px
        }

    .explainer__chapter__header__result.incorrect {
        border: 1px solid #eb1f25;
        color: #eb1f25
    }

        .explainer__chapter__header__result.incorrect:before {
            background-image: url("../../assets/icons/cross.svg");
            width: 13px;
            height: 13px
        }

.explainer__chapter__header h1 {
    font-size: 36px;
    line-height: 1.3em;
    margin: 60px 0 20px
}

.explainer__chapter__header__danger-type {
    margin-bottom: 60px;
    color: #fff
}

.explainer__chapter__header__danger-type__low {
    color: #e6b700;
    font-weight: 900
}

.explainer__chapter__header__danger-type__high {
    color: #eb1f25;
    font-weight: 900
}

.explainer__chapter__explanation {
    flex-basis: 50%
}

.explainer__chapter__explanation__wrapper {
    padding: 17px 40px 17px 0
}

    .explainer__chapter__explanation__wrapper p {
        color: #fff;
        white-space: pre-wrap
    }

    .explainer__chapter__explanation__wrapper h2 {
        margin-bottom: 25px
    }

        .explainer__chapter__explanation__wrapper h2:not(:first-child) {
            margin-top: 70px
        }

@media screen and (max-width: 1200px) {
    .explainer__chapter {
        overflow-y: auto
    }

    .explainer__chapter__explanation {
        width: 60% !important
    }
}

@media screen and (max-width: 900px) {
    .explainer__chapter {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-start;
        padding: 60px 30px !important
    }

        .explainer__chapter > div {
            max-width: 600px
        }

    .explainer__chapter__header {
        width: 100%;
        padding-right: 0;
        flex-basis: unset
    }

    .explainer__chapter__header__danger-type {
        margin-bottom: 40px
    }

    .explainer__chapter__header h1 {
        margin: 60px 0 20px
    }

    .explainer__chapter__explanation {
        width: 100% !important;
        height: auto;
        padding: 0 0 30px;
        flex-basis: unset
    }

    .explainer__chapter__explanation__wrapper {
        padding-right: 0
    }

        .explainer__chapter__explanation__wrapper h2 {
            margin-bottom: 10px;
            line-height: 1.7em
        }

            .explainer__chapter__explanation__wrapper h2:not(:first-child) {
                margin-top: 30px
            }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .explainer__chapter {
        flex-direction: column;
        align-items: flex-start;
        padding: 60px 30px !important
    }

    .explainer__chapter__header {
        width: 100%;
        padding-right: 0
    }

    .explainer__chapter__header__danger-type {
        margin-bottom: 40px
    }

    .explainer__chapter__header h1 {
        margin: 60px 0 20px
    }

    .explainer__chapter__explanation {
        width: 100%;
        height: auto;
        padding: 0 0 30px
    }

    .explainer__chapter__explanation__wrapper {
        padding-right: 0
    }

        .explainer__chapter__explanation__wrapper h2 {
            margin-bottom: 10px;
            line-height: 1.7em
        }

            .explainer__chapter__explanation__wrapper h2:not(:first-child) {
                margin-top: 30px
            }
}

.outro {
    top: 0
}

.teleport {
    position: absolute;
    border: 1px solid #e6b700;
    background-color: rgba(31,41,51,0.5);
    color: #fff;
    bottom: 30px;
    right: 30px;
    height: 50px;
    z-index: 3;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    transition: width 0.3s ease-in-out
}

    .teleport > div {
        padding: 0 20px
    }

        .teleport > div:not(:last-child) {
            border-right: 1px solid #e6b700
        }

.teleport__burger {
    padding: 0 !important
}

.teleport img {
    box-sizing: content-box;
    padding: 4px
}

.teleport__nav {
    display: flex;
    align-items: center
}

    .teleport__nav p {
        padding: 0 20px
    }

    .teleport__nav img {
        width: auto;
        height: 13px;
        cursor: pointer
    }

.teleport__nav__inc {
    transform: rotate(180deg)
}

.teleport__seek {
    display: flex;
    align-items: center
}

    .teleport__seek img {
        width: auto;
        height: 13px;
        cursor: pointer
    }

    .teleport__seek p {
        padding: 0 20px
    }

.teleport__seek__inc {
    transform: rotate(180deg)
}

.teleport__drone {
    display: flex
}

.teleport__drone__item {
    cursor: pointer
}

    .teleport__drone__item:not(:last-child) {
        margin-right: 20px
    }

    .teleport__drone__item.active p {
        color: #e6b700
    }

@media screen and (max-width: 600px) {
    .teleport {
        bottom: 20px;
        right: 20px;
        flex-direction: column;
        height: auto;
        padding: 0px 10px;
        border-radius: 10px
    }

        .teleport > div {
            width: 100%;
            padding: 10px 0;
            display: flex;
            justify-content: center
        }

            .teleport > div:not(:last-child) {
                border-right: 0;
                border-bottom: 1px solid #e6b700
            }

    .teleport__burger {
        padding: 10px 0 !important
    }

    .teleport__drone {
        flex-direction: column
    }

    .teleport__drone__item:not(:last-child) {
        margin-right: 0
    }

    .teleport__drone p {
        text-align: center
    }

    .teleport p {
        font-size: 12px
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .teleport {
        bottom: 20px;
        right: 20px;
        flex-direction: column;
        height: auto;
        padding: 0px 10px;
        border-radius: 10px
    }

        .teleport > div {
            width: 100%;
            padding: 10px 0;
            display: flex;
            justify-content: center
        }

            .teleport > div:not(:last-child) {
                border-right: 0;
                border-bottom: 1px solid #e6b700
            }

    .teleport__burger {
        padding: 10px 0 !important
    }

    .teleport__drone {
        flex-direction: column
    }

    .teleport__drone__item:not(:last-child) {
        margin-right: 0
    }

    .teleport__drone p {
        text-align: center
    }

    .teleport p {
        font-size: 12px
    }
}

.solution {
    position: relative;
    min-width: 1920px;
    min-height: 1080px;
    width: 100%;
    height: 100%
}

.notification {
    position: absolute;
    z-index: 99999;
    top: 30px;
    width: 50vw;
    min-width: 500px;
    max-width: 1000px;
    background-color: #1f2933;
    padding: 30px;
    border-radius: 10px;
    border: 1px solid #e6b700;
    display: flex;
    justify-content: space-between
}

    .notification h2 {
        width: auto;
        flex-grow: 0
    }

.notification__close {
    background-image: url("../../assets/icons/close.svg");
    flex-shrink: 0;
    margin-left: 20px;
    cursor: pointer;
    width: 17px;
    height: 17px
}

@media screen and (max-width: 600px) {
    .notification {
        min-width: auto;
        width: auto;
        top: 20px;
        left: 20px;
        right: 20px;
        padding: 20px
    }

        .notification h2 {
            font-size: 12px
        }
}

.quality-selector {
    position: absolute;
    bottom: 30px;
    left: 30px;
    padding: 15px 30px;
    background-color: rgba(31,41,51,0.7);
    border: 1px solid #e6b700;
    color: #fff;
    z-index: 1;
    border-radius: 10px;
    cursor: pointer
}

.quality-selector__active {
    color: #e6b700;
    line-height: 2em
}

.quality-selector__dropdown {
    line-height: 2em
}

@media screen and (max-width: 600px) {
    .quality-selector {
        bottom: 20px;
        left: 20px;
        padding: 10px 20px;
        font-size: 12px;
        letter-spacing: 0.1em;
        padding: 10px 20px
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .quality-selector {
        bottom: 20px;
        left: 20px;
        padding: 10px 20px;
        font-size: 12px;
        letter-spacing: 0.1em;
        padding: 10px 20px
    }
}

.progress-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0px;
    height: 2px;
    background-color: #1f2933;
    z-index: 1
}

.progress-bar__elapsed {
    height: 100%;
    opacity: 1;
    background-color: #e6b700;
    transition: width 0.3s linear
}

.track-vertical {
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    background-color: transparent;
    width: 2px !important;
    border-radius: 1px
}

.thumb-vertical {
    border-radius: 1px;
    background-color: #e6b700;
    box-shadow: 0 0 1px #1f2933
}

.c {
    padding: 0 160px
}

@media screen and (max-width: 1366px) {
    .c {
        padding: 0 50px
    }
}

@media screen and (max-width: 600px) {
    .c {
        padding: 0 20px
    }
}

@media screen and (max-height: 600px) and (orientation: landscape) {
    .c {
        padding: 20px
    }
}

div #video-list {
    padding-left: 50px;
}

div.jeden_nahled_videa {
}

div.dopr_text_k_hp_videu {
    display: none;
    float: left;
    width: 290px;
    background-color: lightgray;
}

div.video-item {
    /*    left: 300px;*/
}

body {
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

div.mdcr_hp_header {
    margin: 25px 50px 25px 50px;
    margin: 25px 50px 25px 50px;
    font-size: 30px;
    background-color: #9AC2E1;
}

#goBack {
    margin: 25px 50px 25px 50px;    
}

div.nadpis_hp_videa {
    padding-bottom: 10px;
}

div.nazev_videa {
    margin: 5px;
    background-color: white;
}

div.popis_videa {
    padding-top: 10px;
}

#VerticalMenuPanel {
    width: 245px;
    vertical-align: top;
    float: left;
    margin-bottom: 30px;
}

#MainContent {
    vertical-align: top;
    width: 755px;
    float: left;
    margin-bottom: 30px;
}

h1 {
    display: block;
    font-size: 2em;
    margin-block-start: 0.67em;
    margin-block-end: 0.67em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

ul {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

p {
    text-align: justify;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
}
