@font-face {
    font-family: 'KochModern';
    src: url('../fonts/KochModern_Regular_DB.ttf');
}

body,html {
    width: 100%;
    height: 100%;
    font-family: 'KochModern' !important;
    font-weight: 600!important
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4
}

body {
    position: relative;
    font-family: 'Roboto',sans-serif;
    z-index: 0
}

fieldset,hr {
    border: 0;
    padding: 0
}

hr {
    display: block;
    height: 1px;
    border-top: 1px solid #ccc;
    margin: 1em 0
}

audio,canvas,iframe,img,svg,video {
    vertical-align: middle
}

fieldset {
    margin: 0
}

textarea {
    resize: vertical
}

::-moz-selection {
    color: #fff;
    text-shadow: none
}

::selection {
    color: #fff;
    text-shadow: none
}

.browserupgrade {
    margin: .2em 0;
    background: #ccc;
    color: #000;
    padding: .2em 0
}

.blurfilter {
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.background,.overLayer1 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.background {
    background: url(../img/background.jpg) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover
}

.overLayer1 {
    background: rgba(0,0,0,.1)
}

#clouds {
    position: fixed;
    top:0; left:0;
    width:100%; height: 100%;
    z-index: 1;
}

.cloud {
    position: absolute;
    width: 100%; height:100%;
    left: 0; top: 0;
}

@-webkit-keyframes cloudFly {
    from {
        -webkit-transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%)
    }
}

@-moz-keyframes cloudFly {
    from {
        -moz-transform: translateX(100%)
    }

    to {
        -moz-transform: translateX(-100%)
    }
}

@keyframes cloudFly {
    from {
        -webkit-transform: translateX(100%);
        -moz-transform: translateX(100%);
        -ms-transform: translateX(100%);
        -o-transform: translateX(100%);
        transform: translateX(100%)
    }

    to {
        -webkit-transform: translateX(-100%);
        -moz-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        -o-transform: translateX(-100%);
        transform: translateX(-100%)
    }
}

.c1 {
    background: url(../img/clouds/cloud1-c.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-animation: cloudFly 45s infinite linear;
    -moz-animation: cloudFly 45s infinite linear;
    animation: cloudFly 45s infinite linear
}

.c2 {
    background: url(../img/clouds/cloud2-c.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-animation: cloudFly 25s infinite linear;
    -moz-animation: cloudFly 25s infinite linear;
    animation: cloudFly 25s infinite linear
}

.c3 {
    background: url(../img/clouds/cloud3-c.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-animation: cloudFly 65s infinite linear;
    -moz-animation: cloudFly 65s infinite linear;
    animation: cloudFly 65s infinite linear
}

.c4 {
    background: url(../img/clouds/cloud4-c.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-animation: cloudFly 30s infinite linear;
    -moz-animation: cloudFly 30s infinite linear;
    animation: cloudFly 30s infinite linear
}

.c5 {
    background: url(../img/clouds/cloud5-c.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-animation: cloudFly 85s infinite linear;
    -moz-animation: cloudFly 85s infinite linear;
    animation: cloudFly 85s infinite linear
}

#page-wrap,.stimeLayer {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 2
}

.stimeLayer {
    position: fixed;
    overflow: hidden
}

#welcome pre,.stimedisp {
    font-family: 'Roboto',sans-serif;
    margin: 0
}

.stimedisp {
    padding: 0;
    font-size: 100vh;
    line-height: 95%;
    text-align: center;
    color: rgba(255,255,255,.1);
    font-weight: 700;
    letter-spacing: .02em
}

#welcome {
  position: absolute;
  left: 50%;
  top: 30%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}

#welcome .logo {
    width: 100%;
    max-width: 200px;
    margin-bottom: 25px
}
footer.footer {
    display: block;
    position: fixed;
    z-index: 9;
    bottom: 5px;
    left: 25px;
}
p#welcome_c {
  font-size: 14px;
    color: #3f3f3f;
    font-weight: 500;
    letter-spacing: 1px;
    font-family: 'Roboto',sans-serif;
}
#welcome h1,.sidePanel-container h3,.sidePanel-container h4 {
    margin-top: 0;
    padding-top: 0;
    font-weight: 900;
    letter-spacing: .25em;
    text-transform: uppercase
}

#welcome h1 {
    color: #fff;
    margin-bottom: 50px;
    font-size: 40px
}

#welcome pre {
    font-size: 22px;
    color: #fff;
    font-weight: 100;
    letter-spacing: .15em
}

#welcome p {
    font-size: 13px;
    letter-spacing: .1em;
    font-weight: 300;
    color: rgba(255,255,255,.5)
}

.welcome-action {
    margin-top: 50px;
    display: block
}

