@charset "UTF-8"; *,*:after,*:before {
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    -webkit-overflow-scrolling: auto;
    scroll-behavior: auto
}

*:focus {
    outline: none
}

body,main,#header,section,footer,form,label,input,select,option,button,p,div,a,ul,li,img,h1,h2,h3,h4,h5,h6,figure {
    margin: 0;
    padding: 0
}

input {
    border: none
}

button {
    border: none;
    background-color: transparent;
    cursor: pointer
}

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

html {
    position: relative;
    height: 100%;
    font-family: 'Montserrat';
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #000
}

body {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow-x: hidden;
    background-color: #171820
}

html,body {
    overflow: hidden
}

#scrollable {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.scroll-content {
    width: 100%
}

.fixed_screen {
    overflow: hidden!important;
    height: 100vh!important
}

.container {
    height: 100%;
    width: 100%;
    max-width: 1730px;
    padding: 0 30px;
    margin: 0 auto
}

.row {
    display: flex;
    flex-direction: row
}

.column {
    display: flex;
    flex-direction: column;
    align-items: baseline
}

#preloader {
    height: 100vh;
    width: 100vw;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #171820;
    z-index: 100
}

.transition-loader-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}

.transition-loader-inner div {
    opacity: 0;
    transform: translateX(-30vw) scale(1);
    -webkit-transform: translateX(-30vw) scale(1);
    background-color: #e66a31;
    border-radius: 50%;
    padding: 5px;
    margin: 5px
}

.transition-loader-inner div:nth-child(1) {
    animation: loader 3s .6s infinite ease-in-out
}

.transition-loader-inner div:nth-child(2) {
    animation: loader 3s .5s infinite ease-in-out
}

.transition-loader-inner div:nth-child(3) {
    animation: loader 3s .4s infinite ease-in-out
}

.transition-loader-inner div:nth-child(4) {
    animation: loader 3s .3s infinite ease-in-out
}

.transition-loader-inner div:nth-child(5) {
    animation: loader 3s .2s infinite ease-in-out
}

.transition-loader-inner div:nth-child(6) {
    animation: loader 3s .1s infinite ease-in-out
}

@keyframes loader {
    0% {
        opacity: 0;
        transform: translateX(-30vw) scale(1);
        -webkit-transform: translateX(-30vw) scale(1)
    }

    33% {
        opacity: 1;
        transform: translateX(0) scale(2);
        -webkit-transform: translateX(0) scale(2)
    }

    66% {
        opacity: 1;
        transform: translateX(0) scale(1);
        -webkit-transform: translateX(0) scale(1)
    }

    100% {
        opacity: 0;
        transform: translateX(30vw) scale(2);
        -webkit-transform: translateX(30vw) scale(2)
    }
}

audio {
    position: absolute;
    height: 0;
    opacity: 0;
    z-index: -1
}

.volume {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 50px;
    width: 50px;
    background: rgba(0,0,0,.36) center no-repeat;
    background-image: url(/assets/5e87cea3/css/../img/sound_on.png);
    border-radius: 50%;
    z-index: 22;
    transition: .3s ease
}

.volume.muted {
    background-image: url(/assets/5e87cea3/css/../img/sound_off.png);
}

#global_audio {
    position: absolute;
    bottom: -32px;
    right: 0;
    width: 100%;
    display: block;
    background: rgba(255,255,255,.8);
    border-radius: 30px;
    font-family: 'Oswald',sans-serif;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.6;
    color: #000;
    cursor: default;
    padding: 5px 10px 4px;
    z-index: 20;
    transition: .3s ease
}

#global_audio:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    width: 0;
    height: 0;
    transform: translate(-50%);
    border-bottom: 5px solid rgba(255,255,255,.8);
    border-right: 3px solid transparent;
    border-left: 3px solid transparent;
    transition: .3s ease
}

#header {
    position: absolute;
    width: 100%;
    height: 70px;
    color: transparent;
    border-bottom: transparent 2px solid;
    opacity: 0;
    transform: rotateX(90deg) translateZ(0);
    transform-origin: top;
    z-index: 10;
    transition: .3s ease
}

#header.screen-header {
    opacity: 1;
    transform: rotateX(0deg)
}

#header__nav {
    display: flex;
    height: 100%;
    width: 100%;
    flex-direction: row;
    align-items: center
}

#mobile_menu {
    display: none
}

#menu_header {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;
    transition: all .3s ease
}

#menu_header .link_modal {
    font-family: 'Oswald';
    font-size: 24px;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: -.5px;
    transition: .3s ease;
    border-radius: 0;
    padding: 5px 10px 6px;
    transition: .3s ease
}

#menu_header>.button_dont {
    margin-left: 40px;
    margin-right: 8px
}

.button_dont {
    background-color: #ffebc9
}

.button_blog {
    color: #fff;
    padding-right: 0
}

#menu_header .button_cost {
    font-size: 30px;
    line-height: 1
}

#menu_header .button_cost,#menu_header .button_calc {
    align-self: center;
    padding: 4px 10px 6px
}

#menu_header .button_calc {
    letter-spacing: 1px;
    font-weight: 400
}

#menu_header .button_special {
    letter-spacing: 1.5px;
    font-weight: 400
}

#menu_header .button_reg {
    background-color: transparent!important;
    padding-left: 0;
    padding-right: 0;
    margin-right: .5rem
}

#menu_header>.link_modal:hover,.dropdown-content .link_modal:hover {
    transform: rotate(-5deg) scale(1.1);
    z-index: 2;
    margin: 10px
}

#menu_header>.link_modal:nth-child(even):hover,#menu_header .button_cost:hover,#menu_header .show .button_cost {
    transform: rotate(7deg) scale(1.1);
    margin: 10px
}

#header__logo {
    display: block;
    margin-right: auto
}

#header__logo img {
    width: 85%
}

.screen_1 {
    background-color: rgba(239,179,67,.95);
    border-bottom: #f6c76e 2px solid
}

.screen_1 .link_modal {
    color: #3c0000
}

.screen_1 .button_blog {
    color: #fff
}

.screen_1 .button_reg {
    background-color: #ffebc9
}

.screen_1 .button_cost {
    color: #fffefe;
    background-color: #d14b02
}

.screen_1 .button_calc {
    color: #d14b02;
    background-color: #fffefe
}

.screen_1 .button_special {
    color: #fffefe;
    background-color: #000
}

.screen_1 .button_enter {
    background-color: #fff
}

.screen_2 {
    background-color: rgba(0,42,47,.95);
    border-bottom: #04363c 2px solid
}

.screen_2 .link_modal {
    color: #f7f3d4
}

.screen_2 .button_dont {
    background-color: #71001d
}

.screen_2 .button_reg {
    background-color: #fffada
}

.screen_2 .button_blog {
    color: #bbc32a
}

.screen_2 .button_cost {
    color: #fffefe;
    background-color: #bbc32a
}

.screen_2 .button_calc {
    color: #002a2f;
    background-color: #fffada
}

.screen_2 .button_special {
    background-color: #71001d
}

.screen_2 .button_enter {
    color: #002a2f;
    background-color: #fff
}

.screen_3 {
    background-color: rgba(49,2,0,.95);
    border-bottom: #3e0805 2px solid
}

.screen_3 .link_modal {
    color: #feccb4
}

.screen_3 .button_blog {
    color: #fff
}

