.elementor-kit-8{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-4b4bfba:#FFFFFF;--e-global-color-99c83c9:#F6F3EF;--e-global-color-7103ae7:#072C3E;--e-global-color-7f8a032:#28516A;--e-global-color-9347793:#B8D2F4;--e-global-color-fade402:#5A6D76;--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;color:var( --e-global-color-7103ae7 );font-family:"Manrope", Sans-serif;font-size:18px;font-weight:400;line-height:1.5em;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-kit-8 h1{font-family:"larken", Sans-serif;font-size:72px;font-weight:300;line-height:1.2em;}.elementor-kit-8 h2{font-family:"larken", Sans-serif;font-size:56px;font-weight:300;line-height:1.2em;}.elementor-kit-8 h3{font-family:"larken", Sans-serif;font-size:36px;font-weight:300;line-height:1.2em;}.elementor-kit-8 h4{font-family:"larken", Sans-serif;font-size:24px;font-weight:300;line-height:1.2em;}.elementor-kit-8 h5{font-family:"Manrope", Sans-serif;font-size:22px;font-weight:400;line-height:1.3em;}.elementor-kit-8 h6{font-family:"Manrope", Sans-serif;font-size:15px;font-weight:400;line-height:1.3em;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-family:"Manrope", Sans-serif;font-size:18px;font-weight:600;border-radius:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1920px;}.e-con{--container-max-width:1920px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:32px;}.elementor-element{--widgets-spacing:32px 32px;--widgets-spacing-row:32px;--widgets-spacing-column:32px;}{}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:1440px){.elementor-kit-8 h1{font-size:64px;}.elementor-kit-8 h2{font-size:40px;}.elementor-kit-8 h3{font-size:32px;}}@media(max-width:1024px){.elementor-kit-8{font-size:16px;}.elementor-kit-8 h1{font-size:48px;}.elementor-kit-8 h2{font-size:36px;}.elementor-kit-8 h3{font-size:28px;}.elementor-kit-8 h4{font-size:21px;}.elementor-kit-8 h5{font-size:19px;}.elementor-kit-8 h6{font-size:14px;}.elementor-kit-8 button,.elementor-kit-8 input[type="button"],.elementor-kit-8 input[type="submit"],.elementor-kit-8 .elementor-button{font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8 h1{font-size:42px;}.elementor-kit-8 h2{font-size:32px;}.elementor-kit-8 h3{font-size:26px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Effetto scorrimento sticky in homepage per sezioni dei servizi */

.sticky-stack-wrapper {
  position: relative;
}

.sticky-stack {
  position: sticky;
  top: var(--top-offset, 180px); /* default */;
  height: 400px;
  transform-origin: top center;
  transition: transform 0.3s ease;
  z-index: var(--z, 1);
}

.section-1 { --top-offset: 180px; --z: 1; }
.section-2 { --top-offset: 210px; --z: 2; }
.section-3 { --top-offset: 240px; --z: 3; }
.section-4 { --top-offset: 270px; --z: 4; }
.section-5 { --top-offset:300px; --z:5; }

@media (max-width: 767px) {
  .sticky-stack {
    position: static !important;
    height: auto !important;
    z-index: auto !important;
    top: auto !important;
  }
}

/* Personalizzazione Pulsanti */

.primaryButton a {
    background-color: transparent;
    color: #28516A!important;
}
.primaryButton .elementor-button-content-wrapper {
    align-items: center;
}
.primaryButton svg {
    fill: #ffffff;
    background-color: #28516A;
    padding: 6px 4px;
    border-radius: 4px;
    font-size: 20px;
}
.primaryButton a:hover {
    color: #B8D2F4!important;
}
.primaryButton a:hover .elementor-button-content-wrapper {
    gap: 18px!important;
}
.primaryButton a:hover svg {
    background-color: #B8D2F4;
}

.custom-form-button button {
    background-color: transparent;
    color: #28516A!important;
}
.custom-form-button button svg {
    fill: #ffffff;
    background-color: #28516A;
    padding: 6px 4px;
    border-radius: 4px;
    font-size: 20px;
}
.custom-form-button button  .elementor-button-content-wrapper {
    align-items: center;
}

.custom-form-button button:hover {
    background-color: transparent;
    color: #B8D2F4!important;
}
.custom-form-button button:hover svg {
    background-color: #B8D2F4;
}
.custom-form-button button:hover .elementor-button-content-wrapper {
    gap: 18px!important;
}

.whiteButton a {
    color: #ffffff!important;
}
.whiteButton svg {
    fill: #28516A;
    background-color: #ffffff;
}
.whiteButton a:hover {
    color: #B8D2F4!important;
}
.whiteButton a:hover svg {
    fill: #ffffff;
    background-color: #B8D2F4;
}

.blueButton a:hover {
    color: #ffffff!important;
}
.blueButton a:hover svg {
    fill: #28516A;
    background-color: #ffffff;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 200;
	font-display: auto;
	src: url('https://itatek.spritzy.it/wp-content/uploads/2025/05/Manrope-ExtraLight.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 300;
	font-display: auto;
	src: url('https://itatek.spritzy.it/wp-content/uploads/2025/05/Manrope-Light.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 400;
	font-display: auto;
	src: url('https://itatek.spritzy.it/wp-content/uploads/2025/05/Manrope-Regular.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 500;
	font-display: auto;
	src: url('https://itatek.spritzy.it/wp-content/uploads/2025/05/Manrope-Medium.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 600;
	font-display: auto;
	src: url('https://itatek.spritzy.it/wp-content/uploads/2025/05/Manrope-SemiBold.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 700;
	font-display: auto;
	src: url('https://itatek.spritzy.it/wp-content/uploads/2025/05/Manrope-Bold.ttf') format('truetype');
}
@font-face {
	font-family: 'Manrope';
	font-style: normal;
	font-weight: 800;
	font-display: auto;
	src: url('https://itatek.spritzy.it/wp-content/uploads/2025/05/Manrope-ExtraBold.ttf') format('truetype');
}
/* End Custom Fonts CSS */