@import url("fonts.css"); /* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    background: none repeat scroll 0 0 transparent;
    border: 0 none;
    margin: 0;
    outline: 0 none;
    padding: 0;
    font-family: "Archivo", sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin-top: 0px;
}
* {
    margin: 0;
    padding: 0;
    outline: 0 none;
}
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.cf:before,
.cf:after,
.clear:before,
.clear:after {
    content: "";
    display: table;
}
.clear,
.clear:after,
.cf:after {
    clear: both;
}
body {
    text-rendering: optimizeLegibility;
}
h1 {
    color: #FFF;
    font-size: 135px;
    font-weight: 900;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h2 {
    color: #FFF;
    font-size: 135px;
    font-weight: 900;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h3 {
    color: #FFF;
    font-size: 115px;
    font-weight: 900;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h4 {
    color: #FFF;
    font-size: 105px;
    font-weight: 900;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h5 {
    color: #FFF;
    font-size: 95px;
    font-weight: 900;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
h6 {
    color: #FFF;
    font-size: 85px;
    font-weight: 900;
    line-height: 122%;
    text-transform: uppercase;
    margin-bottom: 25px;
}
p {
    color: #FFF;
    font-size: 52px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 25px;
}
p strong,
strong {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-weight: bold;
}
p em,
em {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
}
em strong,
strong em,
p em strong,
p strong em {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-style: italic;
    font-weight: bold;
}
a {
    font-size: inherit;
    line-height: inherit;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
a:hover {
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
ul,
ol {
    margin-bottom: 30px;
}
.global-page ol,
.global-page ul{
    margin-left: 30px;
}
.global-page li{
    color: #FFF;
    font-size: 52px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 25px;
}
.global-page a{
    color: #5CB3F1;
}
ul li {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ol li {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
ul li a,
ol li a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}
blockquote {
}
input {
    -webkit-border-radius: 0;
    -webkit-appearance: none;
    border-radius: 0;
}
.wp-block-image img {
    height: auto;
}
.wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}
.wp-block-embed iframe {
    max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.wrapper {
    width: 2111px;
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}
.error404-container,
.global-page{
    padding: 200px 0;
    background: radial-gradient(94.69% 84.55% at 0% 100%, #001725 0%, #010101 100%);
}
.global-link1 {
    color: #5CB3F1;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    padding: 16px 36px;
    border: 4px solid #5AB1F2;
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: inline-block;
}
.global-link1:before{
    content: "";
    border-width: 4px;
    border-style: solid;
    border-image: linear-gradient(to left, #6FFEFC, #59B0F1) 1;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: -4px;
    top: -4px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.global-link1:hover:before{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.global-link2 {
    text-align: center;
    padding: 20px 60px;
    text-decoration: none;
    position: relative;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    display: inline-block;
}
.global-link2:before{
    content: "";
    background: #59B0F1;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.global-link2:after{
    content: "";
    opacity: 0;
    background: linear-gradient(93deg, #2C9EF0 2.12%, #6FFEFC 100%);
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.global-link2 span{
    position: relative;
    z-index: 3;
    color: #000;
    font-size: 40px;
    font-weight: 800;
    line-height: 130%;
    text-transform: uppercase;
    display: inline-block;
}
.global-link2:hover:before{
    opacity: 0;
}
.global-link2:hover:after{
    opacity: 1;
}
/*### Menu ###*/
nav.menu {
    display: flex;
    align-items: center;
    margin-right: 77px;
}
nav.menu ul {
    margin-bottom: 0;
    display: flex;
    margin-left: 50px;
}
nav.menu ul li {
    list-style: none;
    margin:0 50px;
    display: flex;
}
nav.menu ul li a {
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    line-height:130%;
    text-transform: capitalize;
}
nav.menu ul li:hover a {
    color: #5CB3F1;
}
.hamburger-button {
    display: none;
}
.header-circle-menu {
    display: inline-block;
    width: 44px;
    height: 44px;
    vertical-align: top;
    cursor: pointer;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    right: 5vw;
}
#nav-icon3 {
    width: 50px;
    height: 13px;
    position: relative;
    margin: 5px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}
