@font-face {
    font-family: Roboto;
    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/RobotoRegular/RobotoRegular.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoRegular/RobotoRegular.woff) format('woff'), url(../fonts/RobotoRegular/RobotoRegular.ttf) format('truetype');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/RobotoBold/RobotoBold.eot?#iefix) format('embedded-opentype'), url(../fonts/RobotoBold/RobotoBold.woff) format('woff'), url(../fonts/RobotoBold/RobotoBold.ttf) format('truetype');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/RobotoBlack/RobotoBlack.ttf) format('truetype');
    font-weight: 900;
    font-style: normal
}

.interference-slides {
    position: relative
}

.interference-slides.owl-carousel .owl-stage {
    height: 100vh
}

.js .interference-slide {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
    pointer-events: none
}

.js .interference-slide--current {
    position: relative;
    opacity: 1;
    pointer-events: auto
}

.interference-slide__img {
    width: 100vw;
    height: 100vh
}

.interference-slides--contained .interference-slide__img {
    width: 600px;
    max-width: 100%
}

.interference-slides--contained + .interference-slide-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    margin: 0 0 0 .25rem;
    top: -webkit-calc(50% - .5rem);
    top: -moz-calc(50% - .5rem);
    top: calc(50% - .5rem);
    left: -webkit-calc(100vw - 600px - 11rem - 4rem - 10vw);
    left: -moz-calc(100vw - 600px - 11rem - 4rem - 10vw);
    left: calc(100vw - 600px - 11rem - 4rem - 10vw)
}

.interference-slide-nav__button {
    display: block;
    background: 0 0;
    border: 0;
    margin: 0 1rem 0 0;
    padding: 0;
    text-transform: inherit;
    letter-spacing: inherit;
    font-weight: inherit;
    color: var(--color-link)
}

.interference-slide-nav__button span {
    display: block
}

.interference-slide-nav__button:focus {
    outline: 0
}

.interference-slide-nav__text {
    font-size: 4vw;
    margin: .75rem 0;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 900;
    text-transform: lowercase;
    letter-spacing: 0;
    color: inherit
}

.interference-slide-nav__text:hover {
    color: var(--color-link-hover)
}

.interference-slide-nav__text--current:hover,
.interference-slide-nav__text:focus {
    color: var(--color-link)
}

.interference-slide-nav__text--current {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, transparent), color-stop(58%, var(--color-link)), color-stop(64%, var(--color-link)), color-stop(64%, transparent));
    background-image: -webkit-linear-gradient(transparent 58%, var(--color-link) 58%, var(--color-link) 64%, transparent 64%);
    background-image: -moz-linear-gradient(transparent 58%, var(--color-link) 58%, var(--color-link) 64%, transparent 64%);
    background-image: -o-linear-gradient(transparent 58%, var(--color-link) 58%, var(--color-link) 64%, transparent 64%);
    background-image: linear-gradient(transparent 58%, var(--color-link) 58%, var(--color-link) 64%, transparent 64%)
}

.effect-1 {
    --gap-horizontal: 40px;
    --gap-vertical: 50px;
    --time-anim: 2s;
    --delay-anim: 0s;
    --blend-mode-1: none;
    --blend-mode-2: luminosity;
    --blend-mode-3: none;
    --blend-mode-4: none;
    --blend-mode-5: overlay;
    --blend-color-1: transparent;
    --blend-color-2: #436161;
    --blend-color-3: transparent;
    --blend-color-4: transparent;
    --blend-color-5: #af4949
}

.glitch {
    overflow: hidden;
    position: absolute
}

.glitch,
.glitch__img {
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.glitch__img {
    position: absolute;
    top: -webkit-calc(-1 * var(--gap-vertical));
    top: -moz-calc(-1 * var(--gap-vertical));
    top: calc(-1 * var(--gap-vertical));
    left: -webkit-calc(-1 * var(--gap-horizontal));
    left: -moz-calc(-1 * var(--gap-horizontal));
    left: calc(-1 * var(--gap-horizontal));
    width: -webkit-calc(100% + var(--gap-horizontal) * 2);
    width: -moz-calc(100% + var(--gap-horizontal) * 2);
    width: calc(100% + var(--gap-horizontal) * 2);
    height: -webkit-calc(100% + var(--gap-vertical) * 2);
    height: -moz-calc(100% + var(--gap-vertical) * 2);
    height: calc(100% + var(--gap-vertical) * 2);
    background-color: var(--blend-color-1);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    background-blend-mode: var(--blend-mode-1)
}

.glitch__img:nth-child(n+2) {
    opacity: 0
}

.glitch--animate .glitch__img:nth-child(n+2) {
    -webkit-animation-duration: var(--time-anim);
    -moz-animation-duration: var(--time-anim);
    -o-animation-duration: var(--time-anim);
    animation-duration: var(--time-anim);
    -webkit-animation-delay: var(--delay-anim);
    -moz-animation-delay: var(--delay-anim);
    -o-animation-delay: var(--delay-anim);
    animation-delay: var(--delay-anim);
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    -o-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -o-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -o-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.glitch--animate .glitch__img:nth-child(2) {
    background-color: var(--blend-color-2);
    background-blend-mode: var(--blend-mode-2);
    -webkit-animation-name: glitch-anim-1;
    -moz-animation-name: glitch-anim-1;
    -o-animation-name: glitch-anim-1;
    animation-name: glitch-anim-1
}

.glitch--animate .glitch__img:nth-child(3) {
    background-color: var(--blend-color-3);
    background-blend-mode: var(--blend-mode-3);
    -webkit-animation-name: glitch-anim-2;
    -moz-animation-name: glitch-anim-2;
    -o-animation-name: glitch-anim-2;
    animation-name: glitch-anim-2
}

.glitch--animate .glitch__img:nth-child(4) {
    background-color: var(--blend-color-4);
    background-blend-mode: var(--blend-mode-4);
    -webkit-animation-name: glitch-anim-3;
    -moz-animation-name: glitch-anim-3;
    -o-animation-name: glitch-anim-3;
    animation-name: glitch-anim-3
}

.glitch--animate .glitch__img:nth-child(5) {
    background-color: var(--blend-color-5);
    background-blend-mode: var(--blend-mode-5);
    -webkit-animation-name: glitch-anim-flash;
    -moz-animation-name: glitch-anim-flash;
    -o-animation-name: glitch-anim-flash;
    animation-name: glitch-anim-flash
}

@-webkit-keyframes glitch-anim-1 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
    }

    20% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    30% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
    }

    40% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
    }

    50% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }

    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }

    65% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }

    70% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }

    80% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }

    85% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
        clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%)
    }

    95% {
        -webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
        clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%)
    }
}

@-moz-keyframes glitch-anim-1 {

    0%,
    100% {
        opacity: 1;
        -moz-transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
    }

    20% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    30% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
    }

    40% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
    }

    50% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }

    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }

    65% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }

    70% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }

    80% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }

    85% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
        clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%)
    }

    95% {
        -webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
        clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%)
    }
}

@-o-keyframes glitch-anim-1 {

    0%,
    100% {
        opacity: 1;
        transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
    }

    20% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    30% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
    }

    40% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
    }

    50% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }

    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }

    65% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }

    70% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }

    80% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }

    85% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
        clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%)
    }

    95% {
        -webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
        clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%)
    }
}

