<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*------------------------------------*\
    GENERAL
\*------------------------------------*/




*, *:before, *:after {
   -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}



img {
    width:100%;
    height: auto;
    user-drag: none !important;
    -webkit-user-drag: none !important;  
}
:focus {
    outline: none !important;
}

    #path{
        position: absolute;
        z-index: 10002;
        height: 5px;
        width: 0px;
        bottom: 0;
        left: 0;
        background-color: #fff;
    }
    #press{
        position: absolute;
        z-index: 10002;
        bottom: 47%;
        left: 0;
        right: 0;
        margin: auto;
        color: #fff;
        text-align: center;
        cursor: default;
        opacity:1;
        user-select: none;
    }

    #press span{
        padding: 10px 20px;
        border: 1px solid #fff;
        border-radius: 50px;
    }

    #animation_3D{
        z-index: 10000;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }

    #animation_3D_2{
        opacity: 0;
        z-index: 10001;
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }


    html{
        overflow: hidden;
    }


.border-light {
    border-color: #ffffff!important;
}
.border {
    border: 2.5px solid #ffffff !important;
}
.section_5{
    border:2.5px solid #fff ;
    background-color: #fff;
}

html {
    height: 100%;
    font-family: 'Gotham Book';
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    font-size: 18px;
    background-size: cover;
    background-attachment: fixed;
    background-color: #02000A;
    box-sizing: border-box;
}
body{
    background-color: #000;
    height:100%;
    text-align: center;
    color:#fff;
    font-size: 100%;
    line-height: 1.4;
}

.degra{
    width: 100%;
    height: 70px;
    position: absolute;
    top:0;
    left: 0;
}
*, *:before, *:after {
    box-sizing: inherit;
}
a:link , a:visited  , a:hover ,a:active, a{
    color:#000 !important;
    text-decoration: none;
}

.section_5 a:link , .section_5 a:visited  , .section_5 a:hover , .section_5 a:active, .section_5 a,
.menu a:link , .menu a:visited  , .menu a:hover , .menu a:active, .menu a{
    color:#fff !important;
}

h1{
    font-family: 'Gotham';
    font-size: 180%;
    font-weight: 500;
    font-style: normal;
    font-display: swap;
    line-height: 1;
    margin: 0 ;
    text-align: center;
     margin-bottom: 10px;
}
h2{
    text-transform: uppercase;
    font-size: 140%;
    font-weight: normal;
    font-style: normal;
    font-display: swap;
    line-height: 1;
    text-align: center;
    margin: 0 ;
     margin-bottom: 40px;
}
h2 span{
    font-size: 66%;
    font-weight: normal;
    line-height: 1;
    text-align: center;
    margin: 0 ;
}
.logo img , .section-image img  , .section-footer img{
    display: block;
    width:100%;
    height: auto;
    position: relative;
    z-index: 1;
}
.section-footer img{
    width: 33%;
    margin: auto;
}
.logo_top{
    width: 150px;
    margin: auto;
    left:0;
    right: 0;
    top: 22px;
}
.logo_top img{
    width: 100%;
    height: auto;
}
.menu div{
    position: fixed;
    z-index: 1000;
    font-size: 120%;
    line-height: 1;
}
.menu-1{
    top:20px;
    left: 20px;
    cursor: pointer;
}
.menu-2{
    top:20px;
    right: 20px;
    cursor: pointer;
}
.menu-3{
    bottom:20px;
    left: 20px;
    cursor: pointer;
}
.menu-4{
    bottom:20px;
    right: 20px;
    cursor: pointer;
}

canvas {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}

.fadou img , .fadou video{
opacity: 1;
  -webkit-transition: opacity 0.5s ease-out;
    -moz-transition:   opacity 0.5s ease-out;
    -o-transition:      opacity 0.5s ease-out;
    -ms-transition:     opacity 0.5s ease-out;
    transition:         opacity 0.5s ease-out;
    width: 100%;
    position: relative;
    z-index: 10;
}
.fadou:hover img , .fadou:hover video{
    opacity: 0;
}



.dl-lien{
    width:100%;
    height:100%;
    position:absolute;
    background-color:#0f2b56;
    top: 0;
    left: 0;
    z-index: 0;
    text-decoration: underline;
    display: flex;
    align-items: center;
    justify-content: center;
}