.screen_3 .button_cost {
    color: #fffefe
}

.screen_3 .button_cost,.screen_3 .button_dont {
    background-color: #b52a09
}

.screen_3 .button_calc {
    color: #b52a09;
    background-color: #fff
}

.screen_3 .button_special {
    color: #310200;
    background-color: #feccb4
}

.screen_3 .button_enter {
    color: #310200;
    background-color: #fff
}

.screen_4 {
    background-color: rgba(78,45,26,.95);
    border-bottom: #603821 2px solid
}

.screen_4 .link_modal {
    color: #feaf6d
}

.screen_4 .button_dont {
    color: #4e2d1a;
    background-color: #feaf6d
}

.screen_4 .button_reg {
    color: #ff9400
}

.screen_4 .button_cost {
    color: #fffefe;
    background-color: #f60
}

.screen_4 .button_calc {
    color: #f60;
    background-color: #fff
}

.screen_4 .button_special {
    color: #4e2d1a;
    background-color: #ff9400
}

.screen_4 .button_enter {
    color: #4e2d1a;
    background-color: #fff
}

.screen_5 {
    background-color: rgba(12,60,0,.95);
    border-bottom: #124904 2px solid
}

.screen_5 .link_modal {
    color: #fce479
}

.screen_5 .button_dont,.screen_5 .button_special {
    color: #fffefe;
    background-color: #b52a09
}

.screen_5 .button_enter {
    color: #0c3c00;
    background-color: #fff
}

.screen_5 .button_cost {
    color: #0c3c00;
    background-color: #fce479
}

.screen_5 .button_calc {
    color: #0c3c00;
    background-color: #d89d32
}

.screen_5 .button_reg {
    color: #d89d32
}

.screen_6 {
    background-color: rgba(0,17,49,.95);
    border-bottom: #051c48 2px solid
}

.screen_6 .link_modal {
    color: #b9d9ff
}

.screen_6 .button_dont,.screen_6 .button_special {
    color: #fff;
    background-color: #2f9bbb
}

.screen_6 .button_blog {
    color: #fff
}

.screen_6 .button_cost {
    color: #fffefe;
    background-color: #009b6d
}

.screen_6 .button_calc {
    color: #009b6d;
    background-color: #fffefe
}

.screen_6 .button_enter {
    color: #001131;
    background-color: #fff
}

footer {
    position: relative;
    width: 100%;
    background-color: #efb343;
    color: #3a0400
}

footer nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 50px 0
}

footer .logo {
    display: block
}

footer .logo img {
    width: 100%
}

.privacy_policy {
    font-size: 13px;
    line-height: 15px;
    font-weight: 700;
    text-align: center
}

.connection {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 15px;
    line-height: 22px;
    font-weight: 700
}

section {
    position: relative;
    width: 100%;
    overflow: hidden;
    z-index: 2;
    transform: translateZ(0)
}

.scene {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    z-index: 1
}

.scene__layer--bg {
    position: relative;
    left: 0;
    top: 0;
    width: 100%
}

.scene__layer {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transform: translate3d(0,0,0)
}

img.scene__layer {
    pointer-events: none
}

.scene__layer-overlay {
    height: 100%
}

.scene__over-link {
    display: inline-block;
    width: 20%;
    height: 20%;
    margin-top: 25%;
    background: #fff;
    opacity: 0;
    top: 25%
}

.scene__over-link:nth-of-type(1) {
    width: 15%;
    height: 15%;
    margin-left: 1%
}

.scene__over-link:nth-of-type(2) {
    margin-top: 20%;
    margin-left: 61%
}

.lead,.bold-lead {
    color: #fff3f3;
    text-align: center;
    max-width: 710px;
    font-size: 1rem;
    line-height: 1.2
}

.bold-lead {
    margin-top: .5em;
    font-size: 1.5rem;
    font-weight: 700
}

@media (max-width: 567px) {
    .bold-lead {
        font-size:1rem
    }
}

.text_column {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-transform: uppercase;
    margin: 0 auto;
    transition: .3s ease
}

.text_column .row {
    align-items: flex-end;
    justify-content: space-between;
    width: 100%
}

.align_baseline {
    align-items: flex-start!important
}

.text_column>* {
    width: 625px
}

.al-left {
    text-align: left
}

.al-center {
    text-align: center
}

.al-right {
    text-align: right
}

.extra-light {
    font-weight: 200
}

.light {
    font-weight: 300
}

.regular {
    font-weight: 400
}

.medium {
    font-weight: 500
}

.semi-bold {
    font-weight: 600
}

.bold {
    font-weight: 700
}

.extra-bold {
    font-weight: 800
}

.oswald {
    font-family: 'Oswald',sans-serif
}

.russoone {
    font-family: 'RussoOne',sans-serif
}

.montserrat {
    font-family: 'Montserrat',sans-serif
}

.text__span {
    position: relative;
    transform-origin: 0;
    line-height: 1;
    white-space: nowrap
}

.justify-end {
    justify-content: flex-end
}

.align-end {
    align-items: flex-end
}

.align-right,.align-right .text__span {
    align-self: flex-end;
    transform-origin: 100%
}

.text__wrap {
    display: inline-flex
}

.col-50 {
    width: 312.5px
}

.col_3_1 {
    width: 462px
}

#scene_1,#screen_text_1 {
    background-color: #efb343
}

#screen_text_1 .text_column {
    width: 625px;
    padding: 180px 0 110px
}

#screen_text_1 .brown {
    color: #3a0400
}

#screen_text_1 .white {
    color: #ffebc9
}

#screen_text_1 .span_1 {
    font-size: 130px;
    line-height: 1;
    letter-spacing: 6.75px;
    left: -8px
}

#screen_text_1 [class*=span_2_1_] {
    font-size: 100px;
    line-height: 1;
    letter-spacing: -2.5px;
    transform: scale(.65,.9);
    transform-origin: 0
}

#screen_text_1 .span_2_1_1 {
    left: -3px;
    margin-top: 4px
}

#screen_text_1 .span_2_1_2 {
    left: -135px;
    transform-origin: 0
}

#screen_text_1 .span_2_2 {
    left: -143px;
    font-size: 70px;
    line-height: 1;
    transform: scale(.65,1)
}

#screen_text_1 .span_3_1 {
    left: -4px;
    font-size: 120px;
    line-height: 120px;
    transform: scale(.71,1);
    margin: 8px 0 32px
}

#screen_text_1 .span_3_2 {
    left: -39px;
    align-self: center;
    font-size: 47px;
    background-color: #ffebc9;
    padding: 5px 8px 0;
    margin: 10px 0
}

#screen_text_1 .span_3_3 {
    left: -37px;
    top: -15px;
    font-size: 91px;
    line-height: 1
}

#screen_text_1 .span_4 {
    font-size: 58px;
    line-height: 1;
    letter-spacing: 4px;
    transform: scale(1,1.1);
    background-color: #3a0400;
    padding: 8px 4px
}

#screen_text_1 .span_5_1,#screen_text_1 .span_5_2,#screen_text_1 .span_5_3 {
    left: -1px;
    font-size: 77px;
    transform: scale(.6,1);
    padding-top: 12px
}

#screen_text_1 .span_5_2 {
    left: -92px;
    font-size: 60px
}

#screen_text_1 .span_5_3 {
    left: -85px
}

