/*
 * STANDARD
*/
body {
    margin:0px;
    font-family: 'Poppins', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    min-width: 375px;
    background-color:#eee;
}
.width-100 {
    width:100%!important;
}
.width-auto {
    width:auto;
}
.height-100 {
    height:100%!important;
}
.text-align-left {
    text-align:left!important;
}
@media (max-width: 767px) {
    .text-align-left-mb {
        text-align:left!important;
    }
}
.text-align-right {
    text-align:right!important;
}
.text-align-center {
    text-align:center!important;
}
@media (max-width: 767px) {
    .text-align-center-mb {
        text-align:center!important;
    }
}
.padding-0 {
    padding:0!important;
}
.padding-top-0 {
    padding-top:0!important;
}
@media (max-width: 767px) {
    .padding-top-0-mb {
        padding-top:0px!important;
    }
}
.padding-bottom-0 {
    padding-bottom:0!important;
}
.padding-left-0 {
    padding-left:0!important;
}
.padding-right-0 {
    padding-right:0!important;
}
.margin-0 {
    margin:0px!important;
}
.margin-left-auto {
    margin-left:auto;
}
.margin-right-auto {
    margin-right:auto;
}
.margin-bottom-0 {
    margin-bottom:0px!important;
}
.margin-bottom-10px {
    margin-bottom:10px!important;
}
.margin-top-0 {
    margin-top:0px!important;
}
.margin-top-10px {
    margin-top:10px!important;
}
@media (max-width: 767px) {
    .margin-top-0-mb {
        margin-top:0px!important;
    }
 }
.max-width-50 {
    max-width:50%;
}
.max-width-60 {
    max-width:60%;
}
.max-width-70 {
    max-width:70%;
}
.max-width-75 {
    max-width:75%;
}
.max-width-100 {
    max-width:100%;
}
@media (max-width: 991px) {
    .max-width-100-tb {
        max-width:100%!important;
    }
}
@media (max-width: 767px) {
    .max-width-100-mb {
        max-width:100%!important;
    }
}
.max-width-500 {
    max-width:500px!important;
}
.max-width-600 {
    max-width:600px!important;
}
.max-width-700 {
    max-width:700px!important;
}
.background-color-white {
    background-color:#FFF;
}
.background-color-grey {
    background-color:#EFEFEF;
}
.background-color-black {
    background-color:#000000; 
}
.text-black {
    color:#000!important;
}
.text-black p {
    color:#000!important;
}
.text-white {
    color:#fff!important;
}
.text-white p {
    color:#fff!important;
}
.font-weight-700 {
    font-weight:700!important;
}
.line-height-0 {
    line-height:0;
}
.text-transform-none {
    text-transform:none!important;
}
.text-transform-uppercase {
    text-transform:uppercase!important;
}
.box-sizing-border-box {
    box-sizing: border-box;
}
.display-none {
    display:none;
}
.display-inline-block {
    display:inline-block;
}
.display-block {
    display:block;
}
.display-flex {
    display:flex;
}
.flex-wrap-wrap {
    flex-wrap: wrap;
}
@media (max-width: 991px) {
    .flex-wrap-wrap-tb {
        flex-wrap: wrap!important;
    }
}
@media (max-width: 767px) {
    .flex-wrap-wrap-mb {
        flex-wrap: wrap!important;
    }
}
.justify-content-space-between {
    justify-content: space-between;
}
.justify-content-center {
    justify-content: center;
}
.justify-content-flex-end {
    justify-content: flex-end;
}
.justify-content-flex-start {
    justify-content: flex-start;
}
.align-items-center {
    align-items: center;
}
.align-items-flex-start {
    align-items: flex-start;
}
.align-items-flex-end {
    align-items: flex-end;
}
.align-items-stretch {
    align-items:stretch;
}
@media (max-width: 767px) {
    .align-items-stretch-mb {
        align-items:stretch!important;
    }
}
.flex-direction-column {
    flex-direction: column;
}
.flex-direction-row {
    flex-direction: row;
}
.flex-1 {
    flex:1!important;
}
.flex-basis-20 {
    flex-basis:20%;
}
.flex-basis-25 {
    flex-basis:25%;
}
.flex-basis-50 {
    flex-basis:50%;
}
.flex-basis-60 {
    flex-basis:60%;
}
.flex-basis-70 {
    flex-basis:70%;
}
.flex-basis-75 {
    flex-basis:75%;
}
.flex-basis-100 {
    flex-basis:100%;
}
@media (max-width: 991px) {
    .flex-basis-100-tb {
        flex-basis:100%;
    }
}
@media (max-width: 767px) {
    .flex-basis-100-mb {
        flex-basis:100%;
    }
}
@media (max-width: 991px) {
    .flex-basis-100-tb {
        flex-basis:100%;
    }
    .flex-basis-33-tb {
        flex-basis:33%;
    }
}
.order-1 {
    order:1;
}
@media (max-width: 767px) {
    .order-1-mb {
        order:1!important;
    }
 }
