body{
     background-color:var(--bg-primary);
     overflow-x: clip;
     cursor:none;
}

/* Rimuove il colore di sfondo dell'autocomplete */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px var(--bg-primary) inset !important;
    box-shadow: 0 0 0 30px var(--bg-primary) inset !important;
    outline: none !important; /* Rimuove l'outline */
    border-color: #857d82 !important /* O il colore grigio del tuo bordo originale */
}


/* Se vuoi cambiare anche il colore del testo */
input:-webkit-autofill {
    -webkit-text-fill-color: #fff !important;
}

a{
    cursor:none !important;
}

[role=button] {
   cursor:none !important;
}


[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
    cursor: none !important;
}

input{
    cursor: none !important;
}

textarea{
    cursor: none !important;
}


 ::-webkit-scrollbar {
     -webkit-appearance: none;
     width: 0px;
}
 :focus-visible{
     outline: none;
}
.overlay {
    position: fixed;
    z-index: 99999;
    background: #000000;
    width: 100vw;
    height: 100vh;
    display: flex;
    visibility:visible;
    opacity:1;
    transition:0.3s ease-in;
    align-items: center;
    justify-content: center;
}

.img-loader{
    width:15rem;
}

.overlay.none {
   
    visibility:hidden;
    opacity:0;
}

b{
    font-weight:600;
}

 h1{
     color: #fff;
     font-family: 'ArdelaEdgeX02';
     font-weight: 900;
     font-style: italic;
     text-shadow: 10px 0 0px #ffffff30;
     transition: 0.2s;
     font-size: clamp(4rem, 2.2394rem + 7.6338vw, 9rem);
     line-height: clamp(4rem, 2.2394rem + 7.6338vw, 9rem);
}
.text-shadow-none{
    text-shadow: 0px 0px #ffffff30;
}

.error-actions{
    display: flex;
    align-items: center;
    justify-content: center;
}

.hero.error_page {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10rem;
    padding-top: 10rem;
}

.hero.page{
    display: grid;
    align-items: start;
    grid-template-columns: 2.5fr 1fr;
    gap: 0rem;
    padding:0;
    padding-bottom: 0;
    padding-top: 10rem;
}




.hero.page.private{
    grid-template-columns: 100%;
}

.hero.page.company{
    grid-template-columns: 100%;
  
}

.bred-down{
    padding:0 3rem;
}

.hero.page.news{
    align-items: end;
  
}

.hero.category{
    grid-template-columns: 2.5fr 1fr;
    padding-bottom: 2rem;
}

.hero.product{
    grid-template-columns: 100%;
    padding-bottom: 0;
}
.hero.cat_marine {
    grid-template-columns: 5fr 1fr;
    padding-bottom: 2rem;
}

.grid-page.cat_marine {
    grid-template-columns: 6fr 1fr;
}

.grid-page.cat_marine .title-block{
    padding-right: 3rem;
}




.hero.cat_systems {
    grid-template-columns: 20fr 1fr;
    padding-bottom: 2rem;
}

.grid-page.cat_systems {
    grid-template-columns: 6fr 1fr;
}

.grid-page.cat_systems .title-block{
    padding-right: 3rem;
}




.grid-section.category {
    grid-template-columns: 2.5fr 1fr;
    padding-top: 0;
    z-index: 9;
    position: relative;
    padding-bottom: 2rem;
}




.hero.page .title-block{
    padding-left:3rem;
    z-index:9;
    position:relative;
    padding-right: 3rem;
}

.hero.page .text-block{
    padding-right:3rem;
    z-index: 9;
}



.page h1{
     color: #fff;
     font-family: 'ArdelaEdgeX02';
     font-weight: 300;
     font-style:italic;
     transition: 0.2s;
     font-size: clamp(2.3rem, 0.2394rem + 5.6338vw, 4.5rem);
    line-height: clamp(2.3rem, 0.2394rem + 5.6338vw, 4.5rem);
     letter-spacing: 1px;
     text-shadow: none;
     z-index: 9;
}

 h2{
     color: #fff;
     font-weight: 300;
     font-family: 'Archivo';
     letter-spacing: 1px;
     font-size: 2.5rem;
     line-height: 3rem;
}
h3 {
    color: #fff;
    font-size: 4rem;
    font-weight: 400;
    font-family: 'Archivo';
    margin: 0;
    letter-spacing: 0;
}


 h4{
     color: #fff;
     font-size: 14px;
     font-weight: 700;
     font-family: 'Archivo';
     margin: 0;
     letter-spacing: 1px;
     margin-bottom:1rem;
     text-transform:uppercase;
}

 p{
     letter-spacing:1px;
     color: #fff;
     font-size: 16px;
     font-family: 'Archivo';
     font-weight: 100;
}





.paragraph ul{
     letter-spacing:1px;
     color: #fff;
     font-size: 16px;
     font-family: 'Archivo';
     font-weight: 100;
     list-style: none;
     padding:0;
     margin: 0;
     display: flex;
     flex-direction: column;
     gap: 15px;
     line-height: 20px;
}