#screen_text_1 .span_6 {
    font-size: 72px;
    line-height: 1;
    letter-spacing: 0;
    padding-top: 5px
}

#screen_text_1 .span_6_1 {
    left: 6px;
    font-size: 80px;
    letter-spacing: 2px
}

#screen_text_1 .span_7_1 {
    font-size: 80px;
    left: -3px
}

#screen_text_1 .span_7_2 {
    left: -9px;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -3px;
    transform: scale(.88,1)
}

#screen_text_1 .span_7_3 {
    font-size: 90px;
    padding-left: 2rem;
    transform: scale(.6,1)
}

#screen_text_1 .span_7_4 {
    left: -122px;
    font-size: 46px;
    letter-spacing: .5px
}

#screen_text_1 .span_7_5 {
    left: -118px;
    width: 71%;
    font-size: 32px;
    transform: scale(1.38,1);
    background-color: #3a0400;
    padding: 5px 0 8px
}

#screen_text_1 .span_8_1 {
    left: -2px;
    font-size: 65px;
    transform: scale(.9,1)
}

#screen_text_1 .span_8_2 {
    left: -38px;
    font-size: 75px;
    transform: scale(1.17,1)
}

#screen_text_1 .span_9_1 {
    font-size: 63px;
    transform: scale(.92,1);
    background-color: #ffebc9;
    margin-top: 1rem;
    padding: 6px 16px 4px
}

#screen_text_1 .span_9_2 {
    left: -9px;
    font-size: 80px;
    transform: scale(.9,1)
}

#scene_2,#screen_text_2 {
    background-color: #002a2f
}

#screen_text_2 .text_column {
    max-width: 625px;
    padding: 180px 0 110px
}

#screen_text_2 .red {
    color: #71001d
}

#screen_text_2 .white {
    color: #fffada
}

#screen_text_2 .green {
    color: #bbc32a
}

#screen_text_2 .span_1 {
    left: -4px;
    font-size: 54px;
    transform: scale(.96,1)
}

#screen_text_2 .span_2 {
    left: -6px;
    font-size: 103px;
    letter-spacing: .5px;
    transform: scale(.877,1)
}

#screen_text_2 .span_3 {
    left: 0;
    font-size: 62px;
    transform: scale(.684,1)
}

#screen_text_2 .span_4 {
    font-size: 250px;
    background: #71001d;
    padding: 0 0 20px;
    margin: 4px 0 10px
}

#screen_text_2 .span_5 {
    left: -6px;
    font-size: 70px;
    transform: scale(1.285,1);
    margin-top: 6px;
    text-align: left
}

#screen_text_2 .span_6 {
    left: 0;
    font-size: 40px;
    transform: scale(.677,1);
    transform-origin: 0;
    margin: 12px 0 10px
}

#screen_text_2 .span_7 {
    left: -2px;
    font-size: 49px;
    transform: scale(.888,1)
}

#scene_3,#screen_text_3 {
    background-color: #310200
}

#screen_text_3 .text_column {
    max-width: 625px;
    padding: 300px 0 300px
}

#screen_text_3 .red {
    color: #310200
}

#screen_text_3 .warm {
    color: #feccb4
}

#screen_text_3 .span_1 {
    left: -23px;
    top: -22px;
    font-size: 153px;
    writing-mode: vertical-rl;
    transform: scale(1,1.13) rotate(180deg);
    transform-origin: center
}

#screen_text_3 .span_2 {
    font-size: 130px;
    transform: scale(1.02,1)
}

#screen_text_3 .span_3 {
    left: 9px;
    font-size: 43px;
    line-height: 43px;
    transform: scale(1.067,1);
    background-color: #b52a09;
    padding: 3px 14px 0;
    margin: 10px 0 5px;
    width: 424px
}

#screen_text_3 .span_4 {
    left: 6px;
    font-size: 85px;
    transform: scale(.65,1);
    transform-origin: 0
}

#screen_text_3 .span_5 {
    left: 10px;
    font-size: 28px;
    letter-spacing: 5.1px;
    background-color: #b52a09;
    padding: 5px 8px 6px;
    margin: 12px 0 5px;
    width: 452px
}

#screen_text_3 .span_6 {
    left: 8px;
    font-size: 59px;
    transform: scale(.811,1);
    margin-top: 4px
}

#screen_text_3 .span_7 {
    left: 0;
    font-size: 45px;
    letter-spacing: 5px;
    background-color: #feccb4;
    margin: 8px 0 0
}

#scene_4,#screen_text_4 {
    background-color: #4e2d1a
}

#screen_text_4 .text_column {
    max-width: 625px;
    padding: 330px 0 360px
}

#screen_text_4 .row_space {
    margin-top: 50px
}

#screen_text_4 .warm {
    color: #feaf6d
}

#screen_text_4 .yellow {
    color: #ff9400
}

#screen_text_4 .span_1 {
    left: -6px;
    top: 8px;
    font-size: 160px;
    line-height: 160px;
    transform: scale(1,1)
}

#screen_text_4 .span_2 {
    font-size: 70px;
    line-height: 70px;
    transform: scale(1.04,1)
}

#screen_text_4 .span_3 {
    left: -2px;
    font-size: 52px;
    line-height: 52px;
    transform: scale(.63,1);
    margin-bottom: 17px
}

#screen_text_4 .span_4 {
    left: -9px;
    top: -11px;
    font-size: 245px;
    line-height: 245px;
    transform: scale(.61,1)
}

#screen_text_4 .span_5 {
    font-size: 66px;
    line-height: 66px;
    transform: scale(.64,1)
}

#screen_text_4 .span_6 {
    font-size: 83px;
    line-height: 83px;
    transform: scale(.68,1);
    margin-top: 4px
}

#screen_text_4 .span_7 {
    font-size: 60.5px;
    line-height: 60.5px;
    transform: scale(.89,1);
    margin-top: 8px;
    margin-bottom: 10px
}

#scene_5,#screen_text_5 {
    background-color: #0c3c00
}

#screen_text_5 .text_column {
    max-width: 625px;
    padding: 290px 0 290px
}

#screen_text_5 .warm {
    color: #fce479
}

#screen_text_5 .yellow {
    color: #d89d32
}

#screen_text_5 .span_1 {
    left: -3px;
    font-size: 80px;
    letter-spacing: 7.8px
}

#screen_text_5 .span_2 {
    left: -4px;
    font-size: 100px;
    transform: scale(.93,1);
    margin: 14px 0
}

#screen_text_5 .span_3 {
    left: -4px;
    font-size: 77px;
    letter-spacing: 2.2px
}

#screen_text_5 [class*=span_4_] {
    letter-spacing: -2px;
    transform: scale(.69,1)
}

#screen_text_5 [class*=span_4_1] {
    font-size: 96px
}

#screen_text_5 .span_4_1_1 {
    left: -4px
}

#screen_text_5 .span_4_1_2 {
    left: -119px
}

#screen_text_5 .span_4_2 {
    left: -116px;
    font-size: 60px
}

#screen_text_5 .span_5 {
    left: -3px;
    font-size: 56px;
    margin-top: 12px
}

#screen_text_5 .span_6 {
    left: -5px;
    font-size: 65px;
    margin-top: 10px
}

#screen_text_5 .span_7 {
    left: -3px;
    font-size: 61px;
    margin-top: 8px;
    transform: scaleX(.93)
}