.order-2 {
    order:2;
}
@media (max-width: 767px) {
    .order-2-mb {
        order:2!important;
    }
}
.order-3 {
    order:3;
}
@media (max-width: 767px) {
    .order-3-mb {
        order:3!important;
    }
}
.order-4 {
    order:4;
}
@media (max-width: 767px) {
    .order-4-mb {
        order:4!important;
    }
}
.order-5 {
    order:5;
}
@media (max-width: 767px) {
    .order-5-mb {
        order:5!important;
    }
}
.order-6 {
    order:6;
}
@media (max-width: 767px) {
    .order-6-mb {
        order:6!important;
    }
}
.gap-0 {
    gap:0px;
}
.gap-5 {
    gap:5px;
}
.gap-10 {
    gap:10px;
}
.gap-15 {
    gap:15px;
}
.gap-30 {
    gap:30px;
}
.column-gap-0 {
    column-gap:0px;
}
.position-absolute {
    position:absolute;
}
.position-relative {
    position:relative;
}
.position-fixed {
    position:fixed;
}
.overflow-hidden {
    overflow: hidden!important;
}
.list-style-type-none {
    list-style-type: none!important;
}
.pointer-events-none {
    pointer-events: none!important;
}
.mix-blend-mode-multiply {
    mix-blend-mode:multiply!important;
}
.mix-blend-mode-unset {
    mix-blend-mode:unset!important;
}
.list-style-position-inside {
    list-style-position: inside;
}
.object-fit-contain {
    object-fit: contain;
}
.transform-rotate-180 {
    transform:rotate(180deg);
}
/* STANDARD CUSTOM */
.empty-15 {
    height:15px;
}
.empty-20 {
    height:20px;
}
.empty-30 {
    height:30px;
}
.empty-50 {
    height:50px;
}
.empty-100 {
    height:100px;
}
.no-after:after,
.no-after a:after {
    display:none;
}
.block-sticky {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
}
.full-height-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
}
.full-height-layout > main,
.full-height-layout > .full-height-block {
    display: flex;
    flex: 1;
}
.not-last-children > *:nth-last-child(1):after,
.not-last-children > *:nth-last-child(1):before {
    display:none;
}
.not-first > *:nth-child(1):after,
.not-first > *:nth-child(1):before {
    display:none;
}
.not-column-first > *:nth-child(1) {
    display:none;
}
.not-column-last > *:nth-last-child(1) {
    display:none;
}
.visible-mb {
   display:none!important;
}
.visible-tb {
   display:none!important;
}
@media (max-width: 991px) {
    .visible-tb {
       display:block!important;
    }
    .hidden-tb {
       display:none!important;
    }
}
@media (min-width: 992px) {
    .hidden-dk {
        display:none!important;
    }
}
@media (min-width: 768px) {
}
@media (max-width: 767px) {
    .hidden-mb {
       display:none!important;
    }
    .visible-mb {
       display:block!important;
    }
}

/* =========================
   CUSTOM A
========================= */
.section-full {
    width:100%;
    max-width:100%;
}
.section-standard {
    max-width:1920px;
    width:100%;
    margin:auto;
}
.background-bg-verde {
    background-color:#0d1b16;
}
.padding-20px {
    padding:20px 20px 0px 20px;
}
.padding-x-custom-80px {
    padding-left:80px;
    padding-right:80px;
}
.padding-x-custom-100px {
    padding-left:100px;
    padding-right:100px;
}
.padding-top-custom-100px {
    padding-top:100px;
}
.padding-bottom-custom-100px {
    padding-bottom:100px;
}
.padding-top-custom-50px {
    padding-top:50px;
}
.padding-top-custom-40px {
    padding-top:40px;
}
.padding-top-custom-80px {
    padding-top:80px;
}
.padding-top-custom-70px {
    padding-top:70px;
}