/**************************** SECTION ****************************/
/* .section, .menu{
    display: none;
}*/

.section_4 img{
    width: 100%;
    height: auto;
}
.section-footer{
    background-color: #020112;
    padding: 150px 0 150px 0;
}
.section-text{
    padding: 150px 0 0 0;
}
.section-image-full{
    height: 100%;
    width: 100%;
}
.section-image-full img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.butt{
     width: 40px;
    margin:auto;
    cursor:pointer;
    border-radius: 0;
    border:0;
    background-color: transparent;
    padding: 0;
    margin: 0;
}
.butt img{
    width: 100%;
    height:auto;
}

/**************************** VIDEO ****************************/

video{
    display: block;
    object-fit: cover;
}




.my-video-dimensions.vjs-fluid:not(.vjs-audio-only-mode) {
 padding-top: 0 !important; 
}

.section_2 , .video-js.vjs-fluid:not(.vjs-audio-only-mode){
    height: 100%;
}

.video-js .vjs-poster{
    background-size: cover !important;
}

.section_2 .video-js .vjs-big-play-button{
    margin-top: -10px !important;
    margin-left: -32.5px !important;
    width:65px !important;
    height: 20px !important;
}
.vjs-big-play-button:before {
  font-family: inherit;
/*  content: 'PLAY';*/

}
.video-js .vjs-big-play-button .vjs-icon-placeholder:before{
    background-color: transparent;
    background-image: url(../images/play.png);
    background-repeat: no-repeat;
    content: '';
    background-size: 100% auto;
    border-radius: 0;
    /*border-radius: 50%;
    background-color: rgba(47, 33, 33, 0.35);
    display: none;*/
}
.video-js .vjs-control-bar {
    background-color: rgba(255, 255, 255, 0.1);
    color: fff;
}

/**************************** PRELOADER ****************************/
#preloader{
    background-color: #000;
    height: 100%;
    width:100%;
    position: fixed;
    right: 0;
    left: 0;
    top:0;
    z-index: 100000;
}
#preloader .container-fluid{
    height:100%;
    position:relative
}
#preloader .image-contain{
    background-image:url(../logo_preload.png);
    height:100%;
    position:relative;
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
    width:100%;
    text-align: center;
}
#preloader img{
    margin: auto;
    width:38px;
    height:38px;
    top: 53%;
    position: relative;
    opacity: 0.15;
}
.modal .logo_top{
    position: fixed;
    width: 150px;
    margin: auto;
    left:0;
    right: 0;
    top: 22px;
}




.modal .logo_top img{
    width: 100%;
    height: auto;
}

.modal .container{
    max-width: 890px;
}
.modal h2{
    margin-bottom: 15px;
    font-size: 160%;
}
.modal{
    padding: 0 !important;
    background-color: #000 !important;
    background-image:url(../images/modal.jpg);
    background-size:cover;
    background-position:center center;
    background-repeat:no-repeat;
}
.modal-dialog{
    max-width: none;
    margin-top: 110px;
}
.modal-content {
    border: none;
    border-radius: 0;
    background-color: transparent !important;
}
.modal-backdrop, .modal-backdrop.fade.in{
    background-color: #000 !important;
}
.qa-parag{
    margin-bottom: 80px;
}
.cloclo{
    width: 32px;
    height: 32px;
    cursor: pointer;
    position: fixed;
    right: 40px;
    top: 30px;
    z-index: 1;
}
.cloclo:before, .cloclo:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #fff;
}
.cloclo:before {
    transform: rotate(45deg);
}
.cloclo:after {
    transform: rotate(-45deg);
}
.modal-dialog-scrollable .modal-content {
    height: 100% ;
    max-height: 100%;
    margin: 0;
    padding: 0;
}
.modal-dialog {
    /*max-width: 100%;
    margin: 0;*/
    border-radius: 0;
    max-height: 100%;
    height: 100%;
}
.modal-backdrop {
   background-color: #fff;
   opacity: 1 !important;
}




/*mobile menu */


.nav-content a:link, .nav-content a:visited, .nav-content a:hover, .nav-content a:active, .nav-content a{
    color:#fff !important;
}


