/*
* @project: SANX CENTER
* @description: Painel central de administração
* @author: Diego Sanches
* @version: 0.0.0
* @date_create: 2025-06-04 : 00h56
* @date_update: 2025-06-04 : 00h56
* @date_update: 2025-06-15 : 23h15
*/

* { font-family: "Roboto", sans-serif; }

html, body {
    background-color: #FFF;
    overflow: hidden;
}

form {
    display: block;
    position: relative;
}
form .message-form {
    display: block !important;
    width: 100%;
    position: absolute;
    bottom: 15px;
}
@media only screen and ( max-width: 1280px ) {}
@media only screen and ( max-width: 1080px ) {}





    #viewportFullscreen {
        background-color: #FFF;
        width: 100%;
        height: 100%;
        position: fixed;
        z-index: 1;
        overflow: hidden;
    }
        #scroll {
            width: 100%;
            min-height: 100%;
            position: relative;
            z-index: 1;
            overflow: hidden;
        }




.input-message-help {
    font-size: 9px;
    font-weight: 400;
    color:  #FF0000;
    letter-spacing: 1px;
    text-transform: lowercase;
    position: absolute;
    left: 0;
    bottom: -10px;

}
.select-wrapper .input-message-help {
    bottom: -18px;
}
.is-textarea .input-message-help {
    bottom: -3px;
}

.container {
    width: 90% !important;
}

.button {
    border-radius: 10px;
}



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

    .container {
        max-width: 1100px;
    }
  
}
@media only screen and ( max-width: 1080px ) {

    .container {
        max-width: 980px;
    }

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

    .container {
        max-width: 700px;
    }

}














#_modal_accepted_terms_cookies {

    background-color: #FFF;

    width: 300px;
    padding: 25px 10px;

    border: solid 1px #999;
    border-radius: 10px;

    position: fixed;
    left: 15px;
    bottom: 15px;
    z-index: 99;

    opacity: 0;

    transform: translateY( 50vh );
    transition-delay: 0.5s;
    transition-duration: 0.8s;

}
    #_modal_accepted_terms_cookies_close {
        font-size: 15px;
        color: #000;
        position: absolute;
        top: -19px;
        right: -16px;
        z-index: 5;
        cursor: pointer;
    }
    #_modal_accepted_terms_cookies .input-message-help {
        bottom: -32px;
    }
    #_modal_accepted_terms_cookies .row {
        padding: 0;
        margin: 0 0 15px 0;
        position: relative;
    }
    #_modal_accepted_terms_cookies .row p {
        font-size: 13px;
        font-weight: 700;
        color: #333;
        letter-spacing: 1px;
        line-height: 14px;
    }
    #_modal_accepted_terms_cookies .row a {
        color: #333;
    }


    #form_modal_accepted_terms_cookies {
        position: relative;
    }
    #form_modal_accepted_terms_cookies label span {
       color: #333;
       font-size: 12px;
       line-height: 12px;
       letter-spacing: 1px;
       font-weight: 400;
    }
    #form_modal_accepted_terms_cookies label span a {
        color: #000;
        font-weight: 600;
    }


    #_modal_accepted_terms_cookies .is-submit-form {
        height: 35px !important;
        line-height: 35px !important;
        padding: 0;
    }
    #_modal_accepted_terms_cookies .is-submit-form span {
        padding: 0 !important;
        margin: 0;
    }















    .menu-hamburguer {
        width: 30px;
        height: 30px;
        position: absolute;
        top: 63px;
        right: 0;
        z-index: 2;
    }
    .is-scrolling .menu-hamburguer {
        top: 30px;
    }
    .is-scrolling-footer .menu-hamburguer {
        top: 70px;
    }
    .is-menu-opened .menu-hamburguer {
        top: 63px;
    }

        .menu-hamburguer span {
            background-color: #FFF;
            font-size: 13px;
            font-weight: 900;
            text-align: center;
            text-indent: 100px;
            color: #000;
            display: block;
            width: 100%;
            height: 2px;
            margin-bottom: 12px;
            border-radius: 5px;
            opacity: 1;
            overflow: hidden;
            transform: translateX( 0 );
            transition-delay: 0.5s !important;
            transition-duration: 1.5s !important;
        }
        .is-scrolling .menu-hamburguer span {
            /*background-color: #000;*/
            /*color: #FFF;*/
            /*height: 3px;*/
            /*transition-delay: 0.1s !important;*/
            /*transition-duration: 0.5s !important;*/
        }
        .loading .menu-hamburguer span.one {
            transform: translateX( 45px );
        }
        .loading .menu-hamburguer span.two {
            transform: translateX( 35px );
        }

    .is-menu-opened .menu-hamburguer span.one,
    .is-menu-opened .menu-hamburguer span.three {
        opacity: 0;
        transition-delay: 0s !important;
        transition-duration: 0.8s !important;
    }
    body.is-scrolling.is-menu-opened .menu-hamburguer span.one,
    body.is-scrolling.is-menu-opened .menu-hamburguer span.three {
        /*background-color: #FFF !important;*/
    }
    .is-menu-opened .menu-hamburguer span.two {
        height: 15px;
        text-indent: 1px;
        border-radius: 3px;
        transition-delay: 0s !important;
        transition-duration: 0.8s !important;
    }
        .loading .menu-hamburguer span.three {
            transform: translateX( 15px );
        }

        .loading .menu-hamburguer span {
            opacity: 0;
        }


    @media only screen and ( max-width: 1280px ) {
      
    }
    @media only screen and ( max-width: 1080px ) {

      

    }