.welcome-action .wa-icon {
    cursor: pointer;
    margin: 0 10px 0 0;
    display: inline-block;
    font-size: 18px;
    color: rgba(255,255,255,.5);
    text-decoration: none;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.welcome-action .wa-icon i {
    font-size: 18px;
    vertical-align: middle
}

.welcome-action .notify:hover,.welcome-action .wa-icon:hover {
    color: #fff
}

.welcome-action .notify {
    margin-top: -2px;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: .15em;
    text-transform: uppercase
}

.welcome-action .notify i {
    font-size: 18px
}

#launchDate {
    position: absolute;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    letter-spacing: .35em;
    bottom: 13%;
    left: 50%;
    text-align: center;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

#sidePanel {
    width: 50%;
    height: 100%;
    position: fixed;
    top: 0;
    right: -50%;
    background: -moz-linear-gradient(left,#000 0%,transparent 100%);
    background: -webkit-linear-gradient(left,#000 0%,transparent 100%);
    background: linear-gradient(to right,#000 0%,transparent 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=1 );
    z-index: 5000
}

.mobileCloseSide {
    color: #fff;
    position: absolute;
    cursor: pointer;
    top: 2.5%;
    right: 5%;
    font-size: 20px;
    z-index: 5
}

.sidePanel-container {
    position: absolute;
    padding: 0 12.5%;
    top: 25%;
    bottom: 25%
}

.sidePanel-container h3,.sidePanel-container h4 {
    margin-bottom: 70px;
    font-size: 32px
}

.sidePanel-container h4 {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
    font-size: 16px;
    font-weight: 700
}

.notify_title h2,.sidePanel-container pre {
    font-family: 'Roboto',sans-serif;
    letter-spacing: .2em
}

.sidePanel-container pre {
    margin: 0;
    font-size: 20px;
    font-weight: 100
}

.sidePanel-container p {
    font-size: 14px;
    line-height: 30px;
    letter-spacing: .1em;
    font-weight: 400
}

.why_us_wrap {
    display: block;
    font-size: 0;
    max-width: 770px;
    position: relative;
    top: 70%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.why_us_block {
  display: inline-block;
width: 50%;
background: rgba(0, 0, 0, 0.07);
padding: 25px 0px;
}

.why_us_block .block_icon {
  width: 50px;
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  color: rgb(63, 63, 63);
  border: 1px solid #939393;
  margin-left: 14px;
  height: 50px;
}

.why_us_block .block_content,.why_us_block .block_icon i {
  display: inline-block;
  font-size: 30px;
  line-height: 50px;
  vertical-align: middle;
}

.why_us_block .block_content {
    padding-left: 5%;
    max-width: 70%;
    font-size: 12px;
    line-height: 18px;
    font-weight: 300;
    letter-spacing: .05em;
    color: #fff;
        min-height: 52px;
}
.cusotm{padding: 46px 0 35px}
.why_us_block .ver_a{vertical-align: initial;}
.block_content a {
    font-size: 16px;
    color: #3f3f3f;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: 1px;
    transition: 0.5s
}
.block_content:hover a {
    color: #939393;
}
.get_in_touch_wrap {
    display: block;
    font-size: 0
}

.get_in_touch_block {
    display: inline-block;
    width: 50%;
    margin: 25px 0 10px;
    vertical-align: top
}

#notifyme,.address_block {
    width: 100%
}

.get_in_touch_block .block_icon {
    display: inline-block;
    margin-right: 15px;
    text-align: center;
    vertical-align: middle;
    color: #fff
}

.get_in_touch_block .block_icon i {
    font-size: 24px;
    vertical-align: middle;
    color: rgba(255,255,255,.35);
    line-height: 60px
}

.get_in_touch_block .block_content {
    max-width: 60%;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: .1em;
    font-weight: 100;
    vertical-align: top;
    display: inline-block;
    color: rgba(255,255,255,.5)
}

.get_in_touch_block .title {
    margin-bottom: 5px;
    line-height: 22px;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: .1em;
    display: block
}

.form_container {
    margin: 30px 0;
    vertical-align: top;
    display: block
}

.form_container fieldset {
    position: relative;
    display: block;
    width: 90%;
    margin: 0 auto;
    text-align: center
}

.form_container input[type=text],.form_container textarea {
    position: relative;
    margin: 35px 0;
    width: 90%;
    padding: 2% 5%;
    font-size: 15px;
    letter-spacing: .1em;
    display: block;
    background: 0 0;
    border: 0;
    border-bottom: 1px solid rgba(255,255,255,.15);
    color: #fff;
    font-weight: 100
}

.form_container .submit_msg {
    letter-spacing: .05em;
    font-size: 14px;
    display: inline-block;
    color: #fff;
    text-transform: uppercase;
    border: 0;
    margin-top: 15px;
    padding: 10px 20px;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

#notifyme {
    display: none;
    background: rgba(0,0,0,.3);
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 10000
}

.notify_container {
    position: absolute;
    top: 43%;
    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%)
}

.notify_title {
    margin-bottom: 100px;
    text-align: center
}

.notify_title h2 {
    font-size: 36px;
    font-weight: 900;
    margin-bottom: 30px;
    text-transform: uppercase;
    color: #fff
}

.notify_title p {
    font-size: 13px;
    color: rgba(255,255,255,.5);
    letter-spacing: .05em
}

#notifywhenready {
    position: relative;
    font-size: 0;
    width: 100%
}

#notifywhenready input[type=email],#notifywhenready input[type=submit] {
    padding: 0 15px;
    display: inline-block;
    font-size: 14px;
    width: 40%;
    height: 60px
}

