﻿@import url('../../reset.css');
@import url('../../fonts.css');
@import url('../../../Script/OSM/leaflet.css');
@import url('../../../Script/OSM/Control.Geocoder.css');
@import url('login.css');
@import url('../../../Script/VGNav/vgnav.css');
@import url('../../../Script/VGNav/vgnav-theme.css');
@import url('../../../Script/VGNav/vgnav-mobile.css');
@import url('../../../Script/Toast/jquery.toast.min.css');
@import url('../../../Script/Swiper/swiper-bundle.min.css');

html {
    scroll-behavior: smooth;
}

body {
    background: #fff;
    font-family: "Space Grotesk", Helvetica;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 25px;
}

* {
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box;
}

.Fade {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

::placeholder {
    color: #fff;
    opacity: 1;
}

a {
    text-decoration: none;
}

.master {
    margin: 0 auto;
    max-width: 1425px;
}

.Section {
    position: relative;
}

.SectionWrp {
    overflow: hidden;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.back-to-top {
    position: fixed;
    bottom: -40px;
    right: 40px;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    background: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border-radius: 50%;
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
    z-index: 9;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .back-to-top:focus {
        color: #fff;
    }

    .back-to-top.show {
        bottom: 10px;
        left: 10px;
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        z-index: 100;
    }

        .back-to-top.show:hover {
            color: #fff;
            bottom: 5px;
            opacity: 1;
        }

    .back-to-top .arrow {
        background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
        position: absolute;
        width: 12px;
        height: 12px;
        background-size: contain;
        transform: rotate(-90deg);
        top: 30%;
        left: 40%;
    }

        .back-to-top .arrow:nth-child(2) {
            top: 42%;
        }

@keyframes bounceAlpha {
    0% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }

    25% {
        opacity: 0;
        transform: rotate(-90deg) translateX(10px) scale(0.9);
    }

    26% {
        opacity: 0;
        transform: rotate(-90deg) translateX(-10px) scale(0.9);
    }

    55% {
        opacity: 1;
        transform: rotate(-90deg) translateX(0px) scale(1);
    }
}

.back-to-top:hover .arrow {
    animation-name: bounceAlpha;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

    .back-to-top:hover .arrow:nth-child(2) {
        animation-name: bounceAlpha;
        animation-duration: 1.4s;
        animation-delay: 0.2s;
        animation-iteration-count: infinite;
        animation-timing-function: linear;
    }

@media only screen and (max-width: 575px) {
    .back-to-top {
        width: 40px;
        height: 40px;
        line-height: 40px;
    }

        .back-to-top.show {
            bottom: 10px;
            right: 10px;
        }

            .back-to-top.show:hover {
                bottom: 10px;
            }

        .back-to-top .arrow {
            top: 27%;
            left: 37%;
        }
}

.overal {
    background: #000000 url('images/loading.gif') center center no-repeat;
}

.Section1 {
    display: block;
    width: 100%;
    overflow: hidden;
}

    .Section1 video {
        object-fit: cover;
        min-height: 80vh;
    }

.bg-video {
    position: fixed;
    background: url('images/s1bg.jpg') no-repeat center center;
    object-fit: cover;
    z-index: -1;
    display: block;
    margin: 0 auto;
    max-width: 1425px;
    width: 100%;
    top: 0;
}

.video-overlay {
    position: fixed;
    top: 0;
    max-width: 1425px;
    width: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 0;
    pointer-events: none;
}

.bg-video2 {
    object-fit: cover;
    display: block;
    margin: 0 auto;
    max-width: 1425px;
    width: 100%;
    visibility: hidden;
}

.contentWrp {
    position: fixed;
    z-index: 0;
    display: block;
    margin: 0 auto;
    max-width: 1425px;
    width: 100%;
    top: 0;
    color: #fff;
}

.content {
    display: flex;
    height: 100%;
    justify-items: center;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.Logo {
    position: absolute;
    top: 5%;
    left: 5%;
}

    .Logo img {
        width: 50%;
    }

.s1data {
    padding-top: 18%;
}

.s1t {
    font-family: "Space Grotesk", Helvetica;
    display: block;
    font-style: normal;
    font-weight: 300;
    font-size: 128px;
    line-height: 131px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    text-shadow: 0px 153px 61px rgba(0, 0, 0, 0.01), 0px 86px 52px rgba(0, 0, 0, 0.05), 0px 38px 38px rgba(0, 0, 0, 0.09), 0px 10px 21px rgba(0, 0, 0, 0.1);
}

.s1d {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 128px;
    line-height: 131px;
    text-align: center;
    letter-spacing: -0.04em;
    color: #FFFFFF;
    text-shadow: 0px 153px 61px rgba(0, 0, 0, 0.01), 0px 86px 52px rgba(0, 0, 0, 0.05), 0px 38px 38px rgba(0, 0, 0, 0.09), 0px 10px 21px rgba(0, 0, 0, 0.1);
}

.s1s {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #FFFFFF;
    text-shadow: 28px 50px 23px rgba(0, 0, 0, 0.01), 16px 28px 19px rgba(0, 0, 0, 0.05), 7px 12px 14px rgba(0, 0, 0, 0.09), 2px 3px 8px rgba(0, 0, 0, 0.1);
}

nav {
    position: absolute;
    top: 4%;
    right: 0;
}

@media only screen and (max-width: 1200px) {
    .s1t, .s1d {
        font-size: 96px;
        line-height: 110px;
    }

    .s1s {
        font-size: 20px;
        line-height: 28px;
    }
    .spc
    {
        height:200px;
    }
}

@media only screen and (max-width: 600px) {
    .s1t, .s1d {
        font-size: 80px;
        line-height: 90px;
    }

    .s1s,
    .s1t {
        padding-top: 5%!important;
    }
    .s2l1
    {
        padding-top:50%!important;
    }
    .s2l3
    {
        padding-top:25% !important;
    }
    .s2l4
    {
        padding-bottom:50% !important;
    }
    .Mission {
        padding: 10% 10% 38% 10% !important;
        flex-direction: column !important;
    }
    .s5t {
        font-size: 42px !important;
        padding-bottom: 15% !important;
    }
    .s6t {
        font-size: 42px !important;
        padding: 30% 0 10% 0 !important;
    }
    .s6data
    {
        flex-direction:column !important;
    }
    .s6iw{
        display:flex !important;
        flex-direction:row !important;
    }
    .s6im
    {
        flex:0 0 130px !important;
    }
    .s6ia
    {
        flex:1 !important;
        text-align:left;
    }
    .s6iaw
    {
        inset:20px 0 0 0 !important;
    }
    .s6im{
        width:130px !important;
        height:130px !important;
    }
    .s6it, .s6id {
        text-align:left !important;
    }
    .s6Itm
    {
        margin-bottom:15% !important;
    }
    .Section6{
        padding-bottom:50% !important;
    }
    .s9a
    {
        flex-direction:column !important;
    }
    .s9t 
    {
        font-size:24px !important;
    }
    .s9d {
        font-size: 18px !important;
        text-align:center;
    }
    .spc {
        height: 250px !important;
    }
    .s10t {
        font-size: 42px !important;
        padding: 15% 5% !important;
    }
    .s10e, .s10a
    {
        font-size:17px !important;
    }
    .Social
    {
        padding: 10% 2% !important;
    }
    .Section11
    {
        font-size:12px !important;
    }
}

.Section2 {
    background-size: contain;
}

    .Section2 img {
        width: 100%;
        display: block;
        margin-top: -13%;
    }

.s2d {
    background: #282828 url('images/s2i.svg') top center no-repeat;
    padding: 5%;
}

.s2l1 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 120px;
    text-align: center;
    letter-spacing: -0.02em;
    color: #FFFFFF;
}

.s2l2 {
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #FFFFFF;
    padding: 2%;
}

.s2l3 {
    font-family: 'Pecita';
    font-style: normal;
    font-weight: 400;
    font-size: 34px;
    line-height: 40px;
    text-align: center;
    color: #FFFFFF;
    padding: 1% 2%;
}

.s2l4 {
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    text-align: center;
    letter-spacing: -0.005em;
    color: rgba(255, 255, 255, 0.62);
    padding: 0 2% 8% 2%;
}

.Section3 {
    background: #282828;
}

.Mission {
    background: url('images/mb.png') no-repeat;
    background-size: 100% 100%;
    border-radius: 12px;
    color: #fff;
    padding: 3% 10% 10% 10%;
    display: flex;
}

.Section4 {
    margin-top: -6%;
}

.s3r {
    flex: 0 0 75%;
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
}

.s3l {
    flex: 0 0 25%;
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    line-height: 51px;
}

.Section5 {
    background: #282828;
    padding: 5%;
}

.s5t {
    color: #E4DAD7;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding: 0 12% 5% 12%;
}

.s5-video {
    object-fit: cover;
    width: 100%;
}

.Section6 {
    background: #282828;
    padding: 5% 5% 17% 5%;
    overflow: hidden;
}

.s6t {
    color: #E4DAD7;
    text-align: center;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-bottom: 30px;
}

.s6data {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.s6Itm {
    flex: 0 0 21%;
    box-sizing: border-box;
    position: relative;
    margin: 2%;
}

    .s6Itm::before {
        content: '';
        position: absolute;
        inset: 20px -90px -90px -90px;
        background-size: 100% 100%;
        z-index: 1;
        background: #363535;
        filter: blur(50px);
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

    .s6Itm::after {
        content: '';
        position: absolute;
        inset: 0;
        border: 1px solid #595959;
        border-radius: 10px;
        overflow: visible;
        z-index: 0;
        background: #363535;
        -webkit-transition: all 0.2s linear;
        -moz-transition: all 0.2s linear;
        -ms-transition: all 0.2s linear;
        -o-transition: all 0.2s linear;
        transition: all 0.2s linear;
    }

.s6iw {
    position: relative;
    z-index: 3;
    display:block;
}

.s6Itm:hover::after {
    border-color: #C82E3E;
    background: #C82E3E;
    z-index: 2;
}

.s6Itm:hover::before {
    background: #C82E3E;
    filter: blur(50px);
    z-index: 2;
}

.s6Itm:hover .s6id {
    color: #fff;
}

.s6Itm:hover .s6im {
    background-image: url('images/s6h.png');
}

.s6Itm:hover img {
    margin-top: -15px;
}

.s6Itm img {
    width: 36px;
    height: 36px;
}

.s6ia {
    height: 120px;
    position: relative;
}

.s6iaw {
    position: absolute;
    inset: -20px 0 0 0;
}

.s6Itm:hover .s6iaw {
    inset: -5px 0 0 0;
}

.s6it {
    color: #FFF;
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 20px;
}

.s6id {
    color: #7E7E7E;
    text-align: center;
    font-feature-settings: 'dlig' on;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.s6im {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    background: url('images/s6f.png') no-repeat center center;
    background-size: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}

.Section7 {
    padding: 0 5% 5% 5%;
    background: #282828;
    position: sticky;
    top: 300px;
    z-index: 1;
}

.s7i img {
    object-fit: contain;
    width: 100%;
}

.s8l {
    text-align: center;
    inset: 16% 0;
}

    .s8l img {
        object-fit: contain;
        width: 50%;
    }

.Section8 {
    padding: 5%;
    background: #282828;
    margin-top: -62%;
    z-index: 0;
}

.Section9 {
    padding: 5%;
    background: #282828;
}

.s9t {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 61px;
    text-align: center;
    color: #E4DAD7;
}

.s9a {
    display: flex;
    align-items: center;
}

.s9t {
    flex: 0 0 50%;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 36px;
    line-height: 46px;
    color: #E4DAD7;
    padding: 5% 0;
}

.s9d {
    flex: 0 0 50%;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    color: #7E7E7E;
}

.Section10 {
    padding: 3% 5%;
    background: #1F1F1F;
}

.Section11 {
    padding: 3% 5%;
    background: #282828;
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: rgba(255, 255, 255, 0.5);
}

.s10t {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 68px;
    text-align: center;
    color: #E4DAD7;
    padding: 5%;
}

.s10e, .s10a {
    font-family: 'Space Grotesk';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    color: #E4DAD7;
    padding: 0 1% 0 1%;
}

.Social {
    display: flex;
    padding: 3% 2% 5% 2%;
    align-items: center;
    justify-content: center;
}

    .Social a {
        display: flex;
        flex-direction: row;
        align-items: center;
        padding: 14px;
        gap: 15px;
        width: 48px;
        height: 48px;
        background: #363535;
        border-radius: 50%;
        margin-right: 10px;
    }

        .Social a:hover {
            background: #FF8C00;
        }

    .Social img {
        width: 18px;
        height: 18px;
    }

input[type=text], textarea {
    box-sizing: border-box;
    padding: 20px 16px;
    width: 100%;
    border-radius: 8px;
    color: #fff;
    border: none;
    background: none;
    position: relative;
    z-index: 2;
}

    input[type=text]:hover, textarea:hover {
        background: #797878;
    }

.ih {
    position: relative;
    max-width: 480px;
    margin-bottom: 15px;
    width: 100%;
}

    .ih::before {
        content: '';
        position: absolute;
        inset: 0;
        border-radius: 8px;
        background: #2b2b2b;
        z-index: 1;
        border: 1px solid #4a4a4b;
    }

textarea {
    height: 150px;
}

.s9r {
    padding-top: 7%;
}

input[type=button], input[type=submit] {
    border-radius: 8px;
    border: none;
    text-align: center;
    background: #c82e3e;
    color: #fff;
    width: 100%;
    max-width: 480px;
    cursor: pointer;
    padding: 20px;
}

    input[type=button]:hover, input[type=submit]:hover {
        background: #e41d31;
    }

.s10d {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.nos::before {
    display: none;
}