#scene_6,#screen_text_6,#screen_video {
    background-color: #001131
}

#screen_text_6 .text_column {
    max-width: 625px;
    padding: 160px 0 80px
}

#screen_text_6 .blue {
    color: #2f9bbb
}

#screen_text_6 .white {
    color: #b9d9ff
}

#screen_text_6 .green {
    color: #009b6d
}

#screen_text_6 {
    white-space: nowrap
}

#screen_text_6 .span_1 {
    left: -14px;
    font-size: 223px
}

#screen_text_6 .span_2 {
    left: -4px;
    font-size: 104px;
    letter-spacing: 3.4px;
    margin: 28px 0 4px
}

#screen_text_6 .span_3 {
    left: 2px;
    font-size: 72px;
    transform: scale(1.03,1)
}

#screen_text_6 .span_4 {
    left: -6px;
    top: -9px;
    font-size: 176px;
    transform: scale(.652,1)
}

#screen_text_6 .span_5 {
    left: -3px;
    font-size: 57px;
    transform: scale(1.005,1)
}

.video_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around
}

.video_content {
    position: relative;
    width: 100%;
    height: calc(56.25vw - 50px);
    min-height: 182px;
    max-height: calc(100vh - 4rem);
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center center
}

.video_content>video,.video_content>img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
    object-fit: cover
}

.inner-video-button {
    width: 4em;
    height: 3em;
    z-index: 2
}

.inner-video-button img {
    width: 100%
}

.video_content-button,.inner-video-button {
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 0;
    transform: translate(-50%,-50%);
    transition: transform .5s ease,filter 1s ease
}

.inner-video-button:hover {
    transform: scale(1.1) translate(-50%,-50%)
}

.video_content-button {
    height: 124px;
    width: 124px;
    border-radius: 50%;
    background: url(/assets/5e87cea3/css/../img/video_button.png) center/contain no-repeat;
    box-shadow: 0 18px 43px 0px rgba(247,129,1,.47);
    z-index: 10;
    transition: .3s ease
}

.modal_window video {
    align-self: center;
    width: 100%
}

#window_screen {
    position: absolute;
    height: 100vh;
    width: 100%;
    display: none;
    background-color: rgba(0,0,0,.8);
    opacity: 0;
    z-index: 50;
    transition: .3s ease;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

#window_screen.on_screen {
    opacity: 1
}

#modals,#container,.modal_window {
    overflow: visible
}

#container {
    transform: translate3d(0,0,0)
}

.modals {
    position: relative;
    min-height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0 95px
}

.modal_window {
    position: relative;
    width: 100%;
    max-width: 710px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    background-color: #fff;
    border-radius: 50px;
    opacity: 0;
    padding: 18px 0 22px;
    margin: 0 auto;
    transition: .3s ease
}

.modal_window.active {
    opacity: 1
}

.modal_window.modal_video {
    max-width: 100%;
    border-radius: 0;
    padding: 0;
    background-color: transparent
}

.window_close {
    position: absolute;
    top: 35px;
    right: 26px;
    height: 20px;
    width: 25px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    z-index: 1
}

.modal_window.modal_video .window_close {
    top: 20px;
    right: 20px
}

.window_close div {
    height: 2px;
    width: 100%;
    background-color: #dbe5f0;
    transform-origin: left;
    transition: .3s ease
}

.window_close div:first-child {
    transform: rotate(45deg)
}

.window_close div:last-child {
    transform: rotate(-45deg)
}

.window_close:hover div {
    background-color: #c23328
}

.button_f,.button_g {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
    padding: 22px 15px
}

.button_f {
    background-color: #3b5998
}

.button_g {
    background-color: #c23328
}

.button_g>img,.button_f>img {
    height: 39px;
    margin-right: 1rem
}

.modal_window h1 {
    font-family: 'Oswald',sans-serif;
    font-size: 60px;
    line-height: 70px;
    letter-spacing: -2px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 18px
}

.modal_window b {
    font-family: 'Oswald',sans-serif;
    font-size: 40px;
    line-height: 1;
    letter-spacing: -1px;
    text-transform: uppercase;
    font-weight: 600;
    color: #d4d4d4;
    text-align: center;
    padding: 16px
}

.modal_window form {
    display: flex;
    flex-direction: column;
    align-items: stretch
}

.modal_window .user_edit {
    background-color: #ebeff8;
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    line-height: 20px;
    color: #161617;
    text-align: center;
    padding: 15px 10px;
    transition: .3s ease
}

.modal_window .user_edit,.modal_window textarea {
    font-family: 'Montserrat',sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 20px;
    color: #161617;
    margin-bottom: 4px
}

.modal_window .user_edit:hover {
    background-color: #dff6c3
}

.modal_window ::-webkit-input-placeholder {
    color: #9c9c9e
}

.modal_window ::-moz-placeholder {
    color: #9c9c9e
}

.modal_window :-moz-placeholder {
    color: #9c9c9e
}

.modal_window :-ms-input-placeholder {
    color: #9c9c9e
}

.modal_window .valid {
    background-color: #dff6c3
}

.modal_window .user_cost {
    font-family: 'Oswald';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -2px;
    font-weight: 600;
    color: #8bc34a;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 16px;
    transition: .3s ease
}

