.elementor-kit-10{--e-global-color-primary:#DFDCD5;--e-global-color-secondary:#312649;--e-global-color-text:#DFDCD5;--e-global-color-accent:#ADC034;--e-global-color-c1e76b5:#FFFFFF;--e-global-color-79d12f6:#000000;--e-global-color-e182d82:#FFFFFF00;--e-global-color-616ba0b:#312649;--e-global-color-009b557:#312649;--e-global-color-5fd4ce0:#624779;--e-global-color-a2f7bc7:#312649;--e-global-typography-primary-font-family:"Alfa Slab One";--e-global-typography-primary-font-size:62px;--e-global-typography-primary-font-weight:400;--e-global-typography-primary-text-transform:uppercase;--e-global-typography-primary-line-height:1.25em;--e-global-typography-secondary-font-family:"Montserrat";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:700;--e-global-typography-secondary-line-height:1.3em;--e-global-typography-text-font-family:"Montserrat";--e-global-typography-text-font-size:28px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Cormorant Garamond";--e-global-typography-accent-font-size:40px;--e-global-typography-accent-font-weight:600;--e-global-typography-accent-font-style:italic;--e-global-typography-accent-line-height:1.5em;background-color:var( --e-global-color-secondary );}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-kit-10 button,.elementor-kit-10 input[type="button"],.elementor-kit-10 input[type="submit"],.elementor-kit-10 .elementor-button{border-radius:0px 0px 0px 0px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:90%;}.e-con{--container-max-width:90%;--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:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1200px){.elementor-kit-10{--e-global-typography-primary-font-size:32px;--e-global-typography-secondary-font-size:24px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:880px){.elementor-kit-10{--e-global-typography-primary-font-size:24px;--e-global-typography-secondary-font-size:20px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Body */

html {
    overflow-x: hidden !important;
}

body {
max-width: 2560px;
margin: 0 auto !important;
overflow: hidden;
}

.no-margin {
    margin-top: 0!important;
}

/* CookieYes*/

.cky-consent-container, .cky-preference-center{
    font-family: arial;
}

/* Popup autofocus bug */

a:active, a:focus {
  outline: 0;
  border: none;
  outline-style: none;
}

/*Animazione colore testo*/
.colore-dinamico .elementor-heading-title {
  background: linear-gradient(-50deg, #59506c 50%, #DFDCD5 50%);
  background-size: 200% 200%;
  background-clip: text !important;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.colore-dinamico .elementor-heading-title  {
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.subtitle {
    font-family: "Cormorant Garamond", Sans-serif;
    font-size: 94px;
    font-weight: 400;
    font-style: italic;
    line-height: 0.9em;
    text-transform: initial!important;
    display: block;
    margin-bottom: -45px;
}

.big {
    font-size: 71px;
}


/*Animazione luci*/
.luce {
  animation: floatFlare 8s ease-in-out infinite;
  opacity: 0.7; /* Puoi regolare per trasparenza */
  transform-origin: center center;
}

@keyframes floatFlare {
  0% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.6;
  }
  25% {
    transform: translate(10px, -5px) rotate(10deg) scale(1.05);
    opacity: 0.8;
  }
  50% {
    transform: translate(-10px, 10px) rotate(-10deg) scale(0.95);
    opacity: 0.7;
  }
  75% {
    transform: translate(5px, -10px) rotate(5deg) scale(1.02);
    opacity: 0.85;
  }
  100% {
    transform: translate(0, 0) rotate(0deg) scale(1);
    opacity: 0.6;
  }
}/* End custom CSS */