.elementor-kit-444{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#45AB88;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );}.elementor-kit-444 button,.elementor-kit-444 input[type="button"],.elementor-kit-444 input[type="submit"],.elementor-kit-444 .elementor-button{background-color:var( --e-global-color-secondary );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-444 e-page-transition{background-color:#FFBC7D;}.elementor-kit-444 a{color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-kit-444 a:hover{color:var( --e-global-color-secondary );}.elementor-kit-444 h1{color:var( --e-global-color-accent );}.elementor-kit-444 h2{color:var( --e-global-color-accent );}.elementor-kit-444 h3{color:var( --e-global-color-accent );}.elementor-kit-444 h4{color:var( --e-global-color-accent );}.elementor-kit-444 h5{color:var( --e-global-color-accent );}.elementor-kit-444 h6{color:var( --e-global-color-secondary );}.elementor-kit-444 button:hover,.elementor-kit-444 button:focus,.elementor-kit-444 input[type="button"]:hover,.elementor-kit-444 input[type="button"]:focus,.elementor-kit-444 input[type="submit"]:hover,.elementor-kit-444 input[type="submit"]:focus,.elementor-kit-444 .elementor-button:hover,.elementor-kit-444 .elementor-button:focus{color:var( --e-global-color-accent );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.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);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@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-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.btn-pulse-1, .btn-pulse-2, .btn-pulse-3, .btn-pulse-4 {
    animation: pulse 2s ease-in-out infinite;
}
.btn-pulse-1 { animation-delay: 0s; }
.btn-pulse-2 { animation-delay: 0.15s; }
.btn-pulse-3 { animation-delay: 0.3s; }
.btn-pulse-4 { animation-delay: 0.45s; }

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
}

/* Desktop e Tablet */
.btn-pulse-1 a.elementor-button,
.btn-pulse-2 a.elementor-button,
.btn-pulse-3 a.elementor-button,
.btn-pulse-4 a.elementor-button {
    width: 285px !important;
    height: 72px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    box-sizing: border-box !important;
}

/* Mobile - larghezza piena */
@media (max-width: 767px) {
    .btn-pulse-1,
    .btn-pulse-2,
    .btn-pulse-3,
    .btn-pulse-4 {
        width: 100% !important;
    }
    
    .btn-pulse-1 a.elementor-button,
    .btn-pulse-2 a.elementor-button,
    .btn-pulse-3 a.elementor-button,
    .btn-pulse-4 a.elementor-button {
        width: 100% !important;
        height: auto !important;
        min-height: 52px !important;
    }
}


/* Reset per i link del menu */
.elementor-nav-menu a.elementor-button,
nav a.elementor-button {
    width: auto !important;
    height: auto !important;
    min-height: unset !important;
}/* End custom CSS */