.modal_window .submit {
    align-self: center;
    background-image: -moz-linear-gradient(-17deg,#f78101 0%,#be1130 100%);
    background-image: -webkit-linear-gradient(-17deg,#f78101 0%,#be1130 100%);
    background-image: -ms-linear-gradient(-17deg,#f78101 0%,#be1130 100%);
    box-shadow: 0px 18px 43px 0px rgba(247,129,1,.27);
    font-family: 'Oswald',sans-serif;
    font-size: 30px;
    letter-spacing: -1px;
    line-height: 30px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 40px;
    padding: 14px;
    min-width: 12rem;
    margin-top: 18px;
    transition: .3s ease
}

.modal_window .submit:hover {
    box-shadow: 0px 18px 43px 0px rgba(247,129,1,.4)
}

.modal_window .forg_pass,.modal_window .create_acc {
    position: absolute;
    right: 49px;
    bottom: 41px;
    align-self: center;
    color: #007bee
}

.modal_window .create_acc {
    left: 53px;
    right: auto
}

.modal_window .forg_pass,.modal_window .create_acc,.modal_window p.small {
    font-size: 16px;
    line-height: 1.25
}

.modal_window p.small {
    color: #9c9c9e;
    text-align: center
}

p.small>a {
    color: #007bee
}

.custom_select,.custom_option,.user_edit {
    line-height: 20px;
    text-align: center;
    padding: 15px 10px;
    margin-bottom: 4px
}

.custom_select {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #ebeff8;
    cursor: pointer;
    transition: .3s ease
}

.custom_select:hover {
    background-color: #dff6c3
}

.custom_select.active {
    background-color: #8bc34a
}

.custom_select:after {
    content: '>';
    position: absolute;
    right: 33px;
    font-family: 'Oswald';
    font-size: 30px;
    line-height: 36px;
    font-weight: 200;
    color: #9c9c9e;
    transform: rotateX(0deg) rotate(90deg);
    transition: .5s ease
}

.custom_select.active:after {
    color: #fff;
    transform: rotateX(-180deg) rotate(90deg)
}

.custom_holder {
    position: relative;
    left: 0;
    color: #9c9c9e;
    transition: .3s ease
}

.custom_select.active .custom_holder {
    color: #fff
}

.custom_select.selected .custom_holder {
    position: absolute;
    left: 26px
}

.custom_list {
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background-color: #fff;
    opacity: 0;
    cursor: default;
    z-index: 10;
    transition: .3s ease
}

.custom_select.active .custom_list {
    opacity: 1
}

.custom_option {
    background-color: #fff;
    color: #161617;
    padding: 15px 10px;
    cursor: pointer;
    transition: .3s ease
}

.custom_option:hover {
    background-color: #dff6c3
}

.custom_option_selected {
    color: #161617;
    transition: .3s ease
}

.reveal-opacity {
    transition: 2s opacity;
    -webkit-transition: 2s opacity;
    -moz-transition: 2s opacity;
    -ms-transition: 2s opacity;
    -o-transition: 2s opacity
}

.transparent {
    opacity: 0
}

.lazyload,.lazyloading {
    opacity: 0
}

.lazyloaded {
    transition: opacity .2s ease;
    opacity: 1
}

.lazyloaded img {
    transition: opacity .15s;
    -webkit-transition: opacity .15s;
    opacity: 1
}

.scrollbar-track {
    background-color: rgba(0,0,0,0)!important
}

.scrollbar-thumb {
    background-color: rgba(255,255,255,.5)!important;
    border: .5px solid rgba(128,128,128,.5);
    max-width: 6px;
    margin-right: -1px!important
}

.resp-container {
    position: relative;
    overflow: hidden;
    padding-top: 56.25%
}

.resp-iframe {
    overflow: hidden;
    position: absolute;
    display: block;
    top: -1px;
    left: 0;
    width: 100%;
    height: calc(100% + 1px);
    border: 0;
    background: url(/assets/5e87cea3/css/../img/noise.gif) no-repeat center/cover
}

textarea {
    width: 100%;
    min-height: 10rem;
    font-family: Montserrat,sans-serif;
    resize: vertical;
    overflow-y: auto;
    background-color: #f9fafb;
    outline: none;
    border: none;
    padding: 1rem;
    margin-bottom: 4px
}

.rich_editor__container {
    padding: 6px 8px 8px
}

.dropdown,.dropdown-ballast {
    display: flex;
    flex-direction: column;
    transition: all .3s ease-in-out
}

.dropdown-ballast {
    height: 0
}

.show .dropdown-ballast {
    height: 4rem
}

.dropdown-content {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: center;
    transition: all .3s ease-in-out;
    height: 0;
    overflow: hidden
}

.show .dropdown-content {
    height: 4rem
}

.dropdown-content>a {
    margin-top: 8px!important
}

@media (max-width: 1200px) {
    .dropdown-ballast {
        display:none
    }
}

.error .user_password,.error .user_email,input:invalid:not(:placeholder-shown):not(:focus) {
    background-color: #FFD9D2!important
}

.requirements {
    color: #990000!important;
    text-align: left
}

.requirements+.requirements {
    margin-top: 0
}

.error .login-error,input:invalid:not(:placeholder-shown):not(:focus)~.requirements.email-error {
    display: block
}

input::-webkit-outer-spin-button,input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

.bg-gradient {
    background: linear-gradient(300deg,#f2bd44,#9c2d0c,#4228d1);
    background-size: 600% 100%
}

.bg-gradient-y {
    background: linear-gradient(300deg,#cc6aa5,#3e91cc,#2dcca7);
    background-size: 600% 100%
}

.bg-gradient-g {
    background: linear-gradient(300deg,#bc4d00,#bca500,#a1bc00);
    background-size: 600% 100%
}

.bg-pan-left {
    -webkit-animation: bg-pan-left 8s infinite alternate both;
    animation: bg-pan-left 8s infinite alternate both
}

@-webkit-keyframes bg-pan-left {
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

@keyframes bg-pan-left {
    0% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0 50%
    }
}

.reg_confirm_overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0,0,0,.8);
    display: flex;
    align-items: center;
    justify-content: center
}

.reg_confirm_alert {
    max-width: 30rem;
    padding: 4rem 2rem;
    z-index: 999;
    color: #fffcda;
    background: #9a8e00;
    text-align: center;
    transition-delay: .25s
}

.reg_confirm_overlay,.reg_confirm_alert {
    transition: all .5s ease
}

.hidden.reg_confirm_overlay,.hidden .reg_confirm_alert {
    opacity: 0
}

.hidden .reg_confirm_alert {
    transform: translateY(-4rem)
}

input[aria-invalid=true] {
    background-color: #FFD9D2!important
}

input[aria-invalid=false] {
    background-color: #dff6c3!important
}

input.user_edit {
    width: 100%
}

p.outer {
    margin-top: 1rem
}

@media (max-width: 1730px) {
    .container {
        max-width:1200px;
        padding: 0 30px
    }

    .video_content-button {
        height: 72px;
        width: 72px
    }
}

@media (max-width: 1200px) {
    .container {
        max-width:992px;
        padding: 0 15px
    }

    #header {
        height: 60px
    }

    #mobile_menu {
        height: 16px;
        width: 26px;
        display: flex;
        flex-direction: column;
        align-items: stretch;
        justify-content: space-between;
        transition: .5s ease
    }

    #mobile_menu.active {
        height: 21px
    }

    #mobile_menu div {
        height: 2px;
        transform-origin: left;
        transition: .5s ease
    }

    #mobile_menu div:nth-child(2) {
        width: 75%
    }

    #mobile_menu div:last-child {
        width: 50%
    }

    #mobile_menu.active div:first-child {
        transform: rotate(45deg)
    }

    #mobile_menu.active div:nth-child(2) {
        width: 0
    }

    #mobile_menu.active div:last-child {
        width: 100%;
        transform: rotate(-45deg)
    }

    #menu_header {
        position: absolute;
        top: 60px;
        left: 0;
        height: 100vh;
        width: 100%;
        display: none;
        opacity: 0;
        flex-direction: column;
        justify-content: center
    }

    #menu_header>.button_dont {
        margin: 0
    }

    #menu_header>*:not(:first-child) {
        margin: 20px 0 0
    }

    #menu_header .button_enter {
        margin-bottom: 80px
    }

    #header__logo {
        width: 150px
    }

    .screen_1 #menu_header {
        background-color: rgba(239,179,67,.95)
    }

    .screen_1 #mobile_menu div {
        background-color: #fff;
        box-shadow: 1.59px 2.544px 0px 0px rgba(60,0,0,.17)
    }

    .screen_2 #menu_header {
        background-color: rgba(0,42,47,.95)
    }

    .screen_2 #mobile_menu div {
        background-color: #fffada;
        box-shadow: 1.59px 2.544px 0px 0px rgba(255,250,218,.24)
    }

    .screen_3 #menu_header {
        background-color: rgba(49,2,0,.95)
    }

    .screen_3 #mobile_menu div {
        background-color: #feccb4;
        box-shadow: 1.59px 2.544px 0px 0px rgba(0,0,0,.24)
    }

    .screen_4 #menu_header {
        background-color: rgba(78,45,26,.95)
    }

    .screen_4 #mobile_menu div {
        background-color: #feaf6d;
        box-shadow: 1.59px 2.544px 0px 0px rgba(0,0,0,.14)
    }

    .screen_5 #menu_header {
        background-color: rgba(12,60,0,.95)
    }

    .screen_5 #mobile_menu div {
        background-color: #fce479;
        box-shadow: 1.59px 2.544px 0px 0px rgba(0,0,0,.24)
    }

    .screen_6 #menu_header {
        background-color: rgba(0,17,49,.95)
    }

    .screen_6 #mobile_menu div {
        background-color: #a2bfe3;
        box-shadow: 1.59px 2.544px 0px 0px rgba(0,0,0,.24)
    }

    footer nav {
        flex-direction: column;
        padding: 30px 0
    }

    footer .logo {
        width: 188px;
        margin: 20px 0
    }

    .connection {
        order: -1
    }

    .privacy_policy {
        display: flex;
        flex-direction: column
    }

    .privacy_policy>* {
        margin-bottom: 10px
    }

    .privacy_policy span {
        display: none
    }
}