#notifywhenready input[type=email] {
    background: #fff;
    border: 0;
    min-width: 270px;
    font-weight: 400;
    letter-spacing: .05em
}

#notifywhenready input[type=submit] {
    min-width: 200px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: top;
    letter-spacing: .1em;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease
}

.closenotify {
    cursor: pointer;
    margin-top: 65px;
    font-size: 24px;
    color: rgba(255,255,255,.25);
    text-align: center;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease
}

.closenotify:hover {
    color: #fff
}

.sidePanelIcon {
    position: absolute;
    bottom: 12%;
    left: 50%;
    z-index: 2;
    color: rgba(255,255,255,.35);
    letter-spacing: .1em;
    text-decoration: none;
    padding-top: 50px;
    font-size: 11px;
    font-weight: 100;
    transition: opacity .3s;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%)
}

.sidePanelIcon span {
    position: absolute;
    top: 0;
    left: 50%;
    width: 16px;
    height: 16px;
    margin-left: -8px;
    border-left: 1px solid rgba(255,255,255,.5);
    border-bottom: 1px solid rgba(255,255,255,.5);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb05 1.5s infinite;
    animation: sdb05 1.5s infinite;
    box-sizing: border-box
}

@-webkit-keyframes sdb05 {
    0% {
        -webkit-transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        -webkit-transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

@keyframes sdb05 {
    0% {
        transform: rotate(-45deg) translate(0,0);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: rotate(-45deg) translate(-20px,20px);
        opacity: 0
    }
}

.preloader {
    width: 100%;
    height: 100%;
    background: #000;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000
}

.preload {
    border: 5px solid #333;
    border-radius: 30px;
    height: 50px;
    width: 50px;
    left: 50%;
    top: 50%;
    opacity: 0;
    position: absolute;
    margin: -25px 0 0 -25px;
    animation: pulsate 1s ease-out;
    animation-iteration-count: infinite
}

@keyframes pulsate {
    0% {
        transform: scale(.1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: scale(1.2);
        opacity: 0
    }
}

@media only screen and (max-width:767px) {
    .stimedisp {
        font-size: 70vw;
        line-height: 100vh
    }
    .why_us_block {
        display: inline-block;
        width: 50%;
        background: rgba(0, 0, 0, 0.07);
        padding: 15px 0px;
    }
    #welcome {
        /*left: 0;*/
        width: 100%;
        text-align: center;
        top: 23%
    }
    .cusotm {
    padding: 11px 0 0px;
}
.why_us_wrap {
    display: block;
    font-size: 0;
    max-width: 770px;
    position: relative;
    top: 64%;
    left: 50%;
    transform: translate(-50%,-50%);
}
    #welcome .logo {
        width: 100%;
        max-width: 150px;
        margin-bottom: 25px;
    }
    #welcome h1,.notify_title h2 {
        font-size: 24px
    }

    #launchDate {
        bottom: 7.5%
    }

    .notify_container {
        top: 50%
    }

    .notify_title {
        margin-bottom: 50px
    }

    #notifywhenready {
        text-align: center
    }

    #notifywhenready input[type=submit] {
        margin-top: 20px
    }

    #sidePanel {
        width: 100%;
        right: -100%;
        background: rgba(0,0,0,.9)
    }

    .sidePanel-container {
        position: absolute;
        padding: 0 8%;
        top: 10%;
        bottom: 10%
    }

    .sidePanelIcon {
        bottom: 1%
    }

    .get_in_touch_block,.why_us_block {
        width: 100%
    }
}

@media only screen and (min-width:768px) and (max-width:1023px) {
    .stimedisp {
        font-size: 80vw;
        line-height: 100vh
    }

    #notifywhenready {
        text-align: center
    }

    #notifywhenready input[type=submit] {
        margin-top: 20px
    }
}

@media only screen and (min-width:1600px) {
    #welcome h1 {
        font-size: 56px
    }

    #welcome p {
        font-size: 16px
    }

    .welcome-action .wa-icon i {
        font-size: 24px
    }

    #launchDate {
        font-size: 32px
    }
}

