.elementor-kit-19{--e-global-color-primary:#2DB29D;--e-global-color-secondary:#244252;--e-global-color-text:#355769;--e-global-color-accent:#1D8498;--e-global-typography-primary-font-family:"Inter";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Inter";--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:"Inter";--e-global-typography-accent-font-weight:500;color:var( --e-global-color-text );font-family:"Inter", Sans-serif;font-size:18px;}.elementor-kit-19 e-page-transition{background-color:#FFBC7D;}.elementor-kit-19 a{color:var( --e-global-color-accent );font-family:"Inter", Sans-serif;}.elementor-kit-19 h1{color:var( --e-global-color-primary );font-family:"Inter", Sans-serif;font-size:36px;font-weight:400;}.elementor-kit-19 h2{color:var( --e-global-color-secondary );font-family:"Inter", Sans-serif;}.elementor-kit-19 h3{font-family:"Inter", Sans-serif;}.elementor-kit-19 h4{font-family:"Inter", Sans-serif;}.elementor-kit-19 h5{font-family:"Inter", Sans-serif;}.elementor-kit-19 h6{font-family:"Inter", Sans-serif;}.elementor-kit-19 button,.elementor-kit-19 input[type="button"],.elementor-kit-19 input[type="submit"],.elementor-kit-19 .elementor-button{color:#FFFFFF;border-radius:10px 10px 10px 10px;padding:15px 25px 15px 25px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;}.elementor-widget:not(:last-child){--kit-widget-spacing:0px;}.elementor-element{--widgets-spacing:0px 0px;--widgets-spacing-row:0px;--widgets-spacing-column:0px;}{}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 *//* Lista con bullet personalizzato */
.custom-bullet ul {
  list-style: none;
  padding-left: 2em;      /* più spazio totale a sinistra */
  margin: 0;
}

.custom-bullet li {
  position: relative;
  line-height: 1.3;       /* più arioso ma compatto */
  margin-bottom: 0.8em;   /* spazio verticale tra item */
}

/* Bullet */
.custom-bullet li::before {
  content: "";
  position: absolute;
  left: -1.4em;           /* distanza pallino → testo aumentata */
  top: 0.65em;            /* centratura verticale precisa */
  transform: translateY(-50%);
  width: 12px;            /* bullet più grande */
  height: 12px;
  background-color: #1D8498;
  border-radius: 50%;
}




html, body {
  font-family: 'Inter', sans-serif;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif !important;
}/* End custom CSS */