#loading {
    background-color: #FFF;
    
    width: 100vw;
    height: 100vh;

    position: fixed;
    z-index: 9999;
    overflow: hidden;
}
.loaded #loading {
    background-color: transparent;
}

    #loadingContent {
        background-color: #000;
        display: block;
        width: calc( 100vw - 50px );
        height: calc( 100vh - 50px );
        border-radius: 10px;

        position: absolute;
        top: 50%;
        left: 25px;
        transform: translateY( -50% ) scale( 1.0 );
        transition-delay: 0.1s;
        transition-duration: 2.1s;

    }
    .loading #loadingContent {

        /*width: 100vw;
        height: 100vh;
        border-radius: 0;
        top: 50%;
        left: 0;
        transform: translateY( -50% ) scale( 1.0 );*/

    }
    .loaded #loadingContent {
        
        width: calc( 100vw - 10px );
        height: calc( 100vh - 10px );
        border-radius: 5px;
        top: 5px;
        left: 5px;
        transform: translateY( 0 ) scale( 1.0 );

        transition-delay: 0.1s;
        transition-duration: 0.4s;
    }

    #loadingProgress {
        position: absolute;
        top: 50px;
        left: 50px;
        z-index: 2;
        opacity: 1;
    }
    .loaded #loadingProgress {
        opacity: 0;
    }
    .loaded #loadingProgress {
        opacity: 0;
    }

    #loadingProgress span {
        font-size: 50px;
        font-weight: 600;
        color: #FFF;
        display: inline-block;
        line-height: 50px;
    }


    #loadingImageLogo {
        width: 350px;
        position: absolute;
        bottom: 75px;
        right: 75px;
        z-index: 2;
    }
    #loadingImageLogo img {
        display: block;
        opacity: 1;
        transform: translateY( 0 );
        transition-delay: 0.1s;
        transition-duration: 0.3s;
    }
    .loaded #loadingImageLogo img {
        opacity: 0;
    }
    .loaded #loadingImageLogo img {
        transform: translateY( -50px );
        transition-delay: 0.2s;
        transition-duration: 0.5s;
        opacity: 0;
    }



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

    #loadingImageLogo {
        bottom: 70px;
        right: 0;
    }
        #loadingImageLogo img {
            height: 190px;
        }

}
@media only screen and ( max-width: 1080px ) {

    #loadingImageLogo {
        bottom: 70px;
        right: 0;
    }
        #loadingImageLogo img {
            height: 160px;
        }


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

    #loadingImageLogo {
        left: 50%;
        transform: translateX( -50% );
        bottom: 70px;
        right: auto;
    }
        #loadingImageLogo img {
            height: 90px;
            margin: 0 auto;
        }

    #loadingProgress {
        left: 50%;
        transform: translateX( -50% );
    }

}










#header {
    background-color: #FFF;
    width: 100%;
    height: 130px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    opacity: 0;
    overflow: hidden;
    box-shadow: 0 0 0 rgba(0,0,0,0);
    transition-delay: 0s !important;
    transition-duration: 0.5s !important;
    transform: translateY( 0 );
}
.loading #header {}
.loaded #header {}

.is-scrolling #header {
    /*height: 80px;*/
}
.is-menu-opened #header {
    /*height: 150px;*/
}

.is-scrolling.is-scrolling-up #header {
    transform: translateY( 0 );
    /*box-shadow: 0 5px 20px rgba(0,0,0,0.2);*/
}
.is-scrolling.is-scrolling-down #header {
    /*transform: translateY( -85px );*/
}
.is-menu-opened .is-scrolling.is-scrolling-down #header {
    transform: translateY( 0 );
}

.is-scrolling-footer #header {
    /*height: 150px !important;*/
    transform: translateY( 0 ) !important;
}



        #navigationTop {
            background-color: #000;
            height: 30px;
            min-height: 30px;
            padding: 0;
            margin: 5px;
            border-radius: 5px;
            position: relative;
            top: -100px;
            transition-duration: 1.5s;
            transition-delay: 0.1s;
        }
        .loaded #navigationTop {
            top: 0;
        }


            #navigationTop .container {
                width: 95%;
                max-width: 96%;
            }

            #navigationTop .navbar-menu {
                height: 30px;
                padding: 0;
                margin: 0;
            }
                #navigationTop .navbar-menu .navbar-start {}
                #navigationTop .navbar-menu .navbar-end {}

                #navigationTop .navbar-menu a {
                    font-size: 12px;
                    font-weight: 500;
                    color: #FFF;
                    display: inline-block;
                    height: 30px;
                    line-height: 30px;
                    padding: 0 7px;
                }
                #navigationTop .navbar-menu a.is-lisbon {
                    background-color: #FFF;
                    font-size: 10px;
                    color: #000;
                    text-transform: uppercase;
                    font-weight: 900;
                    display: inline-block;
                    height: 15px;
                    line-height: 15px;
                    border-radius: 15px;
                    margin-top: 7px;
                    margin-right: 3px;
                    padding: 0 8px;
                    position: relative;
                }
                #navigationTop .navbar-menu a i {
                    font-size: 15px;
                }







        #navigationPrimary {
            padding: 10px 0;
        }
            #navigationPrimary .container {}
            #navigationPrimary .navbar-brand {
                width: 125px;
                padding: 0;
                margin: 10px 25px 0 0;
                position: relative;
                top: 0;
            }
            #navigationPrimary .navbar-brand a {
                display: block;
            }
            #navigationPrimary .navbar-brand a img {
                display: block;
                width: 100%;
                height: auto;
            }




            #openMenuDefault {
                display: none !important;
                top: 15px;
                left: auto;
                right: 5px;
            }
            #openMenuDefault span {
                background-color: #000;
                height: 3px;
            }





            #navigationPrimary .navbar-menu {
                padding: 5px 0;
                margin: 0;
            }





            #navigationPrimary .navbar-start {
                height: 30px;
                border-bottom: solid 4px #01a0ba;
                position: relative;
                top: 14px;
                left: 25px;
                transform: scale( 1 );
            }
                /*
                #navigationPrimary .navbar-start span {
                    background-color: #01a0ba;
                    display: block;
                    width: 5px;
                    height: 13px;
                    position: absolute;
                    bottom: -1px;
                    left: 30px;
                    z-index: 1;
                    opacity: 1;
                    transform: translateX( -2.5px );

                    -webkit-backface-visibility: hidden;
                    backface-visibility: hidden;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    pointer-events: none;
                }
                        #navigationPrimary .navbar-start span::before {
                            content: '';
                            background-color: #01a0ba;
                            display: block;
                            width: 11px;
                            height: 11px;
                            border-radius: 10px;
                            position: relative;
                            top: -2px;
                            left: -2.5px;
                            transition: all .3s ease 0s;
                            -webkit-transition: all .3s ease 0s;
                        }
                        */

                        #navigationPrimary .navbar-start span::after {}

                        #navigationPrimary .navbar-start a {
                            background-color: transparent;
                            font-size: 15px;
                            font-weight: 700;
                            color: #323232;
                            text-transform: uppercase;
                            letter-spacing: 1px;
                            display: inline-block;
                            border: none;
                            height: 30px;
                            line-height: 10px;
                            position: relative;
                        }
                        #navigationPrimary .navbar-start a.is-active {}
                        #navigationPrimary .navbar-start {}
                        #navigationPrimary .navbar-start {}





        #navigationPrimary .navbar-end {
            position: relative;
            top: 15px;
            right: 7px;
        }

        #navigationPrimary .navbar-end a {
            background-color: transparent;
            font-size: 13px;
            font-weight: 700;
            color: #323232;
            text-transform: uppercase;
            letter-spacing: 1px;
        }


        #navigationPrimary .navbar-end {
            position: relative;
                top: 5px;
            }

        #navigationPrimary .navbar-end a {
            background-color: transparent;
            text-transform: uppercase;
            height: 40px;
        }
        #navigationPrimary .navbar-menu a.button {
            background-color: #ffaa00;
            font-size: 15px;
            font-weight: 700;
            color: #FFF;
            display: inline-block;
            height: 35px;
            line-height: 32px;
            padding: 1px 25px;

        }






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


        /*#navigationPrimary .container {
            width: 90%;
            max-width: 1275px;
        }*/

      
    }
    @media only screen and ( max-width: 1280px ) {

        #header {
            height: 110px;
        }

        #navigationTop {
            height: 25px;
            min-height: 25px;
        }
        #navigationTop .navbar-menu a {
            height: 25px;
            line-height: 25px;
        }
        #navigationTop .navbar-menu a.is-lisbon {
            margin-top: 5px;
        }

        #navigationPrimary {
            padding: 5px 0;
        }

        #navigationPrimary .navbar-brand {
            width: 125px;
            margin: 5px 25px 0 0;
        }

        #navigationPrimary .navbar-start {
            transform: scale( 0.8 ) translate( -75px, 5px );
            top: 6px;
        }

    }
    @media only screen and ( max-width: 1024px ) {

        #navigationTop .navbar-menu a.is-lisbon {
            margin-top: 3px;
            top: -2px;
        }

        .navbar-menu {
            background-color: transparent !important;
            display: block !important;
        }
        .navbar-menu .navbar-start {
            width: 40%;
            float: left;
        }
        .navbar-menu .navbar-end {
            text-align: right;
            width: 59%;
            float: right;
        }

        #navigationPrimary .navbar-menu {
            display: none !important;
        }

        #openMenuDefault {
            background-color: transparent;
            display: block !important;
        }



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

        #navigationTop .navbar-menu {
            position: relative;
            top: -2px;
        }
        #navigationTop .navbar-menu a.is-lisbon {
            top: 1px;
            padding-top: 1px;
        }


        #navigationPrimary .container {
            width: 87%;

        }
            #navigationPrimary .navbar-brand {
                width: 110px;
                margin: 0;
                top: 8px;
            }
            #navigationPrimary .navbar-menu {
                display: none !important;
            }
    }























