.elementor-kit-6{--e-global-color-primary:#000000;--e-global-color-secondary:#000000;--e-global-color-text:#000000;--e-global-color-accent:#FFFFFF;--e-global-color-686dc40:#7E57C6;--e-global-color-23cc31f:#FF7E67;--e-global-color-8f46998:#04BAB4;--e-global-color-f7d18eb:#FFB71B;--e-global-typography-primary-font-family:"Inter Tight";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Inter Tight";--e-global-typography-secondary-font-size:1.4rem;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Inter Tight";--e-global-typography-text-font-size:1.4rem;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Inter Tight";--e-global-typography-accent-font-weight:500;}.elementor-kit-6 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){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);}.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 *//* Stile del testo selezionato */
::selection {
    background: #FFB71B; /* Giallo */
    color: #000; /* Nero */
}

/* Per Firefox */
::-moz-selection {
    background: #FFB71B;
    color: #000;
}

::-webkit-scrollbar {
  width: 1px;
}

::-webkit-scrollbar-track {
  background: #FFFFFF;
}

::-webkit-scrollbar-thumb {
  background-color: #7E57C6;
  border-radius: 1px;
}

/* Per Firefox */
* {
  scrollbar-width: thin;              /* 'auto' o 'thin' */
  scrollbar-color: #7E57C6 #FFFFFF;   /* thumb | track */
}

@media (min-width:2000px) {
    main#content, #header {
        max-width: 1920px;
        margin: 0 auto;
    }
    #home-hero, #home-hero::before {
        border-radius:24px;
    }
}/* End custom CSS */