#nav-icon3 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, #5BB2F2 0%, #6FFEFC 100%);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: 0.25s ease-in-out;
    -moz-transition: 0.25s ease-in-out;
    -o-transition: 0.25s ease-in-out;
    transition: 0.25s ease-in-out;
}
#nav-icon3 span:nth-child(1) {
    top: 0px;
}
#nav-icon3 span:nth-child(2) {
    top: 8px;
}
#nav-icon3 span:nth-child(3) {
    top: 16px;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    top: 8px;
}
#nav-icon3 span:nth-child(4) {
    top: 24px;
}
.mobile-open-menu #nav-icon3 span:nth-child(1) {
    top: 2444444444px;
    width: 0%;
    left: 50%;
}
.mobile-open-menu #nav-icon3 span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.mobile-open-menu #nav-icon3 span:nth-child(4) {
    transition: width 0s;
    top: 24px;
    width: 0%;
    left: 50%;
    display: none;
}
.mobile-open-menu #nav-icon3 span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
/*### End Menu ###*/
/*### Header ###*/
.header {
    padding:34px 0;
    position: fixed;
    width: 100%;
    top: 0;
}
.header .wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .left{
    display: flex;
}
.header .right .global-link1{
    padding: 11px 21px;
    font-size: 30px;
}
.headroom {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
    -webkit-animation-iteration-count: 1;
    -moz-animation-iteration-count: 1;
    -ms-animation-iteration-count: 1;
    -o-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -ms-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0s;
    -moz-animation-delay: 0s;
    -ms-animation-delay: 0s;
    -o-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-timing-function: ease;
    -moz-animation-timing-function: ease;
    -ms-animation-timing-function: ease;
    -o-animation-timing-function: ease;
    animation-timing-function: ease;
    -webkit-animation-fill-mode: both;
    -moz-animation-fill-mode: both;
    -ms-animation-fill-mode: both;
    -o-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -o-transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    transition: all 0.5s cubic-bezier(0.23, 1, 0.32, 1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: fixed;
    top: 0;
    z-index: 1039;
    width: 100%;
}
.headroom.headroom--unpinned {
    top: -180px;
}
.headroom.headroom--not-top{
    background: #001725;
}
.logo {
    width: 100px;
    height: 87px;
    display: block;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
/*### End Header ###*/
body.webp-supported .section1:before{
    background-image: url("../images/top-image4k.webp");
}
body.no-webp .section1:before {
    background-image: url("../images/top-image4k.png");
}
.section1:before{
    content: "";
    position: absolute;
    width: 100%;
    height: 1453px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.section1{
    background: radial-gradient(94.75% 94.75% at 50% -21.12%, #003A5E 1.07%, #000 70.83%);
    height: 1453px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section1 .title{
    text-align: center;
}
.section1 .text{
    text-align: center;
    font-size: 60px;
    font-weight: 400;
    line-height: 140%;
}
.section2{
    background: radial-gradient(94.69% 84.55% at 0% 100%, #001725 0%, #010101 100%);
    height: 1412px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.section2 .text{
    margin-bottom: 168px;
}
.section2 .about-list{
    display: flex;
    flex-direction: column;
    margin-bottom: 150px;
}
.section2 .about-list .about-item{
    display: flex;
    margin-bottom: 40px;
}
.section2 .about-list .about-item .title-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.section2 .about-item .icon-list{
    min-width: 132px;
    width: 132px;
    height: 132px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 16px;
    margin-right: 41px;
}
.section2 .about-item .icon-list img{
    display: block;
    width: 100%;
    height: auto;
}
.section2 .about-item .title-list{
    color: #FFF;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 30px;
}
.section2 .about-item .text-list{
    color: #FFF;
    font-size: 37px;
    font-weight: 100;
    line-height: 140%;
}
.section3{
    height: 1511px;
    position: relative;
    display: flex;
    align-items: center;
}
.section3:after{
    content: "";
    background: radial-gradient(94.69% 84.55% at 0% 100%, #001725 0%, #010101 100%);
    transform: scaleY(-1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section3 .wrapper{
    position: relative;
    z-index: 2;
}
.section3 .title{
    text-align: center;
    margin-bottom: 142px;
}
.section3 .divisions-list{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.section3 .division{
    width: 48%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    position: relative;
    padding: 60px 100px;
    box-sizing: border-box;
    display: flex;
}
.section3 .division .overlay{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.section3 .division .image-division{
    width: 100%;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    background: #101013;
    padding: 55px;
    box-sizing: border-box;
    margin-bottom: 60px;
}
.section3 .division .image-division img{
    width: 100%;
    height: auto;
    display: block;
}
.section3 .division .text-division{
    color: #FFF;
    text-align: center;
    font-size: 37px;
    font-weight: 100;
    line-height: 140%;
    margin-bottom: 60px;
}
.section3 .overlay.soon{
    width: 100%;
    position: relative;
}
.section3 .overlay .image-text{
    width: 100%;
}
.section4{
    background: radial-gradient(32.11% 61.49% at 50% 50%, #001725 0%, #000 100%);
    height:  1841px;
    display: flex;
    align-items: center;
}
.section4 .title{
    text-align: center;
    margin-bottom: 159px;
}
.section4 .team-list{
    padding: 0 100px;
}
.section4 .team-memeber{
    padding: 60px 58.5px;
    margin: 19px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.section4 .team-memeber .image-team{
    margin-bottom: 30px;
}
.section4 .team-memeber .name-funtion{
    margin-bottom: 30px;
}
.section4 .team-memeber .name-funtion .name-team{
    color: #FFF;
    text-align: center;
    font-size: 52px;
    font-weight: 900;
    display: block;
}
.section4 .team-memeber .name-funtion .function-team{
    color: #3CB4FC;
    font-size: 52px;
    font-weight: 900;
    display: block;
}
.section4 .team-memeber .text-team{
    color: #FFF;
    font-size: 37px;
    font-weight: 100;
    line-height: 140%;
}
.section4 .slick-dots{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    height: 44px;
}
.section4 .slick-dots li button{
    background: transparent;
    border: none;
    font: 0/0 a;
}
.section4 .arrow{
    width: 86px;
    height: 86px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
    background-size: cover;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.section4 .arrow.arrow-next{
    background-image: url("../images/arr.svg");
    right: 0px;
}
.section4 .arrow:after{
    content: "";
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.section4 .arrow.arrow-next:after{
    background-image: url("../images/arr-hover.svg");
    background-size: cover;
}
.section4 .arrow.arrow-prev{
    background-image: url("../images/arl.svg");
    left: 0px;
}
.section4 .arrow.arrow-prev:after{
    background-image: url("../images/arl-hover.svg");
    background-size: cover;
}
.section4 .arrow.arrow-prev:hover:after,
.section4 .arrow.arrow-next:hover:after{
    opacity: 1;
}
.section4 .slick-dots li{
    list-style: none;
    width: 36px;
    height: 36px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    margin: 0px 20px;
    cursor: pointer;
    position: relative;
}
.section4 .slick-dots li.slick-active{
    width: 56px;
    height: 56px;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.section4 .slick-dots li:before{
    content: "";
    background-image: url("../images/bullet.svg");
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4 .slick-dots li:after{
    content: "";
    background-image: url("../images/bullet-hover.svg");
    width: 100%;
    height: 100%;
    display: block;
    opacity:0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4 .slick-dots li:hover:after{
    opacity: 1;
}
.section4 .slick-dots li.slick-active:before{
    content: "";
    background-image: url("../images/bullet-active.svg");
    width: 100%;
    height: 100%;
    display: block;
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4 .slick-dots li.slick-active:after{
    content: "";
    background-image: url("../images/bullet-active-hover.svg");
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    position: absolute;
    top: 0;
    left: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.section4 .slick-dots li.slick-active:hover:after{
    opacity: 1;
}
.section5{
    background: radial-gradient(99.81% 44.8% at 51.49% 46.88%, #001725 0%, #000 100%);
    height: 970px;
    display: flex;
    align-items: center;
}
.section5  .wrapper{
    display: flex;
    justify-content: space-between;
}
.section5 .card{
    width: 48%;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #000;
    padding: 100px 150px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}
.section5 .card .top-card{
    display: flex;
    margin-bottom: 60px;
    align-items: center;
}
.section5 .card .icon{
    min-width: 132px;
    height: 132px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 16px;
    margin-right: 41px;
}
.section5 .card .icon img{
    display: block;
    width: 100%;
    height: auto;
}
.section5 .card .title{
    color: #FFF;
    font-size: 52px;
    font-weight: 800;
    text-transform: none;
}
.section5 .card .text{
    color: #FFF;
    font-size: 37px;
    font-weight: 100;
    line-height: 140%;
    margin-bottom: 0;
}
.section6{
    position: relative;
    height: 1524px;
    display: flex;
    align-items: center;
}
.section6:after{
    content: "";
    background:radial-gradient(99.52% 48.42% at 0% 0%, #001725 0%, #010101 100%);
    transform: scaleY(-1);
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
}
.section6 .wrapper{
    position: relative;
    z-index: 2;
}
.section6 .text{
    margin-bottom: 0;
}
.section6 .link{
    display: block;
    color: #5CB3F1;
    text-decoration: none;
    font-size: 52px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 168px;
}
.section6 .buttons .global-link1{
    margin-right: 58px;
}
.section6 .careers-list{
    margin-bottom: 150px;
}
.section6 .career{
    display: flex;
    margin-bottom: 40px;
}
.section6 .career .no{
    font-family: 'Rubik';
    min-width: 132px;
    height: 132px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background-color: #141414;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding: 16px;
    margin-right: 41px;
    color: #3CB4FC;
    font-size: 100px;
    font-weight: 700;
}
.section6 .career .title{
    color: #FFF;
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 30px;
}
.section6 .career .desciption{
    color: #FFF;
    font-size: 37px;
    font-weight: 100;
    line-height: 140%;
}
.section6 .career .careers-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.footer{
    background:radial-gradient(99.52% 48.42% at 0% 0%, #001725 0%, #010101 100%);
    height: 500px;
    display: flex;
    align-items: center;
}
.footer .wrapper{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer .wrapper .left{
    display: flex;
    align-items: center;
}
.footer .wrapper .coppy{
    color: #FFF;
    font-size: 30px;
    font-weight: 900;
    line-height: 130%;
    text-transform: capitalize;
    margin:0 50px 0 100px;
}
.footer .wrapper .privacy-menu{
    display: flex;
    margin-bottom: 0;
}
.footer .wrapper .privacy-menu li{
    list-style: none;
    margin: 0 50px;
}
.footer .wrapper .privacy-menu li a{
    display: block;
    color: #FFF;
    font-size: 30px;
    font-weight: 400;
    line-height: 130%;
    text-transform: capitalize;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    text-decoration: none;
}
.footer .wrapper .privacy-menu li a:hover{
    color: #5CB3F1;
}
.footer .footer-logo{
    width: 370px;
    height: 100px;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.footer .social{
    display: flex;
}
.footer .social a{
    width: 60px;
    height: 60px;
    background: linear-gradient(93deg, #3CB4FC 2.12%, #3CB4FC 100%);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    margin-left: 50px;
    position: relative;
}
.footer .social a:after{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 2;
}
.footer .social a.twitter:after{
    background-image: url("../images/twitter.svg");
}
.footer .social a.facebook:after{
    background-image: url("../images/facebook.svg");
}
.footer .social a.linkedin:after{
    background-image: url("../images/linkedin.svg");
}
.footer .social a:before{
    content: "";
    background: linear-gradient(180deg, #3CB4FC 0%, #6FFEFC 100%);
    width: 100%;
    height: 100%;
    display: block;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    opacity: 0;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    z-index: 1;
}
.footer .social a:hover:before{
    opacity: 1;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
.modal {
    display:none;
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    width:100vw;
    height:100vh
}
.modal.active {
    display:block
}
.modal .modal__overlay {
    background:rgba(0,0,0,.7);
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    width:100%;
    height:100%
}
.modal .modal__overlay .modal__container {
    width:90%;
    max-width:500px;
    height:auto;
    max-height:90%;
    overflow:auto;
    background-color:#fff;
    padding:24px;
    border-radius:10px;
    -webkit-box-shadow:0 0 0 1px rgba(0,0,0,.05),0 3px 6px 0 rgba(0,0,0,.15);
    box-shadow:0 0 0 1px rgba(0,0,0,.05),0 3px 6px 0 rgba(0,0,0,.15);
    color:#000
}
.modal .modal__overlay .modal__container .btn-modal-close {
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    margin-right:0;
    margin-left:auto;
    cursor:pointer;
    width:20px;
    height:20px;
    background:#001725;
    font-size:13px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
    -ms-flex-align:center;
    align-items:center;
    -webkit-box-pack:center;
    -ms-flex-pack:center;
    justify-content:center;
    border-radius:50%;
    color:#fff
}
.modal .modal__overlay .modal__container .modal-logo {
    width:150px;
    margin:0 auto 16px
}
.modal .modal__overlay .modal__container .modal-logo img {
    width:100%
}
.modal .modal__overlay .modal__container .modal-title {
    font-style:24px;
    text-align:center;
    margin-bottom:20px
}
.modal .modal__overlay .modal__container .form-item {
    position:relative;
    margin-bottom:20px
}
.modal .modal__overlay .modal__container span {
    display:block;
    line-height:0
}
.modal .modal__overlay .modal__container label {
    position:absolute;
    font-size:10px;
    z-index:2;
    line-height:16px;
    top:50%;
    left:16px;
    -webkit-transform:translateY(-50%);
    -o-transform:translateY(-50%);
    transform:translateY(-50%);
    padding:2px;
    -webkit-transition:all .2s ease-in-out;
    -o-transition:all .2s ease-in-out;
    transition:all .2s ease-in-out;
    background-color:#fff
}
.modal .modal__overlay .modal__container label.active {
    top:0;
    color:#0042db
}
.modal .modal__overlay .modal__container textarea,
.modal .modal__overlay .modal__container input {
    border:1px solid #2c2c2c;
    border-radius:10px;
    padding:8px 16px;
    outline:none;
    width:100%
}
.modal .modal__overlay .modal__container textarea:focus,
.modal .modal__overlay .modal__container input:focus {
    border:1px solid #0042db
}
.modal .modal__overlay input[type=submit] {
    border:none;
    background-color:#f48337;
    color:#fff;
    font-weight:500;
    font-size:14px;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
    padding:14px 16px;
    font-weight:600
}
.modal .modal__overlay .wpcf7-not-valid-tip {
    font-size:11px;
    display:block;
    position:absolute;
    left:0;
    bottom:-10px
}
.modal .modal__overlay .wpcf7-response-output {
    font-size:14px;
    line-height:18px
}
.modal .modal__overlay .modal__container {
    width:100% !important;
    max-width: 500px !important;
    max-height: unset !important;
    min-height: 300px;
    position: relative;
    padding: 0 !important;
}
#modal-first .modal__overlay .modal__container {
    max-width: 500px !important;
}
.modal .modal__overlay .modal__container .btn-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
}
.waitlist .panel a {
    color: #2b89e9;
    font-style: normal;
}
#modal-first iframe {
    height: 337px  !important;
}
#modal-second iframe {
    height: 653px !important;
}
#modal-third iframe {
    height: 653px  !important;
}
.contact .contact-content-items .contact-content-item {
    padding: 20px 20px 40px;
}
.waitlist .active .panel {
    padding-left: 100px;
}
/*### Error 404 ###*/
.error404-container{
    width: 100%;
    text-align: center;
    padding: 15vw;
    box-sizing: border-box;
}
.error404-icon{
    font-size: 40px;
    margin-bottom: 10px;
    animation: shake 1.3s cubic-bezier(.36,.07,.19,.97) infinite;
}
@keyframes shake {
    10%, 90% {
        transform: translate3d(0, 0, 0);
    }
    20%, 80% {
        transform: translate3d(0, 0, 0);
    }
    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }
    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}
/*### End Error 404 ###*/
@media only screen and (max-width: 991px) {
    .waitlist .active .panel {
        padding-left: 20px;
    }
}
@media only screen and (max-width: 1100px) and (min-width: 767px) {
    #modal-second iframe {
        height: 653px  !important;
    }
    #modal-third iframe {
        height: 652px  !important;
    }
}
@media only screen and (max-width: 767px) {
    #modal-second iframe {
        height: 653px  !important;
    }
    #modal-third iframe {
        height: 652px  !important;
    }
}
/*### RESPONSIVE ###*/
@media only screen and (max-width: 2500px) {
    .wrapper{
        width: 100%;
        padding: 0 5vw;
    }
    nav.menu ul li a{
        font-size: 25px;
    }
    .global-link2 span,
    .global-link1{
        font-size: 28px;
    }
    h2,
    h1{
        font-size: 90px;
    }
    .section6 .link,
    .section4 .team-memeber .name-funtion .function-team,
    .section4 .team-memeber .name-funtion .name-team,
    .section1 .text,
    .section2 .about-item .title-list,
    p{
        font-size: 40px;
    }
    .section4 .team-memeber .text-team,
    .section2 .about-item .text-list{
        font-size: 30px;
    }
    body.webp-supported .section1:before{
        background-image: url("../images/top-image2k.webp");
    }
    body.no-webp .section1:before {
        background-image: url("../images/top-image2k.png");
    }
}
@media only screen and (max-width: 2440px) {
    .section4 .team-memeber .name-funtion .function-team,
    .section4 .team-memeber .name-funtion .name-team{
        display: block;
    }
}
@media only screen and (max-width: 2100px) {
    h1,h2{
        font-size: 120px;
    }
}
@media only screen and (max-width: 1920px) {
    .wrapper{
        width: 1120px;
        padding: 0;
    }
    .logo{
        width: 72px;
        height: 63px;
    }
    nav.menu ul{
        margin-left: 24px;
    }
    nav.menu ul li{
        margin: 0 24px;
    }
    nav.menu ul li a{
        font-size: 15px;
    }
    .global-link1{
        padding: 18px 38px;
        font-size: 20px;
        border: 2px solid #5AB1F2;
    }
    .global-link1:before{
        border-width: 2px;
        left: -2px;
        top: -2px;
    }
    .header .right .global-link1{
        padding: 11px 21px;
        font-size: 15px;
    }
    .global-link2{
        padding: 20px 40px;
    }
    .global-link2 span{
        font-size: 20px;
    }
    body.webp-supported .section1:before{
        background-image: url("../images/top-image.webp");
    }
    body.no-webp .section1:before {
        background-image: url("../images/top-image.png");
    }
    .header{
        padding: 15px 0;
    }
    h1{
        font-size: 59px;
    }
    h2{
        font-size: 40px;
    }
    h3 {
        font-size: 55px;
    }
    h4 {
        font-size: 50px;
    }
    h5 {
        font-size: 45px;
    }
    h6 {
        font-size: 40px;
    }
    .global-page li,
    p {
        font-size: 25px;
    }
    .global-page{
        padding: 100px 0;
    }
    .section1,
    .section1::before{
        height: 900px;
    }
    .section1 .text{
        font-size: 25px;
    }
    .section2 {
        height: 695px;
    }
    .section2 .text {
        margin-bottom: 64px;
    }
    .section2 .about-item .icon-list{
        min-width: 90px;
        width: 90px;
        height: 90px;
        padding: 18px;
        margin-right: 18px;
    }
    .section2 .about-item .title-list{
        font-size: 25px;
        margin-bottom: 9px;
    }
    .section2 .about-item .text-list{
        font-size: 20px;
    }
    .section2 .about-list{
        margin-bottom: 20px;
    }
    .section2 .text br{
        display: none;
    }
    .section3 {
        height: 798px;
    }
    .section3 .title{
        margin-bottom: 42px;
    }
    .section3 .division{
        padding: 60px 54px;
    }
    .section3 .division .image-division{
        padding: 32px;
        margin-bottom: 9px;
    }
    .section3 .division .text-division{
        font-size: 20px;
    }
    .section3 .division.soon::before{
        font-size: 39px;
    }
    .section4{
        height: 846px;
    }
    .section4 .title{
        margin-bottom: 42px;
    }
    .section4 .team-memeber{
        padding: 30px;
        margin: 15px;
    }
    .section4 .team-memeber .image-team{
        margin-bottom: 18px;
        width: 131px;
        height: 131px;
    }
    .section4 .team-memeber .image-team img{
        width: 100%;
        height: auto;
        display: block;
    }
    .section4 .team-memeber .name-funtion{
        margin-bottom: 8px;
    }
    .section4 .team-memeber .text-team,
    .section4 .team-memeber .name-funtion .function-team,
    .section4 .team-memeber .name-funtion .name-team{
        font-size: 18px;
    }
    .section4 .team-memeber .name-funtion .function-team,
    .section4 .team-memeber .name-funtion .name-team{
        display: inline-block;
    }
    .section4 .arrow{
        width: 42px;
        height: 42px;
    }
    .section4 .slick-dots{
        margin-top: 40px;
        height: 28px;
    }
    .section4 .slick-dots li{
        width: 18px;
        height: 18px;
        margin: 0 10px;
    }
    .section4 .slick-dots li.slick-active{
        width: 28px;
        height: 28px;
    }
    .section4 .team-list{
        padding: 0px 80px;
    }
    .section5{
        height: 571px;
    }
    .section5 .card{
        padding: 58px 55px;
    }
    .section5 .card .icon{
        min-width: 90px;
        width: 90px;
        height: 90px;
        padding: 18px;
        margin-right: 18px;
    }
    .section5 .card .title{
        font-size: 25px;
        margin-bottom: 9px;
    }
    .section5 .card .text{
        font-size: 16px;
    }
    .section5 .card .top-card{
        margin-bottom: 87px;
    }
    .section6{
        height: 762px;
    }
    .section6 .link{
        font-size: 25px;
        margin-bottom: 64px;
    }
    .section6 .career .no{
        min-width: 90px;
        width: 90px;
        height: 90px;
        font-size: 59px;
        margin-right: 18px;
    }
    .section6 .career .title{
        font-size: 25px;
        margin-bottom: 9px;
    }
    .section6 .career .desciption{
        font-size: 20px;
    }
    .section6 .careers-list {
        margin-bottom: 63px;
    }
    .section6 .buttons .global-link1 {
        margin-right: 27px;
    }
    .footer{
        height: 200px;
    }
    .footer .footer-logo{
        width: 200px;
        height: 53px;
    }
    .footer .wrapper .coppy{
        font-size: 15px;
        margin: 0 27.5px 0 55px;
    }
    .footer .wrapper .privacy-menu li{
        margin: 0 27.5px;
    }
    .footer .wrapper .privacy-menu li a{
        font-size: 15px;
    }
    .footer .social a{
        width: 30px;
        height: 30px;
        margin-left: 30px;
    }
    .footer .social a::after{
        background-size: 50%;
    }
}
@media only screen and (max-width: 1500px) {
    .section1,
    .section1::before{
        height: 900px;
    }
}
@media only screen and (max-width: 1300px) {
    .wrapper{
        width: 100%;
        padding: 0 5vw;
    }
    .section4 .team-memeber .name-funtion .function-team,
    .section4 .team-memeber .name-funtion .name-team{
        display: block;
    }
    .section4 .team-memeber .text-team{
        font-size: 20px;
    }
    .section5 .card {
        padding: 50px 45px;
    }
    .section5 .global-link1 {
        padding: 20px 35px;
        font-size: 18px;
    }
}
@media only screen and (max-width: 1024px) {
    .mobile-open-menu{
        overflow: hidden;
        height: 100vh;
    }
    h1{
        font-size: 40px;
        margin-bottom: 10px;
    }
    h2{
        font-size: 40px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 38px;
        margin-bottom: 10px;
    }
    h4 {
        font-size: 36px;
        margin-bottom: 10px;
    }
    h5 {
        font-size: 34px;
        margin-bottom: 10px;
    }
    h6 {
        font-size: 32px;
        margin-bottom: 10px;
    }
    .global-page li,
    p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .hamburger-button{
        display: block;
        position: absolute;
        top: 13px;
        right: 0;
        z-index: 1;
    }
    .header .wrapper .header-menu {
        display: none;
    }
    .header .wrapper .right{
        display: none;
    }
    .logo{
        position: absolute;
        z-index: 1;
    }
    .header{
        height: 65px;
    }
    .mobile-open-menu .header .wrapper .header-menu {
        width: 100vw;
        padding-left: 0;
        flex-direction: column;
        background: #001725;
        height: 100vh;
        left: 0;
        position: fixed;
        top: 0;
        margin: 0;
        display: flex;
        justify-content: center;
    }
    nav.menu{
        margin-right: 0;
    }
    nav.menu ul {
        flex-direction: column;
        margin-bottom: 5vh
    }
    nav.menu ul li{
        justify-content: center;
        margin: 0;
    }
    nav.menu ul li a {
        font-size: 30px;
        line-height: 40px;
    }
    .section1 .text{
        font-size: 18px;
    }
    body.webp-supported .section1:before{
        background-image: url("../images/top-image-mobile.webp");
    }
    body.no-webp .section1:before {
        background-image: url("../images/top-image-mobile.png");
    }
    .section1, .section1::before{
        height:  488px;
    }
    .footer,
    .section2,
    .section3,
    .section4,
    .section5,
    .section6{
        height: auto;
        padding: 2.5vh 0;
    }



    .section3 .divisions-list{
        flex-direction: column;
    }
    .section3 .division {
        width: 100%;
        padding: 50px 45px;
        margin-bottom: 20px;
    }

    .section4 .team-list{
        padding:0px;
    }
    .section4 .arrow{
        bottom: auto;
        top: 90px;
        z-index: 1;
    }
    .section4 .arrow.arrow-next{
        right: 20px;
    }
    .section4 .arrow.arrow-prev{
        left: 20px;
    }
    .section4 .team-memeber{
        padding: 30px 24px;
        margin: 0;
    }
    .section5 .card .top-card{
        justify-content: center;
    }
    .section5 .wrapper{
        flex-direction: column;
    }
    .section5 .card .text{
        font-size: 20px;
    }
    .section5 .card {
        width: 100%;
        margin-bottom: 20px
    }
    .section5 .card .top-card{
        width: 100%;
        margin-bottom: 30px;
    }
    .section6 .buttons .global-link1 {
        margin-right: 20px;
        margin-bottom: 30px;
    }
    .section6 .link{
        font-size: 18px;
    }
    .footer .wrapper .privacy-menu,
    .footer .wrapper .left,
    .footer .wrapper{
        flex-direction: column;
    }
    .footer .wrapper .privacy-menu li{
        text-align: center;
    }
    .footer .wrapper .privacy-menu{
        margin-bottom: 47px;
        margin-left: 0;
        margin-right: 0;
    }
    .footer .wrapper .coppy,
    .footer .footer-logo{
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 23px;
    }
    .footer .social a{
        margin: 0 15px;
    }
}
@media only screen and (max-width: 1000px) {
    .section4 .team-memeber .name-funtion .function-team,
    .section4 .team-memeber .name-funtion .name-team{
        display: inline-block;
    }
}
@media only screen and (max-width: 800px) {
    h1{
        font-size: 20px;
        margin-bottom: 10px;
    }
    h2{
        font-size: 20px;
        margin-bottom: 10px;
    }
    h3 {
        font-size: 19px;
        margin-bottom: 10px;
    }
    h4 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    h5 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    h6 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .global-page li,
    p {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .global-link1{
        padding: 10px 17px;
        width: 60%;
        min-width: 215px;
        margin: 0 auto;
        display: block;
        font-size: 15px;
    }
    .global-link2{
        padding: 12px 19px;
        width: 60%;
        min-width: 215px;
        margin: 0 auto;
        display: block;
        font-size: 15px;
    }
    .section5 .global-link1,
    .global-link2 span{
        font-size: 15px;
    }
    .section5 .global-link1{
        padding: 10px 17px;
        font-size: 15px;
    }
    .section2 .about-item .icon-list{
        min-width: 55px;
        width: 55px;
        height: 55px;
        padding: 10px;
        margin-right: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .section2 .about-item .title-list{
        font-size: 18px;
        margin-bottom: 8px;
    }
    .section2 .about-item .text-list{
        font-size: 16px;
    }
    .section2 .about-list .about-item{
        margin-bottom: 23px;
    }
    .section2 .about-list{
        margin-bottom: 10px;
    }
    .section2 h2,
    .section2 .text{
        text-align: center;
    }
    .section3 .division .image-division{
        padding: 18px;
    }
    .section4 .team-memeber .text-team{
        font-size: 18px;
    }
    .section5 .wrapper{
        flex-direction: column;
    }
    .section5 .card{
        width: 100%;
        padding: 24px 30px;
        margin-bottom: 34px;
    }
    .section5 .card .icon{
        min-width: 55px;
        width: 55px;
        height: 55px;
        padding: 10px;
        margin-right: 15px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .section5 .card .title{
        font-size: 18px;
    }
    .section5 .card .top-card{
        margin-bottom: 30px;
        align-items: flex-start;
    }
    .section5 .card .text{
        font-size: 16px;
    }
    .section6 .link,
    .section6 .text,
    .section6 h2{
        text-align: center;
    }
    .section6 .buttons .global-link1{
        margin: 0 auto 30px;
    }
    .section6 .career .no{
        min-width: 55px;
        width: 55px;
        height: 55px;
        padding: 10px;
        margin-right: 15px;
        font-size: 34px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        border-radius: 10px;
    }
    .section6 .career .title{
        font-size: 18px;
    }
    .section6 .career .desciption{
        font-size: 16px;
    }


}
@media only screen and (max-width: 650px) {
    .section4 .team-memeber .name-funtion .function-team,
    .section4 .team-memeber .name-funtion .name-team {
        font-size: 18px;
        display: block;
    }
}