.elementor-kit-6{--e-global-color-primary:#4690CD;--e-global-color-secondary:#3AAEDF;--e-global-color-text:#00396A;--e-global-color-accent:#1A3A68;--e-global-color-01558f6:#FFFFFF;--e-global-color-2424d05:#E9F5FA;--e-global-color-89a1e40:#00203C;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:32px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Open Sans";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.6em;--e-global-typography-accent-font-family:"Open Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:600;color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-kit-6 a{color:var( --e-global-color-secondary );font-family:"Open Sans", Sans-serif;font-size:16px;font-weight:bold;}.elementor-kit-6 a:hover{color:var( --e-global-color-accent );}.elementor-kit-6 h1{color:var( --e-global-color-01558f6 );font-family:"Montserrat", Sans-serif;font-size:48px;font-weight:bold;}.elementor-kit-6 h2{color:var( --e-global-color-primary );font-family:"Montserrat", Sans-serif;font-size:30px;font-weight:bold;}.elementor-kit-6 h3{font-family:"Montserrat", Sans-serif;font-size:20px;font-weight:300;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end: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:1024px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );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:600px){.elementor-kit-6{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*TEXTS*/
p {
    line-height: 1.7;
}
h4 {
    line-height: 1.4;
}

/*MENU - Last item*/
.menu-item-highlight{
    background: rgb(58,174,223);
background: linear-gradient(90deg, rgba(58,174,223,1) 0%, rgba(70,144,205,1) 100%);
    border-radius: 5px;
    margin-left: 12px !important;
}
.menu-item-highlight a{
    padding-left: 30px !important;
    padding-right: 30px !important;
}
.menu-item-highlight:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background: white;
    border-radius: 5px;
    opacity: 0;
    transition: all 0.3s;
}
.menu-item-highlight:hover:before{
    opacity: 1;
}

/*ACCORDIONS*/
.elementor-toggle-title{
    display: grid;
}

/*BUTTONS*/
.btn-type-1 .elementor-button{
    box-shadow: -100px 0px 50px -30px rgba(10, 91, 167, 0.5) inset;
}

.btn-type-1 .elementor-button:hover{
     box-shadow: -100px 0px 50px -30px rgba(10, 91, 167, 0) inset;
}

/*MEDIA*/
@media screen and (max-width: 1024px) {
    .menu-item-highlight{
        background: transparent;
        border-radius: 0px;
        margin-left: 0px !important;
    }
    .menu-item-highlight:hover:before{
        opacity: 0;
    }
}/* End custom CSS */