@keyframes glitch-anim-1 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        -moz-transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        transform: translate3d(var(--gap-horizontal), 0, 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
        clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%)
    }

    20% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    30% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
        clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%)
    }

    40% {
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
        clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%)
    }

    50% {
        -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
        clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
        clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%)
    }

    60% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
        clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%)
    }

    65% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
        clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%)
    }

    70% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
        clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%)
    }

    80% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
        clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%)
    }

    85% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%);
        clip-path: polygon(0 60%, 100% 60%, 100% 65%, 0 65%)
    }

    95% {
        -webkit-clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%);
        clip-path: polygon(0 72%, 100% 72%, 100% 78%, 0 78%)
    }
}

@-webkit-keyframes glitch-anim-2 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
    }

    10% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
    }

    15% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
    }

    17% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    19% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
    }

    33% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
    }

    35% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    40% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
    }

    45% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
    }

    49% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
    }

    50% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
        clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%)
    }

    60% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    70% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
        clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%)
    }

    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
        clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%)
    }

    90% {
        -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
        clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%)
    }
}

@-moz-keyframes glitch-anim-2 {

    0%,
    100% {
        opacity: 1;
        -moz-transform: translate3d(-moz-calc(-1 * var(--gap-horizontal)), 0, 0);
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
    }

    10% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
    }

    15% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
    }

    17% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    19% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
    }

    33% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
    }

    35% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    40% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
    }

    45% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
    }

    49% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
    }

    50% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
        clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%)
    }

    60% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    70% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
        clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%)
    }

    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
        clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%)
    }

    90% {
        -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
        clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%)
    }
}

@-o-keyframes glitch-anim-2 {

    0%,
    100% {
        opacity: 1;
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
    }

    10% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
    }

    15% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
    }

    17% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    19% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
    }

    33% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
    }

    35% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    40% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
    }

    45% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
    }

    49% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
    }

    50% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
        clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%)
    }

    60% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    70% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
        clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%)
    }

    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
        clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%)
    }

    90% {
        -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
        clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%)
    }
}

@keyframes glitch-anim-2 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(-webkit-calc(-1 * var(--gap-horizontal)), 0, 0);
        -moz-transform: translate3d(-moz-calc(-1 * var(--gap-horizontal)), 0, 0);
        transform: translate3d(calc(-1 * var(--gap-horizontal)), 0, 0);
        -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
        clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%)
    }

    10% {
        -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
        clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%)
    }

    15% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
        clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%)
    }

    17% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    19% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
        clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%)
    }

    33% {
        -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
        clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%)
    }

    35% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    40% {
        -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
        clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%)
    }

    45% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
        clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%)
    }

    49% {
        -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
        clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%)
    }

    50% {
        -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
        clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%)
    }

    55% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%);
        clip-path: polygon(0 15%, 100% 15%, 100% 35%, 0 35%)
    }

    60% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
        clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%)
    }

    70% {
        -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%);
        clip-path: polygon(0 65%, 100% 65%, 100% 60%, 0 60%)
    }

    80% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%);
        clip-path: polygon(0 80%, 100% 80%, 100% 85%, 0 85%)
    }

    90% {
        -webkit-clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%);
        clip-path: polygon(0 55%, 100% 55%, 100% 65%, 0 65%)
    }
}

@-webkit-keyframes glitch-anim-3 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
    }

    5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
    }

    11% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
    }

    20% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    25% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
    }

    35% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
    }

    42% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
    }

    48% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
    }

    50% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }

    56% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
    }

    61% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
    }

    68% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
    }

    72% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
    }

    77% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
    }

    81% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
    }

    86% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
    }

    90% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    92% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
    }

    94% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
    }
}

@-moz-keyframes glitch-anim-3 {

    0%,
    100% {
        opacity: 1;
        -moz-transform: translate3d(0, -moz-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
    }

    5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
    }

    11% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
    }

    20% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    25% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
    }

    35% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
    }

    42% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
    }

    48% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
    }

    50% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }

    56% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
    }

    61% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
    }

    68% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
    }

    72% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
    }

    77% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
    }

    81% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
    }

    86% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
    }

    90% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    92% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
    }

    94% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
    }
}

@-o-keyframes glitch-anim-3 {

    0%,
    100% {
        opacity: 1;
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
    }

    5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
    }

    11% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
    }

    20% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    25% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
    }

    35% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
    }

    42% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
    }

    48% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
    }

    50% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }

    56% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
    }

    61% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
    }

    68% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
    }

    72% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
    }

    77% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
    }

    81% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
    }

    86% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
    }

    90% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    92% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
    }

    94% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
    }
}

@keyframes glitch-anim-3 {

    0%,
    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, -webkit-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -moz-transform: translate3d(0, -moz-calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        transform: translate3d(0, calc(-1 * var(--gap-vertical)), 0) scale3d(-1, -1, 1);
        -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
        clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%)
    }

    5% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
        clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%)
    }

    11% {
        -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
        clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%)
    }

    20% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
        clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%)
    }

    25% {
        -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
        clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%)
    }

    35% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
        clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%)
    }

    42% {
        -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
        clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%)
    }

    48% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
        clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%)
    }

    50% {
        -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
        clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%)
    }

    56% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
        clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%)
    }

    61% {
        -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
        clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%)
    }

    68% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
        clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%)
    }

    72% {
        -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
        clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%)
    }

    77% {
        -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
        clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%)
    }

    81% {
        -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
        clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%)
    }

    86% {
        -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
        clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%)
    }

    90% {
        -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
        clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%)
    }

    92% {
        -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
        clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%)
    }

    94% {
        -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
        clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%)
    }
}

@-webkit-keyframes glitch-anim-flash {

    0%,
    5% {
        opacity: .2;
        -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0)
    }

    100%,
    5.5% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-moz-keyframes glitch-anim-flash {

    0%,
    5% {
        opacity: .2;
        -moz-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0)
    }

    100%,
    5.5% {
        opacity: 0;
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@-o-keyframes glitch-anim-flash {

    0%,
    5% {
        opacity: .2;
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0)
    }

    100%,
    5.5% {
        opacity: 0;
        transform: translate3d(0, 0, 0)
    }
}

