.elementor-kit-7{--e-global-color-primary:#E1D2B9;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#996F48;--e-global-color-167d1cf:#F0E8DC;--e-global-color-6a99d2a:#E1D2B9;--e-global-color-777bb1d:#BFA381;--e-global-color-9e945cd:#996F48;--e-global-color-6cea3ba:#FFFFFF;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:400;--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;--e-global-typography-02e719c-font-family:"Outfit";--e-global-typography-02e719c-font-size:44px;--e-global-typography-02e719c-font-weight:200;--e-global-typography-02e719c-text-transform:uppercase;--e-global-typography-02e719c-line-height:1.1em;--e-global-typography-83c674f-font-family:"Outfit";--e-global-typography-83c674f-font-size:22px;--e-global-typography-83c674f-font-weight:200;--e-global-typography-758a0ae-font-family:"Open Sans";--e-global-typography-758a0ae-font-size:16px;--e-global-typography-758a0ae-font-weight:400;--e-global-typography-758a0ae-line-height:2.1em;--e-global-typography-ee88d87-font-family:"Outfit";--e-global-typography-ee88d87-font-size:16px;--e-global-typography-ee88d87-font-weight:400;}.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){--kit-widget-spacing: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-kit-7{--e-global-typography-02e719c-font-size:28px;--e-global-typography-02e719c-line-height:1.2em;--e-global-typography-758a0ae-font-size:15px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */html, body {max-width: 100%; overflow-x: hidden;}

*:focus { outline: 0 !important; }

@keyframes fadeInUpCustom {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); /* Distanza più corta */
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDownCustom {
  from {
    opacity: 0;
    transform: translate3d(0, -30px, 0);
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInLeftCustom {
  from {
    opacity: 0;
    transform: translate3d(-30px, 0, 0); /* Distanza più corta */
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRightCustom {
  from {
    opacity: 0;
    transform: translate3d(30px, 0, 0); /* Distanza più corta */
  }

  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.animated.fadeInUp {
  animation-name: fadeInUpCustom !important;
}
.animated.fadeInDown {
  animation-name: fadeInDownCustom !important;
}
.animated.fadeInLeft {
  animation-name: fadeInLeftCustom !important;
}

.animated.fadeInRight {
  animation-name: fadeInRightCustom !important;
}/* End custom CSS */