@media (max-width: 768px) {
    .volume {
        display:none
    }

    .container {
        max-width: 768px;
        padding: 0 15px
    }

    .modal_window {
        border-radius: 30px;
        padding: 9px 0 15px;
        max-width: 400px
    }

    .window_close {
        top: 20px;
        right: 7px
    }

    .modal_window [class*=button_] {
        font-size: 16px;
        line-height: 18px;
        padding: 12px
    }

    .modal_window h1 {
        font-size: 30px;
        line-height: 36px;
        margin-bottom: 10px
    }

    .modal_window b {
        font-size: 20px;
        line-height: 24px;
        padding: 8px
    }

    .modal_window p.small {
        font-size: 16px;
        margin-top: .5rem
    }

    .button_f img,.button_g img {
        height: 1rem
    }

    .modal_window .user_edit,.modal_window textarea,.modal_window label {
        font-size: 16px;
        line-height: 18px;
        padding: 10px;
        margin-bottom: 2px
    }

    .custom_select {
        font-size: 16px;
        line-height: 18px;
        padding: 10px;
        margin-bottom: 2px
    }

    .custom_select:after {
        right: 14px
    }

    .custom_option {
        padding: 8px
    }

    .modal_window .user_cost {
        font-size: 30px;
        line-height: 30px;
        margin: 0;
        padding-bottom: 3px
    }

    .modal_window .submit {
        font-size: 20px;
        line-height: 24px;
        box-shadow: 0px 6px 10px 0px rgba(247,129,1,.27);
        border-radius: 28px;
        padding: 10px 30px 10px;
        margin-top: 15px;
        transition: .3s ease
    }

    .modal_window .submit:hover {
        box-shadow: 0px 6px 10px 0px rgba(247,129,1,.4)
    }

    .modal_window .forg_pass,.modal_window .create_acc {
        position: static;
        font-size: 12px;
        line-height: 14px;
        margin-top: 20px
    }
}

@media (max-width: 480px) {
    .container {
        max-width:320px;
        padding: 0 10px
    }
}

@media (max-width: 768px) and (orientation:portrait) {
    .scene {
        height:100vh;
        flex-direction: column;
        justify-content: center
    }

    .scene__layer--bg {
        width: auto;
        height: 100%
    }

    #scene_2 .scene__layer--bg {
        align-self: flex-start;
        left: -10%
    }

    #scene_3 .scene__layer--bg {
        align-self: flex-start;
        left: -5%
    }

    #scene_4 .scene__layer--bg {
        align-self: flex-end;
        left: 25%
    }

    #scene_6 .scene__layer--bg {
        left: -15%
    }

    #screen_text_1 .text_column {
        padding: 0
    }

    #screen_text_1 .container {
        margin-top: -100px;
        margin-bottom: -100px
    }

    .text_column {
        padding: 0;
        margin: auto;
        transform: scale(.7383)
    }
}

@media (max-width: 567px) {
    .text_column {
        transform:scale(.48);
        transform-origin: 0;
        padding: 0!important
    }
}

@media (max-width: 480px) and (orientation:portrait) {
    #scene_4 .scene__layer--bg {
        align-self:flex-end;
        left: 30%
    }

    #scene_5 .scene__layer--bg {
        left: 15%
    }

    #scene_6 .scene__layer--bg {
        left: -50%
    }
}

@media (max-width: 320px) and (orientation:portrait) {
    #scene_6 .scene__layer--bg {
        left:-35%
    }
}

.text_html #menu_header .button_reg {
    font-size: 30px
}

@media(min-width: 768px) {
    .text_html .text_column {
        padding:160px 0 160px!important
    }
}

.text_html .screen_1 {
    background-color: rgba(240,164,84,.95)
}

.text_html .screen_2 {
    background-color: rgba(35,56,17,.95)
}

.text_html #exp_cost {
    background-color: #87a36f
}

.text_html #exp_spec {
    background-color: #668948
}

.text_html #exp_spec>p,.text_html #exp_cost>p {
    color: #feeac8
}

.text_html #screen_text_2 .orange {
    color: #f0a454
}

.text_html #screen_text_2 {
    background-color: #4d762b
}

.text_html #screen_text_1 {
    background-color: #efa353
}

.text_html footer {
    color: #ffebc9;
    background-color: #233811
}

.text_html .bold-lead {
    margin: 0 auto 3rem auto
}

.text_html .expander {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: -1px
}

.text_html .expander .heading {
    text-transform: uppercase;
    text-align: center;
    font-family: "Oswald";
    font-size: 116px;
    line-height: 1.5;
    letter-spacing: 6px;
    padding: 0 0 24px;
    width: 100%;
    transition: all 1s ease;
    cursor: pointer
}

@media (max-width: 768px) {
    .text_html .expander .heading {
        font-size:58px;
        letter-spacing: 3.3px
    }
}

.text_html .expander .heading:after {
    content: url(/assets/5e87cea3/css/../img/open.png);
    display: block;
    text-align: center;
    font-family: 'Oswald';
    line-height: 0;
    transition: .5s ease;
    transform-origin: 50% 60%;
    padding: 0
}

.text_html .active.expander .heading:after {
    color: #fff;
    transform: rotateX(-180deg)
}

@media (min-width: 567px) {
    .text_html .expander .heading:hover {
        letter-spacing:20px
    }
}

.zip.open,.zip.active,.active .zip {
    height: 7rem;
    transition: height .5s ease;
    animation-play-state: running
}

.zip {
    transition: height .5s ease;
    overflow: hidden;
    height: 0;
    width: 100%;
    animation-play-state: paused
}

.text_html .zip .modal_window {
    display: block;
    opacity: 100%;
    margin: 4rem auto 3rem;
    box-shadow: 0px 10px 46px -9px rgba(0,0,0,.5)
}

.text_html .modal_window .submit {
    width: 100%;
    border-radius: 0
}

#menu_header .dropdown {
    margin-left: -40px;
    margin-right: -36px
}

#menu_header .button_cost {
    padding-left: 14px;
    padding-right: 14px
}

#scene_1,#screen_text_1 {
    background-color: #efb343
}

#screen_text_1 .text_column {
    width: 625px;
    padding: 180px 0 110px
}

#screen_text_1 .brown {
    color: #3a0400
}

#screen_text_1 .white {
    color: #ffebc9
}

#screen_text_1 .span_1 {
    font-size: 136px;
    line-height: 1;
    letter-spacing: 7.25px;
    left: -8px
}