/* =========================
   HEADER
========================= */
.site-header {
        position: fixed;
        top: 0;
        z-index: 100;
        color: #fff;
        width: 100%;
        left: 0;
}
/* Wrapper interno: allinea logo sx e nav dx */
.site-header__inner {
        box-sizing: border-box;
	position: relative;
}
.site-header__inner > div {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
}
/* Brand */
.site-header__brand {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
}
.site-header__logo {
	display: block;
	height: 60px;
	width: auto;
}
/* ============================================================
   NAV desktop
   ============================================================ */
.site-nav {
    background-color: rgba(95, 111, 102, 0.9);
    border-radius: 30px;
}
@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))) {
    .site-nav {
        background-color: rgba(95, 111, 102, 0.75);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
    }
}
.site-nav__list {
	display: flex;
	align-items: center;
	gap: 20px;
	list-style: none;
	margin: 0;
        padding: 0px 30px;
        position:relative;
}
.site-nav__item {
	display: inline-flex;
	align-items: center;
}
.site-nav__item > a {
	text-decoration: none;
	font-size: 16px;
	letter-spacing: 0.4px;
	color: #bfd5c8;
	padding: 12.5px 0px;
	transition: color 150ms ease;
	position: relative;
        z-index:2;
}
.site-nav__link > a {
	color: rgba(255,255,255,1);
}
.site-nav__link:hover {
	color: #ffffff;
}
.site-nav__link.is-active::after,
.site-nav__item:hover .site-nav__link::after  {
	content: "";
        position: absolute;
        background-image: url(/public/img/menu_selezione.png);
        width: 25px;
        left: 50%;
        transform: translateX(-50%);
        top: 0;
        height: 100%;
}
.site-nav__link.is-active,
.site-nav__item:hover .site-nav__link {
    color:#fff;
    text-shadow: 0 0 1px currentColor;
}
/* ============================================================
   Toggle mobile
   ============================================================ */
.site-header__toggle {
	display: none; /* visibile solo <1024 */
        background-color: rgba(95, 111, 102, 0.75);
        backdrop-filter: blur(6px);
        -webkit-backdrop-filter: blur(6px);
	border: 0;
	padding: 0px;
	cursor: pointer;
	color: inherit;
        height:50px;
        width:50px;
        border-radius:50%;
}
.site-header__toggle-icon--close {
	display: none;
}
/* ===============================
   Submenu (desktop)
   =============================== */
.site-subnav {
        position: absolute;
        top: 0px;
        left: 0px;
        transform: translateX(0%);
        min-width: 1px;
        list-style: none;
        margin: 0;
        padding: 70px 30px 20px 30px;
        border-radius: 25px;
        background: rgba(13 27 22 / 75%);
        display: none;
        width: 100%;
        box-sizing: border-box;
        max-height: none !important;
}
.site-nav__item--has-sub:hover .site-subnav {
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        gap: 20px;
}
.site-subnav__link {
	display: block;
        text-decoration: none;
        color: #bfd5c8;
        font-size: 16px;
        line-height:27px;
        letter-spacing: 0.4px;
}
.site-subnav__link:hover,
.site-subnav__link.is-active {
	color: #fff;
        text-shadow: 0 0 1px currentColor;
}
.site-nav__subtoggle {
	display: none;
}
.site-nav__item--socials {
	display: none;
}

/* =========================
   FOOTER
========================= */
.site-footer {
    color: #afc4b8;
    font-style: normal;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.33px;
    
}
.site-footer a {
    text-decoration: none;
    color: #afc4b8;
}

.site-footer__container {
    box-sizing: border-box;
}
.site-footer__grid {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: flex-start;
}
.site-footer__brand {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    gap: 70px;
}
.site-footer__brand-link {
    line-height: 0;
}
.site-footer__logo {
    max-width:110px;
}

.site-footer__address > p {
    margin: 0px;
    font-style: normal;
}

.site-footer__contact-link--highlight {
    color: #fa9500 !important;
    text-decoration:underline!important;
}

.site-footer__address-text {
    margin-top: 20px !important;
}