@keyframes glitch-anim-flash {

    0%,
    5% {
        opacity: .2;
        -webkit-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
        -moz-transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0);
        transform: translate3d(var(--gap-horizontal), var(--gap-vertical), 0)
    }

    100%,
    5.5% {
        opacity: 0;
        -webkit-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@media screen and (max-width:1100px) {
    .interference-slides {
        position: relative;
        height: 400px
    }

    .interference-slides.owl-carousel {
        display: block
    }

    .interference-slides .owl-stage {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        height: 400px
    }

    .slide.interference-slide {
        position: relative;
        -webkit-flex-shrink: 1;
        -ms-flex-negative: 1;
        flex-shrink: 1;
        width: 100% !important;
        height: 100%
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

::-webkit-scrollbar {
    width: 0
}

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: .75vw;
    line-height: 1.5vw;
    color: #fff;
    text-transform: uppercase;
    background-color: #1e1e1e
}

a {
    color: #fff;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    outline: 0
}

svg {
    fill: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

img {
    width: 100%
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.title {
    font-weight: 900;
    font-size: 1.9vw;
    line-height: 1.2;
    letter-spacing: .15vw;
    margin: 0;
    margin-bottom: 1.5vh
}

.btn {
    background-color: transparent;
    border: none;
    outline: 0;
    cursor: pointer;
    text-transform: uppercase
}

.btn-border {
    position: relative;
    display: inline-block;
    margin-top: 1.5vh;
    padding: .85vw 1.4vw;
    font-size: .55vw;
    font-weight: 700;
    letter-spacing: .16vw;
    color: #fff;
    border: 1px solid #fff;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-border::after,
.btn-border::before {
    content: "";
    position: absolute;
    width: 0%;
    height: 2px;
    background: #fa0cab;
    -webkit-transition: width .4s ease-in-out;
    -o-transition: width .4s ease-in-out;
    -moz-transition: width .4s ease-in-out;
    transition: width .4s ease-in-out
}

.btn-border::before {
    left: 0;
    top: -2px
}

.btn-border::after {
    bottom: -2px;
    right: 0
}

.btn-border:focus,
.btn-border:hover {
    border-color: #fa0cab;
    color: #fa0cab
}

.btn-border:focus::after,
.btn-border:focus::before,
.btn-border:hover::after,
.btn-border:hover::before {
    width: 100%
}

.descr {
    font-weight: 700;
    font-size: .75vw;
    letter-spacing: .04vw
}

.hidden {
    opacity: 0;
    pointer-events: none
}

.scene-line {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1
}

.line {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background-color: #3f3f3f
}

.line:nth-of-type(1) {
    left: 19.8vw
}

.line:nth-of-type(2) {
    left: 39.8vw
}

.line:nth-of-type(3) {
    left: 59.8vw
}

.line:nth-of-type(4) {
    left: 79.8vw
}

.home .line:nth-of-type(1) {
    left: 50%
}

@media screen and (max-width:1280px) {
    .title {
        font-size: 20px;
        letter-spacing: 2px;
        margin-bottom: 10px
    }
}

@media screen and (max-width:1100px) {
    .btn-border {
        margin-top: 15px;
        padding: 7px 10px;
        font-size: 8px;
        letter-spacing: 2px;
        -webkit-transition: 0s;
        -o-transition: 0s;
        -moz-transition: 0s;
        transition: 0s
    }

    .btn-border:focus,
    .btn-border:hover {
        color: #fff;
        border-color: #fff
    }

    .btn-border::after,
    .btn-border::before {
        content: none
    }

    .descr {
        letter-spacing: 1px
    }

    .scene-line {
        display: none
    }

    .title {
        font-size: 20px;
        line-height: 1.3;
        letter-spacing: 1px;
        margin-bottom: 12px
    }

    .btn-border {
        margin-top: 16px;
        padding: 12px 12px;
        font-size: 8px;
        letter-spacing: 2px
    }
}

@media screen and (max-width:768px) {
    .title {
        font-size: 15px;
        line-height: 1.5
    }
}

.main-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    pointer-events: none
}

.main-header .header-contact {
    position: fixed;
    top: 2vw;
    left: 2.5vw;
    font-size: 1.3vw;
    font-weight: 800;
    pointer-events: auto;
}

.main-header.sound-header .header-contact {
    left: 8.5vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-header.video-header .header-contact {
    top: 6vw;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.main-header .header-contact a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-shrink: 0;
    height: 2vw;
    white-space: nowrap;
}

.main-header .header-contact a:hover,
.main-header .header-contact a:focus {
    color: #fa0cab;
}

.main-header .header-contact a span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 2vw;
}

.main-header .header-contact svg {
    width: 1.3vw;
    height: 1.3vw;
    margin-top: 0.2vw;
    margin-right: 1vw;
    fill: #ffffff;
    transition: 0.3s;
}

.main-header .header-contact a:hover svg,
.main-header .header-contact a:focus svg {
    fill: #fa0cab;
}

.main-header .logo {
    position: fixed;
    top: 2vw;
    left: 2vw;
    z-index: 2;
    width: 5.5vw;
    pointer-events: auto;
}

body.video-wrap .main-header .logo {
    width: 12vw
}

.menu-opener {
    position: absolute;
    right: 2vw;
    top: 2vw;
    overflow: hidden;
    display: block;
    width: 1.373vw;
    height: 1.099vw;
    cursor: pointer;
    pointer-events: auto;
}

.menu-opener span {
    font-size: 0
}

.menu-line {
    position: absolute;
    width: 100%;
    height: .08vw;
    background-color: #fff
}

.menu-line:nth-of-type(1) {
    top: 0
}

.menu-line:nth-of-type(2) {
    top: .4392385vw
}

.menu-line:nth-of-type(3) {
    top: .87848vw
}

.menu-opener:focus .menu-line,
.menu-opener:hover .menu-line {
    -webkit-animation: menu-animate .4s;
    -o-animation: menu-animate .4s;
    -moz-animation: menu-animate .4s;
    animation: menu-animate .4s
}

.menu-opener:focus .menu-line:nth-of-type(2),
.menu-opener:hover .menu-line:nth-of-type(2) {
    -webkit-animation-delay: .15s;
    -o-animation-delay: .15s;
    -moz-animation-delay: .15s;
    animation-delay: .15s
}

.menu-opener:focus .menu-line:nth-of-type(3),
.menu-opener:hover .menu-line:nth-of-type(3) {
    -webkit-animation-delay: .25s;
    -o-animation-delay: .25s;
    -moz-animation-delay: .25s;
    animation-delay: .25s
}

@-webkit-keyframes menu-animate {
    50% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-o-keyframes menu-animate {
    50% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@-moz-keyframes menu-animate {
    50% {
        width: 0
    }

    100% {
        width: 100%
    }
}

@keyframes menu-animate {
    50% {
        width: 0
    }

    100% {
        width: 100%
    }
}

.direction-holding {
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    width: 4vw;
    height: 3.9vw;
    pointer-events: auto
}

.direction-menu-icon {
    position: fixed;
    right: 2vw;
    bottom: 2vw;
    width: 48px;
    height: 52px;
    pointer-events: auto
}

.direction-menu-icon svg {
    width: 50px;
    height: 50px;
    fill: #fff
}

.direction-menu-icon:hover svg {
    fill: #fa0cab
}

.direction-list-wrap,
.main-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(0, 0, 0, .95);
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    pointer-events: none
}

.main-nav.open {
    pointer-events: auto;
    opacity: 1
}

.direction-list-wrap.open {
    opacity: 1;
    pointer-events: auto
}

.direction-list {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start
}

.direction-list a {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 25px;
    font-size: 3vw;
    font-weight: 800
}

.direction-list a:hover {
    color: #fa0cab
}

.direction-list a img {
    width: auto;
    margin-right: 20px;
    filter: brightness(0) invert(1)
}

.btn-closed,
.menu-closed {
    position: absolute;
    right: 2vw;
    top: 2vw;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
    width: 2vw;
    height: 2vw;
    font-size: 0;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.direction-list-wrap.open .menu-closed,
.main-nav.open .menu-closed,
.section.play .btn-closed {
    display: block;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none;
    pointer-events: auto
}

.btn-closed::after,
.btn-closed::before,
.menu-closed::after,
.menu-closed::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    transform-origin: 0 0;
    height: 100%;
    border-left: 1px solid
}

.btn-closed::before,
.menu-closed:before {
    -webkit-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
    -moz-transform: rotate(-45deg) translate3d(-50%, -50%, 0);
    transform: rotate(-45deg) translate3d(-50%, -50%, 0)
}

.btn-closed::after,
.menu-closed:after {
    -webkit-transform: rotate(45deg) translate3d(-50%, -50%, 0);
    -moz-transform: rotate(45deg) translate3d(-50%, -50%, 0);
    transform: rotate(45deg) translate3d(-50%, -50%, 0)
}

.direction-list,
.menu-list {
    -webkit-transform: translateY(20%);
    -ms-transform: translateY(20%);
    -o-transform: translateY(20%);
    -moz-transform: translateY(20%);
    transform: translateY(20%);
    opacity: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.direction-list-wrap.open .direction-list,
.main-nav.open .menu-list {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    -o-transform: none;
    -moz-transform: none;
    transform: none
}

.menu-item {
    text-align: center;
    margin-bottom: 2vw
}

.menu-item a {
    font-size: 3vw;
    font-weight: 900;
    letter-spacing: .35vw;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.menu-item a:focus,
.menu-item a:hover,
.menu-item.active a {
    color: #fa0cab
}

.social-list {
    position: absolute;
    left: 2vw;
    bottom: 2vw;
    z-index: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    pointer-events: auto
}

.social-item {
    margin-right: 1vw
}

.social-link svg {
    width: 1.099vw;
    height: 1.099vw;
    fill: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.social-link:focus svg,
.social-link:hover svg {
    fill: #fa0cab
}

.scroll-down {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 2vw;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 1.5vw;
    font-weight: 700;
    font-size: .7vw;
    letter-spacing: .2vw;
    overflow: hidden;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.scroll-down span:first-child {
    margin-top: -1vw;
    margin-bottom: .3vw;
    -webkit-animation: scroll-down 6s infinite linear;
    -o-animation: scroll-down 6s infinite linear;
    -moz-animation: scroll-down 6s infinite linear;
    animation: scroll-down 6s infinite linear
}

@-webkit-keyframes scroll-down {
    0% {
        margin-top: -1vw
    }

    100%,
    16.66% {
        margin-top: 0
    }
}

@-o-keyframes scroll-down {
    0% {
        margin-top: -1vw
    }

    100%,
    16.66% {
        margin-top: 0
    }
}

@-moz-keyframes scroll-down {
    0% {
        margin-top: -1vw
    }

    100%,
    16.66% {
        margin-top: 0
    }
}

@keyframes scroll-down {
    0% {
        margin-top: -1vw
    }

    100%,
    16.66% {
        margin-top: 0
    }
}

.header-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    right: 6.5vw;
    bottom: 2vw;
    z-index: 2;
    height: 1vw;
    pointer-events: auto
}

.lang {
    position: relative;
    margin-right: .5vw;
    margin-bottom: .2vw;
    font-size: .9vw;
    letter-spacing: .1vw
}

.lang-wrap {
    position: absolute;
    bottom: 50%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.lang:hover .lang-wrap {
    bottom: 100%;
    opacity: 1;
    pointer-events: auto
}

.lang-wrap a:hover {
    color: #fa0cab
}

@media screen and (max-width:1100px) {
    .main-header .header-contact {
        top: 30px;
        left: 20px;
        font-size: 15px;
    }
    .main-header.sound-header .header-contact {
        left: 85px;
    }
    .main-header.video-header .header-contact {
        left: 20px;
        top: 75px;
    }
    .main-header .header-contact a,
    .main-header .header-contact a span {
        height: 20px;
    }
    .main-header .header-contact svg {
        width: 15px;
        height: 15px;
        margin-top: 0;
        margin-right: 10px;
    }
    
    .main-header .logo {
        top: 30px;
        left: 15px;
        width: 60px
    }

    body.video-wrap .main-header .logo {
        width: 105px
    }

    .social-list {
        left: 16px;
        bottom: 38px;
        flex-direction: column;
    }

    .social-link svg {
        width: 20px;
        height: 15px
    }

    .menu-opener {
        position: fixed;
        right: 15px;
        top: 30px;
        width: 25px;
        height: 17px
    }

    .menu-line {
        height: 1px
    }

    .menu-line:nth-of-type(2) {
        top: 8px
    }

    .menu-line:nth-of-type(3) {
        top: 16px
    }

    .btn-closed,
    .menu-closed {
        right: 15px;
        top: 30px;
        width: 30px;
        height: 30px
    }

    .menu-item {
        margin-bottom: 15px
    }

    .menu-item a {
        font-size: 17px;
        line-height: 25px;
        letter-spacing: 1px
    }

    .lang span {
        display: none
    }

    .lang-wrap {
        position: relative;
        display: flex;
        justify-content: flex-start;
        opacity: 1;
    }
    
    .header-more .lang .lang-wrap a {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .social-item {
        margin-right: 0;
    }
    
    .main-header .social-list .social-link {
        width: 35px;
        height: 35px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .lang {
        margin-right: 7px;
        margin-bottom: 1px;
        font-size: 15px;
        letter-spacing: 1px
    }

    .header-more {
        left: 16px;
        bottom: 15px;
        height: 15px
    }

    .direction-menu-icon {
        right: 20px;
        bottom: 15px
    }

    .scroll-down {
        display: none
    }

    .btn-closed,
    .menu-closed {
        position: fixed
    }

    .direction-list a {
        font-size: 16px;
        margin-bottom: 14px
    }

    .direction-list a img {
        width: 35px;
        height: 35px;
        margin-right: 15px
    }
}

.section {
    position: relative;
    overflow: hidden;
    height: 100vh;
    width: 100%
}

#map {
    position: relative;
    height: 100vh;
    z-index: -1
}

#map > div {
    background-color: #121212 !important
}

#map iframe + div,
.gm-style-cc,
.gm-style-pbc {
    display: none
}

.gmnoprint div {
    background-color: transparent !important
}

.gmnoprint button {
    background-color: #080808 !important
}

.gmnoprint img {
    -webkit-filter: invert(1);
    filter: invert(1)
}

.map .content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    top: 0;
    left: 9vw;
    z-index: 1;
    width: 30vw;
    pointer-events: none
}

.map .content * {
    pointer-events: auto
}

.map .descr {
    margin-bottom: .9vw;
    font-weight: 400;
    font-size: .8vw
}

.map .descr span {
    display: block;
    margin-bottom: .7vw
}

.map .descr a {
    margin-right: .7vw
}

@media screen and (max-width:1100px) {
    .map .descr {
        margin-bottom: 8px;
        font-size: 10px;
        line-height: 16px
    }

    .section {
        height: 100vh
    }

    .section.section-slide {
        height: auto
    }

    .section#section0 {
        min-height: 100vh;
        height: auto
    }

    .map .content {
        left: 100px;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 250px;
        padding-top: 40px
    }
}

@media screen and (max-width:570px) {
    .map .content {
        left: 100px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }
}

@media screen and (max-width:499px) {
    .map .content {
        left: 50px
    }
}

@media screen and (max-width:400px) {
    .map .content {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.contact .content {
    position: relative
}

.contact .title {
    text-align: center
}

.contact form {
    width: 100%;
    text-align: center
}

.contact input,
.contact textarea {
    width: 100%;
    padding: 1vh 12px;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    letter-spacing: .1vw;
    font-size: .9vw;
    line-height: 20px;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    background: 0;
    border: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    outline: 0;
    resize: none
}

.contact input:focus,
.contact textarea:focus {
    font-size: 2.5vw;
    line-height: 5vw;
    color: #fa0cab
}

.contact input + span,
.contact textarea + span {
    display: block;
    width: 0;
    margin: 0 auto;
    margin-top: -1px;
    -webkit-transition: .5s .2s;
    -o-transition: .5s .2s;
    -moz-transition: .5s .2s;
    transition: .5s .2s;
    border-bottom: 1px solid #fff
}

.contact input:focus + span,
.contact textarea:focus + span {
    width: 100%
}

.contact .copyright-info {
    position: fixed;
    bottom: 2vw
}

.copyright-info .logo {
    display: block;
    width: 40%;
    margin: 0 auto;
    margin-bottom: .5vw
}

.contact .copyright-info p {
    margin: 0;
    font-size: .6vw;
    letter-spacing: .1vw
}

.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    pointer-events: auto;
    position: relative;
    z-index: 999
}

.home .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.home .content-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    height: 100%;
    margin-left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.home .content-inner a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-timing-function: ease-in-out;
    -moz-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out
}

.home .content-inner a:hover {
    background-color: rgba(255, 255, 255, .2)
}

.home .content-inner img {
    width: 50%;
    height: 11vw;
    margin-bottom: 3vw;
    -o-object-fit: contain;
    object-fit: contain
}

.home .content-inner:nth-child(1) img {
    width: 45%
}

.home .content-inner:nth-child(2) img {
    width: 20%
}

.home .title {
    text-align: center
}

.section-services .content,
.section-sound .content {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding-top: 5vw;
    padding-bottom: 5vw
}

.content-inner {
    width: 28vw;
    margin-right: auto;
    margin-left: 20vw
}

.content-inner .descr {
    position: relative;
    padding: .2vw 0;
    font-weight: 700;
    font-size: .9vw;
    line-height: 2;
    letter-spacing: .04vw;
    color: #b3b3b3;
    width: auto;
    display: inline-block;
    margin-top: 0;
    margin-bottom: -.3vw;
    text-transform: none
}

.video-production .descr,
.video-production .title {
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
    opacity: 0
}

.video-production.active .descr,
.video-production.active .title {
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.video-production.active .descr {
    -webkit-transition-delay: .5s;
    -moz-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.video-production.active .descr,
.video-production.active .title {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.home .content .logo img {
    width: 22.3vw;
    margin-top: -.8vw
}

.slogan {
    margin-top: 4vw;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 1vw;
    letter-spacing: .28vw;
    text-transform: none
}

@media screen and (max-width:1280px) {
    .content-inner .descr {
        font-size: 12px;
        line-height: 1.4;
        letter-spacing: 1px
    }
}

@media screen and (max-width:1100px) {
    .slogan {
        max-width: 210px;
        margin-top: 15px;
        font-size: 13px;
        letter-spacing: 2px;
        line-height: 17px;
        text-align: center
    }

    .content-inner {
        width: 290px;
        margin-left: 100px
    }

    .content-inner .descr {
        padding: 2px 0;
        font-size: 11px;
        line-height: 1.8;
        letter-spacing: .5px;
        margin-top: 0
    }

    .contact input,
    .contact textarea {
        padding: 5px 12px;
        letter-spacing: 1px;
        font-size: 10px;
        line-height: 20px
    }

    .contact input:focus,
    .contact textarea:focus {
        font-size: 10px;
        line-height: 20px
    }

    .home .content .logo img {
        width: 205px;
        margin-top: 0
    }

    .home .content-inner:nth-child(1) img {
        width: 50%
    }

    .home .content-inner:nth-child(2) img {
        width: 25%
    }

    .content {
        height: auto;
        min-height: 100%;
        padding-top: 40px;
        padding-bottom: 40px
    }

    #section0 .content {
        position: absolute;
        min-height: 100%
    }

    .home .content {
        height: 100%;
        padding-top: 0;
        padding-bottom: 0
    }

    .home .title {
        font-size: 25px
    }

    .production-house .content {
        padding: 40px 15px
    }

    .section-sound .content {
        padding-top: 40px;
        padding-bottom: 0
    }

    .section-services .content {
        padding: 40px 15px
    }

    .slide .content {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        min-height: 400px;
        padding-top: 80px;
        padding-bottom: 70px !important
    }

    .slide.active .descr {
        -webkit-animation: none;
        -moz-animation: none;
        -o-animation: none;
        animation: none
    }

    .section-sound .title {
        padding-left: 15px;
        padding-right: 15px
    }

    .content-inner {
        width: 355px
    }

    .sound-production.active .descr,
    .video-production.active .descr {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none
    }

    .copyright-info .logo {
        width: 80px;
        margin: 35px auto;
        margin-bottom: 10px
    }

    .contact .copyright-info {
        position: relative
    }

    .contact .copyright-info p {
        font-size: 8px;
        letter-spacing: 1px;
        text-align: center;
        line-height: 15px
    }
}

@media screen and (max-width:890px) {
    .slide .content {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        padding-bottom: 70px !important
    }
}

@media screen and (max-width:768px) {
    .home .title {
        line-height: 1.3
    }

    .home .content-inner img {
        height: 105px;
        margin-bottom: 10px
    }

    .home .content-inner:nth-child(1) img {
        width: 60%
    }

    .home .content-inner:nth-child(2) img {
        width: 45%
    }
}

@media screen and (max-width:570px) {
    .content {
        min-height: 100% !important
    }
}

@media screen and (max-width:499px) {
    .content-inner {
        width: auto;
        margin-left: 15px;
        margin-right: 15px
    }

    .home .content {
        position: absolute;
        min-height: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -moz-box-orient: vertical;
        -moz-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .home .content-inner {
        width: 70%;
        margin-left: 0;
        margin-right: 0
    }

    .home .content-inner img {
        height: auto;
        margin-bottom: 25px
    }

    .content-inner .descr {
        overflow: hidden;
        padding-left: 0;
        font-size: 11px;
        line-height: 20px
    }

    .owl-carousel .content-inner .descr {
        height: 80px
    }
}

@media screen and (max-width:400px) {
    .content {
        min-height: 100vh
    }
}

@media screen and (max-width:360px) {
    .home .content .logo img {
        margin-bottom: 15px
    }
}

.services-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 60vw
}

.services-list-sound {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 2vw 0 1.5vw
}

.services-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 25%;
    min-height: 8vw;
    margin: 2vw;
    text-align: center;
    font-weight: 700;
    font-size: .7vw;
    letter-spacing: .05vw;
    color: #b3b3b3;
    opacity: 0;
    -webkit-transform: translateY(-30%);
    -ms-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    transform: translateY(-30%);
    -webkit-transition: 1s;
    -o-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.section.active li.services-item {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0)
}

.section.active li.services-item:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.section.active li.services-item:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

.section.active li.services-item:nth-child(4) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

.section.active li.services-item:nth-child(5) {
    -webkit-transition-delay: .8s;
    -o-transition-delay: .8s;
    -moz-transition-delay: .8s;
    transition-delay: .8s
}

.section.active li.services-item:nth-child(6) {
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

.services-list-sound .services-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
    min-height: 3.5vw;
    margin: 0
}

.services-list-sound .services-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 3.5vw;
    margin-left: 1.5vw;
    text-align: left;
    color: #fff
}

.services-list-sound h4 {
    margin: 0;
    margin-bottom: .3vw;
    font-size: .9vw;
    letter-spacing: .1vw
}

.services-list-sound .descr {
    margin: 0;
    font-size: .75vw;
    line-height: 1vw;
    color: #b3b3b3
}

.services-item svg {
    width: 3vw;
    height: 3vw;
    fill: #fff;
    margin-bottom: 2vw
}

.services-list-sound .services-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 4vw;
    height: 3.5vw;
    margin-bottom: 1.5vw;
    background-image: -webkit-repeating-linear-gradient(left, #3f3f3f 0, transparent 1px, transparent 7px, #3f3f3f 9px);
    background-image: -o-repeating-linear-gradient(left, #3f3f3f 0, transparent 1px, transparent 7px, #3f3f3f 9px);
    background-image: -moz-repeating-linear-gradient(left, #3f3f3f 0, transparent 1px, transparent 7px, #3f3f3f 9px);
    background-image: repeating-linear-gradient(90deg, #3f3f3f 0, transparent 1px, transparent 7px, #3f3f3f 9px)
}

.services-list-sound svg {
    width: 6vw;
    height: 2vw;
    margin: 0
}

.services-item::after {
    content: "";
    position: absolute;
    top: -2vw;
    width: 10vw;
    height: 10vw;
    background-image: url(../img/small-elips.svg);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain
}

.services-list-sound .services-item::after {
    content: none
}

@media screen and (max-width:1100px) {
    .services-list {
        width: 100%;
        max-width: 600px;
        margin-top: 30px
    }

    .services-list-sound {
        margin: 40px 0 0
    }

    .services-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -moz-box-orient: horizontal;
        -moz-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 45%;
        margin: 0;
        margin-top: 15px;
        opacity: 1;
        font-size: 8px;
        line-height: 12px;
        text-align: left
    }

    .services-list-sound .services-item {
        max-width: 450px;
        margin: 0 auto;
        margin-bottom: 30px
    }

    .services-list-sound .services-item:last-of-type {
        margin-bottom: 0
    }

    .services-list-sound .services-image {
        width: 45px;
        height: 40px;
        margin-bottom: 0
    }

    .services-item svg {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 34px;
        height: 30px;
        margin-right: 15px;
        margin-bottom: 0
    }

    .services-list-sound svg {
        width: 50px;
        height: 20px;
        margin-right: 0
    }

    .services-list-sound .services-inner {
        height: auto;
        margin-left: 15px
    }

    .services-list-sound h4 {
        margin-top: -4px;
        margin-bottom: 5px;
        font-size: 11px;
        letter-spacing: 1px;
        line-height: 16px
    }

    .services-list-sound .descr {
        font-size: 8px;
        line-height: 12px
    }
}

@media screen and (max-width:700px) {
    .services-list {
        max-width: 300px
    }

    .services-item {
        width: 100%
    }
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 120%;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.slide.active {
    width: 100% !important;
    opacity: 1;
    z-index: 1
}

.slide img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: auto
}

.slide .content {
    position: relative;
    z-index: 999;
    background-image: url(../img/big-elips.svg);
    background-repeat: no-repeat;
    background-position: center -8.5vw;
    -webkit-background-size: 65% 65%;
    -moz-background-size: 65%;
    -o-background-size: 65%;
    background-size: 65%
}

.slide .scene-dot {
    width: 143vw
}

.slide .content-inner {
    position: relative;
    margin-left: 9vw;
    opacity: 1
}

.slide .content {
    padding-bottom: 7vw
}

.slide .share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 44%;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 4vw;
    height: 2.5vw;
    border: 1px solid #fff;
    border-right: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    text-align: center
}

.slide .share-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 4vw;
    height: 2.5vw;
    padding-right: 1vw;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    opacity: 0
}

.slide .share:hover .share-list {
    right: 100%;
    opacity: 1
}

.slide .share-link {
    margin-right: 1vw
}

.slide .video,
.video-production .video {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    opacity: 0;
    background-color: #000;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.video-production .video-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/big-elips.svg);
    background-repeat: no-repeat;
    background-position: 120% center;
    -webkit-background-size: 70% 70%;
    -moz-background-size: 70%;
    -o-background-size: 70%;
    background-size: 70%;
    opacity: 1;
    pointer-events: none !important
}

.ytp-hide-controls .ytp-watermark {
    display: none
}

.play-btn-wrap {
    position: absolute;
    top: 50%;
    right: 20.5%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 17vw;
    height: 17vw;
    overflow: hidden;
    background-image: url(../img/audio-engineering-bg.jpg);
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%
}

.slide .play-btn,
.video-production .play-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 6.5vw;
    height: 7.5vw;
    padding-bottom: 2vw;
    font-size: .75vw;
    letter-spacing: .1vw;
    color: #eaeaea;
    opacity: 1;
    pointer-events: auto
}

.video-production .play-btn {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%
}

.slide .play-btn svg,
.video-production .play-btn svg {
    height: 100%
}

.slide .play-btn span,
.video-production .play-btn span {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.slide .play-btn:hover svg,
.video-production .play-btn:hover svg {
    fill: #fa0cab
}

.slide .play-btn:hover span,
.video-production .play-btn:hover span {
    color: #fa0cab
}

.icon-pause,
.icon-play {
    position: absolute;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    width: 4vw;
    height: 4vw
}

.icon-play {
    opacity: 0
}

.video.pause ~ .pause-btn .icon-play {
    opacity: 1
}

.filter-wrap {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100vw;
    max-height: 20vw;
    padding: 0 9vw;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.filter select {
    background-color: transparent;
    color: #fff;
    border: none;
    outline: 0;
    border-bottom: 1px solid #fff;
    padding: 12px 0;
    font-size: .75vw;
    text-transform: uppercase;
    letter-spacing: .1vw;
    width: 13vw;
    margin-bottom: 1.5vw
}

.filter option {
    color: #000
}

.filter-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 5vw;
    margin-bottom: 5vw
}

.filter-item {
    height: 100%;
    width: 100%
}

.number-slides {
    position: absolute;
    bottom: 105%;
    font-size: .9vw;
    letter-spacing: .1vw
}

.fp-slidesContainer {
    width: 100% !important;
    height: 100vh;
    position: relative
}

.fp-controlArrow {
    position: absolute;
    top: 44%;
    width: 2.7vw;
    height: 2.7vw;
    background-image: url(../img/arrow.svg);
    background-repeat: no-repeat;
    background-position: 58% center;
    -webkit-background-size: 49% 49%;
    -moz-background-size: 49%;
    -o-background-size: 49%;
    background-size: 49%;
    border: 1px solid #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    opacity: 1;
    -webkit-transition: .3s;
    -o-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.fp-prev {
    left: 41%;
    -webkit-transform: translateY(-50%) rotate(180deg);
    -ms-transform: translateY(-50%) rotate(180deg);
    -o-transform: translateY(-50%) rotate(180deg);
    -moz-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.fp-prev:hover {
    -webkit-transform: translateY(-50%) rotate(180deg) scale(1.1);
    -ms-transform: translateY(-50%) rotate(180deg) scale(1.1);
    -o-transform: translateY(-50%) rotate(180deg) scale(1.1);
    -moz-transform: translateY(-50%) rotate(180deg) scale(1.1);
    transform: translateY(-50%) rotate(180deg) scale(1.1)
}

.fp-next {
    right: 41%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%)
}

.fp-next:hover {
    -webkit-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    -moz-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1)
}

.section.play .filter-wrap,
.section.play .fp-controlArrow,
.section.play .play-btn,
.section.play .slide .content-inner,
.section.play .slide .share {
    opacity: 0;
    pointer-events: none
}

.section.play .pause-btn,
.section.play .video,
.section.play .video-overlay {
    opacity: 1;
    pointer-events: auto
}

@media screen and (max-width:1100px) {
    .filter-wrap {
        position: relative;
        width: 100%;
        height: 185px;
        max-height: none;
        padding: 0 15px;
        background-color: #121212
    }

    .filter select {
        width: 100%;
        margin-bottom: 15px;
        font-size: 9px;
        letter-spacing: 1px
    }

    .filter-list {
        height: 100px;
        margin-bottom: 0
    }

    .slide .content {
        background-position: center -145px
    }

    .number-slides {
        bottom: 110%;
        font-size: 13px;
        letter-spacing: 2px
    }

    .slide .video {
        height: 400px
    }

    .slide .play-btn {
        left: 50%;
        top: 50%;
        width: 70px;
        height: 70px;
        font-size: 0;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        padding-bottom: 0
    }

    .slide .play-btn svg {
        -webkit-transition: none;
        -o-transition: none;
        -moz-transition: none;
        transition: none
    }

    .slide .play-btn:hover svg {
        fill: #fff
    }

    .slide .play-btn:hover svg,
    .video-production .play-btn:hover svg {
        fill: #fff
    }

    .slide .play-btn:hover span,
    .video-production .play-btn:hover span {
        color: #fff
    }

    .owl-carousel .owl-item img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .owl-carousel .owl-item a:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .section.play .filter-wrap {
        opacity: 1;
        pointer-events: auto
    }

    .video-production .video-overlay {
        background-image: none
    }
}

@media screen and (max-width:890px) {
    .slide .play-btn {
        top: 95px
    }

    .interference-slides .owl-nav {
        top: 80px
    }

    .filter-wrap {
        height: 150px
    }

    .filter-list {
        height: 70px
    }
}

@media screen and (max-width:379px) {
    .filter-wrap {
        height: 165px
    }

    .filter-list {
        height: 90px
    }
}

.player {
    width: 60vw;
    height: 69vh
}

.player iframe {
    -webkit-filter: invert(1) sepia(1) hue-rotate(240deg) brightness(.7);
    filter: invert(1) sepia(1) hue-rotate(240deg) brightness(.7)
}

@media screen and (max-width:1100px) {
    .player {
        width: 100%;
        height: 440px;
        margin-top: 15px
    }

    .slide .content-inner {
        margin-left: 100px
    }

    .slide .share {
        top: 50%;
        right: -35px;
        width: 35px;
        height: 33px
    }

    .share > svg {
        width: 30px;
        height: 18px
    }

    .slide .share-list {
        right: 100%;
        width: 60px;
        height: 31px;
        opacity: 1
    }

    .slide .share-link {
        margin-right: 7px
    }
}

@media screen and (max-width:499px) {
    .slide .content-inner {
        margin-left: 50px
    }

    .slide .share {
        top: 30px
    }
}

@media screen and (max-width:400px) {
    .slide .content-inner {
        margin-left: 0;
        margin-right: 0;
        padding-left: 15px;
        padding-right: 15px
    }
}

.copyright {
    position: absolute;
    right: 9.5vw;
    bottom: 1.8vw
}

.copyright-logo {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 3.125vw;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s;
    overflow: hidden
}

.copyright-logo::after {
    content: "Разработано";
    position: absolute;
    width: 0;
    font-family: "Code Pro", sans-serif;
    font-weight: 400;
    font-size: .6vw;
    color: rgba(255, 255, 255, 0);
    left: -4.9vw;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: .3s opacity;
    -o-transition: .3s opacity;
    -moz-transition: .3s opacity;
    transition: .3s opacity
}

.copyright-logo svg {
    width: 3.5vw
}

.copyright-logo .st0 {
    fill: #fff;
    stroke: #fff;
    stroke-width: 12;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-miterlimit: 10;
    margin-left: auto;
    -webkit-animation: st0 2s linear 0s infinite normal;
    -o-animation: st0 2s linear 0s infinite normal;
    -moz-animation: st0 2s linear 0s infinite normal;
    animation: st0 2s linear 0s infinite normal
}

.copyright-logo .st1 {
    fill: #fff;
    stroke: #fff;
    stroke-width: 4;
    stroke-linecap: round;
    opacity: 0 !important;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.copyright-logo #st1 {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    -moz-transition-delay: .1s;
    transition-delay: .1s
}

.copyright-logo #st2 {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    -moz-transition-delay: .2s;
    transition-delay: .2s
}

.copyright-logo #st3 {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    -moz-transition-delay: .3s;
    transition-delay: .3s
}

.copyright-logo:focus,
.copyright-logo:hover {
    width: 4.428vw;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    -moz-transition-delay: 0s;
    transition-delay: 0s;
    overflow: visible
}

.copyright-logo:focus::after,
.copyright-logo:hover::after {
    width: auto;
    color: rgba(255, 255, 255, 1);
    -webkit-transition: .3s color;
    -o-transition: .3s color;
    -moz-transition: .3s color;
    transition: .3s color;
    -webkit-transition-delay: 1s;
    -o-transition-delay: 1s;
    -moz-transition-delay: 1s;
    transition-delay: 1s
}

.copyright-logo:focus .st0,
.copyright-logo:hover .st0 {
    -webkit-animation: none;
    -o-animation: none;
    -moz-animation: none;
    animation: none
}

.copyright-logo:focus .st1,
.copyright-logo:hover .st1 {
    opacity: 1 !important
}

.copyright-logo:focus #st1,
.copyright-logo:hover #st1 {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    -moz-transition-delay: .4s;
    transition-delay: .4s
}

.copyright-logo:focus #st2,
.copyright-logo:hover #st2 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    -moz-transition-delay: .5s;
    transition-delay: .5s
}

.copyright-logo:focus #st3,
.copyright-logo:hover #st3 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    -moz-transition-delay: .6s;
    transition-delay: .6s
}

@-webkit-keyframes st0 {
    80% {
        stroke-width: 12
    }

    95% {
        stroke-width: 24
    }

    100% {
        stroke-width: 12
    }
}

@-o-keyframes st0 {
    80% {
        stroke-width: 12
    }

    95% {
        stroke-width: 24
    }

    100% {
        stroke-width: 12
    }
}

@-moz-keyframes st0 {
    80% {
        stroke-width: 12
    }

    95% {
        stroke-width: 24
    }

    100% {
        stroke-width: 12
    }
}

@keyframes st0 {
    80% {
        stroke-width: 12
    }

    95% {
        stroke-width: 24
    }

    100% {
        stroke-width: 12
    }
}

@media screen and (max-width:1100px) {
    .copyright {
        position: relative;
        right: auto;
        bottom: 0
    }

    .copyright-logo {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 85px;
        padding-top: 10px;
        overflow: visible
    }

    .copyright-logo:focus,
    .copyright-logo:hover {
        width: 85px
    }

    .copyright-logo::after {
        width: 100%;
        top: 140%;
        left: 0;
        font-size: 8px;
        text-align: center;
        color: rgba(255, 255, 255, 1)
    }

    .copyright-logo:focus::after,
    .copyright-logo:hover::after {
        width: 100%
    }

    .copyright-logo svg {
        width: 47px
    }

    .copyright-logo .st1 {
        opacity: 1 !important
    }
}

.cd-background-wrapper {
    background-color: #121212;
    position: relative;
    overflow: hidden;
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    perspective: 1000px;
    height: 100vh !important
}

.cd-floating-background {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
    height: 120vh
}

.cd-floating-background.is-absolute,
.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.is-absolute img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.cd-floating-background img,
.cd-floating-background video {
    display: block;
    width: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.cd-floating-background img:first-child {
    -webkit-transform: translateZ(70px);
    -moz-transform: translateZ(70px);
    transform: translateZ(70px);
    position: relative;
    left: -2vw;
    width: 105%;
    height: 114vh;
    -o-object-fit: cover;
    object-fit: cover
}

.cd-floating-background img:nth-of-type(2) {
    position: absolute;
    top: 46.5%;
    left: 0;
    height: 60vh;
    width: 100%;
    -webkit-transform: translateY(-50%) translateZ(290px);
    -moz-transform: translateY(-50%) translateZ(290px);
    transform: translateY(-50%) translateZ(290px);
    -o-object-fit: contain;
    object-fit: contain
}

.scene-dot {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    background-image: url(../img/dot-bg.png);
    background-repeat: repeat;
    background-position: left top;
    -webkit-transform: translateZ(70px);
    -moz-transform: translateZ(70px);
    transform: translateZ(70px)
}

.slide .scene-dot {
    background-color: rgba(0, 0, 0, .8)
}

.no-preserve-3d .cd-floating-background {
    position: relative
}

@media screen and (max-width:1100px) {
    .cd-floating-background {
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important
    }

    .sound-production .btn,
    .sound-production .title,
    .video-production .btn,
    .video-production .title {
        opacity: 1
    }

    .scene-dot {
        background-image: none;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }

    .content {
        background-image: url(../img/dot-bg.png)
    }

    .map .content {
        background-image: none
    }

    .slide .play-btn,
    .video-production .play-btn {
        height: 90px;
        padding-bottom: 25px;
        font-size: 8px;
        letter-spacing: 1px
    }

    .play-btn-wrap {
        width: 185px;
        height: 185px
    }

    .sound-production .btn,
    .sound-production .title,
    .video-production .btn,
    .video-production .title {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }

    .video-production .play-btn {
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .cd-background-wrapper {
        height: 100% !important
    }

    #section0 .cd-background-wrapper {
        min-height: 100vh
    }

    .cd-floating-background {
        height: 120%
    }

    .cd-floating-background img:first-child {
        height: 100%;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@media screen and (max-width:825px) {
    .cd-floating-background img:nth-of-type(2) {
        left: 7%
    }

    .video-production .play-btn-wrap {
        right: 10%
    }
}

@media screen and (max-width:745px) {
    .cd-floating-background img:nth-of-type(2) {
        display: none
    }

    .video-wrap #section0 .content-inner {
        width: 247px
    }
}

@media screen and (max-width:630px) {
    .content-inner {
        margin-left: 60px
    }
}

@media screen and (max-width:570px) {
    .content-inner {
        margin-left: 40px
    }

    .video-production .play-btn-wrap {
        right: 5%
    }
}

@media screen and (max-width:499px) {
    .content-inner {
        margin-left: 15px
    }

    .video-wrap #section0 .content {
        position: relative;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: auto;
        padding-top: 140px;
        padding-bottom: 40px
    }

    .video-wrap #section0 .video-overlay {
        position: relative;
        margin-left: 15px;
        margin-top: 20px
    }

    .video-wrap #section0 .play-btn-wrap {
        position: relative;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none
    }
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #1e1e1e;
    z-index: 25;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.sound-wave {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 10vw;
    height: 4vw
}

.sound-line {
    width: .5vw;
    height: 50%;
    animation: wave-animate .5s ease-in-out alternate-reverse infinite
}

.sound-line:nth-child(1) {
    background-image: -webkit-gradient(linear, left top, right top, from(#fa0cab), to(#d02396));
    background-image: -webkit-linear-gradient(left, #fa0cab, #d02396);
    background-image: -moz-linear-gradient(left, #fa0cab, #d02396);
    background-image: -o-linear-gradient(left, #fa0cab, #d02396);
    background-image: linear-gradient(90deg, #fa0cab, #d02396)
}

.sound-line:nth-child(2) {
    background-image: -webkit-gradient(linear, left top, right top, from(#d023a0), to(#cc22c6));
    background-image: -webkit-linear-gradient(left, #d023a0, #cc22c6);
    background-image: -moz-linear-gradient(left, #d023a0, #cc22c6);
    background-image: -o-linear-gradient(left, #d023a0, #cc22c6);
    background-image: linear-gradient(90deg, #d023a0, #cc22c6);
    -webkit-animation-delay: .2s;
    -moz-animation-delay: .2s;
    -o-animation-delay: .2s;
    animation-delay: .2s
}

.sound-line:nth-child(3) {
    background-image: -webkit-gradient(linear, left top, right top, from(#c421c8), to(#be22cc));
    background-image: -webkit-linear-gradient(left, #c421c8, #be22cc);
    background-image: -moz-linear-gradient(left, #c421c8, #be22cc);
    background-image: -o-linear-gradient(left, #c421c8, #be22cc);
    background-image: linear-gradient(90deg, #c421c8, #be22cc);
    -webkit-animation-delay: .3s;
    -moz-animation-delay: .3s;
    -o-animation-delay: .3s;
    animation-delay: .3s
}

.sound-line:nth-child(4) {
    background-image: -webkit-gradient(linear, left top, right top, from(#be22cc), to(#9622a1));
    background-image: -webkit-linear-gradient(left, #be22cc, #9622a1);
    background-image: -moz-linear-gradient(left, #be22cc, #9622a1);
    background-image: -o-linear-gradient(left, #be22cc, #9622a1);
    background-image: linear-gradient(90deg, #be22cc, #9622a1);
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    -o-animation-delay: .4s;
    animation-delay: .4s
}

.sound-line:nth-child(5) {
    background-image: -webkit-gradient(linear, left top, right top, from(#9622a1), to(#7022a1));
    background-image: -webkit-linear-gradient(left, #9622a1, #7022a1);
    background-image: -moz-linear-gradient(left, #9622a1, #7022a1);
    background-image: -o-linear-gradient(left, #9622a1, #7022a1);
    background-image: linear-gradient(90deg, #9622a1, #7022a1);
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    -o-animation-delay: .5s;
    animation-delay: .5s
}

.sound-line:nth-child(6) {
    background-image: -webkit-gradient(linear, left top, right top, from(#6b2d92), to(#572d92));
    background-image: -webkit-linear-gradient(left, #6b2d92, #572d92);
    background-image: -moz-linear-gradient(left, #6b2d92, #572d92);
    background-image: -o-linear-gradient(left, #6b2d92, #572d92);
    background-image: linear-gradient(90deg, #6b2d92, #572d92);
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    -o-animation-delay: .6s;
    animation-delay: .6s
}

.sound-line:nth-child(7) {
    background-image: -webkit-gradient(linear, left top, right top, from(#49267b), to(#3e2068));
    background-image: -webkit-linear-gradient(left, #49267b, #3e2068);
    background-image: -moz-linear-gradient(left, #49267b, #3e2068);
    background-image: -o-linear-gradient(left, #49267b, #3e2068);
    background-image: linear-gradient(90deg, #49267b, #3e2068);
    -webkit-animation-delay: .7s;
    -moz-animation-delay: .7s;
    -o-animation-delay: .7s;
    animation-delay: .7s
}

@-webkit-keyframes wave-animate {
    100% {
        height: 100%
    }
}

@-moz-keyframes wave-animate {
    100% {
        height: 100%
    }
}

@-o-keyframes wave-animate {
    100% {
        height: 100%
    }
}

@keyframes wave-animate {
    100% {
        height: 100%
    }
}

.info {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 27px 15px;
    font-size: 14px;
    pointer-events: none;
     opacity: 0; 
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-weight: 800;
    letter-spacing: 1px;
    line-height: 1;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, .95);
}

.send {
    pointer-events: auto;
    opacity: 1;
    /*-webkit-animation: fade-out 5s ease-in forwards;*/
    /*-moz-animation: fade-out 5s ease-in forwards;*/
    /*-o-animation: fade-out 5s ease-in forwards;*/
    /*animation: fade-out 5s ease-in forwards*/
}

.success-message,
.error-message {
    text-align: center;
    padding: 27px 15px;
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    font-family: "Open Sans", sans-serif;
    font-weight: 800;
    line-height: 1.5;
    color: #fff;
    z-index: 1;
    position: absolute;
    max-width: 400px;
}

.info.success .success-message,
.info.error .error-message {
    opacity: 1;
    pointer-events: auto;
}

/*
@-webkit-keyframes fade-out {
    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fade-out {
    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fade-out {
    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fade-out {
    80% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}
*/