.elementor-kit-6{--e-global-color-primary:#495E51;--e-global-color-secondary:#E7DFD2;--e-global-color-text:#E7DFD2;--e-global-color-accent:#E2D4BE;--e-global-typography-primary-font-family:"Comfortaa";--e-global-typography-primary-font-weight:300;--e-global-typography-secondary-font-family:"Comfortaa";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Comfortaa";--e-global-typography-text-font-weight:300;--e-global-typography-text-line-height:1.2em;--e-global-typography-accent-font-family:"Comfortaa";--e-global-typography-accent-font-weight:900;background-color:var( --e-global-color-primary );color:var( --e-global-color-text );font-family:"Comfortaa", Sans-serif;font-size:16px;font-weight:400;line-height:1.4em;}.elementor-kit-6 button,.elementor-kit-6 input[type="button"],.elementor-kit-6 input[type="submit"],.elementor-kit-6 .elementor-button{background-color:#495E5100;color:var( --e-global-color-secondary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:50px 50px 50px 50px;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 p{margin-block-end:10px;}.elementor-kit-6 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{color:var( --e-global-color-secondary );font-family:"Comfortaa", Sans-serif;font-size:60px;font-weight:300;line-height:1.2em;}.elementor-kit-6 h2{color:var( --e-global-color-secondary );font-family:"Comfortaa", Sans-serif;font-size:45px;font-weight:600;line-height:1.2em;}.elementor-kit-6 h3{color:var( --e-global-color-secondary );font-family:"Comfortaa", Sans-serif;font-size:38px;font-weight:300;line-height:1.2em;}.elementor-kit-6 h4{color:var( --e-global-color-secondary );font-family:"Comfortaa", Sans-serif;font-size:30px;font-weight:300;line-height:1.2em;}.elementor-kit-6 h5{color:var( --e-global-color-secondary );font-family:"Comfortaa", Sans-serif;font-size:25px;font-weight:300;line-height:1.2em;}.elementor-kit-6 h6{color:var( --e-global-color-secondary );font-family:"Comfortaa", Sans-serif;font-size:20px;font-weight:300;line-height:1.2em;}.elementor-kit-6 button:hover,.elementor-kit-6 button:focus,.elementor-kit-6 input[type="button"]:hover,.elementor-kit-6 input[type="button"]:focus,.elementor-kit-6 input[type="submit"]:hover,.elementor-kit-6 input[type="submit"]:focus,.elementor-kit-6 .elementor-button:hover,.elementor-kit-6 .elementor-button:focus{color:var( --e-global-color-primary );border-style:solid;border-width:1px 1px 1px 1px;border-color:var( --e-global-color-secondary );border-radius:50px 50px 50px 50px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1366px){.elementor-kit-6 a{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 a:hover{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:1024px){.elementor-kit-6 a{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 a:hover{line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-6 a{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 a:hover{line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 h1{font-size:45px;}.elementor-kit-6 h2{font-size:40px;}.elementor-kit-6 h3{font-size:32px;}.elementor-kit-6 h4{font-size:28px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */::selection {
    color: #495e51;
    background: #e7dfd2;
}

html, body {
    overflow-x: hidden;
}

.btn-archeli a, .btn-archeli-vert a {
    position: relative;
    z-index: 1;
}
.btn-archeli a::before {
    content:"";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #e7dfd2;
    transition: all ease 0.2s;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
}
.btn-archeli-vert a::before {
    content:"";
    width: 0;
    height: 100%;
    left: 50%;
    top: 0;
    background: #495e51;
    transition: all ease 0.2s;
    border-radius: 50px;
    position: absolute;
    z-index: -1;
}
.btn-archeli a:hover::before, .btn-archeli-vert a:hover::before {
width: 100%;
left: 0;
}
    .elementor-widget-text-editor strong {
        font-weight: 900 !important;
    }
    
    .elementor-widget-text-editor p {
        margin-top: 10px;
    }/* End custom CSS */