#menuDefault {
    background-color: #FFF;

    display: block;

    width: 100%;
    height: 0;

    padding-top: 0;

    position: fixed;
    top: 0;
    left: 0;
    z-index: 99;
    overflow: hidden;
    transition-delay: 0.2s;
    transition-duration: 0.7s;
}
.is-menu-opened #menuDefault {
    padding-top: 100px;
    height: 100vh;
}
.is-scrolling #menuDefault {
    /*background-color: #FFF;*/
}

#menuDefault ul {
    margin-top: 50px;
}
.is-menu-opened #menuDefault ul {

}


    #menuDefault ul li {
        text-align: right;
        width: 100%;
        overflow: hidden;
    }
    #menuDefault ul li a {
        display: block;
        padding: 10px 20px;
        transform: translateY( 20vh );
        transition-delay: 0.3s;
        transition-duration: 1s;
    }
    .is-menu-opened #menuDefault ul li a {
        transform: translateY( 0px );
    }

    #menuDefault ul li a span {
        font-weight: 700;
        font-size: 25px;
        color: #424242;
        letter-spacing: -2px;
        display: inline-block;
        line-height: 25px;
        transition-delay: 0.1s;
        transition-duration: 0.7s;
    }
    .is-scrolling #menuDefault ul li a span {
        /*color: #CCC;*/
    }
    #menuDefault ul li:hover a span {
        color: #000;
    }
    .is-scrolling #menuDefault ul li:hover a span {
        /*color: #000;*/
    }


@media only screen and ( max-width: 1280px ) {
  
}
@media only screen and ( max-width: 1080px ) {

  

}










.section {
    position: relative;
}
.section .section-navigation {
    background-color: transparent;
    width: 5px;
    height: 5px;
    position: relative;
    top: -125px;
}















#homeHero {
    background-color: #FFF;
    background-size: 200% 200%;
    height: 85vh;
    padding: 160px 0 5px 0;
    position: relative;
    z-index: 5;
    transition: all 1.3s ease 0.5s;
    -webkit-transition: all 1.3s ease 0.5s;
}

.scrolling-init #homeHero {
    transition: none;
    -webkit-transition: none;
}


.loading #homeHero {}
.loaded #homeHero {}

    #homeHero .columns {
        background-color: #e9e9e9;
        padding: 0;
        margin: 0;
        border-radius: 25px;
        position: relative;
        top: 5px;
        overflow: hidden;
    }
        #homeHero .columns .column {
            padding: 0;
            margin: 0;
            position: relative;
        }




    #homeHero article {
        padding: 50px;
        position: absolute;
        bottom: 25px;
        left: 0;
        z-index: 3;
        transition-delay: 1.5s !important;
        transition-duration: 3.5s !important;
    }
    .loading #homeHero article {
        /*opacity: 0;*/
        /*transform: translateY( 100px );*/
    }

        #homeHero h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 55px;
            font-weight: 500;
            color: #000;
            text-transform: uppercase;
            letter-spacing: 1px;
            line-height: 45px;
            padding: 0;
            position: relative;
            top: 5px;
            opacity: 1;
            transform: translateY( 0px );
            transition-delay: 0.1s !important;
            transition-duration: 1.2s !important;
        }


        .loading #homeHero h2 {
            transform: translateY( 40px );
            opacity: 0;
        }
            #homeHero h2 strong {
                color: #333;
                display: inline-block;
                
                margin-bottom: 5px;
                position: relative;
            }
            


            #homeHero h3 {
                font-size: 19px;
                font-weight: 500 !important;
                color: #555;
                letter-spacing: 0;
                line-height: 25px;
                padding: 3px 0;
                position: relative;
                top: 5px;
                opacity: 1;
                transform: translateY( 0px );
                transition-delay: 0.3s !important;
                transition-duration: 1.5s !important;
            }
            .loading #homeHero h3 {
                transform: translateY( 35px );
                opacity: 0;
            }

            #homeHero h3 strong {
                display: block;
            }

            #homeHero p {
                position: relative;
            }
            #homeHero p a.is-show-more {
                background-color: #01a0ba;
                font-family: 'Roboto Mono', serif;
                font-size: 15px;
                font-weight: 700;
                color: #FFF;
                margin-top: 20px;
                margin-bottom: 15px;
                display: inline-block;
                height: 35px;
                line-height: 32px;
                padding: 1px 25px;
                border-radius: 10px;
            }
            #homeHero p a.is-show-more::after {
                background-color: #282828;
                content: '';
                width: 100%;
                height: 2px;
                position: absolute;
                bottom: -10px;
                left: 0px;
                z-index: 1;
            }


    #homeHero figure {
        background-color: #000;
        display: block;
        width: 100%;
        height: 68vh;
        max-height: 600px;
        border-radius: 25px;
        overflow: hidden;

    }
        #homeHero figure img {
            display: block;
            width: 100%;
            height: auto;
            position: relative;
            top: -70px;
        }
        #homeHero video {
            display: block;
            width: 100%;
            height: auto;
            position: relative;
            top: -200px;
        }

        #heroVolumeVideo {
            font-size: 25px;
            color: #FFF;
            text-shadow: 1px 1px 1px rgba( 0,0,0,0.2 );
            width: 50px;
            height: 50px;
            position: absolute;
            bottom: 0;
            right: 0;
            z-index: 5;
        }









    #heroGotNext {
        text-align: center;
        width: 25px;
        height: 38px;
        line-height: 38px;
        border: solid 2px #CCC;
        border-radius: 15px;
        position: absolute;
        left: calc( 50% - 12.5px );
        bottom: -97px;
        z-index: 10;
        opacity: 0;
        transform: translateY( -25px );
        transition-delay: 1s;
        transition-duration: 1s;

    }
    .loaded #heroGotNext {
        opacity: 1;
        transform: translateY( 0 );
    }
    .is-scrolling #heroGotNext {
        transition-delay: 0.1s;
        transition-duration: 0.5s;
        opacity: 0;
        transform: translateY( -15px );
    }
        #heroGotNext span {
            font-size: 17px;
            color: #CCC;
        }







