.elementor-kit-7{--e-global-color-primary:#FEFEFE;--e-global-color-secondary:#FEFEFE;--e-global-color-text:#FEFEFE;--e-global-color-accent:#C0202B;--e-global-color-47210f1:#C0202B;--e-global-color-0671123:#249646;--e-global-color-dc19af3:#F6CD28;--e-global-color-a77df6f:#2D2E80;--e-global-color-4a854b7:#212121;--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;}.elementor-kit-7 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 */::-webkit-scrollbar {
width: 3px;
}
::-webkit-scrollbar-track {
background-color: #F6CD28;
}
::-webkit-scrollbar-thumb {
background-color: #C0202B;
border-radius: 10px;
}

::selection {
  color: white;
  background: #C0202B;
}

#loader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #C0202B; /* Cambia colore di sfondo se necessario */
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}

.loader-icon {
    width: 50px;
    height: 50px;
    border: 5px solid #fff; /* Colore secondario */
    border-top: 5px solid #f7cd2a; /* Colore principale, cambia se preferisci */
    border-radius: 50%;
    animation: spin 1s linear infinite;
    transition: opacity .5s ease-in-out;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}/* End custom CSS */