.elementor-kit-8{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#000000;--e-global-color-text:#FFFFFF;--e-global-color-accent:#5E00F5;--e-global-color-background:#000000;--e-global-color-backgroundAccent:#F9F7F0;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Archivo";--e-global-typography-primary-font-size:32px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Archivo";--e-global-typography-secondary-font-size:24px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Sora";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Lato";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Archivo";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Archivo";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Archivo";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Archivo";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Lato";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.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);}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}@media(max-width:1024px){.elementor-kit-8{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-8{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.angoli-pulsante {
    position: relative;
    padding: 15px 30px; /* spazio interno del pulsante */
    background-color: transparent; /* sfondo trasparente */
    border: none; /* niente bordo completo */
    display: inline-block;
    overflow: hidden;
}

/* tutti e quattro gli angoli */
.angoli-pulsante::before,
.angoli-pulsante::after,
.angoli-pulsante span::before,
.angoli-pulsante span::after {
    content: '';
    position: absolute;
    width: 20px; /* lunghezza linea */
    height: 40px; /* lunghezza linea */
    border: 2px solid #fff; /* colore e spessore */
}

/* angolo in alto a sinistra */
.angoli-pulsante::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

/* angolo in alto a destra */
.angoli-pulsante::after {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

/* angolo in basso a sinistra */
.angoli-pulsante span::before {
    bottom: 0;
    left: 0;
    border-top: none;
    border-right: none;
}

/* angolo in basso a destra */
.angoli-pulsante span::after {
    bottom: 0;
    right: 0;
    border-top: none;
    border-left: none;
}


.intestazione-angoli {
    position: relative;
    padding: 15px 30px; /* spazio interno */
    background-color: transparent; /* sfondo trasparente */
    border: none;
    display: inline-block;
    overflow: hidden;
}


.intestazione-angoli::before,
.intestazione-angoli::after {
    content: '';
    position: absolute;
    width: 20px; /* lunghezza linea */
    height: 40px; /* lunghezza linea */
    border: 2px solid #fff; /* colore e spessore */
}

/* angolo in alto a sinistra */
.intestazione-angoli::before {
    top: 0;
    left: 0;
    border-right: none;
    border-bottom: none;
}

/* angolo in alto a destra */
.intestazione-angoli::after {
    top: 0;
    right: 0;
    border-left: none;
    border-bottom: none;
}

/* contenitore per angoli inferiori */
.intestazione-angoli .angoli-inferiori::before,
.intestazione-angoli .angoli-inferiori::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 40px;
    border: 2px solid #fff;
}

/* angolo in basso a sinistra */
.intestazione-angoli .angoli-inferiori::before {
    bottom: 0;
    left: 0;
    border-top: none;
    border-right: none;
}

/* angolo in basso a destra */
.intestazione-angoli .angoli-inferiori::after {
    bottom: 0;
    right: 0;
    border-top: none;
    border-left: none;
}

.video-fusione video {
    mix-blend-mode: difference;
    opacity: 0,5;
}/* End custom CSS */