.elementor-kit-7{--e-global-color-primary:#0B2653;--e-global-color-secondary:#54595F;--e-global-color-text:#0B2653;--e-global-color-accent:#35D678;--e-global-color-1be3dcc:#FFFFFF;--e-global-color-c8c933b:#22CAB0;--e-global-color-742af0c:#83D336;--e-global-typography-primary-font-family:"DM Sans";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"DM Sans";--e-global-typography-secondary-font-size:25px;--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"DM Sans";--e-global-typography-text-font-size:17px;--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"DM Sans";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:500;--e-global-typography-45e4078-font-family:"DM Sans";--e-global-typography-45e4078-font-size:17px;--e-global-typography-45e4078-font-weight:500;--e-global-typography-cbafd56-font-family:"DM Sans";--e-global-typography-cbafd56-font-size:19px;--e-global-typography-cbafd56-font-weight:600;--e-global-typography-cbafd56-line-height:19px;--e-global-typography-a04e262-font-family:"Inter";--e-global-typography-a04e262-font-size:62px;--e-global-typography-a04e262-font-weight:800;--e-global-typography-a04e262-line-height:65px;--e-global-typography-e4bbb69-font-family:"Inter";--e-global-typography-e4bbb69-font-size:50px;--e-global-typography-e4bbb69-font-weight:800;--e-global-typography-e4bbb69-line-height:64px;--e-global-typography-e4bbb69-letter-spacing:-0.3px;--e-global-typography-d9a3050-font-family:"Inter";--e-global-typography-d9a3050-font-size:30px;--e-global-typography-d9a3050-font-weight:800;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{background-color:var( --e-global-color-text );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );color:var( --e-global-color-1be3dcc );border-style:solid;border-radius:25px 25px 25px 25px;padding:13px 25px 13px 25px;}.elementor-kit-7 button:hover,.elementor-kit-7 button:focus,.elementor-kit-7 input[type="button"]:hover,.elementor-kit-7 input[type="button"]:focus,.elementor-kit-7 input[type="submit"]:hover,.elementor-kit-7 input[type="submit"]:focus,.elementor-kit-7 .elementor-button:hover,.elementor-kit-7 .elementor-button:focus{background-color:var( --e-global-color-1be3dcc );color:var( --e-global-color-text );}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{color:var( --e-global-color-primary );}.elementor-kit-7 a:hover{color:#87D232;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.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-kit-7{--e-global-typography-a04e262-font-size:45px;--e-global-typography-e4bbb69-font-size:35px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7{--e-global-typography-a04e262-font-size:35px;--e-global-typography-a04e262-line-height:42px;--e-global-typography-e4bbb69-font-size:30px;--e-global-typography-e4bbb69-line-height:34px;}.elementor-kit-7 button,.elementor-kit-7 input[type="button"],.elementor-kit-7 input[type="submit"],.elementor-kit-7 .elementor-button{font-size:var( --e-global-typography-accent-font-size );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* underline gradiente statico */
.under-gradient{
  text-decoration: none;
  position: relative;
}

.under-gradient::before {
  content: "";
  position: absolute;
  width: 100%;
  top: 100%;
  margin-top: 5px;
  height: 3px;
  background: rgb(3,217,164);
background: -moz-linear-gradient(90deg, rgba(3,217,164,1) 0%, rgba(135,210,50,1) 100%);
background: -webkit-linear-gradient(90deg, rgba(3,217,164,1) 0%, rgba(135,210,50,1) 100%);
background: linear-gradient(90deg, rgba(3,217,164,1) 0%, rgba(135,210,50,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#03d9a4",endColorstr="#87d232",GradientType=1);

}



/* underline nero */
.nero a {
  text-decoration: none;
  position: relative;
}

.nero a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  background-color: #000;
  bottom: -5px;
  left: 0;
  transition: width 0.3s ease;
}

.nero a:hover::before {
  width: 100%;
}

/* underline verde */

.verde a {
  text-decoration: none;
  position: relative;
}

.verde a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #87D232;
  bottom: -2px;
  left: 0;
  transition: width 0.3s ease;
}

.verde a:hover::before {
  width: 100%;
}

/*link verde*/
.greenlink a {color: #87D232;}

.greenlink a:hover {color: #87D232!important;}



/*link bianco*/
.whitelink a {color: white;}

.whitelink a:hover {color:white!important;}



/* underline Raccoon */
.red a {
  text-decoration: none;
  position: relative;
}

.red a::before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  background-color: #e37679;
  bottom: -2px;
  left: 0;
  transition: width 0.3s ease;
}

.red a:hover::before {
  width: 100%;
}


.redlink a {color: black;}

.redlink a:hover {color:#e37679!important;}


.grecaptcha-badge { 
    visibility: hidden !important;
}/* End custom CSS */