#screen_text_1 [class*=span_2_1_] {
    font-size: 105px;
    line-height: 1;
    letter-spacing: -1.5px;
    transform: scale(.65,.9);
    transform-origin: 0
}

#screen_text_1 .span_2_1_1 {
    left: -3px;
    margin-top: 4px
}

#screen_text_1 .span_2_1_2 {
    left: -135px;
    transform-origin: 0
}

#screen_text_1 .span_2_2 {
    left: -143px;
    font-size: 70px;
    line-height: 1;
    transform: scale(.65,1)
}

#screen_text_1 .span_3_1 {
    left: -4px;
    font-size: 120px;
    line-height: 120px;
    transform: scale(.71,1);
    margin: 8px 0 32px
}

#screen_text_1 .span_3_2 {
    left: -48px;
    align-self: center;
    font-size: 47px;
    line-height: 47px;
    background-color: #ffebc9;
    padding: 5px 12px 0;
    margin: 10px 0
}

#screen_text_1 .span_3_3 {
    left: -48px;
    top: -15px;
    font-size: 98px;
    line-height: 1
}

#screen_text_1 .span_4 {
    font-size: 53px;
    line-height: 1;
    letter-spacing: 4px;
    transform: scale(1,1.1);
    background-color: #3a0400;
    padding: 8px 4px
}

#screen_text_1 .span_5_1,#screen_text_1 .span_5_2,#screen_text_1 .span_5_3 {
    left: -1px;
    font-size: 90px;
    transform: scale(.65,1);
    padding-top: 12px
}

#screen_text_1 .span_5_2 {
    left: -33px;
    font-size: 60px
}

#screen_text_1 .span_5_3 {
    left: -15px
}

#screen_text_1 .span_6 {
    font-size: 80px;
    line-height: 1;
    letter-spacing: 0;
    padding-top: 5px
}

#screen_text_1 .span_6_1 {
    left: -57px;
    font-size: 80px;
    letter-spacing: 2px;
    transform: scaleX(1.5)
}

#screen_text_1 .span_7_1 {
    font-size: 100px;
    left: -3px;
    transform: scaleX(.7)
}

#screen_text_1 .span_7_2 {
    left: -9px;
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -3px;
    transform: scale(.88,1)
}

#screen_text_1 .span_7_3 {
    left: -30px;
    font-size: 100px;
    padding-left: 0;
    transform: scale(.6,1)
}

#screen_text_1 .span_7_4 {
    left: -164px;
    top: -6px;
    font-size: 40px;
    letter-spacing: 0;
    */letter-spacing: .5px
}

#screen_text_1 .span_7_5 {
    left: -163px;
    top: -6px;
    width: 167px;
    font-size: 32px;
    transform: scale(1.6,1);
    background-color: #3a0400;
    padding: 5px 0 8px
}

#screen_text_1 .span_8_1 {
    left: -2px;
    font-size: 90px;
    transform: scale(.9,1)
}

#screen_text_1 .span_8_2 {
    left: -27px;
    font-size: 70px;
    transform: scale(1.17,1)
}

#screen_text_1 .span_9_1 {
    font-size: 55px;
    transform: scale(.92,1);
    background-color: #ffebc9;
    margin-top: 1rem;
    padding: 6px 16px 4px
}

#screen_text_1 .span_9_2 {
    left: -18px;
    font-size: 79px;
    transform: scale(.9,1)
}

#scene_2,#screen_text_2 {
    background-color: #002a2f
}

#screen_text_2 .text_column {
    max-width: 625px;
    padding: 180px 0 110px
}

#screen_text_2 .red {
    color: #71001d
}

#screen_text_2 .white {
    color: #fffada
}

#screen_text_2 .green {
    color: #bbc32a
}

#screen_text_2 .span_1 {
    left: 1px;
    font-size: 62px;
    transform: none
}

#screen_text_2 .span_2 {
    left: 1px;
    font-size: 65px;
    letter-spacing: .5px;
    transform: scale(.889,1)
}

#screen_text_2 .span_3 {
    left: -1px;
    font-size: 73px;
    transform: scale(.702,1)
}

#screen_text_2 .span_4 {
    font-size: 250px;
    background: #71001d;
    padding: 0 0 20px;
    margin: 4px 0 10px
}

#screen_text_2 .span_5 {
    left: -2px;
    font-size: 50px;
    transform: scale(.994,1);
    margin-top: 6px;
    text-align: left
}

#screen_text_2 .span_6 {
    left: 0;
    font-size: 36px;
    transform: scale(.675,1);
    transform-origin: 0;
    margin: 12px 0 10px
}

#screen_text_2 .span_7 {
    left: -2px;
    font-size: 80px;
    transform: scale(.888,1)
}

#scene_3,#screen_text_3 {
    background-color: #310200
}

#screen_text_3 .text_column {
    max-width: 625px;
    padding: 300px 0 300px
}

#screen_text_3 .red {
    color: #310200
}

#screen_text_3 .warm {
    color: #feccb4
}

#screen_text_3 .span_1 {
    left: -26px;
    top: 21px;
    font-size: 182.07px;
    writing-mode: vertical-rl;
    transform: scale(1,.89) rotate(180deg);
    transform-origin: center
}

#screen_text_3 .span_2 {
    left: -12px;
    font-size: 130.1px;
    transform: scale(1.23,1);
    letter-spacing: 45px
}

#screen_text_3 .span_3 {
    left: -8px;
    font-size: 43.03px;
    transform: scale(1.1,1);
    background-color: #b52a09;
    padding: 3px 5px 0;
    margin: 10px 0 5px;
    width: 410px
}

#screen_text_3 .span_4 {
    left: -11px;
    font-size: 83.06px;
    transform: scale(.65,1);
    transform-origin: 0
}

#screen_text_3 .span_5 {
    left: -8px;
    font-size: 30.02px;
    letter-spacing: 0;
    background-color: #b52a09;
    padding: 5px 8px 6px;
    margin: 12px 0 5px;
    transform: scaleX(1.1);
    width: 410px
}

#screen_text_3 .span_6 {
    left: -12px;
    font-size: 59.04px;
    transform: scale(.92,1);
    margin-top: 4px
}

#screen_text_3 .span_7 {
    left: 0;
    font-size: 50.04px;
    letter-spacing: 11px;
    background-color: #feccb4;
    margin: 8px 0 0;
    padding: 0 2px 0 8px;
    *width: 627px;
    */}

#scene_4,#screen_text_4 {
    background-color: #4e2d1a
}

#screen_text_4 .text_column {
    max-width: 625px;
    padding: 330px 0 360px
}

#screen_text_4 .row_space {
    margin-top: 50px
}

#screen_text_4 .warm {
    color: #feaf6d
}

#screen_text_4 .yellow {
    color: #ff9400
}

#screen_text_4 .span_1 {
    left: -6px;
    top: 0;
    font-size: 142px;
    line-height: 160px
}

#screen_text_4 .span_2 {
    left: 11px;
    font-size: 64px;
    line-height: 1;
    transform: none;
    letter-spacing: -2.5px;
    margin-bottom: 9px
}

#screen_text_4 .span_3 {
    left: 15px;
    font-size: 56px;
    line-height: 1;
    transform: scale(.63,1);
    margin-bottom: 12px
}

#screen_text_4 .span_4 {
    left: -5px;
    top: -11px;
    font-size: 245px;
    line-height: 1;
    transform: scale(.71,1)
}