.hidden {
    display: none!important;
    visibility: hidden
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.visuallyhidden.focusable:active,.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto
}

.invisible {
    visibility: hidden
}

.clearfix:after,.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.clearfix {
    *zoom: 1
}

@media print {
    *,:after,:before {
        background: 0 0!important;
        color: #000!important;
        box-shadow: none!important;
        text-shadow: none!important
    }

    a,a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,a[href^="javascript:"]:after {
        content: ""
    }

    blockquote,pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    blockquote,img,pre,tr {
        page-break-inside: avoid
    }

    img {
        max-width: 100%!important
    }

    h2,h3,p {
        orphans: 3;
        widows: 3
    }

    h2,h3 {
        page-break-after: avoid
    }
}
#svg {
  margin: 0 auto;
  /*background: #cce6ed;*/
  height: 400px;
}
#svg #thecloud {
  -webkit-animation: floatingCloud 10s ease-in-out infinite;
  -moz-animation: floatingCloud 10s ease-in-out infinite;
  -ms-animation: floatingCloud 10s ease-in-out infinite;
  animation: floatingCloud 10s ease-in-out infinite;
}
#svg #thesun {
  -webkit-animation: glowspin 25s linear infinite;
  -moz-animation: glowspin 25s linear infinite;
  -ms-animation: glowspin 25s linear infinite;
  animation: glowspin 25s linear infinite;
  transform-origin: 50% 50%;
  -webkit-transform-origin: 0px 0px;
  -moz-transform-origin: 0px 0px;
  -ms-transform-origin: 0px 0px;
  transform-origin: 0px 0px;
}
@-webkit-keyframes floatingCloud {
  0% {
    -webkit-transform: translate3d(3px, 0, 0);
  }
  25% {
    -webkit-transform: translate3d(-1px, -3px, 0);
  }
  50% {
    -webkit-transform: translate3d(-5px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-2px, -2px, 0);
  }
  100% {
    -webkit-transform: translate3d(3px, 0, 0);
  }
}
@-moz-keyframes floatingCloud {
  0% {
    -moz-transform: translate3d(3px, 0, 0);
  }
  25% {
    -moz-transform: translate3d(-1px, -3px, 0);
  }
  50% {
    -moz-transform: translate3d(-5px, 0, 0);
  }
  75% {
    -moz-transform: translate3d(-2px, -2px, 0);
  }
  100% {
    -moz-transform: translate3d(3px, 0, 0);
  }
}
@-ms-keyframes floatingCloud {
  0% {
    -ms-transform: translate3d(3px, 0, 0);
  }
  25% {
    -ms-transform: translate3d(-1px, -3px, 0);
  }
  50% {
    -ms-transform: translate3d(-5px, 0, 0);
  }
  75% {
    -ms-transform: translate3d(-2px, -2px, 0);
  }
  100% {
    -ms-transform: translate3d(3px, 0, 0);
  }
}
@keyframes floatingCloud {
  0% {
    transform: translate3d(3px, 0, 0);
  }
  25% {
    transform: translate3d(-1px, -3px, 0);
  }
  50% {
    transform: translate3d(-5px, 0, 0);
  }
  75% {
    transform: translate3d(-2px, -2px, 0);
  }
  100% {
    transform: translate3d(3px, 0, 0);
  }
}
@-webkit-keyframes glowspin {
  0% {
    opacity: 1;
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    opacity: 0.4;
  }
  20%,
  40%,
  60%,
  80% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(360deg);
    opacity: 1;
  }
}
@-moz-keyframes glowspin {
  0% {
    opacity: 1;
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    opacity: 0.4;
  }
  20%,
  40%,
  60%,
  80% {
    opacity: 1;
  }
  100% {
    -moz-transform: rotate(360deg);
    opacity: 1;
  }
}
@-ms-keyframes glowspin {
  0% {
    opacity: 1;
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    opacity: 0.4;
  }
  20%,
  40%,
  60%,
  80% {
    opacity: 1;
  }
  100% {
    -ms-transform: rotate(360deg);
    opacity: 1;
  }
}
@keyframes glowspin {
  0% {
    opacity: 1;
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    opacity: 0.4;
  }
  20%,
  40%,
  60%,
  80% {
    opacity: 1;
  }
  100% {
    transform: rotate(360deg);
    opacity: 1;
  }
}
.contact_info {
    display: block;
    position: fixed;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
}
a.wa-icon {
    position: unset;
    color: #939393 !important;
    font-size: 14px;
    letter-spacing: 1px;
}
a.wa-icon:hover {
    color: #3f3f3f !important;
}
i.icon {
    font-size: 24px;
    position: relative;
    width: 25px;
    height: 25px;
    display: inline-table;
    top: -45px;
}
.why_us_block.why_us_block_1 {
    width: 100%;
}