@media only screen and ( max-width: 1920px ) {
    #homeHero {
        height: 95vh;
        padding-top: 155px;
    }
    #homeHero figure {
        height: 80vh;
        max-height: 680px;
    }
}
@media only screen and ( max-width: 1620px ) {
    #homeHero {
        height: 95vh;
        padding-top: 145px;
    }
    #homeHero figure {
        height: 70vh;
        max-height: 600px;
    }
}
@media only screen and ( max-width: 1280px ) {

    #homeHero {
        height: 95vh;
        padding-top: 125px;
    }
        #homeHero h2 {
            font-size: 36px;
            font-weight: 500;
            line-height: 34px;
        }

        #homeHero h3 {
            font-size: 16px;
            line-height: 18px;
        }

        #homeHero figure {
            height: 70vh;
            max-height: 480px;
        }

    #heroGotNext {
        bottom: -63px;
    }

}

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

    #homeHero {
        height: 85vh;
    }

        #homeHero h2 {
            font-size: 35px;
            font-weight: 500;
            letter-spacing: 1px;
            line-height: 29px;
        }
        #homeHero h3 {
            font-size: 14px;
            line-height: 15px;
        }


        #homeHero figure {
            height: 70vh;

        }



    #homeHeroInfos {

    }

    
  

}

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

    #homeHero {
        min-height: 100vh;
        padding: 115px 0 75px 0;
        max-height: 1030px;
        height: 1030px;
    }
        #homeHero article {
            padding: 100px 30px 25px 30px;
            position: relative;
        }
            #homeHero h2 {
                font-size: 28px;
                font-weight: 500;
                letter-spacing: 1px;
                line-height: 25px;
            }
            #homeHero h3 {
                font-size: 17px;
                line-height: 18px;
                margin: 8px 0;
            }
            #homeHero h3 strong {
                display: inline-block;
            }
            #homeHero p a.is-show-more {

            }

        #homeHero figure {
            height: 80vh;
        }

    #homeHero video {
        top: -100px;
    }

    #heroGotNext {
        display: none;
        bottom: -75px;
    }

}





























    #about {
        background-color: #FFF;
        min-height: 100vh;
        padding-top: 50px;
        padding-bottom: 100px;
        position: relative;
        z-index: 4;
    }
        #aboutLine {
            background-color: #ff89a8;
            width: calc( 100% + 15vw);
            height: 13px;
            border-radius: 2px;
            position: absolute;
            top: 90px;
            left: 0;
            z-index: 1;
        }

        /*
        #aboutLine::before,
        #aboutLine::after {
            content: '';
            background-color: #ff89a8;
            display: block;
            position: absolute;
        }

        #aboutLine::before {

            width: 13px;
            height: 40px;
            left: 200px;
        }
        #aboutLine::after {
            width: 25px;
            height: 25px;
            border-radius: 25px;
            top: 38px;
            left: 194px;
        }
        */



    #about_why {
        padding: 100px 0 25px 0;
    }
        #about_why h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 75px;
            font-weight: 700;
            color: #282828;
            text-transform: uppercase;
            letter-spacing: -2px;
            line-height: 100px;
            padding: 0;
            margin: 25px 0;
        }

        #about_why h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 40px;
            font-weight: 500;
            color: #CCC;
            line-height: 43px;
            padding: 0;
            margin: 50px 0;
        }
            #about_why h3 span {}
        

        #about_why p {}
        #about_why p a {
            background-color: #ffaa00;
            font-size: 35px;
            font-weight: 700;
            color: #FFF;
            letter-spacing: 1px;
            display: inline-block;
            line-height: 52px;
            padding: 15px 45px 5px 45px;

        }

@media only screen and ( max-width: 1280px ) {
  
}
@media only screen and ( max-width: 1080px ) {

  

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

    #about {
        padding: 0 10px;
    }

        #aboutLine {
            height: 10px;
            top: 20px;
        }
        #aboutLine::before {
            width: 10px;
            height: 30px;
            left: 60px;
        }
        #aboutLine::after {
            width: 20px;
            height: 20px;
            top: 23px;
            left: 55px;
        }
        #about_why h2 {
            font-size: 35px;
            line-height: 40px;
            margin: 0 50px 0 0;
        }
        #about_why h3 {
            color: rgb(40, 40, 40);
            font-size: 27px;
            line-height: 31px;
        }
        #about_why p a {
            width: 100%;
            height: 55px;
            font-size: 25px;
            line-height: 25px;
            margin-bottom: 20px;
        }

}









































