.elementor-kit-16{--e-global-color-primary:#0C0D0F;--e-global-color-secondary:#B5B4B4;--e-global-color-text:#F5F5F5;--e-global-color-accent:#0074FF;--e-global-color-9e3634d:#0C0D0F;--e-global-color-a15b9cb:#0074FF;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-size:50px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:60px;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:38px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-line-height:44px;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:24px;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:20px;--e-global-typography-3419aae-font-family:"Montserrat";--e-global-typography-3419aae-font-size:14px;--e-global-typography-3419aae-font-weight:400;--e-global-typography-3419aae-line-height:16px;--e-global-typography-8e65734-font-family:"Montserrat";--e-global-typography-8e65734-font-size:17px;--e-global-typography-8e65734-font-weight:500;--e-global-typography-8e65734-text-transform:lowercase;--e-global-typography-8e65734-line-height:18px;--e-global-typography-c58955b-font-family:"Montserrat";--e-global-typography-c58955b-font-size:18px;--e-global-typography-c58955b-font-weight:400;--e-global-typography-c58955b-line-height:26px;--e-global-typography-0a8b3de-font-family:"Montserrat";--e-global-typography-0a8b3de-font-size:75px;--e-global-typography-0a8b3de-font-weight:300;--e-global-typography-0a8b3de-text-transform:uppercase;--e-global-typography-0a8b3de-line-height:75px;--e-global-typography-497d095-font-family:"Montserrat";--e-global-typography-497d095-font-size:20px;--e-global-typography-497d095-font-weight:400;--e-global-typography-497d095-line-height:24px;}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.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:1024px){.elementor-kit-16{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-size:14px;--e-global-typography-3419aae-font-size:14px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-16{--e-global-typography-text-font-size:16px;--e-global-typography-text-line-height:20px;--e-global-typography-accent-font-size:16px;--e-global-typography-3419aae-font-size:12px;--e-global-typography-0a8b3de-font-size:52px;--e-global-typography-0a8b3de-line-height:55px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Bottone con bordo animato */
.animated-border-btn .elementor-button {
    position: relative;
    background: #0C0D0F !important;
    border: none !important;
    overflow: hidden;
    isolation: isolate;
    z-index: 1;
}

/* Gradiente che ruota */
.animated-border-btn .elementor-button::before {
    content: '';
    position: absolute;
    width: 300%;
    height: 300%;
    top: 50%;
    left: 50%;
    background: conic-gradient(
        from 0deg,
        #0074FF 0deg,
        #0074FF 180deg,
        rgba(0, 116, 255, 0.5) 210deg,
        rgba(0, 116, 255, 0.2) 240deg,
        transparent 270deg,
        transparent 360deg
    );
    animation: borderRotate 5s linear infinite;
    z-index: -2;
}

/* Sfondo interno che copre tutto tranne il bordo */
.animated-border-btn .elementor-button::after {
    content: '';
    position: absolute;
    inset: 1px;
    background: #0C0D0F;
    border-radius: inherit;
    z-index: -1;
}

@keyframes borderRotate {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }
    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

/* Testo del bottone */
.animated-border-btn .elementor-button-text {
    color: #0074FF !important;
}
html, body {
    overscroll-behavior-y: none;
}

body {
  overscroll-behavior: none; /* Blocca il rimbalzo su entrambi gli assi */
  overflow-x: hidden;        /* Elimina lo scroll laterale */
}/* End custom CSS */