.paragraph ul li {
    color: #fff;
    /*text-transform: uppercase;*/
    position:relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.paragraph ul li::before {
    content: '';
    width:10px;
    height:10px;
    position: relative;
    flex-shrink: 0;
    background: #fff;
    margin-top: 0.4rem;
}




.text-block ul{
     letter-spacing:1px;
     color: #fff;
     font-size: 16px;
     font-family: 'Archivo';
     font-weight: 100;
     list-style: none;
     padding:0;
     margin: 0;
     display: flex;
     flex-direction: column;
     gap: 5px;
}

.text-block ul li {
    color: #fff;
    text-transform: uppercase;
    position:relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.text-block ul li::before {
    content: '';
    width:10px;
    height:10px;
    position: relative;
    flex-shrink: 0;
    margin-top: 0.4rem;
}

.text-block ul.airtender li::before {
    background-color: var(--airtender-color);
}

.text-block ul.marine li::before {
     background-color: var(--marine-color);
}

.text-block ul.systems li::before {
     background-color: var(--systems-color);
}

.b-italic {
    font-style: italic;
    font-weight: 600;
}

 .hero p{
     
     font-size: 18px;
     
}

 .navbar{
     padding-top: 0;
     padding-bottom: 0;
     position: fixed;
     width: 100%;
     z-index: 11;
     border-bottom:1px solid #ffffff30;
}





 .navbar:after{
     content:'';
     position:absolute;
     top:0;
     width:100%;
     left:0;
     background: #121111b5;
     height:0;
     z-index:8;
     transition: all 0.3s ease;
     backdrop-filter: blur(10px);
}

.fake-nav{
    position:absolute;
    top:0;
    height:100%;
    width:100%;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    left:0;
    z-index: 10;
    pointer-events:none;
}

.fake-logo{
    pointer-events:all;
}


 .navbar.scroll-menu:after {
     height:100%;
}
.nav-flex-distance{
     z-index:9;
     display: grid;
     flex-wrap: inherit;
     align-items: center;
     grid-template-columns: 1fr 4fr 1fr;
     width: 100vw;
     margin: 0 0 0 3rem;
}
 .text-logo {
    /* Transizione per il RITORNO (quando la classe viene rimossa) */
     transition: transform 0.3s ease-out 0.1s, opacity 0.2s ease-out 0.3s;
     transform: translateX(0%);
     opacity: 1;
}
 .scroll-menu .text-logo {
    /* Transizione per l'USCITA (quando la classe viene aggiunta) */
     transition: transform 0.6s ease-in, opacity 0.2s ease-in;
     transform: translateX(-90%);
     opacity: 0;
}




 .navbar.open-menu:after {
     height:100%;
}
 .open-menu .text-logo {
    /* Transizione per l'USCITA (quando la classe viene aggiunta) */
     transition: transform 0.6s ease-in, opacity 0.2s ease-in;
     transform: translateX(-90%);
     opacity: 0;
}


 .navbar-brand{
     width:10rem;
}
 .navbar-brand svg{
     width:100%;
}


.st0 {
    fill: none;
    stroke: #fff;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

 .cls-0{
     fill:#000;
}
 .cls-1{
     fill: #fff;
}

.cls-close{
    fill: none;
        stroke: #fff;
        stroke-miterlimit: 10;
        stroke-width: 5px;
}

 .cls-2 {
     fill: #fff;
}
 .cls-3 {
     fill: var(--airtender-color);
}
 .cls-4 {
     fill: var(--marine-color);
}
 .cls-5 {
     fill: var(--systems-color);
}

.cls-current{
    fill:currentColor;
}

.cls-navigation{
 fill: #ffffff20;
 stroke: #fff;
 stroke-miterlimit: 10;
 stroke-width: 0;
 transition:0.3s ease-in;
}

.cls-next{
  fill: #fff;
  transform: rotate(-45deg) scale(0.4);
  transform-origin: 60%;
  width: 0.5rem;
  height: 0.5rem;
}

.cls-prev{
  fill: #fff;
  transform: rotate(-225deg) scale(0.4);
  transform-origin: 45%;
  width: 0.5rem;
  height: 0.5rem;
}

.close-modal{
        position: absolute;
    top: 1rem;
    right: 1rem;
    width: 2rem;
    height: 2rem;
    
}


/* SVG principale (riempito) */
        .umbria-main {
            position: relative;
            z-index: 2;
        }

        .umbria-main .cls-1 {
            fill: #ffffff;
        }

        /* SVG outline (solo bordo, spostato a destra) */
        .umbria-outline {
            position: absolute;
            
             /* Spostamento verso destra */
            z-index: 1;
            width: 100%;
            left: 0.8rem;
            top: 0;
        }

        .umbria-outline .cls-1 {
            fill: none;
            stroke: #ffffff38;
            stroke-width: 1px;
        }


 .logos{
     width: 40%;
     margin-top:2rem;
     display: flex;
     gap: 3rem;
    /* opzionale - spazio tra le colonne */
}
 .item-logo svg{
     height: 3.5rem;
}
 .item-logo:hover .cls-3, .item-logo:hover .cls-4, .item-logo:hover .cls-5 {
     fill: #fff;
     transition:0.3s ease-in;
}
 .item-logo .cls-3 {
     fill: var(--airtender-color);
}
 .item-logo .cls-4 {
     fill: var(--marine-color);
}
 .item-logo .cls-5 {
     fill: var(--systems-color);
}
 .menu{
     display: flex;
     gap: 0;
     justify-content: center;
     width: 100%;
     padding: 0;
}
 .item-menu{
     color: #ffffff70;
     text-decoration: none;
     font-size: 13px;
     font-family: 'Archivo';
     letter-spacing: 1.5px;
     display: flex;
     gap: 10px;
     font-weight: 200;
     position: relative;
     padding: 1.2rem 1rem;
}




 .item-menu svg{
     width: 0.5rem;
     transform: rotate(-45deg);
     opacity: 0;
     transition:0.2s ease-in;
     flex-shrink: 0;
}

.change-lang.in-page svg{
     width: 0.5rem;
     transform: rotate(-45deg);
     opacity: 0;
     transition:0.2s ease-in;
}

 .item-menu:hover svg{
     transform: rotate(0deg);
     opacity: 1;
}

 .item-menu:hover{
     color:#fff;
}


.item-menu.in-page{
     color:#fff;
}

.in-page svg{
     transform: rotate(0deg);
     opacity: 1;
}




.fake-menu {display: flex;gap: 10px;align-items: center;color: #fff !important;transition: all 0.3s;}



.in-page .fake-menu.airtender{
     color:var(--airtender-color) !important;
}

.in-page .fake-menu.marine{
     color:var(--marine-color) !important;
}

.in-page .fake-menu.systems{
     color:var(--systems-color) !important;
}

.item-menu.in-page.airtender{
     color:var(--airtender-color) !important;
}

.item-menu.in-page.marine{
     color:var(--marine-color) !important;
}


.item-menu.in-page.systems{
     color:var(--systems-color) !important;
}




.icon-dropdown {
width: 0.65rem;
height: 0.65rem;
transition: all 0.3s;
position: relative;
display: flex;
align-items: center;
margin-top: -2px;
}



.airtender:hover{
    color: var(--airtender-color) !important;
}

.marine:hover{
    color: var(--marine-color) !important;
}

.systems:hover{
    color: var(--systems-color) !important;
}


/*.full-menu .dropdown-menu{*/
/*    min-width:22rem;*/
/*}*/



/*.dropdown-menu {*/
/*  min-width: 10rem;*/
/*  display: flex;*/
  /* transform: translateY(0%); */
/*  border: none;*/
   /* Cambia da height a max-height */
/*  left: 0;*/
/*  background: transparent;*/
/*  width: 100%;*/
/*  top: 3.6rem;*/
/*  transition: all 0.2s;*/
/*  max-height: 300px;*/
/*  border-radius: 0;*/
/*  opacity: 0;*/
/*  visibility: hidden;*/
/*  padding: 0;*/
/*  overflow: hidden;*/
/*  z-index: 9;*/
/*}*/

/*.dropdown-menu.active {*/
/*     opacity: 1;*/
/*  visibility: visible;*/
/*}*/

/*.dropdown-menu .sub-menu {*/
/*    transition: 0.3s ease;*/
/*    transform:translateY(-100%);*/
    /* min-width: 11rem; */
/*    position: relative;*/
/*    width: 100%;*/
/*    padding: 0;*/
/*    border-radius: 0;*/
/*    border: 1px solid #ffffff30;*/
/*    background: var(--bg-primary);*/
/*    }*/

/*.dropdown-menu.active .sub-menu {*/
    
/*    transform:translateY(0%);*/
/*    }*/

/*.sub-menu {*/
/*width: 100%;*/
/*height: 100%;*/
/*position: relative;*/
/*overflow-y: scroll;*/
/*}*/



/*.dropdown-menu .sub-menu .nav-item{*/
/*    position: relative;*/
/*    display: flex;*/
/*    flex-direction: column;}*/
    
/*.dropdown-menu .sub-menu .nav-item:not(:last-child) {*/
/*border-bottom: 1px solid #ffffff30;*/
/*}*/




/*.dropdown-menu .sub-menu .nav-item .nav-link.cms {margin: 0;margin: 0;transition: 0.2s all;font-size: 13px;font-weight: 200;letter-spacing: 0;border-radius: 0;padding: 1rem;text-transform: none;position: relative;color: #fff;letter-spacing: 1.5px;overflow: hidden;}*/

/*.dropdown-menu .sub-menu .nav-item .nav-link.cms.airtender{*/
/*    color:var(--airtender-color);*/
/*}*/

/*.dropdown-menu .sub-menu .nav-item .nav-link.cms.marine{*/
/*    color:var(--marine-color);*/
/*}*/


/*.dropdown-menu .sub-menu .nav-item .nav-link.cms.systems{*/
/*    color:var(--systems-color);*/
/*}*/

.airtender_mouse{
    color: var(--airtender-color);
}

.marine_mouse{
    color: var(--marine-color);
}

.systems_mouse{
    color: var(--systems-color);
}

.white_mouse{
    color: #ffffff;
}





.white{
    color: #ffffff;
}

.airtender{
    color: var(--airtender-color);
}

.marine{
    color: var(--marine-color);
}

.systems{
    color: var(--systems-color);
}





.nav-link.cms img {
width: .8rem;
}
.dropdown-menu .sub-menu .nav-item .nav-link.cms p {
    
    white-space: nowrap;
    transition: all 0.3s;
    margin: 0;
    color: currentColor;

}


.nav-link.cms:hover{
color: #fff !important;
}


 .nav-link.cms:hover svg{
    transform: rotate(-90deg) translateX(0) !Important;
}
  .nav-link.cms svg{
     transform: rotate(-90deg) translateX(-3rem) !important;
     transition: 0.2s ease-in;
}

 .nav-link.cms.in-page svg{
     transform: rotate(-90deg) translateX(0) !Important;
}

.has-dropdown.active .fake-menu.airtender{
    color:var(--airtender-color) !important;
}

.has-dropdown.active .fake-menu.marine{
    color:var(--marine-color) !important;
}

.has-dropdown.active .fake-menu.systems{
    color:var(--systems-color) !important;
}

 .item-menu.active svg{
     transform: rotate(0deg);
     opacity: 1;
}

.load-body{
   animation: removeBlur 0.5s ease-in-out;
   overflow-y:hidden;
}
@keyframes removeBlur {
 0% {
   filter: blur(15px);
 }
 50% {
   filter: blur(7px);
 }
 100% {
   filter: blur(0px);
 }
 
}


 .wrapper {
     background-color:var(--bg-primary);
     overflow: clip;
     z-index: 9;
     position: relative;
}
 .contact-menu{
    background: transparent;
    color: white;
    padding: 0.5rem 1.5rem;
    border: 1px solid white;
    font-family: 'Archivo';
    letter-spacing: 1px;
    
    background: linear-gradient(to right, #ffffff 50%, #b2b7c300 50%);
    font-size: 16px;
    transform: skewX(-15deg);
    transition: all 0.3s ease;
    border-radius: 8px 0 8px 0;
    background-size: 200% 100%;
    background-position: right bottom;
    text-decoration: none;
    display:flex;
}
 .contact-menu:hover{
     background-position: left bottom;
     color: #000;
}
 .contact-menu span {
     transform: skewX(15deg);
     color: #fff;
     font-size: 14px;
     font-family: 'Archivo';
     letter-spacing: 2px;
     font-weight: 300;
}

 .contact-menu:hover span {
     mix-blend-mode:difference;
}

 .right-menu{
     display:flex;
     gap: 4rem;
     align-content: center;
     align-items: center;
     justify-content: flex-end;
}

.full-item-menu{
    width: 100%;
        justify-content: center;
}

 .change-lang{
     
}
 .hero{
     padding-top: 13rem;
     padding-bottom: 4rem;
     padding-left:3rem;
     padding-right:3rem;
     display: flex;
     align-items: flex-end;
     z-index: 8;
     position: relative;
     justify-content: space-between;
     gap: 20rem;
}

.hero .row{
    position:relative;
    z-index:8;
}

.hero p{
    margin-bottom: -6px;
}


.hero .text-block p {
    font-size: 16px;
}


.img-hero{
    position: absolute;
    z-index: 7;
    top: -6rem;
    opacity: 0.5;
    right: 0;
    height: 140vh;
    pointer-events: none;
    width: 100%;
}

.img-hero .trail__img{
    height: 140vh;
    position: relative;
    left: inherit;
    top: -12vh;
    right: -23vw;
}

 .hero .container{
     display:flex;
     flex-direction: column;
     justify-content: space-between;
     gap: 15vh;
     z-index: 8;
}
 @keyframes noise {
     0% {
         transform: translate3d(1%, -1%, 0) 
    }
     10% {
         transform: translate3d(-5%, -2%, 0) 
    }
     20% {
         transform: translate3d(10%, 5%, 0) 
    }
     30% {
         transform: translate3d(5%, -11%, 0) 
    }
     40% {
         transform: translate3d(-12%, -5%, 0) 
    }
     50% {
         transform: translate3d(10%, 9%, 0) 
    }
     60% {
         transform: translate3d(15%, 0, 0) 
    }
     70% {
         transform: translate3d(-10%, 8%, 0) 
    }
     80% {
         transform: translate3d(10%, 2%, 0) 
    }
     90% {
         transform: translate3d(1%, 5%, 0) 
    }
     to {
         transform: translate3d(0, 8%, 0) 
    }
}
 .grain {
     position: fixed;
     top: -50%;
     left: -50%;
     width: 200%;
     height: 200%;
     background: url(/media/noise.png);
     opacity: .1;
     animation: noise 1.2s steps(3) infinite both;
     will-change: auto;
     pointer-events: none;
     z-index: 99998 
}
 .p-relative{
     position:relative;
}
 .title-svg{
     position: absolute;
     width: 100%;
     left: 1.05rem;
     top: -0.1rem;
     opacity: 0.2;
}
.bg-primary{
     background-color: var(--bg-primary) !important;
}
 .bg-black{
     background-color: var(--bg-secondary) !important;
}
 .p-5{
     padding: 5rem 0 !important;
}
 .grid-section{
     display: grid;
     padding: 5rem 0 0 0;
     gap:0;
}

.grid-section.page {
    z-index: 8;
    position: relative;
}

.page.landscape-2{
   z-index: 9;
   padding:0;
}

.page.landscape-1{
   z-index: 12;
   padding:0;
   grid-template-columns: 2.5fr 1fr;
}

.separator.landscape-2{
   z-index: 8;
   position:relative;
   padding: 0;
}


.separator.landscape-1{
   z-index: 8;
   position:relative;
}


.separator.p-bottom-separator{
    padding-bottom:15rem;
}

.landscape-1{
   grid-template-columns: 1fr 5fr;
}
.landscape-2{
   grid-template-columns: 5fr 1fr;
}
.grid-section.landscape-3{
    padding: 0 0 0 0;
    grid-template-columns: 2.5fr 1fr;
    z-index:9;
}

.landscape-3 .col-text {
    border-top: 0px solid #ffffff30;
}


 .grid-section h2 {
     font-size: 3rem;
     margin-bottom: 4rem !important;
     font-family: 'ArdelaEdgeX02';
     font-style:italic;
     line-height: 3.5rem;
}
 .col-visual{
     position: relative;
     /* z-index: 8; */
     /* display: flex; */
     /* align-items: center; */
     /* justify-content: flex-start; */
}
 .col-text{
     position: relative;
     z-index: 9;
     padding: 6rem;
     padding-left: 19rem;
     padding-right: 3rem;
     border-top: 1px solid #ffffff30;
}



.page.landscape-2 .col-text{
     border-top: 0px solid #ffffff30;
}

.page.landscape-1 .col-text{
     border-top: 0px solid #ffffff30;
     padding-left: 0;
}

.separator.landscape-2 .col-text{
     padding:0;
}

.separator.landscape-1 .col-text{
     padding:0;
}

.col-page{
    padding-top:6rem;
    padding-left: 3rem;
    position:relative;
}


.v-left{
    padding-left: 3rem;
    padding-right: 18rem;
}


.page .col-text {
   padding-left: 0;
}

.page .v-left {
    
    padding-right: 56vw;
    padding-left: 3rem;
}


.col-page.v-left {
    
    padding-left: inherit;
    padding-right: 3rem;
}


.cont-abs{
    width: 25vw;
    position: absolute;
}

.cont-no-abs{
    width: 25vw;
}

.cont-abs p:not(:last-child){
    margin-bottom:1rem;
}

.v-left .cont-abs {
    right: 3rem;
}


.v-left .rows-overlay {
    
    right: inherit;
    left:0;
}


 .img-visual{
     position: absolute !important;
     height: 100%;
     width: 22vw;
     left: 1vw;
     top: 0;
     z-index: 10;
     display:flex;
     align-items: center;
}


.img-visual img{
    filter: grayscale(1);
    transition: all 0.3s ease;
    width:100%;
}

 .img-visual img:hover{
    
     filter: grayscale(0);
     
}

.img-bg-visual {
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
    left: 0;
    width: 100%;
    top: 3rem;
}



.img-bg-visual img {
    position: absolute;
    filter: none;
    left: 0;
    height: 100vh;
    pointer-events: none;
}




.img-bg-visual.right {
    right: 0;
        left: inherit;
}


.img-bg-visual.right img {
    right: 0;
        left: inherit;
}


.col-visual:after{
    content:'';
}

.content {
	flex: 1;
	/* display: grid; */
	place-items: center;
	background: var(--bg-primary);
}

.trail {
	display: grid;
	place-items: center;
	align-items: center;
}


.trail_body{
    width: 100%;
    position: relative;
    background-image: none;
    height: 100%;
    z-index: 9;
    top: 0;
}

.trail-v-2 .trail__img{
    left: inherit;
    right: 0;
    top: 0;
}


.no-js .trail {
	width: 250px;
	height: 375px;
	background-size: cover;
}

.trail__img {
    /* height: 100%; */
    will-change: transform;
    grid-area: 1 / 1 / 2 / 2;
    position: absolute;
    height: 35rem;
    left: -9rem;
    top: 0;
    width: auto;
}



 .img-visual.v-2{
     right: 10.5vw;
     left: inherit;
}
 .img-visual.v-3{
     left: 6vw;
}
 .text-grid {
     display: grid;
     grid-template-columns: repeat(2, 1fr);
     gap: 0 5rem;
     margin: 0 auto;
}
 .svg-section{
     width:10rem;
     margin-bottom:2rem;
     margin-top: 0;
}
 .form-grid {
     display: grid;
     grid-template-columns: 1fr 1fr;
     gap: 0;
}
 .full-width {
     grid-column: 1 / -1;
}
 .cutom-input{
     width:100%;
     background-color:transparent;
     color: #fff;
     font-family: 'Archivo';
     border: 1px solid;
     border-color: #ffffff70;
     padding:10px;
     font-size:16px;
     letter-spacing:1px;
     font-weight: 100;
     border-radius: 0 !important;
}
 .cutom-input::placeholder{
     color: #ffffff30;
     font-family: 'Archivo';
     font-size:16px;
     letter-spacing:1px;
     font-weight: 100;
}
 .group-fake-select{
     position:relative;
}
 .change-select {
     position: absolute;
     
     right: 15px;
     top: 20px;
     transition: 0.2s ease-in;
    /* Centra il punto di origine per la rotazione */
     transform-origin: center center;
}
 .active .change-select {
    /* Oppure se vuoi -90 gradi ma centrato: */
     transform: rotate(-90deg);
}
 .change-select svg {
     width: 0.5rem;
     height: 0.5rem;
    /* Assicura che l'SVG sia centrato nel container */
     display: block;
}
 .fake-input{
     
}
 .card-sel{
     position: absolute;
     width: 100%;
     background: var(--bg-secondary);
     height: fit-content;
     border-radius: 0;
     left: 0;
     top: 2.8rem;
     padding: 1rem;
     display: flex;
     z-index: 9;
     flex-direction: column;
     gap: 0.5rem;
     transform: translateY(15px);
     opacity: 0;
     visibility: hidden;
     transition: 0.2s;
     font-family: 'Archivo';
}
 .item-option {
     font-family: 'Archivo';
     letter-spacing: 0;
     font-size: 16px;
     line-height: 20px;
     text-transform: uppercase;
     color: #fff;
     
     transition: 0.2s;
}
 .group-fake-select.active .card-sel {
     transform: translateY(0px);
     opacity: 1;
     visibility: visible;
}
 .checkbox-input{
     display: flex;
     gap: 1rem;
     align-items: center;
}
 .checkbox-c[type=checkbox] {
     appearance: none;
     height: 1rem;
     transition: 0.2s;
     width: 1rem;
     background: transparent;
     border:1px solid;
     border-color:#ffffff80;
     
     border-radius: 0 !important;
}
 .checkbox-c:checked[type=checkbox] {background-color: white;box-shadow: inset 0 0 0px 3px var(--bg-primary);}
 .label-check {
     color: #ffffff;
     letter-spacing: 1px;
     font-size: 16px;
     font-weight: 100;
     font-family: 'Archivo';
}
 .label-check a{
     color: #ffffff;
     
}
.send-button .shape-button {
    justify-content: center;
    gap: 1rem;
    padding-left: 3rem;
    padding-right: 3rem;
}

 .svg-send{
     width: 0.5rem;
     height: 0.5rem;
     mix-blend-mode:difference;
     transform: skewX(15deg) rotate(-90deg);
     transition:0.2s ease-in;
}
 .send-button:hover .svg-send{
     transform: skewX(15deg) rotate(-45deg);
}



 footer{
     padding: 12rem 3rem 0rem 3rem;
     position: sticky;
     bottom: 0;
     left: 0;
     overflow-x:hidden;
}


 .banner-text{position: relative;width: 100%;margin-bottom: 1rem;color: #fff;font-family: 'ArdelaEdgeX02';font-weight: 900;font-style: italic;font-size: clamp(2rem, 0rem + 10.4vw, 11rem);margin-left: -1rem;}

 footer h3{
     font-style:normal;
     text-transform:inherit;
     font-size: 14px;
     letter-spacing: 1px;
     text-transform: uppercase;
}
 footer h4{
     font-style:normal;
     text-transform:inherit;
     font-size: 14px;
     letter-spacing: 1px;
     margin-top:1rem;
     color:#fff;
}
 footer p{
     white-space: pre-line;
     font-size: 15px;
     color: #ffffff85;
}
 footer p a{
     color: #ffffff85;
     text-decoration:none;
     transition:0.2s;
     cursor: none;
}


 footer p a:hover{
     color: #ffffff;
}

 .footer-links{
     list-style:none;
     padding: 0;
     margin-bottom: 0;
     margin-top: 1rem;
}
 .footer-links li{
     border-bottom: 1px solid;
     border-color: #ffffff80;
}
 .footer-links li a{
     color: #ffffff85;
     text-decoration:none;
     padding: 10px 0;
     overflow-y: hidden;
     display: block;
     position: relative;
     font-weight: 100;
     cursor: none;
     transition:0.2s;
}


 .footer-links li a:hover{
     color: #ffffff;
}




/* .footer-links li a:hover:after{*/
/*     transform: translateY(0.75rem);*/
/*}*/
/* .footer-links li a:after{*/
/*     content:'';*/
/*     background-image:url('../img/freccia-su.svg');*/
/*     background-size: 100%;*/
/*     position: absolute;*/
/*     right: 0;*/
/*     width: 0.5rem;*/
/*     height: 0.5rem;*/
/*     transform: translateY(3rem);*/
/*     transition: 0.2s ease-in;*/
/*}*/
 .footer-bottom {
     margin-top:2rem;
}
 .footer-bottom p{
     letter-spacing: 1px;
     font-size: 11px;
}
 .footer-bottom p a{
     color:#ffffff85;
     transition:0.2s;
}

 .footer-bottom p a:hover{
     color:#ffffff;
}

/* CSS per toast con effetto skew personalizzato */
 .success-toast {
     color: white !important;
     padding: 0.5rem 1.5rem !important;
     border: 1px solid white !important;
     cursor: default !important;
     display: block !important;
     background: #000000 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     transform: skewX(-15deg) !important;
     border-radius: 8px 0 8px 0 !important;
     text-decoration: none !important;
     min-height: auto !important;
     box-shadow: none !important;
     font-family: 'Archivo', sans-serif !important;
}
/* Contenuto del toast con skew inverso */
 .success-toast .toast-content {
     transform: skewX(15deg) !important;
     color: #fff !important;
     font-size: 16px !important;
     font-family: 'Archivo', sans-serif !important;
     letter-spacing: 2px !important;
     font-weight: 300 !important;
     display: block !important;
}
/* Stili per errore con stesso design */
 .error-toast {
     color: white !important;
     padding: 0.5rem 1.5rem !important;
     border: 1px solid #cc0000 !important;
     cursor: default !important;
     display: block !important;
     background: #000000 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     transform: skewX(-15deg) !important;
     border-radius: 8px 0 8px 0 !important;
     text-decoration: none !important;
     min-height: auto !important;
     box-shadow: none !important;
     font-family: 'Archivo', sans-serif !important;
}
 .error-toast .toast-content {
     transform: skewX(15deg) !important;
     color: #cc0000 !important;
     font-size: 16px !important;
     font-family: 'Archivo', sans-serif !important;
     letter-spacing: 2px !important;
     font-weight: 300 !important;
     display: block !important;
}
/* Stili per warning */
 .warning-toast {
     color: white !important;
     padding: 0.5rem 1.5rem !important;
     border: 1px solid #ff8800 !important;
     cursor: default !important;
     display: block !important;
     background: #000000 !important;
     font-size: 16px !important;
     font-weight: bold !important;
     transform: skewX(-15deg) !important;
     border-radius: 8px 0 8px 0 !important;
     text-decoration: none !important;
     min-height: auto !important;
     box-shadow: none !important;
     font-family: 'Archivo', sans-serif !important;
}
 .warning-toast .toast-content {
     transform: skewX(15deg) !important;
     color: #ff8800 !important;
     font-size: 16px !important;
     font-family: 'Archivo', sans-serif !important;
     letter-spacing: 2px !important;
     font-weight: 300 !important;
     display: block !important;
}
/* Reset degli stili di default di Toastify che potrebbero interferire */
 .success-toast, .error-toast, .warning-toast {
     background-image: none !important;
     background-color: transparent;
}
/* Animazione di entrata personalizzata */
 .skew-toast-enter {
     animation: skewSlideIn 0.5s ease-out !important;
}
 @keyframes skewSlideIn {
     0% {
         transform: skewX(-15deg) translateX(100%) scale(0.8);
         opacity: 0;
    }
     100% {
         transform: skewX(-15deg) translateX(0) scale(1);
         opacity: 1;
    }
}
/* Hover effects */
/*.success-toast:hover {
    */
    /* background: #333333 !important;
    */
    /* border-color: #cccccc !important;
    */
    /* transition: all 0.2s ease !important;
    */
    /*
}
*/
/*.error-toast:hover {
    */
    /* background: #ff0000 !important;
    */
    /* border-color: #ff6666 !important;
    */
    /* transition: all 0.2s ease !important;
    */
    /*
}
*/
/*.warning-toast:hover {
    */
    /* background: #ffaa00 !important;
    */
    /* border-color: #ffcc44 !important;
    */
    /* transition: all 0.2s ease !important;
    */
    /*
}
*/
/* Overlay */
 .privacy-overlay {
     position: fixed;
     top: 0;
    /* left: 0;
     */
     width: 100%;
     height: 100%;
     background: rgba(0, 0, 0, 0.8);
     backdrop-filter: blur(5px);
     z-index: 1000;
     display: flex;
     align-items: center;
     justify-content: center;
     opacity: 0;
     visibility: hidden;
     transition: all 0.3s ease;
}
 .privacy-overlay.active {
     opacity: 1;
     visibility: visible;
}
/* Modal */
 .privacy-modal {
     background: white;
     border-radius: 0;
     max-width: 1024px;
     width: 90%;
     max-height: 90vh;
     display: flex;
     border: 1px solid #ffffff80;
     flex-direction: column;
     transform: translateY(50px);
     transition: transform 0.3s ease;
     overflow: hidden;
}
 .privacy-overlay.active .privacy-modal {
     transform: translateY(0);
}
/* Header */
 .privacy-header {
     background: var(--bg-primary);
     color: white;
     padding: 30px;
     text-align: center;
     position: relative;
     border-bottom: 1px solid;
}
 .privacy-header h2 {
     font-size: 2rem;
     margin-bottom: 8px;
}
 .privacy-header .subtitle {
     font-size: 16px;
     font-weight: 100;
     font-family: 'Archivo';
     letter-spacing: 1px;
}
 .close-btn {
     position: absolute;
     top: 20px;
     right: 25px;
     background: rgba(255, 255, 255, 0.2);
     border: none;
     color: white;
     width: 40px;
     height: 40px;
     border-radius: 50%;
     
     display: flex;
     align-items: center;
     justify-content: center;
     font-size: 20px;
     transition: all 0.3s ease;
}
/*.close-btn:hover {
    */
    /* background: rgba(255, 255, 255, 0.3);
    */
    /* transform: rotate(90deg);
    */
    /*
}
*/
/* Content */
 .privacy-content {
     padding: 30px;
     overflow-y: auto;
     flex: 1;
     font-size: 15px;
     line-height: 1.7;
     color: #ffffff;
     background: var(--bg-secondary);
     font-family: 'Archivo';
}
 .privacy-content h3 {
     color: #ffffff;
     font-size: 18px;
     margin: 25px 0 15px 0;
     padding-bottom: 8px;
}
 .privacy-content h3:first-child {
     margin-top: 0;
}
 .privacy-content p {
     margin-bottom: 15px;
     text-align: justify;
}
 .privacy-content strong {
     color: #ffffff;
     font-weight: 600;
}
/* Footer */
 .privacy-footer {
     background: var(--bg-primary);
     padding: 25px 30px;
     border-top: 1px solid #e9ecef;
     display: flex;
     justify-content: space-between;
     align-items: center;
     flex-wrap: wrap;
     gap: 15px;
}
 .contact-info {
     font-size: 14px;
     color: #ffffff;
     font-family: 'Archivo';
     letter-spacing: 1px;
}
 .contact-info strong {
     color: #ffffff;
}
 .btn-accept {
     background: #000;
     color: #fff;
     border: none;
     padding: 0.5rem 1rem;
     font-family: 'Archivo';
     
     letter-spacing: 1px;
     border: 1px solid;
     border-radius: 8px 0 8px 0;
     transform: skewX(-15deg);
     display:flex;
}
 .btn-accept span{
     transform: skewX(15deg);
}
/*.btn-accept:hover {
    */
    /* transform: translateY(-2px);
    */
    /* box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
    */
    /*
}
*/
/* Demo button */
 .demo-btn {
     background: linear-gradient(135deg, #2c5aa0 0%, #1e3c72 100%);
     color: white;
     border: none;
     padding: 15px 30px;
     border-radius: 25px;
     
     font-weight: 600;
     font-size: 16px;
     transition: all 0.3s ease;
     box-shadow: 0 4px 15px rgba(44, 90, 160, 0.3);
}
 .demo-btn:hover {
     transform: translateY(-2px);
     box-shadow: 0 6px 20px rgba(44, 90, 160, 0.4);
}
/* Scrollbar personalizzata */
 .privacy-content::-webkit-scrollbar {
     width: 3px;
}
 .privacy-content::-webkit-scrollbar-track {
     background: var(--bg-primary);
}
 .privacy-content::-webkit-scrollbar-thumb {
     background: #fff;
}
 .privacy-content::-webkit-scrollbar-thumb:hover {
     background: var(--bg-primary);
}
/* Responsive */
 @media (max-width: 768px) {
     .privacy-modal {
         width: 95%;
         margin: 10px;
    }
     .privacy-header {
         padding: 20px;
    }
     .privacy-header h2 {
         font-size: 24px;
    }
     .privacy-content {
         padding: 20px;
         font-size: 14px;
    }
     .privacy-footer {
         padding: 20px;
         flex-direction: column;
         text-align: center;
    }
}

.grid-flex-hero{
    display:flex;
    gap:5rem;
}

.rows-overlay{
    display: grid;
    flex-wrap: inherit;
    align-items: center;
    grid-template-columns: 1fr 4fr 1fr;
    justify-content: space-between;
    position: absolute;
    width: 100vw;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    top: 0;
    right: 0;
}


.borders-rows{
    height: 100%;
    border-left:1px solid #ffffff30;
    border-right:1px solid #ffffff30;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 0;
}

.vertical-row-border{
    width: 0.5px;
    background-color:#ffffff30;
    position: sticky;
    top: 3.7rem;
    height: 100vh;
}

.arrow-height-c{
    height: 50vh;
}

.error-height-c{
    height: 90vh;
}

.error-title{
    margin-top:1rem;
    margin-bottom:1rem;
}
.error-code{
    line-height:normal;
}


.col-text .vertical-row-border{
    top: 0;
    height: 100%;
}



#element_d{
    width: 100%;
    height: 200vh;
    position: absolute;
    top: 0;
    pointer-events: none;
    transform: translateY(30%);
    overflow: scroll;
    z-index:99;
}

/*#element_d canvas {*/
/*            width: 100% !important;*/
/*            height: 100% !important;*/
/*            display: block;*/
/*         }*/


.test-polygon{
    clip-path: polygon(50% 0%, 90% 20%, 100% 60%, 75% 100%, 25% 100%, 0% 60%, 10% 20%);

}




.button-c{
    position: relative;
    width: fit-content;
    height: fit-content;
    clip-path: polygon(
    1em 0,
    100% 0,
    100% calc(100% - 1em),
    calc(100% - 1em) 100%,
    0 100%,
    0 1em
  );
    display: flex;
    justify-content: center;
    background: transparent;
    padding: 0;
    margin-top: 2rem;
    border: 1px solid;
}


/*.button-c::before {*/
/*  content: "";*/
/*  position: absolute;*/
/*  inset: 0;*/
/*  z-index:8;*/
/*  background: transparent;*/
  /* background: currentColor; */
  /*clip-path: inherit; /* usa la stessa forma del genitore */
/*  pointer-events: none;*/
/*}*/

.no-decoration{
    text-decoration:none;
    width: fit-content;
    display: block;
    cursor: none;
}



.shape-button{
  position:relative;
  z-index:9;
  margin-bottom: -1px;
  width: 100%;
  display: grid;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  gap: 4rem;
  background: linear-gradient(to right, currentColor 50%, #1d1d1b00 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: all 0.3s ease;
  grid-template-columns: auto 1rem;
}


.button-c:hover  .shape-button{
      background-position: left bottom;
}


.shape-button span{
    transition: all 0.3s ease;
    letter-spacing: 2px;
    color: #fff;
    font-size: 13px;
    font-family: 'Archivo';
    text-transform: uppercase;
    font-weight: 500;
}

.shape-button svg{
    transition: all 0.3s ease;
    color:#fff;
    width: 10px;
    height: 10px;
    transform: rotate(-90deg);
}




.button-c:hover  span, .button-c:hover  svg{
      color: #1d1d1b;
}

.shape-button:before{
    content: "";
    position: absolute;
    width: 1px;
    background: currentColor;
    height: 1.5rem;
    top: -4px;
    z-index: 10;
    left: 6px;
    transform: rotate(45deg);
}

.shape-button:after{
  content: "";
  position: absolute;
  width: 2px;
  background: currentColor;
  height: 1.5rem;
  bottom: -4px;
  z-index: 10;
  right: 6px;
  transform: rotate(45deg);
}







.custom-shape {
  position: relative;
  clip-path: polygon(
    150px 0,
    100% 0,
    100% calc(100% - 150px),
    calc(100% - 150px) 100%,
    0 100%,
    0 150px
  );
}

.custom-shape::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index:8;
  background: transparent;
  background: #fff;
  clip-path: inherit; /* usa la stessa forma del genitore */
  pointer-events: none;
}

.img-shape{
  position:relative;
  z-index:9;
  padding:3px;   
}

.img-shape:before{
    content: "";
    position: absolute;
    width: 3px;
    background: #fff;
    height: 14rem;
    top: -2rem;
    z-index: 10;
    left: 4.4rem;
    transform: rotate(45deg);
}

.img-shape:after{
  content: "";
  position: absolute;
  width: 3px;
  background: #fff;
  height: 14rem;
  bottom: -2rem;
  z-index: 10;
  right: 4.4rem;
  transform: rotate(45deg);
}


.mask-with-border {
    width: 300px;
    height: 240px;
    position: relative;
    margin: 0 auto;
}

.mask-with-border img {
    padding:2px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    clip-path: polygon(
        8.1% 0%, 
        99.9% 0%, 
        99.9% 89.8%, 
        91.8% 100%, 
        0.1% 100%, 
        0.1% 10.3%
    );
}

.mask-with-border::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 122.24 96.82"><polygon fill="none" stroke="white" stroke-width="1" points="122.11 86.93 122.11 .12 9.94 .12 .12 9.94 .12 96.7 112.35 96.7 122.11 86.93"/></svg>') no-repeat center;
    background-size: contain;
    pointer-events: none;
}



.box {
  /* solo per vedere meglio l’effetto */
  display: inline-block;
}

.shape {
  --cut: 150px;
  position: relative;
}

/* Contenuto colorato, ritagliato */
.shape::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;

  /* la forma: due angoli smussati (su-sx e giù-dx) */
  -webkit-clip-path: polygon(
    var(--cut) 0,
    100% 0,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    0 100%,
    0 var(--cut)
  );
  clip-path: polygon(
    var(--cut) 0,
    100% 0,
    100% calc(100% - var(--cut)),
    calc(100% - var(--cut)) 100%,
    0 100%,
    0 var(--cut)
  );

  /* “Bordo” di 1px bianco che segue la clip */
  /* funziona perché il drop-shadow segue l’alpha della forma ritagliata */
  filter: drop-shadow(0 0 0 #fff);
}

.bg-section-home{

    background: var(--bg-primary);
    z-index: 9;
    position: relative;
    padding: 0;
    margin: 5rem 0 0 0;

}

.bg-section-home-v2{
     background: var(--bg-primary);
     z-index: 9;
     position: relative;
     padding: 0;
}

.change-lang{
    text-transform:uppercase;
}

.last-section{
}



.text-block p:not(:last-child){
        margin-bottom: 1rem;
}


.scroll-img{position:relative;min-height: 150vh;}



.img-suspension{
    position: absolute;
    left: calc(50vw - 29vw);
    z-index: 9;
    top: 0;
    pointer-events: none;
    height:100%;
}

.img-suspension.systems{
    left: calc(50vw - 20vw);
   
}

.img-suspension.marine{
    left: calc(50vw - 20vw);
   
}
.img-suspension img{
    width: 40vw;
    filter: grayscale(1);
    top:5rem;
    /*position:sticky;*/
}


.img-suspension.product{
    z-index: 11;
}


.img-suspension.product img{
        filter: grayscale(0);
}



.bg-airtender_1{
    background-image:url(/media/airtender_hero.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    top: 10rem;
    pointer-events: none;
}

.bg-marine_1{
    background-image:url(/media/marine_equipment_hero_5.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    top: -2rem;
    pointer-events: none;
}


.bg-systems_1{
    background-image:url(/media/test_systems_hero.png);
    position: absolute;
    left: 0;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    top: -2rem;
    pointer-events: none;
}

.category .bg-airtender_1{
   top: -5rem;
}

.bg-airtender_2{
    background-image:url(/media/airtender_hero_2.png);
    position: absolute;
    right: 0;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    top: 40rem;
    pointer-events: none;
    background-position: 100%;
}
.bg-marine_2{
    background-image:url(/media/marine_equipment_hero_2_2.png);
    position: absolute;
    right: 0;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    top: 40rem;
    pointer-events: none;
    background-position: 100%;
}

.bg-systems_2{
    background-image:url(/media/test_systems_hero_2.png);
    position: absolute;
    right: 0;
    width: 100%;
    height: 100vh;
    background-size: contain;
    background-repeat: no-repeat;
    top: 40rem;
    pointer-events: none;
    background-position: 100%;
}


/*accordion*/

.accordion-container {
    max-width: 800px;
    margin: 0 auto;
    background-color: var(--bg-primary);
    border: 1px solid #ffffff30;
}

.accordion-item {
    border-bottom: 1px solid #ffffff30;
}

.accordion-item:last-child {
    border-bottom: none;
}

.accordion-header {
    padding: 1rem;
    
    background-color: transparent;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 14px;
    color: currentColor;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    transition: all 0.3s ease;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Archivo';
    line-height: 18px;
    gap: 1rem;
}

.accordion-header:hover {
    background-color: #12111150;
}

.accordion-header.active {color: #fff;background: var(--bg-secondary);}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    background-color: var(--bg-secondary);
}

.accordion-content.active {
    max-height: 1000px;
}

.accordion-text {
    padding: 0rem 1rem 1rem;
    color: #ffffff;
    font-size: 15px;
    font-family: 'Archivo';
    font-weight: 100;
    letter-spacing: 0.5px;
}

.arrow {
    width: 1rem;
    height: 1rem;
    transition:0.2s ease-in;
    transform-origin: center;
    display: flex;
    flex-shrink: 0;
}


.active .arrow {
    transform: rotate(-90deg);
}


.grid-page{
    padding: 0;
    padding-top: 2rem;
    display: grid;
    position: relative;
    grid-template-columns: 2.5fr 1fr;
}
.grid-page.p-t-3{
    
    padding-top:3rem;
    
}



.grid-page.category{
    margin-top: -13rem;
}



.grid-page .title-block{
    padding-left:3rem;
    z-index:9;
    position:relative;
    padding-right: 25vw;
}

.grid-page .text-block{
    padding-right:3rem;
}

.col-right{
    display:flex;
    flex-direction:column;
    gap:3rem;
    padding-right: 3rem;
    margin-top: -9.5rem;
}

.col-left{
    padding-right: 5rem;
}


.sec-grid-prod{
    padding: 3rem 0 0 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: end;
}

.b-bottom-1{
     border-bottom:1px solid #ffffff30; 
}


.bg-grayscale{
    filter:grayscale(1);
    top: 0;
    width: 70%;
    opacity:0.5;
}

.grid-prod{
    border-top: 1px solid #ffffff30;
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    position:relative;
}

.grid-prod.shots::after{
    content:'';
    width:50%;
    right:0;
    height:1px;
    background:#ffffff30;
    bottom:0;
    position: absolute;
}



.item-grid-prod{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position:relative;
    width: 100%;
}


.item-grid-prod:hover .cover-prod{
    opacity:0.3;
}
.cover-prod {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    height: 100%;
    z-index: 8;
    transition: 0.2s ease;
}
.cover-prod img {
    object-fit: cover;
    filter: grayscale(1);
    width: 100%;
    height: 100%;
}


.content-prod{
    position:relative;
    z-index:9;
}


.title-prod{
    color: #fff;
    font-family: 'ArdelaEdgeX02';
    font-style:italic;
    font-weight: 300;
    padding: 1rem;
    font-size: 2rem;
}

.airtender .title-prod span{
    color:var(--airtender-color);
}

.marine .title-prod span{
    color:var(--marine-color);
}

.systems .title-prod span{
    color:var(--systems-color);
}

.content-item{
    padding: 1rem;
    border-top: 1px solid #ffffff30;
}

.link-prod{
    border-bottom: 1px solid #ffffff30;
    padding: 1rem;
    border-top: 1px solid #ffffff30;
    text-decoration: none;
    color: currentColor;
    font-family: 'Archivo';
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:9;
}

.link-prod svg{
    width:1rem;
    height:1rem;
    color:currentColor;
    transition:0.2s ease-in;
    
}


.item-grid-prod:hover .link-prod svg{
    transform:rotate(-90deg);
    
}

.bg-primary-no-rows{
    background:var(--bg-primary);
    padding: 5rem 3rem;
    z-index:10;
    position: relative;
}

.open-modal{
    
}





/* Stile breadcrumbs */

.breadcrumbs-container{
    margin-top: 4rem;
}


.breadcrumbs-container ul {
    display: flex;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
    flex-wrap: wrap;
    }
.breadcrumbs-container li {
    display: flex;
    align-items: center;
    font-size: 14px;
    letter-spacing: 1.5px;
    line-height: 18px;
    font-family: 'Archivo';
    font-weight: 200;
    /* text-transform: uppercase; */
    }
/* Aggiunge il separatore "/" dopo ogni elemento tranne l'ultimo */
.breadcrumbs-container li:not(:last-child)::after {
    content: "/";
    margin: 0 0.5rem;
    color: #ffffff;
    }
.breadcrumbs-container a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
    }
.breadcrumbs-container a:hover {
    color: currentColor;
    }
/* Stile per il link attivo */
.breadcrumbs-container li.active a {
    color: currentColor;
    }
.breadcrumbs-container.withe a {
    color: #fff;}
.breadcrumbs-container.withe li:not(:last-child)::after {
    color: #fff;}
.breadcrumbs-container.withe li.active a {
    color: #fff;}
.breadcrumbs-container.withe a:hover {
    color: #fff;}
.breadcrumbs-container.withe li span{
    color: #fff;}

.modal-overlay {
            position: fixed;
            width: 100vw;
            height: 100vh;
            top: 0;
            display: flex;
            left: 0;
            background: #000000bf;
            align-items: center;
            justify-content: center;
            z-index: 9999;
            visibility: hidden; 
            opacity: 0;
            transition: opacity 0.2s ease, visibility 0.2s ease;
        }

        .modal-overlay.open {
            visibility: visible; 
            opacity: 1;
            transition: opacity 0.3s ease, visibility 0.3s ease;
        }

      
        .modal-content {
            width: 0;
            position: relative;
            height: 0;
            clip-path: polygon(
                2.5rem 0,
                100% 0,
                100% calc(100% - 2.5rem),
                calc(100% - 2.5rem) 100%,
                0 100%,
                0 2.5rem
            );
            border: 1px solid #ffffff30;
            background: #000;
            /* Transizione per il contenuto della modale */
            transition: width 0.2s ease, height 0.2s ease;
            display: flex;
            align-items: center;
            padding: 3rem;
            justify-content: center;
        }
        
        .modal-content img{
            width: 100%;
            height: 100%;
            object-fit: contain;
        }

        .modal-content:before {
            content: "";
            position: absolute;
            width: 1px;
            background: #ffffff30;
            height: 5.5rem;
            top: -2rem;
            z-index: 10;
            left: 26px;
            transform: rotate(45deg);
        }

        .modal-content:after {
            content: "";
            position: absolute;
            width: 1px;
            background: #ffffff30;
            height: 5.5rem;
            bottom: -2rem;
            z-index: 10;
            right: 26px;
            transform: rotate(45deg);
        }

        .open .modal-content {
            height: 80vh;
            width: 80vw;
            transition: width 0.3s ease, height 0.3s ease;
        }





        .slider-shape {
            position: relative;
            height: 80vh;
            width: 100%;
            clip-path: polygon(
                2.5rem 0,
                100% 0,
                100% calc(100% - 2.5rem),
                calc(100% - 2.5rem) 100%,
                0 100%,
                0 2.5rem
            );
            border: 1px solid #ffffff61;
            background: #000;
            display: flex;
            align-items: center;
            padding: 0;
            justify-content: center;
        }



        .slider-shape:before {
            content: "";
            position: absolute;
            width: 1px;
            background: #ffffff61;
            height: 5.5rem;
            top: -2rem;
            z-index: 10;
            left: 26px;
            transform: rotate(45deg);
        }

        .slider-shape:after {
            content: "";
            position: absolute;
            width: 1px;
            background: #ffffff61;
            height: 5.5rem;
            bottom: -2rem;
            z-index: 10;
            right: 26px;
            transform: rotate(45deg);
        }


.shape-swiper{
    width: 100%;
    height: 100%;
}

.shape-swiper .swiper-slide{
 /* height: 80vh; */
 width:100% !important;
}

.kit-swiper{
    width: 100%;
    height: 100%;
}

.kit-swiper .swiper-slide{
 height: 100%;
 width:100% !important;
}


.swiper-gallery-modal{
    width: 100%;
    height: 100%;
}

.swiper-gallery-modal .swiper-slide{
 height: 100%;
 width:100% !important;
}


.swiper-slide img{
    width: 100%;
    height: 100%;
    object-position: center;
    object-fit: cover;
    filter: grayscale(1);
    transition:0.3s ease-in;
}

.swiper-slide:hover .cover-prod img{

    filter: grayscale(1);
}



.swiper-slide:hover img{

    filter: grayscale(0);
}

.kit-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(0);
}

.swiper-gallery-modal .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    filter: grayscale(0);
}





.navigation-shape {
    position: absolute;
    top: 1rem;
    right: 1rem;
    display: flex;
    gap: 1rem;
    flex-direction: column;
    z-index: 10;
}

.navigation-shape span{
        width: 2.5rem;
    height: 2.5rem;
}

.navigation-shape span:hover .cls-navigation{
 fill: currentColor;
}


.navigation-modal-swiper {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    z-index: 9;
    position: absolute;
    justify-content: space-between;
}
.navigation-modal-swiper span{
        width: 2.5rem;
    height: 2.5rem;
}

.navigation-modal-swiper span:hover .cls-navigation{
 fill: currentColor;
}


.content-text strong{
    font-weight: 600;
}


.accordion-text ul{
     letter-spacing:1px;
     color: #fff;
     font-size: 16px;
     font-family: 'Archivo';
     font-weight: 100;
     list-style: none;
     padding:0;
     margin: 0;
     display: flex;
     flex-direction: column;
     gap: 5px;
}

.accordion-text ul li {
    color: #fff;
    position:relative;
    display: flex;
    gap: 1rem;
    align-items: flex-start;
}

.accordion-text ul li::before {
    content: '';
    width:10px;
    height:10px;
    position: relative;
    flex-shrink: 0;
    margin-top: 0.5rem;
}

.accordion-text.airtender ul li::before {
    background-color: var(--airtender-color);
}

.accordion-text.marine ul li::before {
     background-color: var(--marine-color);
}

.accordion-text.systems ul li::before {
     background-color: var(--systems-color);
}

.accordion-text p {
    margin:0;
}

.p-bottom-3{
    padding-bottom:3rem !important;
}

.title-block u{
    text-decoration: none;
}

.title-block.airtender u{
    color:var(--airtender-color);
}

.title-block.marine u{
    color:var(--marine-color);
}

.title-block.systems u{
    color:var(--systems-color);
}

.b-no-right{
    border-right: 0;
}
.b-no-bottom{
    border-bottom: 0;
}

.sec-only-padding{
    padding:5rem 0;
}

.sec-grid-prod.v-2 {
   grid-template-columns: 1fr 5fr;
   position: relative;
   z-index: 10;
}


.swiper-prod {
    overflow-x: scroll;
    padding: 0;
    border-left:1px solid #ffffff30;
    overflow: hidden;
    list-style: none;
    display:flex;
    width: 100%;
    background-color: var(--bg-primary);
}

/* .swiper-prod .swiper-wrapper {
    display: grid
;
    grid-template-columns: 1fr 1fr;
} */
.swiper-item-prod{
    /*width: 512px !important;*/
    height: auto;
    border-right: 1px solid #ffffff30;
}

.navigation-swiper-prod{padding-right: 4rem;display: flex;flex-direction: column;align-items: flex-end;justify-content: flex-end;gap: 3rem;padding-bottom: 1rem;}


.navigation-swiper-prod .next-prod{
    width: 1.5rem;
    height: 1.5rem;
    
    transform: rotate(-45deg);
    transition:0.2s ease-in;
}

.navigation-swiper-prod .prev-prod{
    width: 1.5rem;
    height: 1.5rem;
    
    transform: rotate(135deg);
    transition:0.2s ease-in;
}

.prev-prod.swiper-button-disabled, .next-prod.swiper-button-disabled{
    opacity:0.5;
    cursor: default;
}

.sec-grid-contact{
    padding: 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: end;
}

.p-3{
    padding:3rem 0 0 0 !important;
}


.grid-contact{
    display: grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    position: relative;
}
.item-contact{padding: 3rem;}


.grid-company{
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
    padding-top: 5rem;
    padding-bottom: 5rem;
    border-bottom: 1px solid #ffffff30;
}

.shape-img-left{
 clip-path: polygon(
    0 0,
    100% 0,
    100% calc(100% - 150px),
    calc(100% - 150px) 100%,
    0 100%,
    0 150px
  );   
  height:100%;
}

.shape-img-left img{
    width:100%;
    height:100%;
    object-fit: cover;
}

.grid-company:last-child {
    border: 0;
    padding-top: 0;
    padding-bottom: 10rem;
}


.shape-img-right {
  clip-path: polygon(
    0 0,
    calc(100% - 150px) 0,
    100% 0,
    100% 100%,
    150px 100%,
    0 calc(100% - 150px)
  );
  height: 130vh;
}
.shape-img-right img{
    width:100%;
    height:100%;
    object-fit: cover;
}



.divider-paragraph{
    width:100%;
    height:1px;
    background-color:#ffffff30;
}

.block-text .paragraph{
    padding: 0 3rem 0 5rem;
}

.block-text:nth-child(odd){
    padding-top: 5rem;
}

.block-text:nth-child(odd) .paragraph{
    padding: 0 5rem 0 3rem;
}


.block-text .paragraph:first-child{
    padding-bottom:3rem;
}

.block-text .paragraph:last-child{
    padding-top:3rem;
}

.full-button .button-c{
    width:100%;
}

.category .padding-top{
    padding-top:3rem;
}







.sec-grid-media{
    padding: 3rem 0 0 0;
    height: 100%;
    display: grid;
    grid-template-columns: 1fr 4fr 1fr;
    align-items: start;
}

.filter-media{
    padding-left:3rem;
    display: flex;
    flex-direction: column;
}

.item-filter{
    font-family: 'Archivo';
    color: #ffffff50;
    text-transform: uppercase;
    padding: 1rem;
    border-top: 1px solid #ffffff30;
    border-left: 1px solid #ffffff30;
    transition:0.2s ease-in;
    
}

.item-filter.active{
    color: #ffffff;
    box-shadow: inset 5px 0 0 0 #fff;
}

.item-filter:last-child{
    border-bottom: 1px solid #ffffff30;
}

.grid-media{
    border-top: 1px solid #ffffff30;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    position: relative;
    opacity:0;
    visibility:hidden;
    transition:0.2s ease-in;
    display:none;
}

.grid-media.active{
    display:grid;
    opacity:1;
    visibility:visible;
}

.content-media{
    position:relative;
    z-index:9;
}


.title-media{
    color: #fff;
    font-family: 'Archivo';
    font-style:italic;
    font-weight: 600;
    padding: 1rem;
    font-size: 2rem;
    min-height: 7.05rem;
    display: flex;
    align-items: center;
    line-height: 2.8rem;
}



.title-media.video{
    display:flex;
    justify-content: space-between;
}

.title-media.video span{
    font-size: 1rem;
    font-weight: 100;
    text-transform: uppercase;
    font-style: normal;
}



.link-media{
    padding: 1rem;
    border-top: 1px solid #ffffff30;
    text-decoration: none;
    color: #ffffff;
    font-family: 'Archivo';
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index:9;
}

.link-media svg{
    width:1rem;
    height:1rem;
    color:currentColor;
    transition:0.2s ease-in;
    
}

.item-grid-media{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position:relative;
}




.content-menu-mobile {
    height: 0;
    overflow: scroll;
    width: 100%;
    position: fixed;
    z-index: 11;
    transition: 0.3s ease-in;
    backdrop-filter: blur(10px);
    background: #121111b5;
    margin-top: 3.5rem;
}
.content-menu-mobile.open{
    height: 100%;
    /* margin-top: 4rem; */
    transition: 0.3s height ease-in;
    border-top: 1px solid #ffffff30;
}


/*HAMBURGER MENU ICON*/
.menu-icon {
    /* width: 24px; */
    /* height: 19px; */
    position: relative;
    display: flex;
    gap: 7px;
    flex-direction: column;
    justify-content: space-between;
    transform: skewX(-10deg);
}

/* Stili per le linee dell'hamburger */
.hamburger-line {
    width: 2rem;
    height: 2px;
    background-color: white;
    transition: all 0.3s ease;
    transform-origin: center;
}

.hamburger-line:nth-child(1) {
    transform-origin: center;
}

.hamburger-line:nth-child(2) {
    transform-origin: center;
}

.hamburger-line:nth-child(3) {
    transform-origin: center;
}

/* Animazioni quando il menu è aperto */
.menu-mobile.open .hamburger-line:nth-child(1) {
    transform: rotate(-45deg) translate(0, 11.5px);
}

.menu-mobile.open .menu-icon {
    
    transform: skewX(0deg);
}

.menu-mobile.open .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.menu-mobile.open .hamburger-line:nth-child(3) {
    transform: rotate(45deg) translate(-1px, -12px);
}


.privacy-page{
    padding:2rem;
}


.private-area {
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  position: relative;
  z-index: 10;
  height: 0;
  padding: 0 3rem;
}

.private-area.active {
  visibility: visible;
  opacity: 1;
  padding-bottom: 5rem;
  padding-top: 5rem;
  height: 100%;
}

.content-private-area {
  background: var(--bg-primary);
  border: 1px solid #ffffff30;
  height: auto;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 3rem;
}



.private-area.active .content-private-area {
    
    
    
}

.files-private-area{
    display: grid;
    gap: 2rem;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: 100%;
    grid-template-columns: repeat(5, 1fr);
}



.file{
    position:relative;
    display:flex;
    flex-direction: column;
    gap:1rem;
    padding-bottom: 0;
    width: 15.9vw;
    padding: 2.4rem 1rem 1rem 1rem;
}

.check-file{
    position:absolute;
    top:1rem;
    left:1rem;
    width:1rem;
    height:1rem;
    border: 1px solid;
    border-color: #ffffff80;
    opacity:0;
    transition:0.2s ease;
}


.file:hover{
    background:var(--bg-secondary);
}

.file:hover .check-file{

    opacity:1;
}



.file.active{
    background:var(--bg-secondary);
}

.file.active .check-file{
        background-color: white;
    box-shadow: inset 0 0 0px 3px var(--bg-secondary);
    opacity:1;
}



.file.selectable{
    background:var(--bg-secondary);
}


.pre-file{
    position: absolute;
    border: 1px solid #ffffff70;
    top: 1rem;
    right: 1rem;
    background: var(--bg-primary);
    height: 1.5rem;
    width: 6rem;
    z-index: 10;
    border-bottom: 0;
    clip-path: polygon(
        2em 0,           /* inizio del taglio top-left */
        100% 0,          /* top-right */
        100% 100%,       /* bottom-right */
        0 100%,          /* bottom-left */
        0 2em            /* fine del taglio top-left */
    );
}

.pre-file:after{
    content:'';
    position: absolute;
    width: 1px;
    background: #ffffff70;
    height: 2rem;
    top: -5px;
    z-index: 10;
    left: 19px;
    transform: rotate(45deg);
}



.content-file{
    position: relative;
    width: 100%;
    padding: 1rem;
    height: 8rem;
    z-index: 9;
    background: var(--bg-primary);
    border: 1px solid #ffffff70;
    clip-path: polygon(
    1em 0,                    /* taglio top-left */
    100% 0,                   /* top-right */
    100% calc(100% - 1em),    /* taglio bottom-right (inizio) */
    calc(100% - 1em) 100%,    /* taglio bottom-right (fine) */
    1em 100%,                 /* taglio bottom-left (inizio) */
    0 calc(100% - 1em),       /* taglio bottom-left (fine) */
    0 1em                     /* taglio top-left (fine) */
);
}

.content-file:after {
    content: '';
    position: absolute;
    width: 1px;
    background: #ffffff70;
    height: 1.5rem;
    bottom: -4px;
    z-index: 10;
    right: 6px;
    transform: rotate(45deg);
}


.content-file:before{
    content:'';
    position: absolute;
    width: 1px;
    background: #ffffff70;
    height: 1.5rem;
    top: -4px;
    z-index: 10;
    left: 6px;
    transform: rotate(45deg);
}



.img-file {
    height: 100%;
    width: auto;
}


.img-file svg{
    height: 100%;
    width: auto;
}

.img-file:before{
    content:'';
    position: absolute;
    width: 2px;
  background: #ffffff70;
  height: 1.5rem;
  bottom: -4px;
  z-index: 10;
  left: 6px;
  transform: rotate(-45deg);
}



.content-text-file {
    width: 100%;
    overflow: hidden;
    background-color: var(--bg-secondary);
    padding: 0.5rem 0;
    border: 0.5rem solid var(--bg-secondary);
    border-top: 0;
    border-bottom: 0;
    /*position:absolute;*/
    /*bottom:0;*/
}

.text-file {
    display: inline-block;
    white-space: nowrap;
    color: #fff;
    font-family: 'Archivo';
    font-weight: 100;
    transition: transform 0.8s linear;
}

/*.text-file.duplicate{*/
/*    position:absolute;*/
/*    left:100%;*/
/*}*/

/*.file:hover .text-file {*/
/*    animation: scroll-left 5s linear infinite;*/
    
/*}*/

/*@keyframes scroll-left { */
/*   0% { transform: translateX(0%); }*/
/*   100% {transform: translateX(-100%); } */
/*}*/


/* Variante: scorrimento da sinistra a destra */
.scroll-right {
    animation: scroll-right 15s linear infinite;
}

@keyframes scroll-right {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}


.buttons-private-area{
    display: flex;
    gap: 1rem;
    align-content: center;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    width: 100%;
}

.full-button {
    width: 100%;
}

.single-prod-grid{
    grid-template-columns: 100%;
}

.single-prod-grid .item-grid-prod{
    background-color: var(--bg-primary);
    z-index: 10;
    border-right: 1px solid #ffffff30;
    border-left: 1px solid #ffffff30;
}

.prod_page_p{
    padding-top:0;
}

.hide-cover .cover-prod{
    display:none;
}

.text-logo.show-logo{
            transition: transform 0.3s 
ease-out 0.1s, opacity 0.2s 
ease-out 0.3s;
        transform: translateX(0%);
    opacity: 1;
}

.prod-marine{
    min-height:120vh;
}

.prod-marine .img-suspension.product img {
    width: auto;
    max-width: 45vw;
    max-height: 115vh;
}

 .hide{
     display:none;
}
 .mobile{
     display:none;
}

 .tablet{
    display:none;
}


/* ------------------------- Custom Cursor -------------------------------------------------- */

.custom-cursor {
    width: 0.5rem;
    height: 0.5rem;
    background-color: currentColor;
    position: fixed;
    z-index: 9999999;
    pointer-events: none;
    top: 0;
    transform: translate(-50%, -50%);
    /*transition:width 0.3s , 0.3s height;*/
    left: 0;
    clip-path: polygon(
    2px 0,
    100% 0,
    100% calc(100% - 2px),
    calc(100% - 2px) 100%,
    0 100%,
    0 2px
  );
}


.custom-cursor-bord {
    width: 2.5rem;
    height: 2.5rem;
    border-color: currentColor;
    border:1px solid;
    opacity:0.3;
    position: fixed;
    z-index: 9999999;
    pointer-events: none;
    transition:width 0.3s, height 0.3s;
    top: 0;
    transform: translate(-50%, -50%);
    left: 0;
    clip-path: polygon(
    7px 0,
    100% 0,
    100% calc(100% - 7px),
    calc(100% - 7px) 100%,
    0 100%,
    0 7px
  );
}

.link_text{
    text-decoration:none;
}


.custom-cursor-bord:before{
    content: "";
    position: absolute;
    width: 1px;
    background: currentColor;
    height: 1.5rem;
    top: -10px;
    z-index: 10;
    left: 3px;
    transform: rotate(45deg);
}

.custom-cursor-bord:after{
  content: "";
  position: absolute;
  width: 1px;
  background: currentColor;
  height: 1.5rem;
  bottom: -10px;
  z-index: 10;
  right: 3px;
  transform: rotate(45deg);
}


.custom-cursor-bord.pluse {
    width: 3.5rem !important;
    height: 3.5rem !important;
    
}

.right-arrow{
    background:url('/media/freccia_su_1.svg');
    background-size:0.5rem 0.5rem;
    background-position:100% 60%;
    background-repeat:no-repeat;
    border:0;
    opacity:1;
    
}

.custom-cursor.borded{
    background:transparent;
    border-color:currentColor;
    border-bottom:1px solid;
}

.custom-cursor.borded-left{
    background:transparent;
    border-color:currentColor;
    border-left:2px solid;
}

.custom-cursor-bord.borded-bottom{
    opacity:1;
    border:none;
    border-bottom:1px solid;
    clip-path: none;
}
.custom-cursor-bord.borded-bottom:before{
    opacity:0;
}

.custom-cursor-bord.borded-bottom:after{
  opacity:0;
}

.custom-cursor-bord.no-shape{
    clip-path: none;
}

.custom-cursor-bord.no-shape:before{
    opacity:0;
}

.custom-cursor-bord.no-shape:after{
  opacity:0;
}
.mix-blend-mode{
    mix-blend-mode:difference;
}
.black_mouse{
    color: var(--bg-secondary);
}


.logo-cursor{
    background:#fff;
    opacity:1;
    border-color:#fff;
    mix-blend-mode:difference;
}



.custom-cursor-bord.borded-left{
    opacity:1;
    border:none;
    border-left:2px solid;
}

.content-single-post {
    padding: 5rem 3rem 0 3rem;
    display:flex;
    flex-direction:column;
    gap:2rem;
}

.content-single-post:last-child {
    padding-bottom: 5rem;
}

.image-v{
    padding:2rem;
}

.open-video{
    width:100%;
}

.box-video-image{
    width:100%;
    border:1px solid #ffffff30;
    height:15rem;
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.box-video-image .overlay-video{
    position:absolute;
    width:100%;
    height:100%;
    top:0;
    left:0;
    filter: grayscale(1);
    opacity: 0.3;
}

.icon-play{width:3rem;height:3rem;position: relative;}

.link_fonte{
    margin-top:0;
}

.button-template-news{
    margin-top:0;
}


.text-button-fonte{
     transition: all 0.3s ease;
     letter-spacing: 2px;
     color: #fff;
     font-size: 13px;
     font-family: 'Archivo';
     text-transform: uppercase;
     font-weight: 500;
}

.link_fonte:hover  .text-button-fonte{
      color: #1d1d1b;
}


.modal-content iframe {
    border: 0;
    width: 100%;
    height: 100%;
}

.text-content p:last-child{
    margin-bottom:0;
}


.content-img {
    width: 100%;
    height: 80vh;
    display: block;
    object-position: left;
}

.img-cover {
    object-fit: cover;
}

.img-contain {
    object-fit: contain;
}

.swiper-container-wrapper {
  padding: 20px 0;
  position:relative;
}

.swiperGallery {
  width: 100%;
  height: 300px;
      
}

.swiperGallery .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--bg-secondary);
  border-radius: 0;
  overflow: hidden;
}

.swiperGallery .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0);
}


.navigation-gallery-swiper {
    width: 100%;
    padding: 0 2rem;
    display: flex;
    left: 0;
    z-index: 9;
    top: 50%;
    position: absolute;
    justify-content: space-between;
}
.navigation-gallery-swiper span{
        width: 2.5rem;
        height: 2.5rem;
}

.navigation-gallery-swiper span .cls-navigation {
    fill: #fff;
}
/*.navigation-gallery-swiper span:hover .cls-navigation{*/
/* fill: currentColor;*/
/*}*/


.navigation-gallery-swiper span .cls-prev {
    fill: var(--bg-secondary);
}

.navigation-gallery-swiper span .cls-next {
    fill: var(--bg-secondary);
}

.p-lateral-0{
    padding-left:0;
    padding-right:0;
}

#CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentCookieContainerButton:not(:disabled):not(.disabled), #CybotCookiebotDialog .CookieCard .CybotCookiebotDialogDetailBodyContentIABv2Tab:not(:disabled):not(.disabled), #CybotCookiebotDialog .CybotCookiebotDialogBodyLevelButtonSliderWrapper input[type=checkbox], #CybotCookiebotDialog button, #CybotCookiebotDialog input, #CybotCookiebotDialog label:not([for=CybotCookiebotDialogBodyLevelButtonNecessary]), .CybotCookiebotDialogContentWrapper, .CybotCookiebotDialogNavItemLink {
    cursor: pointer !important;
}

#CookiebotWidget * {
    cursor: pointer !important;
}