#services {
    padding: 0 0 0 0;
    margin: 150px 0 50px;
}

    #services h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 75px;
        font-weight: 700;
        color: #282828;
        text-align: center;

        text-transform: uppercase;
        letter-spacing: -2px;
        line-height: 100px;
        padding: 0;
        margin: 50px 0 100px 0;
    }



    #servicesLine {
        background-color: #ffaa00;
        width: 100%;
        height: 13px;
        border-radius: 2px;
        position: relative;
        top: -35px;
        left: 0;
        right: 0;
        z-index: 1;
    }

    /*
    #servicesLine::before,
    #servicesLine::after {
        content: '';
        background-color: #ffaa00;
        display: block;
        position: absolute;
    }

    #servicesLine::before {
        width: 13px;
        height: 40px;
        left: calc( 50% - 6.5px );
        top: 0;
    }
    #servicesLine::after {
        width: 25px;
        height: 25px;
        border-radius: 25px;
        top: 38px;
        left: calc( 50% - 12.5px );
    }
    */



        
    #servicesCards {
        padding: 75px 0 5px 0;
        margin: 0;
    }

         #servicesCards .columns {}
         #servicesCards .columns .column {}

            #services .service-card {
                background-color: #3375E5;
                display: block;
                width: 100%;
                height: auto;
                min-height: 400px;
                border-radius: 25px;
                overflow: hidden;
                position: relative;
                z-index: 1;
                transform: translateY( 0 );
            }
            #services .service-card:hover {
                z-index: 2;
            }

            #services .service-card .service-card-cover {
                background-color: #000;
                display: block;
                width: 100%;
                min-height: 675px;
                padding:  0 0 15px 0;
                border-radius: 25px;
                overflow: hidden;

            }

                #services .service-card .service-card-cover .service-card-cover-tilt {}


                #services .service-card .service-card-cover figure {
                    background-color: #EEE;
                    display: block;
                    width: 100%;
                    height: 450px;
                    border-radius: 25px;
                    overflow: hidden;
                    transform: scale( 1 );
                    transition-duration: 0.7s;
                }
                #services .service-card:hover .service-card-cover figure {
                    border-radius: 20px;
                    transform: scale( 0.94 );
                }
                #services .service-card .service-card-cover figure img {
                    display: block;
                    width: 100%;
                    height: auto;
                    position: relative;
                    top: -85px;
                    transform: scale( 1.1 );
                }

                #services .service-card .service-card-cover h3 {
                    font-size: 25px;
                    font-weight: 600;
                    color: #FFF;
                    padding: 30px 25px 10px 25px;
                }
                #services .service-card .service-card-cover p {
                    font-size: 20px;
                    font-weight: 400;
                    color: #AAA;
                    line-height: 24px;
                    padding: 2px 25px 5px 25px;
                }
                #services .service-card .service-card-cover p span {
                    display: block;
                    margin-bottom: 10px;
                }



            #services .service-card .service-card-infos {
                display: block;
                min-height: 100px;
                padding: 15px 25px 25px 25px;
            }

            #services .service-card .service-card-infos .columns {
                padding: 0;
                margin: 0 50px;
            }
            #services .service-card .service-card-infos .columns .column {
                text-align: center;
                padding: 0;
                margin: 0;
            }
            #services .service-card .service-card-infos .columns .column:first-child {
                /*text-align: left;*/
            }
            #services .service-card .service-card-infos .columns .column:last-child {
                /*text-align: right;*/
            }

            #services .service-card .service-card-infos p {
                color: #FFF;
                padding: 0;
                margin: 0;
            }
            #services .service-card .service-card-infos p i {
                font-size: 20px;
                display: inline-block;
                width: 20px;
                position: relative;
                top: 0;
            }
            #services .service-card .service-card-infos p span {
                font-size: 20px;
                font-weight: 500;
                display: inline-block;
                min-width: 30px;
            }


            #services .service-card .service-card-infos p a {}
            #services .service-card .service-card-infos p a.button {
                background-color: #000;
                font-size: 15px;
                font-weight: 700;
                color: #FFF;
                text-transform : uppercase;
                display: block;
                width: 100%;
                height: 45px;
                padding: 10px 20px;
                margin-top: 15px;
                border: none;
                border-radius: 15px;
            }
            #services .service-card .service-card-infos p a.button:hover {
                background-color: #e93d87;
            }

            #services .service-card .service-card-infos p a.is-modal-open {
                background-color: #e93d87;
                font-size: 15px;
                font-weight: 700;
                letter-spacing: 0.5px;
                color: #FFF;
                text-transform : uppercase;
                display: block;
                height: 43px;
                padding: 8px 20px;
                margin-top: 15px;
                border: solid 2px #e93d87;
                border-radius: 15px;
                text-align: center;
            }
            #services .service-card .service-card-infos p a.is-modal-open:hover {
                background-color: #000;
                border: solid 2px #000;
            }


            #services .service-card .service-card-infos-extra {
                display: none;
            }


@media only screen and ( max-width: 1500px ) {
    #services .service-card .service-card-cover figure {
        height: 400px;
    }
    #services .service-card .service-card-cover {
        min-height: 600px;
    }

}
@media only screen and ( max-width: 1280px ) {
    #services .service-card .service-card-cover figure {
        height: 300px;
    }
    #services .service-card .service-card-cover {
        min-height: 500px;
    }
    #services .service-card .service-card-cover h3 {
        font-size: 20px;
        padding: 25px 18px 8px 18px;
    }
    #services .service-card .service-card-cover p {
        font-size: 17px;
        padding: 2px 18px 5px 18px;
    }
    #services .service-card .service-card-infos {
        font-size: 18px;
        padding: 10px 15px 15px 15px;
    }
    #services .service-card .service-card-infos p span {
        font-size: 17px;
    }
  
}
@media only screen and ( max-width: 1080px ) {
    #services .service-card .service-card-cover figure {
        height: 480px;
    }
    #services .service-card .service-card-cover {
        min-height: 330px;
    }
}
@media only screen and ( max-width: 768px ) {
    #servicesLine {
        height: 10px;
        top: -10px;
    }
    #servicesLine::before {
        width: 10px;
        height: 30px;
    }
    #servicesLine::after {
        width: 21px;
        height: 21px;
        bottom: 25px;
        left: calc( 50% - 12px );
    }
    #services h2 {
        font-size: 35px;
        line-height: 46px;
        margin: 80px 50px 70px 50px;
    }
        #services .service-card .service-card-cover figure {
            height: 310px;
        }
        #services .service-card .service-card-cover figure img {
            top: -25px;
        }
        #services .service-card {
            margin-bottom: 50px;
        }
    #services .service-card .service-card-infos p span {
        font-size: 14px;
    }

    #services .service-card .service-card-infos .columns {
        margin: 0;
    }
    #services .service-card .service-card-infos .columns .column:first-child {

    }

}









#formJoinMailing {
    background-color: #eeeeee;
    border-radius: 25px;
    padding: 75px;
    margin: 50px 0;
}
#formJoinMailing h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #282828;
    text-transform: uppercase;
    letter-spacing: -2px;
    line-height: 60px;
    padding: 0;
    margin: 0 0 35px 0;
    opacity: 1;
}
#formJoinMailing h4 {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #777;
    line-height: 24px;
    padding: 0;
    margin: 0 0 20px 0;
}

#formJoinMailing .columns {
    padding: 0;
    margin: 0;
}
#formJoinMailing .columns .column {
    padding: 0;
    margin: 0;
}

#formJoinMailing .columns .column {}
#formJoinMailing .columns .column:first-child {
    padding-right: 25px;
}
#formJoinMailing .columns .column:last-child {
    padding-left: 25px;
}


#formJoinMailing label {
    font-size: 18px;
    font-weight: 800;
}
#formJoinMailing input {
    font-size: 23px;
    font-weight: 800;
    height: 50px;
    line-height: 50px;
}

#formJoinMailing button {
    background-color: #E93D87;
    width: 100%;
    height: 50px;
    line-height: 52px;
    margin-top: 15px;
    border-radius: 15px;
    box-shadow: none;
}
#formJoinMailing button span {
    font-size: 20px;
    font-weight: 700;
}
#formJoinMailing {}