.nav {
    position: fixed;
    width: auto;
    display: inline-block;
    border: none;
    z-index: 1000;
    top: 5px;
    right: 25px;
}
.btn-nav {
    background: transparent;
    border: none;
    padding: 10px;
}
.btn-nav:focus {
    outline: 0;
}
.icon-bar {
    display: block;
    margin: 7px 0;
    width: 30px;
    height: 3px;
    background-color: #fff;
}
.btn-nav:hover .icon-bar {
    background-color: #fff;
}
.nav-content {
    position: fixed;
    top: -100vh;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #02000A;
    display: block;
    height: 100vh;
    z-index: 9;
}
.nav-list {
    list-style: none;
    padding: 0;
    position: relative;
    top: 10%;
}
.item-anchor:after {
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    left: 0;
    bottom: 0;
    z-index: 9;
    background: transparent;
}
.item-anchor {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    text-decoration: none;
}
.item-anchor:hover,
.item-anchor:focus {
    color: #fff;
}
.item-anchor:hover:after,
.item-anchor:focus:after{
    width: 100%;
}
.nav-item {
    margin: 40px auto;
    text-align: center;
    cursor: pointer;
}
.animated {
    display: block;
    margin: 0 auto;
}
.animated:hover .icon-bar,
.animated:focus .icon-bar{
    background-color: #fff;
}
.animated:focus {
    cursor: pointer;
    z-index: 1000;
}
.middle {
    margin: 0 auto;
}
.icon-bar {
    -webkit-transition: all .7s ease;
    -moz-transition: all .7s ease;
    -ms-transition: all .7s ease;
    -o-transition: all .7s ease;
    transition: all .7s ease;
    z-index: 1000;
}
.animated .icon-bar {
    z-index: 1000;
    background-color: #fff;
}
.animated .top {
    -webkit-transform: translateY(10px) rotateZ(45deg);
    -moz-transform: translateY(10px) rotateZ(45deg);
    -ms-transform: translateY(10px) rotateZ(45deg);
    -o-transform: translateY(10px) rotateZ(45deg);
    transform: translateY(10px) rotateZ(45deg);
}
.animated .bottom {
    -webkit-transform: translateY(-11px) rotateZ(-45deg);
    -moz-transform: translateY(-11px) rotateZ(-45deg);
    -ms-transform: translateY(-11px) rotateZ(-45deg);
    -o-transform: translateY(-11px) rotateZ(-45deg);
    transform: translateY(-11px) rotateZ(-45deg);
}
.animated .middle {
    width: 0;
}
@keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@-webkit-keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@-moz-keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
@-o-keyframes showNav {
  from {
    top: -100vh;
  }
  to {
    top: 0;
  }
}
.showNav {
  -webkit-animation: showNav 0.7s ease forwards;
  -moz-animation: showNav 0.7s ease forwards;
  -o-animation: showNav 0.7s ease forwards;
  animation: showNav 0.7s ease forwards;
}
@keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@-webkit-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@-moz-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
@-o-keyframes hideNav {
  from {
    top: 0;
  }
  to {
    top: -100vh;
  }
}
.hideNav {
  -webkit-animation: hideNav 0.7s ease forwards;
  -moz-animation: hideNav 0.7s ease forwards;
  -o-animation: hideNav 0.7s ease forwards;
  animation: hideNav 0.7s ease forwards;
}
.hidden {
  display: none;
}





.mobile{
    display: none !important;
}
.desktop-flex{
    display: flex;
}
.desktop{
    display: block;
}





/**************************** RESPONSIVE ****************************/
@media screen and (max-width: 1100px) {



    .modal .logo_top{
        width: 130px;
        left:25px;
        right: auto;
    }
    .logo_top{
        width: 130px;
        left:25px;
        right: auto;
    }
    #press{
        bottom: 30%;
    }

    * {
        cursor: default;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    .mobile{
        display: block !important;
    }
    .desktop-flex{
        display: none;
    }
    .desktop{
        display: none;
    }
    html {
    font-size: 14px;
    }

    .border {
        border: 1.5px solid #ffffff !important;
    }
    .section_5{
        border:1.5px solid #fff ;
    }
}

