.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#FFF601;--e-global-color-accent:#61CE70;--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;}.elementor-kit-6 e-page-transition{background-color:var( --e-global-color-primary );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:100vw;}.e-con{--container-max-width:100vw;}.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-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 *//* Fix overflow orizzontale mobile */
html, body {
  max-width: 100%;
  overflow-x: hidden !important;
}

/* Contenitore nastro giallo */
.elementor-kit-6 {
  position: relative;
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;      /* niente barra orizzontale */
  overflow-y: visible;     /* scroll verticale normale */
  margin: 0;
  padding: 0;
}

/* Wrapper esterno */
.elementor-kit-6 .sn-marquee {
  display: flex;
  width: max-content;
}

/* Tracce duplicate */
.elementor-kit-6 .sn-track {
  flex-shrink: 0;
  white-space: nowrap;
  padding-right: 4rem;
  animation: sn-marquee-right 12s linear infinite;
}

/* Animazione */
@keyframes sn-marquee-right {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}/* End custom CSS */