#barrierCost {
    padding: 50px 0;
}
#barrierCost h3 {
    background-color: #01a0ba;
    font-size: 40px;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    line-height: 45px;
    padding: 125px 150px;
    border-radius: 0;
}



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

    #formJoinMailing {
        padding: 25px;
    }
    #formJoinMailing h3 {
        font-size: 34px;
        line-height: 40px;
    }
    #formJoinMailing .columns .column {
        padding-bottom: 50px;
    }
    #formJoinMailing .columns .column:first-child {
        padding-right: 0;
    }
    #formJoinMailing .columns .column:last-child {
        padding-left: 0;
    }


    #barrierCost {
        padding: 10px 0;
    }
    #barrierCost h3 {
        font-size: 28px;
        line-height: 35px;
        padding: 125px 25px;
    }
}











    #aboutStory {
        background-color: #FFF;
        min-height: 100vh;
        padding-top: 50px;
        position: relative;
        z-index: 4;
    }
        /*
            #aboutStoryLine {
                background-color: #A74BF5;
                width: 100%;
                height: 13px;
                border-radius: 2px;
                position: absolute;
                top: 100px;
                right: 0;
                z-index: 1;
            }
            #aboutStoryLine::before,
            #aboutStoryLine::after {
                content: '';
                background-color: #A74BF5;
                display: block;
                position: absolute;
            }
        */

        #aboutStoryLine::before {

            width: 13px;
            height: 40px;
            left: 250px;
        }
        #aboutStoryLine::after {
            width: 25px;
            height: 25px;
            border-radius: 25px;
            top: 38px;
            left: 244px;
        }



    #about_story {
        padding: 100px 0 25px 0;
    }
        #about_story h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 75px;
            font-weight: 700;
            color: #282828;
            text-transform: uppercase;
            letter-spacing: -2px;
            line-height: 100px;
            padding: 0;
            margin: 50px 0;
        }

        #about_story h3 {
            font-family: 'Roboto', sans-serif;
            font-size: 40px;
            font-weight: 500;
            color: #CCC;
            line-height: 43px;
            padding: 0;
            margin: 50px 0;
        }
            #about_story h3 span {}
        

        #about_story p {}
        #about_story p a {
            background-color: #A74BF5;
            font-size: 25px;
            font-weight: 700;
            color: #FFF;
            display: inline-block;
            height: 55px;
            line-height: 52px;
            padding: 5px 35px;

        }



@media only screen and ( max-width: 1280px ) {
  
}
@media only screen and ( max-width: 1080px ) {

  

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

    #aboutStory {
        padding: 0 10px;
    }

        #aboutStoryLine {
            height: 10px;
            top: 20px;
        }
        #aboutStoryLine::before {
            width: 10px;
            height: 30px;
            left: 60px;
        }
        #aboutStoryLine::after {
            width: 20px;
            height: 20px;
            top: 23px;
            left: 55px;
        }
        #about_story h2 {
            font-size: 35px;
            line-height: 40px;
            margin: 0 50px 0 0;
        }
        #about_story h3 {
            color: rgb( 40,40,40 );
            font-size: 27px;
            line-height: 31px;
        }
        #about_story p a {
            width: 100%;
        }

}






























#team {
    padding: 0;
    margin: 15px 0 50px;
}

    #team h2 {
        font-family: 'Roboto', sans-serif;
        font-size: 75px;
        font-weight: 700;
        color: #282828;
        text-align: right;

        text-transform: uppercase;
        letter-spacing: -2px;
        line-height: 100px;
        padding: 0;
        margin: 25px 0 50px 0;
    }



    #teamLine {
        background-color: #876eae;
        width: calc( 100% + 15vw );
        height: 13px;
        border-radius: 2px;
        position: absolute;
        top: -40px;
        left: auto;
        right: 0;
        z-index: 1;
    }

    /*
    #teamLine::before,
    #teamLine::after {
        content: '';
        background-color: #876eae;
        display: block;
        position: absolute;
    }

    #teamLine::before {
        width: 13px;
        height: 40px;
        left: calc( 90% - 6.5px );
        top: 0;
    }
    #teamLine::after {
        width: 25px;
        height: 25px;
        border-radius: 25px;
        top: 38px;
        left: calc( 90% - 12.5px );
    }
    */



        
    #teamCards {
        padding: 25px 0 0 0;
        margin: 0;
    }
            #team .team-card {
                background-color: #282828;
                display: block;
                width: 100%;
                height: auto;
                min-height: 400px;
                border-radius: 25px;
                overflow: hidden;
            }

            #team .team-card .team-card-cover {
                background-color: #000;
                display: block;
                width: 100%;
                min-height: 200px;
                padding:  0;
                border-radius: 25px;
                overflow: hidden;

            }

                #team .team-card .team-card-cover figure {
                    display: block;
                    width: 100%;
                    height: 300px;
                    border-radius: 23px;
                    overflow: hidden;
                    transform: scale( 1.03 );
                }
                #team .team-card:hover .team-card-cover figure {
                    border-radius: 20px;
                    transform: scale( 0.95 );
                }

                #team .team-card .team-card-cover figure img {
                    display: block;
                    width: 100%;
                    height: auto;
                    position: relative;
                    top: -65px;
                }

                



            #team .team-card .team-card-infos {
                display: block;
                min-height: 100px;
                padding: 30px 35px 25px;
                position: relative;
            }

            #team .team-card .team-card-infos .columns {
                padding: 0;
                margin: 0;
            }
            #team .team-card .team-card-infos .columns .column {
                padding: 0;
                margin: 0;
            }

            #team .team-card .team-card-infos a.link-icon {
                font-size: 25px;
                color: #E93D87;
                display: none;
                position: absolute;
                top: 10px;
                right: 25px;
            }


            #team .team-card .team-card-infos h3 {
                font-size: 18px;
                font-weight: 500;
                color: #FFF;
                padding: 0 45px 12px 0;
            }
            #team .team-card .team-card-infos h3 em {
                font-size: 17px;
                font-style: normal;
            }

            #team .team-card .team-card-infos p {
                font-size: 16px;
                font-weight: 500;
                color: #777;
                line-height: 20px;
                letter-spacing: 0.2px;
                min-height: 50px;
                padding: 0 0 5px 0;
            }
            #team .team-card .team-card-infos p a {
                font-size: 13px;
                font-weight: 400;
                text-align: center;
                color: #ffaa00;
                display: block;
                border: solid 1px #ffaa00;
                border-radius: 10px;
                padding: 2px;
                margin-top: 15px;

            }
            #team .team-card .team-card-infos p span {}
            #team .team-card .team-card-infos-extra {
                display: none;
            }


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

    #team .team-card .team-card-cover figure {
        height: 235px;
    }
    #team .team-card {
        min-height: 325px;
        border-radius: 15px;
    }

    #team .team-card .team-card-cover {
        border-radius: 15px;
    }
    #team .team-card .team-card-cover figure {
        border-radius: 10px;
    }
    #team .team-card .team-card-cover figure img {
        top: -65px;
    }

    #team .team-card .team-card-infos {
        min-height: 80px;
        padding: 12px 18px 10px 18px;
    }
    #team .team-card .team-card-infos h3 {
        font-size: 16px;
    }
    #team .team-card .team-card-infos p {
        font-size: 14px;
    }
    #team .team-card .team-card-infos p a {
        font-size: 11px;
    }

  
}
@media only screen and ( max-width: 1080px ) {

  

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

    #teamLine {
        height: 10px;
    }
    #teamLine::before {
        width: 10px;
        height: 35px;
    }
    #teamLine::after {
        width: 20px;
        height: 20px;
        top: 30px;
        left: calc( 90% - 11.5px );
    }
    
    #team h2 {
        font-size: 35px;
        line-height: 56px;
        margin: 70px 0 2px 0;
    }

    #team .team-card .team-card-cover figure {
        height: 335px;
    }

    #team .team-card .team-card-cover figure img {
        top: -75px;
    }


}
































    #faq {
        background-color: #FFF;
        min-height: 100vh;
        padding: 50px 0 0 0;
        position: relative;
        z-index: 4;
    }

        #faq h2 {
            font-family: 'Roboto', sans-serif;
            font-size: 75px;
            font-weight: 700;
            color: #282828;
            text-align: center;
            text-transform: uppercase;
            letter-spacing: -2px;
            line-height: 100px;
            padding: 0;
            margin: 25px 0;
        }


        #faqLine {
            background-color: #000;
            width: 100%;
            height: 13px;
            border-radius: 2px;
            position: relative;
            top: -5px;
            left: 0;
            right: 0;
            z-index: 1;
        }

        /*
        #faqLine::before,
        #faqLine::after {
            content: '';
            background-color: #000;
            display: block;
            position: absolute;
        }
        #faqLine::before {
            width: 13px;
            height: 40px;
            left: calc( 50% - 6.5px );
            bottom: 0;
        }
        #faqLine::after {
            width: 25px;
            height: 25px;
            border-radius: 25px;
            bottom: 38px;
            left: calc( 50% - 12.5px );
        }
        */



    #faq_content {
        padding: 100px 0 25px 0;
    }
        #faq_content .faq-item {}

            #faq_content h3 {
                font-family: 'Roboto', sans-serif;
                font-size: 55px;
                font-weight: 700;
                color: #282828;
                text-transform: uppercase;
                letter-spacing: -2px;
                line-height: 60px;
                padding: 0;
                margin: 0;
                opacity: 1;
            }
            #faq_content h3 span {
                height: 100px;
                float: left;
                margin-right: 10px;
                opacity: 0.2;
            }

            #faq_content h4 {
                font-family: 'Roboto', sans-serif;
                font-size: 35px;
                font-weight: 500;
                color: #777;
                line-height: 48px;
                padding: 0;
                margin: 25px 50px 100px 75px;
            }
                #faq_content h3 span {}
        