@media screen and (max-width: 992px) {
    .lasto{
        display: none;
    }
    .section-footer img{
        width: 60%;
    }
}




@media screen and (max-width: 768px) {



    .border {
        border: 1px solid #ffffff !important;
    }
    .section_5{
        border:1px solid #fff ;
    }
}

@media screen and (min-width: 1200px) {
    .section-text .container{
        max-width: 850px;
    }
 }
@media only screen and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2),
@media only screen and (max-device-width: 1024px) and (orientation: landscape) and (-webkit-min-device-pixel-ratio: 1)  {
    * {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    }

}





a{
    text-decoration: underline !important;
}
body , html{
    background-color: #fff;
    color: #000;
    overflow: auto;
}
.logo_top {
    width: 120px !important;
    margin: auto !important;
    left: 0 !important;
    right: 0 !important;
    top: 22px !important;
}    
#carita_embed_shell{
    max-width: 520px;
    z-index: 1;
    position: relative;
    margin: auto 0;
    padding: 30px 0 30px 0;
}
.video-back{
    position: fixed;
    width: 100%;
    height: 100%;
    left:0;
    right: 0;
    margin: auto;
    z-index: 0;
}
.video-back video{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.contain-start{
    position: relative;
    z-index: 1;
    height: calc(100vh - 82px);
    width: 100%;
    padding: 0 20px 0 20px;
}
.intro-start{
    max-width: 680px;
         margin: auto 0;

}
.legend{
    font-size: 75%;
    position: absolute;
    z-index: 1;
    bottom: 10px;
    text-align: center;
    width: 100%;
}
button{
    font-size: 120%;
    background-color: transparent;
    border: 1px solid #fff;
    padding: 12px 75px;
    color: #fff;
    transition: 0.3s;
}
button:hover{
    background-color: #fff;
    color:#000;
}
button:active{
    opacity: 0.7;
}

input:focus {
/*  background-color: #fafafa;*/
    border:1px solid #000 !important;

}
input::placeholder {
    color: #bbb;
}
input:required:invalid,
input:focus:invalid,
input.reg
    {
    border:1px solid #bbb;
    }
input:required:valid, input:not(:placeholder-shown) {
    border:1px solid #000;
}
#carita_embed_signup{
    text-align: left;
    font-size: 90%;
}
label{
    display: block !important;
    margin-top: 20px !important;
    margin-top: 20px !important;
    font-size: 80%;
}
input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #aaa;
    line-height: 1.8;
    color: #000;
    font-size: 90%;
    padding: 10px 20px;
    text-transform: uppercase;
}
.carita-address-fields-group .carita-field-group{
    float: left;
    width: 48% !important;
    margin: 0;
}
.carita-address-fields-group .carita-field-group:nth-child(odd){
    margin-right: 4%;
}

.insta{
    position: absolute;
    z-index: 1;
    bottom: 15%;
    width: 32px;
    margin: auto;
    left: 0;
    right: 0;
}
.insta img{
    width: 100%;
    height: auto;
}
.logo-o{
    /*    position: absolute;*/
    padding-top: 25px;
    max-width: 150px;
    margin: auto;
    left: 0;
    right: 0;
}

.polit{
    position: absolute;
    bottom: 10px;
    text-align: center;
    width: 100%;
    font-size: 50%;
    z-index: 100;
}
.polit.mobile{
    position: initial;
    text-align: center;
    width: 100%;
    font-size: 70%;
}
.lang{
    position: absolute;
    top: 15px;
    text-align: center;
    font-size: 90%;
    right: 15px;
}
.input-group{
    font-size: 70%;
  margin: 30px 0 20px 0;
  display: inline-block;
}
.termo{
scale: 1.1;
    width: auto;
    margin-right: 15px;
    accent-color: #000;
}
.textoo{
    text-align: justify;
    font-size:70%;
}
.lab-term{
    margin-top:30px !important;
    margin-bottom:20px !important;
    font-size: 70%;
}
.clear{
    margin:19px 0
}
.clear input{
    border: 0;
    background-color: #000;
    color:#fff;
    padding: 12px 20px;
    color: #fff;
    font-weight: bold;
}
.lang span span{
    color:#aaa;
}
.lang span a{
    text-decoration: none !important;
    font-weight: bold;
}

</pre></body></html>