#screen_text_4 .span_5 {
    left: 2px;
    font-size: 67px;
    line-height: 1;
    transform: scale(.797,1)
}

#screen_text_4 .span_6 {
    left: 5px;
    font-size: 65px;
    line-height: 83px;
    transform: scale(.68,1);
    margin: -5px 0
}

#screen_text_4 .span_7 {
    left: 5px;
    font-size: 80px;
    line-height: 1;
    transform: scale(.926,1);
    margin-top: 0;
    margin-bottom: 9px
}

.scene4-col-move {
    left: -133px;
    position: relative
}

#scene_5,#screen_text_5 {
    background-color: #0c3c00
}

#screen_text_5 .text_column {
    max-width: 625px;
    padding: 290px 0 290px
}

#screen_text_5 .warm {
    color: #fce479
}

#screen_text_5 .yellow {
    color: #d89d32
}

#screen_text_5 .span_1 {
    left: -9px;
    font-size: 120px;
    letter-spacing: 33.4px
}

#screen_text_5 .span_2 {
    left: -6px;
    font-size: 120px;
    transform: none;
    letter-spacing: 3.9px;
    margin: 0
}

#screen_text_5 .span_3 {
    left: -5px;
    font-size: 100px;
    letter-spacing: 11.7px;
    margin-bottom: -12px
}

#screen_text_5 [class*=span_4_] {
    letter-spacing: -2px;
    transform: scale(.69,1)
}

#screen_text_5 [class*=span_4_1] {
    font-size: 97px
}

#screen_text_5 .span_4_1_1 {
    left: -4px
}

#screen_text_5 .span_4_1_2 {
    left: -113px
}

#screen_text_5 .span_4_2 {
    left: -106px;
    font-size: 60px
}

#screen_text_5 .span_5 {
    left: -2px;
    font-size: 47px;
    margin-top: 12px
}

#screen_text_5 .span_6 {
    left: -3px;
    font-size: 50px;
    margin-top: 10px;
    transform: scaleX(.807)
}

#screen_text_5 .span_7 {
    left: -2px;
    font-size: 51px;
    margin-top: 8px;
    transform: scaleX(.9)
}

#scene_6,#screen_text_6 {
    background-color: #001131
}

#screen_text_6 .text_column {
    max-width: 625px;
    padding: 160px 0 80px
}

#screen_text_6 .blue {
    color: #2f9bbb
}

#screen_text_6 .white {
    color: #b9d9ff
}

#screen_text_6 .green {
    color: #009b6d
}

#screen_text_6 {
    white-space: nowrap
}

#screen_text_6 .span_1 {
    left: -13px;
    font-size: 224px
}

#screen_text_6 .span_2 {
    left: -7px;
    font-size: 102px;
    letter-spacing: .6px;
    margin: 0 0 8px
}

#screen_text_6 .span_3 {
    left: 2px;
    font-size: 97px;
    transform: scale(1.013,1)
}

#screen_text_6 .span_4 {
    left: -7px;
    top: -13px;
    font-size: 176px;
    transform: scale(.735,1)
}

#screen_text_6 .span_5 {
    left: -4px;
    font-size: 49px;
    transform: scale(1.005,1)
}

.text_html #screen_text_1 .span_1 {
    font-size: 246px;
    letter-spacing: 12.4px;
    left: -1px
}

.text_html #screen_text_1 [class*=span_2_1_] {
    font-size: 100px;
    line-height: 88px;
    letter-spacing: -2px;
    transform: scale(.65,.9)
}

.text_html #screen_text_1 .span_2_1_1 {
    left: 0
}

.text_html #screen_text_1 .span_2_1_2 {
    left: -157px
}

.text_html #screen_text_1 .span_2_2 {
    left: -159px;
    font-size: 70px;
    transform: scale(.65,1)
}

.text_html #screen_text_1 .span_3_1 {
    left: -4px;
    top: -8px;
    font-size: 165px;
    transform: scale(.7,1)
}

.text_html #screen_text_1 .span_3_2 {
    left: -71px;
    align-self: flex-end;
    font-size: 56px;
    background-color: #ffebc9;
    padding: 5px 9px 0;
    margin: 14px 0 10px
}

.text_html #screen_text_1 .span_3_3 {
    left: -63px;
    top: -5px;
    font-size: 112px;
    letter-spacing: 0px
}

.text_html #screen_text_1 .span_4 {
    font-size: 68.16px;
    letter-spacing: 5.5px;
    transform: scale(1,1.1);
    background-color: #3a0400;
    margin: 10px 0 0
}

.text_html #screen_text_1 .span_5_1 {
    left: 0;
    font-size: 103px;
    white-space: nowrap;
    transform: scale(.6,1);
    padding-top: 10px
}

.text_html #screen_text_1 .span_5_2 {
    left: -212px;
    top: 4px;
    font-size: 120px;
    letter-spacing: 6px;
    padding-top: 0;
    transform: none
}

.text_html #screen_text_1 .span_6 {
    font-size: 87px;
    top: -6px;
    margin-top: 8px;
    letter-spacing: .7px;
    white-space: nowrap
}

.text_html #screen_text_1 .span_7_1 {
    font-size: 87px;
    left: -4px;
    margin-top: -13px
}

.text_html #screen_text_1 .span_7_2 {
    left: -2px;
    font-size: 60px;
    letter-spacing: -4px;
    transform: scale(.88,1)
}

.text_html #screen_text_1 .span_7_3 {
    left: 1px;
    top: -5px;
    font-size: 55px;
    letter-spacing: 0;
    transform: scale(.7,1)
}

.text_html #screen_text_1 .span_7_4 {
    left: -1px;
    font-size: 54px;
    letter-spacing: -2px
}

.text_html #screen_text_1 .span_7_5 {
    left: -63px;
    width: 163px;
    font-size: 40px;
    transform: scale(1.38,1);
    background-color: #3a0400;
    padding: 5px 2px 8px
}

.text_html #screen_text_1 .span_8_1 {
    left: -3px;
    top: 4px;
    font-size: 93px;
    transform: scale(.76,1)
}

.text_html #screen_text_1 .span_8_2 {
    left: 2px;
    top: 4px;
    transform-origin: 100% 50%;
    font-size: 94px;
    transform: scale(1.5,1)
}

.text_html #screen_text_1 .span_9_1 {
    left: 2px;
    top: -3px;
    font-size: 86px;
    transform: scale(.92,1);
    background-color: #ffebc9;
    padding: 0 16px 1px
}

.text_html #screen_text_1 .span_9_2 {
    left: 2px;
    font-size: 105px;
    transform: scale(.6,1)
}

.text_html #screen_text_2 .span_1 {
    left: -3px;
    font-size: 106px;
    transform: scale(.641,1)
}

.text_html #screen_text_2 .span_2 {
    left: -1px;
    font-size: 66px;
    line-height: 65px;
    letter-spacing: 2.6px;
    margin: 10px 0;
    transform: none
}

.text_html #screen_text_2 .span_3 {
    left: -2px;
    font-size: 55px;
    transform: scaleX(.975);
    letter-spacing: 0
}

.text_html #screen_text_2 .span_4 {
    left: 1px;
    font-size: 88px;
    transform: scale(.7,1);
    background-color: #f0a454;
    color: #3a0400;
    width: 891px;
    padding: 0 18px 8px
}