@media only screen and ( max-width: 1280px ) {
  
}
@media only screen and ( max-width: 1080px ) {

  

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

    
    #faq .container {}
    #faq h2 {
        font-size: 35px;
        line-height: 56px;
        margin-bottom: 75px;
    }


    #faqLine {
        height: 10px;
    }

    #faqLine::before {
        width: 10px;
        height: 30px;
    }
    #faqLine::after {
        width: 20px;
        height: 20px;
        bottom: 30px;
        left: calc( 50% - 12.5px );
    }

    #faq_content {
        padding: 55px 0 25px 0;
    }

    #faq_content h3 {
        font-size: 35px;
        line-height: 35px;
    }
    #faq_content h4 {

        font-size: 25px;
        line-height: 22px;
        margin: 25px 0 50px 55px;

    }
    #faq_content h3 span {
        height: 150px;
    }


}





















#contact {
    padding: 0;
    margin: 0;
    position: relative;
    z-index: 5;
}



    #contactContent {
        background-color: #e9e9e9;
        display: block;
        width: 100%;
        min-height: 50vh;
        border-radius: 25px;
        position: relative;
        overflow: hidden;
    }
        #contactContent .columns {
            margin: 0;
        }
            #contactContent .column {
                padding: 5% 6% 4% 6%;
                position: relative;
            }
            #contactContent .column:first-child {
                background-color: #000;
                border-radius: 25px;
            }
            #contactContent .column:last-child {}
                #contactContent h2 {
                    font-size: 35px;
                    font-weight: 700;
                    color: #FFF;
                    margin-bottom: 10px;
                }

                #contactContent .partners-brands {}
                #contactContent .partners-brands a {
                    display: inline-block;
                }
                #contactContent .partners-brands a img {
                    display: block;
                    width: 100px;
                    height: auto;
                }

                #contactContent .partners-brands {
                    margin-bottom: 25px;
                }
                #contactContent .partners-brands a,
                #contactContent .certifactions-brands a {
                    background-color: #FFF;
                    display: inline-block;
                    width: 150px;
                    height: 150px;
                    border-radius: 10px;
                    margin: 0 10px 10px 0;
                    overflow: hidden;
                    position: relative;

                }
                #contactContent .partners-brands a img,
                #contactContent .certifactions-brands a img {
                    display: block;
                    width: 90%;
                    height: auto;
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    transform: translate( -50%, -50% );
                }
                #contactContent .certifactions-brands a {
                    width: 200px;
                    height: 125px;
                }





                #contactContent h2 strong {}
                #contactContent p {
                    font-size: 15px;
                    font-weight: 400;
                    color: #AAA;
                    line-height: 16px;
                    letter-spacing: 0;
                    max-width: 500px;
                }



                #formContacts {
                    max-width: 500px;
                    padding: 30px 0 5px 0;
                    margin: 0;
                }
                #formContacts .columns .column {}
                #formContacts .columns .column:first-child {
                    padding-right: 25px;
                }
                #formContacts .columns .column:last-child {
                    padding-left: 25px;
                }

                #formContacts .input-field {
                    padding: 0;
                    margin: 0 0 20px 0;
                }

                #formContacts label {
                    color: #FFF !important;
                    font-weight: 900;
                    font-size: 11px;
                    text-transform: uppercase;
                    letter-spacing: 0.5px;
                    display: block;
                    padding: 0 1px;
                }
                

                #formContacts input {
                    font-size: 12px;
                    color: #E93C87 !important;
                    font-weight: 500;
                }

                #formContacts textarea {
                    font-size: 16px;
                    color: #E93C87 !important;
                    font-weight: 500;

                    height: 100px;
                    line-height: 19px;

                    padding: 10px 0 25px 0;
                }

                #formContacts .character-counter {
                    color: #999;
                }
                #sendContact {
                    border-radius: 15px;
                }

                #formContacts .columns {
                    height: auto;
                    padding: 0;
                    margin: 0;
                }
                #formContacts .columns .column {
                    height: auto;
                    padding: 0;
                    margin: 0;
                }










                #contactContentLogo {
                    width: 250px;
                    position: absolute;
                    top: 40%;
                    right: 50px;
                    z-index: 2;
                }
                #contactContentLogo img {
                    display: block;
                }

                    #credits {
                        padding: 25px 0;
                    }
                    #credits .columns {
                        padding: 0;
                        margin: 0;
                    }
                    #credits .column {
                        padding: 0;
                        margin: 0;
                    }
                    #credits .column p {
                        font-size: 15px;
                        font-weight: 700;
                        color: #999;
                    }
                    #credits .column p strong {}


                    #credits .column p span {
                        font-size: 13px;
                        font-weight: 500;
                        color: #AAA;
                        letter-spacing: 0.5px;
                    }
                    #credits .column p a {
                        font-weight: 700;
                        color: #999;
                    }
                    #credits .column p a:hover {
                        color: #000;
                    }