.site-footer__copyright {
    margin-top: 15px !important;
}
.site-footer__nav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
    align-content: center;
    gap:70px;
}

.site-footer__columns {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 60px;
    padding-right: 20px;
}
.site-footer__link-list {    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    gap: 30px;
    list-style: none;
    padding-left: 0px;
}

.site-footer__social {
    margin-top: 5px;
}
.site-socials {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        align-items: center;
        gap: 25px;
}
.site-socials__link {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 26px;
        height: 26px;
}
.site-socials__link img {
        width: 100%;
        height: auto;
        display: block;
}
.site-socials__item {
    line-height: 0px;
}
/* =========================
   HERO
========================= */
.hero {
    position: relative;
}
.hero__media {
   position:absolute;
   top:20px;
   left:20px;
   width:calc(100% - 40px);
   height:calc(100% - 20px);
    border-radius:25px;
    overflow:hidden;
    background-color: rgba(0, 0, 0, 0.7);
}
.hero__overlay {
    position:absolute;
    top:20px;
    left:20px;
    width:calc(100% - 40px);
    height:calc(100% - 20px);
    z-index: 1;
    border-radius:25px;
    overflow:hidden;
}
.hero__container {
    position: relative;
    z-index:2;
    padding-top:280px;
    padding-bottom:90px;
}
.hero__content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
}
.hero__header {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.hero__title {
    margin:0px;
    color: #fff;
    font-style: normal;
    font-size: 53px;
    font-weight: 600;
    line-height: 56px;
    letter-spacing: 1.3px;
    max-width:770px;
}
.hero__subtitle,
.hero__badge-text {
    margin:0px;
    color: #afc4b8;
    font-style: normal;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0.5px;
    max-width:620px;
}
.hero__badge-text{
    color:#fa9500;
    font-weight:700;
}
.hero__actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap:30px;
}
.button.primary {
    background: transparent linear-gradient(180deg, #FFB134 0%, #FF9800 100%) 0% 0% no-repeat padding-box;
    border:1px solid #fa9500;
    padding:15px 20px 15px 20px;
    position:relative;
    color:#0d1b16;
    font-size:14px;
    font-weight:500;
    line-height:21px;
    letter-spacing:0.35px;
    border-radius:25px;
    text-decoration:none;    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.button.secondary {
    background: transparent;
    border:1px solid #fa9500;
    padding:15px 20px 15px 20px;
    position:relative;
    color:#fa9500;
    font-size:14px;
    font-weight:500;
    line-height:21px;
    letter-spacing:0.35px;
    border-radius:25px;
    text-decoration:none;    
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}
.button.primary:hover {
    background: transparent;
    border:1px solid #fa9500;
    color:#fa9500;
}
.button.secondary:hover {
    background:transparent linear-gradient(180deg, #FFB134 0%, #FF9800 100%) 0% 0% no-repeat padding-box;
    border:1px solid #fa9500;
    color:#0d1b16;
}
.button.primary .color-button {
    display:none;
}
.button.primary .color-button,
.button.primary .white-button,
.button.secondary .color-button,
.button.secondary .white-button {
    transition:0.5s;
    line-height:0;
}
.button.primary:hover .white-button {
    display:none;
}
.button.primary:hover .color-button {
    display:inline-block;
}
/**/
.button.secondary .white-button {
    display:none;
} 
.button.secondary:hover .color-button {
    display:none;
}
.button.secondary:hover .white-button {
    display:inline-block;
}
/**/
.button-icon {
height:20px;
width:20px;
}
.hero--azienda .hero__media {
    background-position: center;
}
.hero--azienda .hero__content {
    align-items: center;
}
.hero--azienda .hero__content {
    text-align:center;
    max-width:850px;
}



/* RESPONSIVE */

@media (max-width: 1600px) {
}
@media (max-width: 1400px) {
}
@media (max-width: 1200px) {
    .site-footer__columns {
        gap: 20px;
        padding-right: 0px;
    }
}
@media (max-width: 1024px) {
    
    .padding-top-custom-70px {
        padding-top:50px;
    }
    .padding-x-custom-100px {
        padding-left: 50px;
        padding-right: 50px;
    }
    .padding-bottom-custom-100px {
        padding-bottom: 50px;
    }
    .site-header__logo {
        height:40px;
    }

    .site-header__toggle {
            display: inline-flex;
            align-items: center;
            justify-content: center;
    }

    /* Se il tuo <nav> ha class="site-nav" */
    .site-nav {
            position: fixed;
            left: 0;
            right: 0;
            top: 100%;
            inset: 0;
            background: #0d1b16;
            backdrop-filter: none;
            transform: translateY(-100%);
            transition: transform 280ms ease;
            display: block;      
            border-radius:0px;
    }
    .site-nav.is-open {
            display: block;
    }
    .site-nav > div {        
        padding-top: 170px;
        height: auto;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        max-height: calc(100% - 170px);
    }
    .site-nav__list {
            display:block;
            flex-direction: column;
            align-items: flex-start;
            gap: 25px;
            padding: 0px 50px;
            overflow: auto;
            padding-bottom:50px;
    }
    .site-nav__item {
        padding-bottom:25px;
        width:100%;
        display:block;
    }
    .site-nav__link.is-active::after, .site-nav__item:hover .site-nav__link::after {
        display:none;
    }
    .site-nav__item > a.site-nav__link {
            width: 100%;
            font-size: 20px;
            line-height:30px;
            padding:0px;
            text-shadow: 0 0 1px currentColor;
    }
    .site-nav__item--lang {
        padding-top:25px;
    }
    .site-nav__item--lang > a {
        color:#fa9500;    
        text-shadow: 0 0 1px currentColor;
    }
    body.is-nav-open .site-header__toggle-icon--open {
            display: none;
    }
    body.is-nav-open .site-header__toggle-icon--close {
            display: block;
    }
    body.is-nav-open {
            overflow: hidden;
    }
    .site-nav.is-open {
            transform: translateY(0);
    }
    .site-header__brand,
    .site-header__toggle {
        z-index:1;
        position:relative;
    }
    .site-nav__subtoggle {
            display: inline-block;
            height: 30px;
            margin-left: 10px;  
            background: transparent;
            box-shadow: none;
            border: none;
    }
    .site-subnav {
        position: relative;
        display: none;
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 20px 5px 0px 5px;
    }
    .site-nav__item--has-sub:hover .site-subnav {
        display:none;
    }
    html .site-nav__item--has-sub .site-subnav {
        display: none;
        flex-direction: column!important;
        background: none;
        border-radius: 0px;
        transform: none;
        top: inherit;
        position:relative;
        max-height: none !important;
    }
    .site-nav__item--has-sub .site-subnav.is-open {
        display:flex;
    }
    .site-nav__item.site-nav__item--has-sub {
        display: flex;
        flex-direction: column;
    }
    .site-nav__item--socials {
            display: block;
    }
    .site-footer__grid {
            flex-direction: column;
            gap:25px;
    }
    .site-footer__nav {
            align-items: flex-start;
    }
    .site-footer__nav {
            gap: 50px;
    }
    .site-footer__brand {
            gap: 25px;
    }
}
@media (max-width: 991px) {
}
@media (max-width: 781px) {
}
@media (max-width: 767px) {
    .site-footer__columns {
        flex-direction: column;
        gap:0px;
    }
    .padding-x-custom-80px {
        padding-left:30px;
        padding-right:30px;
    }
    .hero__container {
        padding-top: 110px;
        padding-bottom: 100px;
    }
    .hero__title {
        font-size: 32px;
        line-height: 42px;
        letter-spacing: 0.8px;
    }
    .hero__subtitle,
    .hero__badge-text {
        font-size: 16px;
        line-height: 25px;
        letter-spacing: 0.4px;
    }
    .hero__header {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 25px;
    }
    .hero__actions {
        flex-direction: column;
        align-items: flex-start;
        gap:20px;
    }
    .hero--azienda .hero__media {
        background-image:url(/public/img/hero-azienda-mb.jpeg)!important;
        background-size: cover;
        background-position: center bottom;
    }
    .hero--azienda  {
        min-height: 540px;
    }
}
@media (max-width: 500px) {
}
@media (min-width: 500px) {
}
@media (min-width: 767px) {
}
@media (min-width: 991px) {
}
@media (min-width: 1024px) {
}
@media (min-width: 1200px) {
}
@media (min-width: 1400px) {
}
@media (min-width: 1600px) {
}