.elementor-kit-7{--e-global-color-primary:#F0EBE1;--e-global-color-secondary:#171716;--e-global-color-text:#F0EBE1;--e-global-color-accent:#F0EBE1;--e-global-color-e38eec7:#CFC9BD;--e-global-color-138a85c:#BD927C;--e-global-color-ddf63e1:#434431;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;color:#F0EBE1;font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:normal;line-height:35px;background-color:#171716;}.elementor-kit-7 a{color:var( --e-global-color-primary );line-height:1.2em;}.elementor-kit-7 a:hover{color:var( --e-global-color-e38eec7 );}.elementor-kit-7 h1{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:50px;font-weight:normal;}.elementor-kit-7 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:55px;font-weight:normal;line-height:1.2em;}.elementor-kit-7 h3{color:var( --e-global-color-primary );font-family:"Futura", Sans-serif;font-size:30px;line-height:40px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-family:"Futura", Sans-serif;font-size:20px;font-weight:normal;text-transform:uppercase;color:var( --e-global-color-primary );background-color:#17171600;border-style:solid;border-width:1px 1px 1px 1px;border-radius:100px 100px 100px 100px;padding:20px 30px 20px 35px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{color:var( --e-global-color-secondary );background-color:#F0EBE1;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header{padding-inline-end:0px;padding-inline-start:0px;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{font-size:17px;line-height:32px;}.elementor-kit-7 h1{line-height:1.2em;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:17px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Improved Animations Stylesheet from https://element.how/elementor-improve-entrance-animations/ , works for the 'fade' animations */

@keyframes fadeDown {
    from {
        opacity: 0;
        transform: translate3d(0,-30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInDown {
    animation-name: fadeDown
}

@keyframes fadeLeft {
    from {
        opacity: 0;
        transform: translate3d(-30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInLeft {
    animation-name: fadeLeft
}

@keyframes fadeRight {
    from {
        opacity: 0;
        transform: translate3d(30px,0,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInRight {
    animation-name: fadeRight
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translate3d(0,30px,0)
    }

    to {
        opacity: 1;
        transform: none
    }
}

.elementor-element.fadeInUp {
    animation-name: fadeUp
}




div[data-elementor-type="wp-page"] {
    overflow-x: hidden!important;
}





/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #dfdfdf;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #333;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}


body{
    overflow-x: hidden!important;
    overflow-y: visible;
}

.sectionWrapper{
    padding:50px 30px;
}







.cf-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
.cf-col-1, .cf-col-2, .cf-col-3, .cf-col-4, .cf-col-5, .cf-col-6, .cf-col-7, .cf-col-8, .cf-col-9, .cf-col-10, .cf-col-11, .cf-col-12 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 5px;
    padding-left: 5px;
}




@media ( min-width: 576px ) {
    .cf-col-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .cf-push-1 { margin-left: 8.333333%; }
    .cf-col-2 {
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .cf-push-2 { margin-left: 16.66667%; }
    .cf-col-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .cf-push-3 { margin-left: 25%; }
    .cf-col-4 {
        -ms-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .cf-push-4 { margin-left: 33.33333%; }
    .cf-col-5 {
        -ms-flex: 0 0 41.66667%;
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .cf-push-5 { margin-left: 41.66667%; }
    .cf-col-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .cf-push-6 { margin-left: 50%; }
    .cf-col-7 {
        -ms-flex: 0 0 58.33333%;
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .cf-push-7 { margin-left: 58.33333%; }
    .cf-col-8 {
        -ms-flex: 0 0 66.66667%;
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .cf-push-8 { margin-left: 66.66667%; }
    .cf-col-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .cf-push-9 { margin-left: 75%; }
    .cf-col-10 {
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .cf-push-10 { margin-left: 83.33333%; }
    .cf-col-11 {
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .cf-push-11 { margin-left: 91.66667%; }
    .cf-col-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}







input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select {
    width: 100%;
    border: 1px solid #F0EBE152;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin-bottom: 10px;
    padding-bottom:4px!important;
    background-color: #00000000;
    border-radius: 0px!important;
    padding: .5rem 0rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color:#F0EBE1;
    font-size:17px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
        

}






textarea.wpcf7-form-control.wpcf7-textarea {
    margin-top: 10px!important;
    color:#F0EBE1;
    font-size:15px;
}

span.wpcf7-list-item {
    margin-top: 10px;
    color: #8C8984;
    margin-right: 30px!important;
    margin-left:0px!important;
    line-height: 37px;
    text-transform:normal!important;
    font-family: 'Montserrat', sans-serif;
}

span.wpcf7-list-item.last {
    margin-right:0px!important;
}

textarea {
    width: 100%;
    border: 1px solid #F0EBE152;

    margin-top:10px;
    background-color: #00000000;
    border-radius: 21px!important;
    padding: 15px 15px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    color:#F0EBE1;
}


.cf7-smart-grid.has-grid .wpcf7-submit {
    background: transparent!important;
    border: solid 1px #F0EBE1!important;
    border-radius: 0px!important;
    font-size: 100%;
    font-weight: 400!important;
    display: block;
    margin:0 auto;
    text-transform:uppercase;
    font-family: 'Montserrat', sans-serif;
    color: #F0EBE1!important;
    min-width: 300px!important;
    width:auto!important;
}

button.wpcf7-submit.buttonCTA {
    border-color: #F0EBE1;
    color: #F0EBE1;
 
}

option {
    background-color: #8C8984;
    color: #8C8984;
    
}


.cf7-smart-grid.has-grid .field>label em {
    color: #F0EBE1!important;
}

input[type=date]:focus, input[type=email]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=url]:focus, select:focus, textarea:focus {
    border-color: #F0EBE1;
    outline: 0 none;
}


label {
    display: block;
    color: #F0EBE1;
    font-size:15px;
    margin-top:10px;
    text-indent: 12px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

label.interesse {
color:#8C8984;
        font-family: 'Montserrat', sans-serif;
        text-indent: 0px!important;

}


::-webkit-input-placeholder { /* WebKit browsers */
color: #F0EBE1 !important;
opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-size:17px;
    font-weight:400;

}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
color: #F0EBE1 !important;
opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-size:17px;
    font-weight:400;

}
::-moz-placeholder { /* Mozilla Firefox 19+ */
color: #F0EBE1 !important;
opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-size:17px;
    font-weight:400;

}
:-ms-input-placeholder { /* Internet Explorer 10+ */
color: #F0EBE1 !important;
opacity: 1;
    font-family: 'Montserrat', sans-serif;
    font-size:17px;
    font-weight:400;

}



.cf7sg-container .cf7-smart-grid.has-grid .container {
    max-width: 100%!important;
    margin: 0 auto;
    padding:0px!important;
    width: 100%;
    flex-wrap: wrap;
    zoom: 1;
    display: block;
}


[type=button]:focus, [type=submit]:focus, button:focus {
    outline:none!important;
    
}

.cf7-smart-grid.has-grid .field>label {
    display: block;
    margin-bottom: 0;
    margin-top: 20px;
}

.field-checkbox {
    margin-left: -20px;
    
}

.field-checkbox label {
color: #F0EBE1;
    font-family: 'Montserrat', sans-serif;
    margin-top:40px;
        text-indent:40px;

}

.cf7-smart-grid.has-grid .field>label em {
    color: #F0EBE1!important;
}


@media (min-width: 481px) {
.cf7sg-container .cf7-smart-grid.has-grid .columns.one-half, .cf7sg-container .cf7-smart-grid.has-grid .columns.six {
    width: 48.93617%;
    padding-right: 0px;
}}






.elementor-kit-7 .wpcf7-submit {
    display: block;
margin-top:20px!important;
 margin:auto;
}



.elementor-kit-7 .wpcf7-submit:hover {
    background-color: #F0EBE1!important;
border-color:#F0EBE1!important;
color:#171716;
}




.wpcf7 form.sent .wpcf7-response-output {
    border-color: #F0EBE1;
    color: #F0EBE1;
}

label.hidden_label {
    display: none!important;
    margin-bottom: 0;
}
input.wpcf7-form-control.wpcf7-submit {
    margin-top: 30px!important;
}


label.interest { 
    margin-left:0px!important;
    padding-left:0px!important;
text-indent:0px!important;
}




.champinteret span.wpcf7-list-item-label{
    font-size:17px!important;
    color:#F0EBE1;
    font-weight:400;
}

.info-tip {
    margin-top:20px!important;
}


.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
    top: 35px!important;
    padding: 3px 0px!important;

}

.cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
    background: transparent!important;
}
.wpcf7-not-valid-tip {
    color: #F0EBE1;
    font-size: .6em!important;
}


.recaptcha_text {
    margin-top:30px;
    font-size:14px;
    line-height:1.2em;
    color:#F0EBE1;
    opacity:0.6;
}


.recaptcha_text a {
    text-decoration:underline;
        color:#F0EBE1;
            opacity:0.6;

}




/*CHECKBOX */



span.wpcf7-list-item {
display: inline-block;
margin: 10px;
}


.wpcf7 .wpcf7-list-item {
display: inline-block;
margin-bottom: 10px;
}


.wpcf7-checkbox label, .mc4wp-checkbox label  {
position: relative;
cursor: pointer;
line-height:19px;
}

.mc4wp-checkbox label  {
position: relative;
cursor: pointer;
line-height:19px;
}


.wpcf7-checkbox input[type=checkbox], .mc4wp-checkbox input[type=checkbox]{
/*position: relative;*/
position: absolute;
visibility: hidden;
width: 15px;
height: 15px;
top: 0;
left: 0;
}



span.wpcf7-list-item-label {
    text-indent: 0px;;
}
.wpcf7-checkbox{
    margin-left:10px;
}
.wpcf7-checkbox input[type=checkbox] + span:before, .mc4wp-checkbox input[type=checkbox] + span:before {
display: block;
position: absolute;
content: '';
border-radius: 0;
height: 13px;
width: 13px;
top: 3px;
left: -10px;
border:1px solid #F0EBE1;
background-color: transparent;
}


.wpcf7-checkbox input[type=checkbox] + span:after, .mc4wp-checkbox input[type=checkbox] + span:after {
display: block;
position: absolute;
content: "";
background-color:#F0EBE1;
height: 13px;
width: 13px;
top: 3px;
border-radius:0;
left: -10px;
visibility: hidden;
font-size: 19px;
text-align: center;
line-height: 30px;
}


.wpcf7-checkbox input[type=checkbox]:checked + span:before, .mc4wp-checkbox input[type=checkbox]:checked + span:before {
background: transparent;
}


.wpcf7-checkbox input[type=checkbox]:checked + span:after, .mc4wp-checkbox input[type=checkbox]:checked + span:after {
visibility: visible;
}


.wpcf7-list-item-label {
margin-left: 0px;
display: inline-block;
}





@media only screen and (max-width: 768px) {

button.wpcf7-submit.buttonCTA {
    margin:auto
    ;
}

span.wpcf7-form-control.wpcf7-checkbox.wpcf7-validates-as-required {
    display: block!important;
}

}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Futura';
	font-style: normal;
	font-weight: normal;
	font-display: auto;
	src: url('https://exal.devsynergie.com/wp-content/uploads/2023/09/futura_medium-webfont.woff2') format('woff2'),
		url('https://exal.devsynergie.com/wp-content/uploads/2023/09/futura_medium-webfont.woff') format('woff'),
		url('https://exal.devsynergie.com/wp-content/uploads/2023/09/futura_medium-webfont.ttf') format('truetype');
}
/* End Custom Fonts CSS */