@media only screen and ( max-width: 1280px ) {
    #contactContent .column {
        padding: 4% 7% 2% 7%;
    }
}
@media only screen and ( max-width: 1080px ) {

  

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

    #contactContent {
        height: auto;
        padding: 0 0 15px 0;
    }
    #formContacts {
        padding: 30px 10px 5px 10px;
    }

    #formContacts .columns .column {
        padding-right: 0;
        padding-left: 0;
    }
    #sendContact {
        background-color: #E93C87 !important;
        margin-top: 35px;
    }
    #contactContentLogo {
        width: 330px;
        position: relative;
        right: -90px;
        top: -4px;
    }
    #credits {
        padding: 25px 65px;
    }
    #credits p {
        text-align: center !important;
    }

    #contactContent h2 {
        padding-top: 15px;
    }

    #contactContent .partners-brands a,
    #contactContent .certifactions-brands a {
        width: 115px;
        height: 115px;
    }

    #formContacts .columns .column:last-child {
        padding-left: 0;
    }

}








#certification {

}
#certification img {
    display: block;
    width: 200px;
    margin: 0 auto 50px auto;
}




















#contentHeader {
    background-color: #111111;
    background-image: linear-gradient( 150deg, #202020 0%, #111 18%, #000 30%, #140024 60%, #19002d 80%, #230044 100% );
    background-size: 200% 200%;
    height: 50vh;
    padding: 200px 0 100px 0;
    position: relative;
    z-index: 5;
    animation: gradientAnimation 12s ease-in-out infinite;
    transition: all 1.3s ease 0.5s;
    -webkit-transition: all 1.3s ease 0.5s;
}

.scrolling-init #contentHeader {
    transition: none;
    -webkit-transition: none;
}

.loading #contentHeader {
    height: 100vh;
    /*background-color: #111111;*/
    /*background-image: linear-gradient( 150deg, #202020 0%, #111 18%, #000 30%, #030000 60%, #19002d 80%, #230044 100% );*/
}

#contentHeader .container {
    position: relative;
}
#contentHeader h1 {
    font-size: 50px;
    font-weight: 900;
}
#contentHeader h1 span {}
#contentHeader h2 {}
#contentHeader h2 span {}
#contentHeader p {
    font-size: 15px;
    font-weight: 500;
    color: #FFF;
}
#contentHeader p a {}
#contentHeader p span {}
#contentHeader p strong {
    color: #00FF00;
    font-weight: 900;
}




#contentTerms {
    background-color: #FFF;
    display: block;
    width: 100%;
    min-height: 150vh;
    padding: 100px 0 50px 0;
}





#content_terms_sidebar {
    background-color: #CCC;

    padding: 25px;
    border-radius: 10px;
    
    position: relative;
    top: 0;
    left: 0;
    z-index: 5;

    transition: top 0.3s ease-out, transform 0.3s ease-out;
}

.is-scrolling-up #content_terms_sidebar {
    /* top: 100px; */
}
.is-scrolling-down #content_terms_sidebar {}






    #content_terms_sidebar ul {}
    #content_terms_sidebar ul li {}
    #content_terms_sidebar ul li a {
        display: block;
    }
    #content_terms_sidebar ul li a span {
        font-size: 25px;
        font-weight: 700;
        color: #999;
    }
    #content_terms_sidebar ul li a:hover span {
        color: #000;
    }
    #content_terms_sidebar ul li strong {}








    #contentTerms article {
        padding: 25px;
    }

    #contentTerms h2 {
        font-size: 35px;
        font-weight: 900;
        margin: 0 0 25px 0;
    }
    #contentTerms h2 span {}


    #contentTerms h3 {
        font-size: 15px;
        font-weight: 700;
        margin: 0 0 25px 0;
    }
    #contentTerms h2 span {}


    #contentTerms p {
        font-size: 18px;
        font-weight: 500;
        margin: 0 0 25px 0;
    }
    #contentTerms p a {}



    #contentTerms ul {
        margin: 0 0 25px 25px;
    }
    #contentTerms ul li {
        margin: 0 0 15px 0;
    }
    #contentTerms ul li a {}
    #contentTerms {}
    #contentTerms {}
    #contentTerms {}
    #contentTerms {}
    #contentTerms {}









#_modal_content_footer {
    background-color: #FFF;
    display: none;
    width: 90%;
    max-width: 1000px;
    min-height: 35%;
    padding: 20px 5px 5px 5px;
    border-radius: 25px;

    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
    opacity: 0;
    overflow: hidden;
    transform: translateY( -50% ) translateX( -50% );
    box-shadow: 0 0 150px rgba( 0,0,0,0.4 );
}
#_modal_content_footer .is-close {
    font-size: 25px;
    border: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 5;
}
#_modal_content_footer_content {
    padding: 50px 10px;
    max-height: 85vh;
    overflow-x: hidden;
    overflow-y: scroll;
}
#_modal_content_footer_content .columns {
    padding: 25px 0;
}
#_modal_content_footer_content h4 {
    font-weight: 700;
    font-size: 12px;
    margin-bottom: 5px;
    opacity: 0.7;
}
#_modal_content_footer_content h3 {
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}
#_modal_content_footer_content p {
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}
#_modal_content_footer_content p a {
    background-color: #A74BF5;
    font-family: 'Roboto Mono', serif;
    font-size: 15px;
    font-weight: 700;
    color: #FFF;
    margin-top: 20px;
    margin-bottom: 15px;
    display: inline-block;
    height: 35px;
    line-height: 32px;
    padding: 1px 25px;
    border-radius: 10px;
}
#_modal_content_footer_content p .button {}


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

}

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



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

    #_modal_content_footer {
        background-color: #FFF;

        width: 100%;
        height: 90vh;
        padding: 20px 0 0 0;
        border-radius: 20px 20px 0 0;

        top: initial;
        left: 0;
        right: 0;
        bottom: 0;
        transform: translateY( -43% ) translateX( 0 );
    }

}