/* New Style 2025 */

/* font-face */
@font-face {
    font-family: "Jost";
    font-weight: 400;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/softec_website_v2/src/font/Jost/Jost-Regular.woff2") format("woff2"), url("/wp-content/themes/softec_website_v2/src/font/Jost/Jost-Regular.woff") format("woff");
}

@font-face {
    font-family: "Jost";
    font-weight: 700;
    font-style: normal;
    font-display: swap;
    src: url("/wp-content/themes/softec_website_v2/src/font/Jost/Jost-Bold.woff2") format("woff2"), url("/wp-content/themes/softec_website_v2/src/font/Jost/Jost-Bold.woff") format("woff");
}

html {
  font-size: 1em;
}

body {
    color: #101c2b;
    overflow-x: hidden;
}

body, p {
    font-family: Spartan, sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 23.9px;
    letter-spacing: 0;
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    color: #101c2b;
    font-family: Jost, sans-serif;
    font-style: normal;
    font-weight: 700;
    line-height: 1.1;
    letter-spacing: 0;
    margin: .75em 0;
    text-transform: uppercase;
}

h1 {
    line-height: 0.9;
    margin: 1rem 0;
}

h1.heading-700, 
h2.heading-700, 
h3.heading-700, 
h4.heading-700, 
h5.heading-700, 
h6.heading-700 {
    font-weight: 700;
}

h1.heading-400, 
h2.heading-400, 
h3.heading-400, 
h4.heading-400, 
h5.heading-400, 
h6.heading-400 {
    font-weight: 400;
}

h1.no-margin, 
h2.no-margin, 
h3.no-margin, 
h4.no-margin, 
h5.no-margin, 
h6.no-margin {
    margin: .75em 0 .35em 0;
}

h1 {
    font-size: 60px;
}

h2 {
    font-size: 40px;
}

h3 {
    font-size: 32px;
}

h4 {
    font-size: 24px;
}

@media(min-width: 768px) and (max-width: 1024px) {
    h1 {
        font-size: 60px;
    }

    h2 {
        font-size: 36px;
    }

    h3 {
        font-size: 28px;
    }

    h4 {
        font-size: 22px;
    }
}

@media(min-width: 319px) and (max-width: 767.98px) {
    h1 {
        font-size: 38px;
    }

    h2 {
        font-size: 34px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 16px;
    }
}

p.summary, 
p.summary, 
p.summary {
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
    margin: 0 0 1.5em;
	padding-left: 0;
}

a:hover,
a:focus {
    text-decoration: none;
}

.content-module,
.content-timeline {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 250px;
    padding-right: 150px;
}

.content-form h2 {
    margin: 0 0 30px -30px;
    padding: 0
}

/* space module */

.space_0_top {
    padding-top: 0;
}

.space_0_bottom {
    padding-bottom: 0;
}

.space_2xs_top {
    padding-top: 2px;
}

.space_2xs_bottom {
    padding-bottom: 2px;
}

.space_xs_top {
    padding-top: 4px;
}

.space_xs_bottom {
    padding-bottom: 4px;
}

.space_s_top {
    padding-top: 8px;
}

.space_s_bottom {
    padding-bottom: 8px;
}

.space_m_top {
    padding-top: 16px;
}

.space_m_bottom {
    padding-bottom: 16px;
}

.space_l_top {
    padding-top: 24px;
}

.space_l_bottom {
    padding-bottom: 24px;
}

.space_xl_top {
    padding-top: 32px;
}

.space_xl_bottom {
    padding-bottom: 32px;
}

.space_2xl_top {
    padding-top: 48px;
}

.space_2xl_bottom {
    padding-bottom: 48px;
}

.space_3xl_top {
    padding-top: 64px;
}

.space_3xl_bottom {
    padding-bottom: 64px;
}

.space_4xl_top {
    padding-top: 128px;
}

.space_4xl_bottom {
    padding-bottom: 128px;
}

.space_5xl_top {
    padding-top: 256px;
}

.space_5xl_bottom {
    padding-bottom: 256px;
}

@media(min-width: 319px) and (max-width: 767px) {

    /* space module */

    .space_0_top {
        padding-top: 0;
    }
    
    .space_0_bottom {
        padding-bottom: 0;
    }

    .space_2xs_top {
        padding-top: 2px;
    }

    .space_2xs_bottom {
        padding-bottom: 2px;
    }

    .space_xs_top {
        padding-top: 4px;
    }

    .space_xs_bottom {
        padding-bottom: 4px;
    }

    .space_s_top {
        padding-top: 8px;
    }

    .space_s_bottom {
        padding-bottom: 8px;
    }

    .space_m_top {
        padding-top: 16px;
    }

    .space_m_bottom {
        padding-bottom: 16px;
    }

    .space_l_top {
        padding-top: 24px;
    }

    .space_l_bottom {
        padding-bottom: 24px;
    }

    .space_xl_top {
        padding-top: 32px;
    }

    .space_xl_bottom {
        padding-bottom: 32px;
    }

    .space_2xl_top {
        padding-top: 48px;
    }

    .space_2xl_bottom {
        padding-bottom: 48px;
    }

    .space_3xl_top {
        padding-top: 64px;
    }

    .space_3xl_bottom {
        padding-bottom: 64px;
    }

    .space_4xl_top {
        padding-top: 128px;
    }

    .space_4xl_bottom {
        padding-bottom: 128px;
    }

    .space_5xl_top {
        padding-top: 256px;
    }

    .space_5xl_bottom {
        padding-bottom: 256px;
    }

    /* space cta */

    .cta-button.cta {
        min-height: 40px;
    }

    .cta-button a.cta_button span {
        padding: 0px 0px !important;
    }

    .content-module.content-form {
        padding: 30px;
    }
}

/* space cta */

.cta-button.cta {
    min-height: 40px;
}


/* bg module */

.background-color-puffo {
    background: #4D82C3;
}

.background-color-gradient {
    background: linear-gradient(218deg, #8417C7, #E9500E);
}

.background-color-white {
    background: #ffffff;
}

.background-color-blue {
    background: #101C2B;
}

.background-color-grey {
    background: #F2F2F2;
}

.content-module.card-3-5,
.content-module.cont-filtri,
.content-module.content-image,
.content-module.slider-blog-card,
.content-module.text-3-5 {
    padding-bottom: 0px;
    padding-top: 0px;
}

.content-module.content-form {
    padding-bottom: 100px;
    padding-top: 100px
}

@media(min-width: 319px) and (max-width: 767px) {
    .content-module, 
    .content-module.slider-4card, 
    .content-module.slider-4card-hubdb, 
    .content-module.slider-blog-card, 
    .content-module.txt-2card, 
    .content-module.txt-3card, 
    .content-module.txt-4card {
        padding: 0 15px;
    }
}

/* search-results */

.hs-search-results-content .hero-results {
    max-height: 696px;
    min-height: 696px;
    height: 696px;
}

/* hero-blog */

.hero-blog {
    height: 696px;
    position: relative;
}

.hero-blog .content-link-scroll-bottom {
    position: absolute;
    width: 100%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    height: 50px;
    width: 100%;
    z-index: 3;
    bottom: 0;
    left: 0;
}

.hero-blog .content-link-scroll-bottom a.link-scroll {
    cursor: pointer;
    display: block;
    height: 25px;
    margin: 0 auto;
    position: absolute;
    text-decoration: none;
    width: 7px;
    z-index: 4;
    bottom: 0;
    width: 100%;
    text-align: center;
}

.hero-blog .content-link-scroll-bottom a.link-scroll img.imgbottom {
    animation: movingTopToBottomLinkblog 3s ease infinite;
    -webkit-animation: movingTopToBottomLinkblog 3s ease infinite;
    cursor: pointer;
    display: block;
    height: 48px !important;
    width: 48px !important;
    margin: -80px auto 0 auto;
    text-align: center;
    position: absolute;
    z-index: 5;
    border-radius: 60px;
    border: 1px solid #ffffff;
    left: 50% !important;
    transform: translate(-50%, 0);
}

@keyframes movingTopToBottomLinkblog {
    0% {
        top: 40%
    }

    to {
        top: 65%
    }
}

.navbreadcrumb.blog ul.breadcrumb li a b {
    color: #4D82C3;
}

/* Investor relations */

.column4.news-other a.text_blue {
    box-sizing: border-box;
    border: 1px solid #101c2b;
    color: #101c2b;
    background-color: transparent;
    text-decoration: none;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    font-size: 12px;
    max-width: 100% !important;
    transition: all 0.5s linear;
    padding: 12px 16px 10px 16px;
}

.column4.news-other a.text_blue:hover {
    border: 1px solid #ffffff;
    color: #ffffff;
    background-color: #101c2b;
}

/* Bullet List (text-image) */

.content-text-image .generic-editorial ul,
.content-1-col .generic-editorial ul,
.content-2-col .generic-editorial .column_left ul,
.content-2-col .generic-editorial .column_right ul
 {
    list-style-position: inside;
    margin: 1em 0;
}

.content-text-image .generic-editorial ul li,
.content-text-image .generic-editorial .column_left ul li,
.content-text-image .generic-editorial .column_right ul li,
.content-1-col .generic-editorial ul li,
.content-1-col .generic-editorial .column_left ul li,
.content-1-col .generic-editorial .column_right ul li,
.content-2-col .generic-editorial ul li,
.content-2-col .generic-editorial .column_left ul li,
.content-2-col .generic-editorial .column_right ul li {
    display: list-item;
	font-style: normal;
	font-weight: 400;
    list-style: none;
    margin-bottom: .5em;
    margin-top: .5em;
}

.content-text-image .generic-editorial ul li:before,
.content-text-image .generic-editorial .column_left ul li::before, 
.content-text-image .generic-editorial .column_right ul li::before,
.content-1-col .generic-editorial ul li:before,
.content-1-col .generic-editorial .column_left ul li::before, 
.content-1-col .generic-editorial .column_right ul li::before,
.content-2-col .generic-editorial ul li:before,
.content-2-col .generic-editorial .column_left ul li::before, 
.content-2-col .generic-editorial .column_right ul li::before {
    display: inline-block;
    content: " ";
    background: #E9500E;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    position: relative;
    top: 0;
    left: -8px;
    margin-left: -16px;
    font-size: 1em;
}

/* Header mobile */

body.js-menu-opened {
    height: auto;
    overflow: auto;
}

.body-wrapper.hs-site-page {
	margin-top: 0;
}

.menu-mobile .contatti-logo {
    top: auto;
    right: 100px;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, 50%);
    opacity: 1;
}

.menu-mobile .contatti-logo a {
    background-image: url(../../src/img/ico_contact.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 28px;
    width: 28px;
}

.menu-mobile .contatti-logo a:hover {
    background-image: url(../../src/img/ico_contact_anim40x40x2.png);
    height: 40px;
    width: 40px;
    transform: translate(12px,-12px);
}

@media(min-width: 319px) and (max-width: 1024px) {
    .body-wrapper.hs-site-page {
        margin-top: 60px;
    }
    body.js-menu-opened {
        height: calc(100vh - 124px);
        overflow: hidden;
    }
}

@media(min-width: 319px) and (max-width: 1024px) {
    header .logo {
        display: none;
    }

    footer.footer .footer__container nav ul li.left {
        width: 40%;
        position: relative;
        height: calc(100vh - 200px);
    }

    footer.footer .footer__container nav ul li.right {
        width: 60%;
    }

    .menu-mobile .hidden {
        display: none;
        visibility: visible;
        height: 0;
        opacity: 0;
        transition: height .2s, opacity .3s;
    }

    .menu-mobile .search-toggle-mobile {
        position: absolute;
        z-index: 2;
        bottom: auto;
        right: 70px;
        top: 15px;
        color: #fff;
        opacity: 1;
        transition: left .3s ease, opacity .3s ease, top .3s ease, transform 400ms cubic-ezier(.47,1.64,.41,.8);
    } 

    .menu-mobile .search-toggle-mobile:hover {
        transform: scale(1.2);
    }

    .menu-mobile .search-toggle-mobile.off {
        top: 15px;
        opacity: .2;
        cursor: default;
        pointer-events: none;
    }

    .menu-mobile .search-toggle-mobile a {
        display: block;
        height: 28px;
        width: 28px;
        background-image: url(../../src/img/ico_search.png);
        background-repeat: no-repeat;
        background-size: contain;
    }

    .menu-mobile .search-toggle-mobile a:hover {
        background-image: url(../../src/img/ico_search_anim32x32.png);
        /*animation: rotateIn .4s ease-in-out;*/
    }
    
    .hs-search-field button, .hs-search-field .button {
        border-radius: 0;
        padding: 10px;
        position: absolute;
        left: auto;
        right: 0;
        bottom: 4px;
        width: auto;
    }

    .hs-search-field .hs_cos_wrapper_type_icon {
        display: inline-block;
    }

    .menu-mobile ul.hs-search-field__suggestions.hidden.on {
        visibility: visible;
        position: static;
        height: auto;
        opacity: 1;
        border: 0 solid red;
    }

    .menu-mobile, .menu-mobile nav.mobile ul {
        display: block;
        transition: height .2s, opacity .3s;
    }

    .menu-mobile nav.mobile ul.hidden {
        display: none;
    }

    .menu-mobile {
        top: 0;
        position: fixed;
        width: 100vw;
    }

    .menu-mobile .navigation-primary {
        display: block;
        padding: 0 25px;
    }

    .menu-section-mobile .btn-scrollTop #sitetopmobile {
        right: 160px;
        top: 32%;
        z-index: 999;
    }

    .menu-mobile nav.mobile ul {
        top: 60px;
    }

    .menu-mobile .menu-section-mobile.on {
        background-color: #000;
        display: block;
        height: 100%;
        position: absolute;
        width: 100%;
        z-index: 10;
        transition: height .2s, opacity .3s;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 {
        position: static;
        display: block;
        visibility: visible;
        overflow: hidden;
        height: auto !important;
        opacity: 1;
        transition: height .2s, opacity .3s;
        white-space: normal;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 .box-menu {
        margin-bottom: 8px;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1.hidden {
        position: static;
        display: block;
        visibility: visible;
        overflow: hidden;
        height: 0 !important;
        opacity: 0;
        transition: height .2s, opacity .3s;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 li:hover {
        color: #fff;
        background: linear-gradient(90deg, #4D82C3, #4D82C3);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0 center;
        -webkit-animation: Animation_Level2 .5s;
        -moz-animation: Animation_Level2 .5s;
        animation: Animation_Level2 .5s;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 li.active-item {
        color: #fff !important;
        /* background: linear-gradient(90deg, #4D82C3, #4D82C3); */
        background: linear-gradient(90deg, #8417C7, #8417C7);
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-position: 0 center;
        animation: none;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 li.active-item a {
        color: #fff !important;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 > li.has-submenu a,
    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 > li.no-submenu a {
        color: #fff;
        display: inline-block;
        letter-spacing: normal;
        line-height: 40px;
        padding: 5px 40px 0 25px;
        position: relative;
        text-align: left;
        vertical-align: middle;
    }

    .submenu.level-1 > .has-submenu > .menu-arrow, 
    .submenu > .has-submenu > .menu-arrow, 
    .submenu .menu-arrow {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: auto;
        border: 0;
        cursor: pointer;
        height: auto;
        padding: 0 0;
        position: absolute;
        right: -10px;
        top: 0;
        width: auto;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu .menu-arrow-bg,
    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu > .has-submenu > .menu-arrow-bg,
    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 > .has-submenu > .menu-arrow-bg {
        background-image: none;
        border-right: 0 solid transparent;
        border-color: #fff #fff #fff transparent;
        border-style: solid;
        border-width: 0 3px 3px 0;
        display: block;
        margin-left: 0;
        position: absolute;
        right: 1em;
        top: 0;
        transform: rotate(-45deg);
        width: 20px;
        height: 20px;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu.level-2 {
        display: block;
        left: 0;
        opacity: 1;
        width: 100%;
        height: auto;
        border: none;
        box-shadow: none;
        position: fixed;
        z-index: 2;
        //
        visibility: hidden;
        background-color: #101c2b;
        //
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        transition: left .3s ease, width .3s ease, opacity .3s ease;
        -moz-transition: left .3s ease, width .3s ease, opacity .3s ease;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu.level-2.hidden {
        display: block;
        left: -100%;
        opacity: 0;
        width: 0;
        height: auto;
        transition: left .3s ease, width .3s ease, opacity .3s ease;
        -moz-transition: left .3s ease, width .3s ease, opacity .3s ease;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu.level-2.hidden.focus {
        display: block;
        left: 0;
        opacity: 1;
        width: 100%;
        height: auto;
        margin: 0 25px;
        transition: left .3s ease, width .3s ease, opacity .3s ease;
        -moz-transition: left .3s ease, width .3s ease, opacity .3s ease;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu.level-3.hidden {
        display: block;
        left: -100%;
        opacity: 0;
        width: 0;
        height: auto;
        transition: left .3s ease, width .3s ease, opacity .3s ease;
        -moz-transition: left .3s ease, width .3s ease, opacity .3s ease;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu.level-3.hidden.focus {
        display: block;
        left: 0;
        opacity: 1;
        width: 100%;
        height: auto;
        margin: 0 25px;
        transition: left .3s ease, width .3s ease, opacity .3s ease;
        -moz-transition: left .3s ease, width .3s ease, opacity .3s ease;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu.level-2 .menu-item {
        width: fit-content;
        border-radius: 0;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile .submenu.level-3 .menu-item {
        width: fit-content;
        border-radius: 0;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile li.has-submenu.menu-item.focus ul.submenu.level-3 {
        background-color: #101c2b;
        border-radius: 0;
        display: block;
        overflow-y: scroll;
        visibility: visible;
        z-index: 3;
    }

    .menu-section-mobile .content-menu-mobile nav ul.submenu.level-1 li.has-submenu.active-item ul.submenu.level-2 .menu-arrow-back {
        border-left: 3px solid #8417C7;
        border-top: 3px solid #8417C7;
    }
}

@media (min-width: 319px) and (max-width: 1024px) {
    .menu-mobile {
        background-color: rgba(0,0,0,.3);
    }
    .menu-mobile nav.mobile ul {
        bottom: 0;
    }
}

@media (min-width: 319px) and (max-width: 1024px) {
    .menu-mobile nav.mobile ul li div.content-menu-mobile {
        height: 100%;
        overflow-y: scroll;
        position: relative;
    }
    .menu-mobile nav.mobile ul li div.content-menu-mobile ul.content-menu-link-site {
        background: transparent;
        bottom: 0;
        color: #fff;
        height: auto;
        list-style: none;
        margin: 40px 0;
        padding: 0 25px;
        position: relative;
        text-align: left;
        top: 0;
        width: auto;
        z-index: 2;
        visibility: visible;
        opacity: 1;
        transition: 0 height, .3s opacity;
    }
    .menu-mobile nav.mobile ul li div.content-menu-mobile ul.content-social {
        display: none; /* disabled */
    }
    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 > li.has-submenu a, 
    .menu-mobile nav.mobile ul li div.content-menu-mobile .menu-site-mobile ul.submenu.level-1 > li.no-submenu a {
        text-transform: uppercase;
    }
    .menu-mobile nav.mobile ul li div.content-menu-mobile ul.content-menu-link-site li {
        color: #fff;
        margin-bottom: 5px;
        padding: 0 25px;
    }

    .menu-mobile nav.mobile ul li div.content-menu-mobile ul.content-menu-link-site li:hover,
    .menu-mobile nav.mobile ul li div.content-menu-mobile ul.content-menu-link-site li.active-item {
        color: #4D82C3;
    }
    .menu-mobile nav.mobile ul li div.content-menu-mobile ul.content-menu-link-site li a {
        color: inherit;
        font-family: Jost, sans-serif;
        font-size: 24px;
        font-weight: 300;
        letter-spacing: 0;
        line-height: 32px;
        text-decoration: none;
    }
}

@media screen and (max-width: 781.98px) {
    body.logged-in .menu-mobile {
        top: 50px;
    }
    body.logged-in .menu-mobile nav.mobile ul {
        top: 110px;
    }
}

@media (min-width: 782px) and (max-width: 1024px) {
    body.logged-in .menu-mobile {
        top: 36px;
    }
    body.logged-in .menu-mobile nav.mobile ul {
        top: 96px;
    }
}

/* Menu Overrides [menu-softec.min.css] */

/** Header Sidebar Menu Styles */
.link-fade-in-top {
	animation: fadeIn 2s ease;
	-webkit-animation: fadeIn 2s ease;
	-moz-animation: fadeIn 2s ease;
	-o-animation: fadeIn 2s ease;
	-ms-animation: fadeIn 2s ease;
}

.sidebar .menu-section .logo {
	left: 25px;
	position: absolute;
	top: 32px;
	z-index: 2;
	width: auto;
}

.sidebar .menu-section .logo a {
	display: block;
	height: 47px;
	position: static;
	width: 70px;
}

.sidebar .menu-toggle {
    cursor: pointer;
    width: 28px;
    height: 28px;
    left: 40px;
    position: absolute;
    padding: 0;
    top: calc(50% - 25px);
    z-index: 2;
    margin: 0 auto;
    background-image: url(../../src/img/ico_hamburger.png);
    -moz-transition: top .3s ease;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

.sidebar .menu-toggle:hover {
    background-image: url(../../src/img/ico_hamburger_over.png);
}

.sidebar .menu-toggle.on {
    top: 80px;
    background-image: url(../../src/img/ico_close.png);
    -moz-transition: top .3s ease;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease;
}

.sidebar .menu-toggle.off {
    left: -60px;
    cursor: default;
    pointer-events: none;
    -moz-transition: left .3s ease, opacity .3s ease;
    -webkit-transition: left .3s ease, opacity .3s ease;
    -o-transition: left .3s ease, opacity .3s ease;
    transition: left .3s ease, opacity .3s ease;
}

.sidebar .search-toggle {
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: 100px;
    left: 40px;
    color: #fff;
    opacity: 1;
    -moz-transition: top .3s ease;
    -webkit-transition: top .3s ease;
    -o-transition: top .3s ease;
    transition: top .3s ease, left .3s ease, opacity .3s ease;
}

.sidebar .search-toggle:hover {
    transform: scale(1.2);
}

.sidebar .search-toggle.on {
    left: 40px;
    top: calc(50% - 16px);
    bottom: calc(50% - 16px);
    opacity: 1;
    transition: top .3s ease, opacity .3s ease;
}

.sidebar .search-toggle.on a {
    background-image: url(../../src/img/ico_close.png);
}

.sidebar .search-toggle.off {
    left: -60px;
    opacity: .3;
    transition: left .3s ease, opacity .3s ease;
}

.sidebar .search-toggle a {
    display: block;
    height: 28px;
    width: 28px;
    background-image: url(../../src/img/ico_search.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.sidebar .search-toggle:not(.on) a:hover {
    background-image: url(../../src/img/ico_search_anim32x32.png);
    /*animation: rotateIn .4s ease-in-out;*/
}

.sidebar nav ul.submenu.level-1 {
    /* display: inline-block; */
    display: flex;
    justify-content: start;
    flex-direction: column;
    width: 100%;
	background-color: transparent;
	padding: 0 40px 0 40px;
	position: relative;
	visibility: initial;
    white-space: normal;
}

.sidebar .submenu.level-1 > li {
	padding: 0.25em 0;
	text-transform: uppercase;
}

.sidebar .menu-section > nav > ul {
    display: flex;
}

.sidebar .menu-section > nav > ul.hidden {
    display: none;
}

.sidebar nav ul li {
    text-align: left;
    float: none !important;
}

.sidebar nav ul li.left {
	background-color: #101c2b; /*rgba(0,0,0,.1);*/
	position: relative;
	width: 30%;
	display: flex;
    margin-left: 0;
}

.sidebar nav ul li .menu-site-desktop {
    display: block;
    width: 100%;
    padding-top: 20px;
    max-height: calc(100vh - 200px);
}

.sidebar nav ul li.right {
	background-color: #101c2b;
	display: flex;
	flex-direction: column;
    align-items: start;
    justify-content: start;
	position: relative;
	width: 70%;
}

.sidebar nav ul li.right.search-opened {
    width: 100%;
}

.sidebar nav ul li.left ul.content-menu-link-site {
	background: transparent;
	display: block;
	list-style: none;
	margin: 20px 0;
	padding: 0;
	position: relative;
	text-align: left;
	visibility: visible;
	top: 0;
}

.sidebar nav ul li.left ul.content-menu-link-site li {
	background: transparent;
	display: block;
	padding: 0 150px 0 40px;
    margin-bottom: 0;
	text-align: left;
	width: 100%;
}

.sidebar nav ul li.left ul.content-menu-link-site li a {
    font-family: Jost, sans-serif;
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
    color: #fff;
    margin-left: -0.25em;
    padding: 0 0.25em;
}

.sidebar nav ul li.left ul.content-menu-link-site li a:hover {
    /*
    color: #fff;
    background: linear-gradient(90deg, #4D82C3, #4D82C3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-animation: Animation_Level2 .5s;
    -moz-animation: Animation_Level2 .5s;
    animation: Animation_Level2 .5s;
    */
    color: #4D82C3;
}

.sidebar nav ul li.left ul.content-menu-link-site li.active-item a {
    /*
    background: linear-gradient(90deg, #4D82C3, #4D82C3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    animation: none;
    */
    color: #4D82C3;
}

.sidebar nav ul.submenu.level-1 > .has-submenu > .box-menu .menu-arrow a.click,
.sidebar nav ul.submenu.level-2 > .has-submenu > .box-menu .menu-arrow a.click {
	display: block;
	height: 20px;
	width: 20px;
}

.sidebar nav ul.submenu.level-1 > .has-submenu > .box-menu .menu-arrow {
    position: absolute;
    right: .5em;
    top: 50%;
    margin: -1px 0 0 0;
    display: inline-block;
    transform: translateY(-50%) rotate(-45deg);
    border-color: #fff #fff #fff transparent;
    width: 16px;
    height: 16px;
}

.sidebar nav ul.submenu.level-2 > .has-submenu > .box-menu .menu-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -1px 0 0 0;
	display: inline-block;
	transform: translateY(-50%) rotate(-45deg);
	border-left: 0 solid transparent;
	border-style: solid;
	border-width: 0 3px 3px 0;
    width: 16px;
    height: 16px;
}

.sidebar nav ul.submenu.level-1 > .has-submenu.menu-item.hs-skip-lang-url-rewrite.focus > .box-menu .menu-arrow, 
.sidebar nav ul.submenu.level-1 > .has-submenu > .box-menu .menu-arrow:hover,
.sidebar nav ul.submenu.level-2 > .has-submenu.menu-item.hs-skip-lang-url-rewrite.focus > .box-menu .menu-arrow, 
.sidebar nav ul.submenu.level-2 > .has-submenu > .box-menu .menu-arrow:hover {
    border-color: #fff #fff #fff transparent; /* #F39E48 */
}

.sidebar .contatti-logo {
    bottom: 50px;
    left: 54px;
    position: absolute;
    z-index: 2;
    transform: translate(-50%, 50%);
}

.sidebar .contatti-logo a {
    background-image: url(../../src/img/ico_contact.png);
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 28px;
    width: 28px;
}

.sidebar .contatti-logo a:hover {
    background-image: url(../../src/img/ico_contact_anim40x40x2.png);
    height: 40px;
    width: 40px;
}

.sidebar nav ul li.right div.content-menu-form-newsletter {
    margin: 0 0 40px 0;
    padding: 0 150px 0 100px;
}

.sidebar nav ul li.right div.content-menu-search {
	background: transparent;
	display: block;
	list-style: none;
	margin: 50vh 0;
	padding: 0 150px 0 0;
	position: relative;
	text-align: left;
	visibility: visible;
    transform: translateY(-50%);
}

.search-modal {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

.search-modal .hs-search-field button, 
.search-modal .hs-search-field .button {
	background-color: transparent;
	border: 0 solid transparent;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
    left: auto;
	right: 0;
	bottom: 4px;
	width: auto;
}

.search-modal .hs-search-field input.hs-search-field__input {
	width: 100%;
    padding: 0 40px 0 0;
    font-family: Jost, sans-serif;
	font-size: 40px;
	letter-spacing: 0;
	line-height: 1;
	font-weight: bold;
    height: 56px;
}

.search-modal .hs-search-field input.hs-search-field__input::placeholder {
    text-transform: uppercase
}

.search-modal .hs-search-field ul.hs-search-field__suggestions.overlay__suggestions {
    background-color: #101c2b;
    border: 0 solid transparent;
    box-shadow: none;
    display: block;
    left: 0;
    margin: 0;
    padding: 20px 0;
    position: absolute;
    top: 100%;
    width: 100%;
    height: 100vh;
    z-index: 2;
}

.search-modal .hs-search-field ul.hs-search-field__suggestions li.containerSearch {
	display: inline-block;
	float: left;
	width: calc((100% * 1) / 3);
	background-color: #101c2b;
}

.search-modal .hs-search-field ul.hs-search-field__suggestions li a .textSearch {
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	line-height: 23.9px;
    letter-spacing: 0;
    width: 32%;
    margin: 0;
    min-width: 0;
}

.search-modal .hs-search-field ul.hs-search-field__suggestions li a .textSearch .hs-search-highlight {
  font-weight: 400;
}

.search-modal .content-projects-filters {
    margin: 4em 0 0 0;
    padding: 0;
}

.search-modal .content-projects-filters .container-filter {
    padding: 0 40px;
}

.search-modal .content-projects-filters .filter-index {
    background-color: #101c2b;
    color: #fff;
}

.search-modal .content-projects-filters .filter-index a {
    color: #fff;
}

.search-modal .content-projects-filters .filters-types .filter-index {
    border: 0 none;
}

.search-modal .content-projects-filters .filter-index.experience-design {
    background-color: #8417C7;
}

.search-modal .content-projects-filters .filter-index.phygital-transformation {
    background-color: #E9500E;
}

.search-modal .content-projects-filters .filter-index.digital-properties-management {
    background-color: #4D82C3;
}

.sidebar .one, 
.sidebar .three, 
.sidebar .two {
    backface-visibility: hidden;
    height: 4px;
    text-align: left;
    -moz-transition-duration: .3s;
    -o-transition-duration: .3s;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    border-radius: 4px;
    width: 28px;
}

.sidebar .two {
	margin: 3px 0;
}

.sidebar nav ul li.left ul.content-social {
    display: none; /* disabled */
}

.sidebar nav ul.submenu.level-1 li.has-submenu, 
.sidebar nav ul.submenu.level-1 li.no-submenu {
    background: linear-gradient(90deg, transparent, transparent);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
	text-align: left;
	text-transform: uppercase;
	visibility: inherit;
    display: flex;
    align-items: start;
    margin: 0 0 .5em 0;
    padding: 0.25em 0.25em;
    width: 100%; /*fit-content;*/
}

.sidebar nav ul.submenu.level-1 li.has-submenu:hover, 
.sidebar nav ul.submenu.level-1 li.no-submenu:hover {
    color: #fff;
    background: linear-gradient(90deg, #4D82C3, #4D82C3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-animation: Animation_Level2 .5s;
    -moz-animation: Animation_Level2 .5s;
    animation: Animation_Level2 .5s;
}

.sidebar nav ul.submenu.level-1 li.has-submenu.active-item, 
.sidebar nav ul.submenu.level-1 li.no-submenu.active-item {
    /* background: linear-gradient(90deg, #4D82C3, #4D82C3); */
    background: linear-gradient(90deg, #8417C7, #8417C7);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    animation: none;
}

.sidebar nav ul.submenu.level-1 > .has-submenu > .box-menu {
    width: 100%;
    position: relative;
    padding-right: 30px;
}

.sidebar nav ul.submenu.level-2 > .has-submenu > .box-menu {
    width: 100%;
    position: relative;
    padding-right: 30px;
}

.sidebar .navigation-primary {
    display: block;
    /*border: 1px solid red;*/
}

.sidebar nav ul.submenu.level-2 {
    margin: 0 0 0 100%;
	background-color: #101c2b;
	-webkit-box-shadow: none;
	box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: auto;
    position: absolute;
    top: 0; /*-42px;*/
    z-index: 4;
    width: max-content; /*100%;*/
    padding: 0 0 0 100px; /*40px 0 0 100px;*/
    /*border: 2px solid orange;*/
}

.sidebar nav ul.submenu.level-2 .menu-arrow-back {
    display: none; /* back disabled on desktop */
    border-left: 0 none; /* back disabled on desktop */
    border-top: 0 none; /* back disabled on desktop */
    position: absolute;
    z-index: 2;
    left: 70px; /*78px;*/
    top: 8px; /*48px;*/
    display: block;
    width: 15px;
    height: 15px; 
    cursor: pointer;
    transform: rotate(-45deg);
}

@media (max-width: 1024px) {
    .sidebar nav ul.submenu.level-2 .menu-arrow-back {
        display: block; /* back enabled on mobile */
        border-left: 3px solid #4d82c3;
        border-top: 3px solid #4d82c3;
    }
    .sidebar nav ul.submenu.level-1 li.has-submenu.active-item ul.submenu.level-2 .menu-arrow-back {
        border-left: 3px solid #8417C7;
        border-top: 3px solid #8417C7;
    }
}

.sidebar nav ul.submenu.level-1 ul.submenu.level-2 li {
    position: relative;
    width: 100%; /*fix-content;*/
    border-radius: 0;
}

.sidebar nav ul.submenu.level-1 ul.submenu.level-2 li:hover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-animation: Animation_Level2 .5s;
    -moz-animation: Animation_Level2 .5s;
    animation: Animation_Level2 .5s;
}

.sidebar nav ul.submenu.level-1 ul.submenu.level-2 li.active-item {
    /* background: linear-gradient(90deg, #4D82C3, #4D82C3); */
    background: linear-gradient(90deg, #8417C7, #8417C7);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    animation: none;
}

/* Level 3 */
.sidebar nav ul.submenu.level-3 {
    margin: 0;
	background-color: #101c2b;
	-webkit-box-shadow: none;
	box-shadow: none;
    display: flex;
    flex-direction: column;
    justify-content: start;
    height: auto;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 5;
    width: max-content;
    padding: 0 0 0 100px;
    /*border: 2px solid orange;*/
}

.sidebar nav ul.submenu.level-3 .menu-arrow-back {
    display: none; /* back disabled on desktop */
    border-left: 0 none; /* back disabled on desktop */
    border-top: 0 none; /* back disabled on desktop */
    position: absolute;
    z-index: 2;
    left: 70px;
    top: 8px;
    display: block;
    width: 15px;
    height: 15px; 
    cursor: pointer;
    transform: rotate(-45deg);
}

@media (max-width: 1024px) {
    .sidebar nav ul.submenu.level-3 .menu-arrow-back {
        display: block; /* back enabled on mobile */
        border-left: 3px solid #4d82c3;
        border-top: 3px solid #4d82c3;
    }
    .sidebar nav ul.submenu.level-1 li.has-submenu.active-item ul.submenu.level-2 li.has-submenu ul.submenu.level-3 .menu-arrow-back {
        border-left: 3px solid #8417C7;
        border-top: 3px solid #8417C7;
    }
}

.sidebar nav ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 li {
    width: fit-content; /*max-content;*/
    border-radius: 0;
}

.sidebar nav ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 li:hover {
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-animation: Animation_Level2 .5s;
    -moz-animation: Animation_Level2 .5s;
    animation: Animation_Level2 .5s;
}

.sidebar nav ul.submenu.level-1 ul.submenu.level-2 ul.submenu.level-3 li.active-item {
    background: linear-gradient(90deg, #8417C7, #8417C7);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    animation: none;
}

/* Animations */
@-webkit-keyframes Animation_Level2 { 
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@-moz-keyframes Animation_Level2 { 
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}
@keyframes Animation_Level2 { 
    0% {
        background-size: 0% 100%;
    }
    100% {
        background-size: 100% 100%;
    }
}

.sidebar .navigation-primary .submenu a,
.sidebar .navigation-primary .submenu p {
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 100%;
}

.sidebar .navigation-primary .submenu a:hover,
.sidebar .navigation-primary .submenu p:hover {
    color: #fff; /*#4d82c3;*/
    font-family: Jost, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

.sidebar .navigation-primary a {
    display: block;
}

.sidebar .navigation-primary a.active-item {
    display: block;
    color: #fff; /* #406da4; */
}

.sidebar nav .footer-menu {
    position: absolute;
	bottom: 50px;
	color: #fff;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
    padding: 1em 100px 0 100px;
	left: 0;
	text-align: left;
	z-index: 2;
}

/** Footer Menu Styles */
footer.footer {
	padding: 0 0 100px 0;
    height: 100vh;
}

footer.footer .footer__container {
	padding: 100px 0 0 0;
	text-align: left;
    height: 100%;
}

footer.footer .navigation-primary {
	display: block;
}

footer.footer .navigation-primary a.active-item {
    color: #fff;
}

footer.footer .footer__container nav {
    padding: 0;
    height: 100%;
}

footer.footer .footer__container nav ul {
	display: flex;
    align-items: start; /*center;*/
    height: 100%;
}

footer.footer .footer__container nav ul li {
	list-style: none;
	text-align: left;
	color: #fff;
    margin: 0;
    padding: 0;
    float: none;
    display: flex;
    flex-direction: column;
    align-content: start; /* center; */
    align-items: start; /* center; */
    height: auto;
}

footer.footer .footer__container nav ul li .menu-site-desktop {
  display: block;
  width: 100%;
  padding-left: 50px;
}

footer.footer .footer__container nav ul li.left {
	width: 40%;
	position: relative;
}

footer.footer .footer__container nav ul li.right {
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: left;
    position: relative;
    width: 60%;
    height: min-content;
    min-height: 0;
    transition: opacity 1s ease-in;
}

footer.footer .footer__container nav ul li.right.hidden {
    opacity: 0;
    transition: opacity .1s ease-out;
}

footer.footer .footer__container nav ul.submenu.level-1 {
    display: flex; /*inline-block;*/
    flex-direction: column;
    height: auto;
    width: 100%;
	position: relative;
	visibility: initial;
	background-color: transparent;
    padding: 0; /* 0 40px 0 0;*/
    white-space: normal;
}

footer.footer .footer__container nav ul.submenu.level-2 {
    position: absolute;
    top: -2px;
    left: 100%;
    height: auto; /* 100vh; */
    width: auto; /* 100vw; */
    padding: 0 50px 0 50px;
    margin: 0; /*0 0 0 42%;*/
    /*border: 2px solid orange;*/
}

footer.footer .footer__container nav ul.submenu.level-1 > li.has-submenu.focus .submenu.level-2 {
    display: flex;
    flex-direction: column;
    align-items: start;
	left: 100%;
	opacity: 1;
	width: max-content; /*100%;*/
	height: auto;
}

footer.footer .footer__container nav ul.submenu.level-2 > li {
	border-bottom: 0 none !important;
}

footer.footer .footer__container nav ul.submenu.level-1 ul.submenu.level-2 li {
	width: 100%;
	border-radius: 0;
}

footer.footer .footer__container nav ul.submenu.level-2 .menu-arrow-back {
    display: none; /* back disabled on desktop */
    border-left: 0 none; /* back disabled on desktop */
    border-top: 0 none; /* back disabled on desktop */
	position: absolute;
	z-index: 2;
	left: 24px;
	top: 8px;
	display: block;
	width: 15px;
	height: 15px;
	transform: rotate(-45deg);
	cursor: pointer;
}

@media (max-width: 1024px) {
    footer.footer .footer__container nav ul.submenu.level-2 .menu-arrow-back {
        display: block; /* back enabled on mobile */
        border-left: 3px solid #4d82c3;
        border-top: 3px solid #4d82c3;
    }
    footer.footer .footer__container nav ul.submenu.level-1 li.has-submenu.active-item ul.submenu.level-2 .menu-arrow-back {
        border-left: 3px solid #8417C7;
        border-top: 3px solid #8417C7;
    }
}

footer.footer .footer__container nav ul.submenu.level-1 ul.submenu.level-2 .menu-item.active-item,
footer.footer .footer__container nav ul.submenu.level-1 ul.submenu.level-2 .menu-item:hover {
    width: 100%; /* fit-content; */
    border-radius: 0;
}

footer.footer .footer__container .submenu.level-1 > li {
	padding: 0.25em 0;
}

footer.footer .footer__container nav ul.submenu.level-1 li.no-submenu {
    text-align: left;
    text-transform: uppercase;
    visibility: inherit;
}

footer.footer .footer__container nav ul.submenu.level-1 li.has-submenu {
	text-align: left;
	visibility: inherit;
	white-space: normal;
    text-transform: uppercase;
    display: block; /*flex;*/
    align-items: start;
    margin: 0 auto;
}

footer.footer .footer__container nav ul.submenu.level-1 li.has-submenu, 
footer.footer .footer__container nav ul.submenu.level-1 li.no-submenu {
    position: relative;
    background: linear-gradient(90deg, transparent, transparent);
    background-size: 0% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    margin: 0 0 .5em 0; /* 0 0 .5em -0.25em; */
    padding: 0.25em 0.25em;
    width: 100%; /*fit-content;*/
    border-radius: 0;
}
footer.footer .footer__container nav ul.submenu.level-1 li.has-submenu:hover, 
footer.footer .footer__container nav ul.submenu.level-1 li.no-submenu:hover {
    color: #fff;
    background: linear-gradient(90deg, #4D82C3, #4D82C3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-animation: Animation_Level2 .5s;
    -moz-animation: Animation_Level2 .5s;
    animation: Animation_Level2 .5s;
}
footer.footer .footer__container nav ul.submenu.level-1 li.has-submenu.active-item, 
footer.footer .footer__container nav ul.submenu.level-1 li.no-submenu.active-item {
    /* background: linear-gradient(90deg, #4D82C3, #4D82C3); */
    background: linear-gradient(90deg, #8417C7, #8417C7);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    animation: none;
}

footer.footer .footer__container nav ul.submenu.level-1 > .has-submenu > .box-menu .menu-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -1px 0 0 0;
    display: inline-block;
    transform: translateY(-50%) rotate(-45deg);
    border-color: #fff #fff #fff transparent;
    width: 16px;
    height: 16px;
}

footer.footer .footer__container nav ul.submenu.level-2 > .has-submenu > .box-menu {
    position: relative;
    padding-right: 30px;
}

footer.footer .footer__container nav ul.submenu.level-2 > .has-submenu > .box-menu .menu-arrow {
	position: absolute;
	right: 0;
	top: 50%;
	margin: -1px 0 0 0;
	display: inline-block;
	transform: translateY(-50%) rotate(-45deg);
	border-left: 0 solid transparent;
	border-style: solid;
	border-width: 0 3px 3px 0;
    width: 16px;
    height: 16px;   
}

footer.footer .footer__container nav ul.submenu.level-1 > .has-submenu.menu-item.hs-skip-lang-url-rewrite.focus > .box-menu .menu-arrow, 
footer.footer .footer__container nav ul.submenu.level-1 > .has-submenu > .box-menu .menu-arrow:hover {
    border-color: #fff #fff #fff transparent;
}

/* Footer Menu Level 3 */
footer.footer .footer__container nav ul.submenu.level-3 {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: -2px;
    left: 100%;
    height: auto;
    min-height: 100%;
    width: max-content;
    /*max-width: 100%;*/
    padding: 0 0 0 50px;
    margin: 0;
    /*border: 2px solid green;*/
}


/* Footer Secondary Menu Links */
footer.footer .footer__container nav ul li.left ul.content-menu-link-site li {
	background: transparent;
	display: block;
	padding: 0;
	margin-bottom: 5px;
	text-align: left;
	width: 100%;
}

footer.footer .footer__container nav ul li.left ul.content-menu-link-site li a {
	font-family: Jost, sans-serif;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 0px;
	line-height: 28px;
    color: #fff;
    margin-left: -0.25em;
    padding: 0 0.25em;
}

footer.footer .footer__container nav ul li.left ul.content-menu-link-site li a:hover {
    /*
    color: #fff;
    background: linear-gradient(90deg, #4D82C3, #4D82C3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    -webkit-animation: Animation_Level2 .5s;
    -moz-animation: Animation_Level2 .5s;
    animation: Animation_Level2 .5s;
    */
    color: #4D82C3;
}

footer.footer .footer__container nav ul li.left ul.content-menu-link-site li.active-item a {
    /*
    background: linear-gradient(90deg, #4D82C3, #4D82C3);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: 0 center;
    animation: none;
    */
    color: #4D82C3;
}

footer.footer .footer__container .navigation-primary .submenu a {
    display: block;
}

footer.footer .footer__container .navigation-primary .submenu a, 
footer.footer .footer__container .navigation-primary .submenu p {
    color: #fff;
    font-family: Jost, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

footer.footer .footer__container .navigation-primary .submenu a:hover,
footer.footer .footer__container .navigation-primary .submenu p:hover {
    color: #fff; /*#4d82c3;*/
    font-family: Jost, sans-serif;
    font-size: 24px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
}

footer.footer .footer__container nav ul li.left ul.content-social {
    display: none; /* disabled */
}

footer.footer .footer__container nav .footer-menu {
	position: absolute;
	left: 50px;
	bottom: 30px;
	color: #fff;
	z-index: 4;
	text-align: left;
    max-width: calc(40% + 830px);
	margin: 0 50px 0 50px;
    padding-left: 100px;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 22px;
    display: flex;
    gap: 90px;
    align-items: center;
    justify-content: space-between;
}

footer.footer .footer__container .hs-search-field button, 
footer.footer .footer__container .hs-search-field .button {
	background-color: transparent;
	border: 0 solid transparent;
	color: #fff;
	padding: 5px 10px;
	position: absolute;
    left: auto;
	right: 0;
	bottom: 4px;
	width: auto;
}

footer.footer .footer__container .hs-search-field input.hs-search-field__input {
	width: 100%;
    padding: 15px 40px 15px 10px;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 26px;
	font-weight: normal;
}

footer.footer .footer__container nav ul li.right div.content-menu-search {
	margin: 0 0 40px 0;
	padding: 0 250px 0 150px;
}

footer.footer .footer__container nav ul li.right div.content-menu-form-newsletter {
    position: relative;
	padding: 50px 50px 50px 50px;
    margin: 0;
    height: auto;
	list-style: none;
	text-align: left;
	background: transparent;
	display: block;
	visibility: visible;
	color: #fff;
    max-width: 830px;
}

footer.footer .footer__container .search-modal {
    display: none;
}

@media (min-width: 1025px) and (max-width: 1280px) {
    footer.footer .footer__container .navigation-primary .submenu a, 
    footer.footer .footer__container .navigation-primary .submenu p {
        font-size: 18px;
    }

    footer.footer .footer__container .navigation-primary .submenu a:hover,
    footer.footer .footer__container .navigation-primary .submenu p:hover {
        font-size: 18px;
    }
}

footer.footer .footer__container .footer-menu .logos-iso {
    text-align: left;
    display: flex;
    gap: 10px;
}

@media (min-width: 1025px) {
    .footer-mobile .logos-iso {
        display: none;
    }
}

@media (min-width: 319px) and (max-width: 1024px) {
    .footer-mobile .footer-menu-mobile {
        margin: 0 auto 0 auto;
    }
    .footer-mobile .logos-iso {
        text-align: center;
    }
    .footer-mobile .logos-iso img {
        margin: 0 12px;
    }
}

@media (min-width: 319px) and (max-width: 768px) {
    .footer-mobile {
        padding: 100px 60px 60px 60px;
    }
}

/** Breadcrumb (Progetti) */
.navbreadcrumb {
  margin: 0;
  padding: 0 150px;
  height: 80px;
  display: flex;
  align-items: center;
}

.navbreadcrumb,
div#hs_cos_wrapper_brcrm {
  top: -1px;
  z-index: 1;
  position: relative;
  padding: 0;
}

div#hs_cos_wrapper_brcrm .navbreadcrumb {
  padding: 0;
}

.navbreadcrumb ul.breadcrumb {
  list-style: none;
  margin: 0 auto;
  max-width: 1440px;
  padding: 10px 50px 10px 150px;
}

.navbreadcrumb ul.breadcrumb li {
  display: inline;
  font-size: 12px;
  /* letter-spacing: 0;
  line-height: 20px; */
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
  text-transform: uppercase;
}

.navbreadcrumb ul.breadcrumb li:nth-child(1) {
  /* background: #fff url('../../src/images/navbreadcrumb.png'); */
  background: url('../../src/images/navbreadcrumb.png');
  background-repeat: no-repeat;
  background-size: auto;
  background-position-x: right;
  background-position-y: 0px;
  padding-right: 10px;
}

.navbreadcrumb ul.breadcrumb li a {
  text-decoration: none;
}

.navbreadcrumb ul.breadcrumb li a:hover {
  color: #AFC7E4;
  text-decoration: none;
}

.navbreadcrumb ul.breadcrumb li a.active-item,
.navbreadcrumb ul.breadcrumb li a.active-item:hover {
  font-style: normal;
  font-weight: 700;
  line-height: 14px;
  text-transform: uppercase;
  color: #4D82C3;
}

.navbreadcrumb .text_white {
  color: #ffffff;
}

.navbreadcrumb li a.text_white {
  color: #ffffff;
}

.navbreadcrumb .text_blue {
  color: #101C2B;
}

.navbreadcrumb span.text_blue.color {
  color: #B3B3B3;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .navbreadcrumb {
    /* padding: 0 100px; */
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .navbreadcrumb ul.breadcrumb {
    padding: 10px 60px;
  }
}

@media (min-width: 769px) and (max-width:1024px) {
  .navbreadcrumb {
    padding: 0 30px;
  }
  .navbreadcrumb ul.breadcrumb {
    /* padding: 10px 60px; */
    padding: 10px 30px;
  }
  .navbreadcrumb ul.breadcrumb li {
    font-size: 12px;
    letter-spacing: -.71px;
    line-height: 24px;
  }
}

@media (min-width: 318px) and (max-width:767px) {
  .navbreadcrumb {
    padding: 0;
  }
  .navbreadcrumb ul.breadcrumb {
    /* padding: 10px 30px; */
    padding: 10px 50px 10px 80px;
  }
}


/** Filters (Progetti) */
.content-projects-filters {
    margin: 0 auto;
    max-width: 1440px;
    padding-left: 150px;
    padding-right: 50px;
}

.container-filter {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.filters-index-row {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: 16px var(--SPACE-Space_M, 16px);
    align-self: stretch;
    flex-wrap: wrap;
}

.separator {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
    stroke-width: 1px;
    color: #d0dcec;
    border: 0.2px solid;
    opacity: .5;
}

.filter-index {
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 24px;
    border-radius: 100px;
    border: 1px solid  #A9BCD3;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
}

.filter-index a {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #A9BCD3;
    text-align: center;
    /* LABEL/Small */
    font-family: Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.filter-index.current {
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 24px;
    border-radius: 100px;
    border: 1px solid  #A9BCD3;
    background:  #A9BCD3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    color: #324050;
    text-align: center;
    font-family:  Spartan;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
}

.filter-index.current {
    background: #A9BCD3;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    color: #324050;
}

.filter-index.current a {
    color: #324050;
}

.filter-index path {
    stroke: #A9BCD3;
}

.filter-index.current path {
    stroke: #324050;
}

.filter-index:hover {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.10);
    border: 1px solid var(--Color-Brand-Liquirizia-L_10, #D2DFEF);
    color: #D2DFEF;
}

.filter-index.disabled {
    display: none;
}

.filter-index:hover a {
    color: #D2DFEF;
}

.filter-index.disabled a {
    pointer-events: none;
}

.filter-index:hover path {
    stroke: #D2DFEF;
}

section.project-category {
    max-width: 1440px;
    margin: 0 auto;
    padding-left: 150px;
    padding-right: 50px;
}

.project-row {
    display: grid !important;
    gap: 30px;
    margin-bottom: 60px;
}

.project-row.row-1 {
    grid-template-columns: 1fr;
}

.project-row.row-2 {
    grid-template-columns: repeat(2, 1fr);
}

.project-row.row-3 {
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 30px;
}

.project-card {
    width: 100%;
    min-width: 0; 
}

.project-card.full .project-card__wrapper-image {
    min-height: 0;
}

.project-card__wrapper-image img {
	margin: 0 auto;
}

.project-card img {
    display: block;
    object-fit: cover;
    /*width: auto;
    height: auto;*/
    max-width: 100%;
    min-height: auto;
    padding-bottom: 0;
    max-height: 423px;
    stroke-width: 1px;
    color: #d0dcec;
    border: 0.2px solid;
}

.row-2 .project-card,
.row-3 .project-card {
    display: flex;
    width: 100%;
    align-items: flex-start;
    align-content: flex-start;
    gap: 10px;
    flex-wrap: wrap;
}

.row-2 .project-card__wrapper-image,
.row-3 .project-card__wrapper-image {
    height: 367px;
    width: auto;
}

.row-2 .project-card img,
.row-3 .project-card img {
    height: 100%;
}

.project-row {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.project-excerpt {
    color: #000;
    font-family: var(--FONT-Family-Body, Spartan);
    font-size: var(--FONT-Size-Body, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 0 1em;
}

@media (max-width: 1280px) {
    .content-1-col span,
    .content-1-col span p,
    .content-2-col .column_right span,
    .content-2-col .column_right span p,
    .content-slider-blog-card .column_right span,
    .content-slider-blog-card .column_right span p {
        font-size: 16px !important;
        letter-spacing: 0 !important;
        line-height: 26px !important;
    }
    .row-2 .project-card__wrapper-image {
        height: calc(25vw);
        width: auto;
    }
    .row-3 .project-card__wrapper-image {
        height: calc(25vw);
        width: auto;
    }
}

@media (max-width: 1024px) {
    section.project-category {
        padding-left: 60px;
        padding-right: 60px;
    }
    .content-module,
    .content-timeline {
        padding-left: 60px;
        padding-right: 60px;
        margin: 0px;
    }
    .project-row.row-1,
    .project-row.row-2 {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .project-row.row-3 {
        grid-template-columns: repeat(3, 1fr);
    }
    .row-2 .project-card__wrapper-image,
    .row-3 .project-card__wrapper-image{
        width: auto;
        height: calc(30vw);
    }
}

@media (max-width: 767px) {
    section.project-category {
        padding-left: 30px;
        padding-right: 30px;
    }
    .project-row.row-3 {
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    }
    .project-card img {
        min-height: 267px;
        height: calc(100vh*0.25);
        max-height: 300px;
    }
    .row-2 .project-card__wrapper-image,
    .row-2 .project-card__wrapper-image {
        height: auto;
    }
    .row-3 .project-card__wrapper-image {
        height: auto;
        width: auto;
    }
    .row-2 .project-card img {
        height: 300px;
    }
    .row-1 .project-card img {
        height: 300px;
    }
}

@media(min-width: 768px) and (max-width: 1024px) {
    .cta-button a.cta_button span {
        padding: 0px 0px !important;
        max-width: none !important;
    }
}

/* Container principale per i progetti */
#projects-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 30px 150px 30px 150px;
    margin: 0 auto;
    max-width: 1440px;
}

h2.project-category-title {
    color: var(--Color-Brand-Prymary-Mirtillo, #8417C7);;
    font-family: Jost;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 1.4em 0;
}

h3.project-card__title {
    color: #000;
    font-family: var(--FONT-Family-Body, Spartan);
    font-size: 18.601px;
    font-style: normal;
    font-weight: 700;
    text-transform: uppercase;
    margin: 1em 0 .3em 0;
    display: inline-block;
}

a.project-card__link {
    width: 100%;
}

.projects-wrapper {
    padding-bottom: 80px;
    padding-top: 90px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-self: stretch;
}

.projects-wrapper .project-card:hover .project-card__wrapper-image img {
    filter: brightness(80%);
    transition: filter 0.3s ease-in-out;
}

.projects-wrapper .project-card:hover p.project-excerpt {
    text-decoration: underline;
}

.projects-wrapper .project-card h3.project-card__title {
    text-decoration: none;
    padding-bottom: 4px;
    position: relative;
}

.projects-wrapper .project-card h3.project-card__title::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-color: black;
    bottom: 0;
    left: 0;
    transform: scaleX(0);
    transform-origin: 0;
    transition: transform 0.3s ease;
}

.projects-wrapper .project-card:hover h3.project-card__title::before {
    transform: scaleX(1);
}

button.load-more-projects {
    display: flex;
    min-width: 140px;
    padding: var(--SPACING-300, 8px) var(--SPACE-Space_L, 24px);
    justify-content: center;
    align-items: center;
    background: var(--Color-Brand-Prymary-Mirtillo, #8417C7);
    margin: 0 auto 40px;
    color: var(--Color-Basic-White, #FFF);
    text-align: center;
    font-family: Spartan;
    font-size: var(--FONT-Size-Button, 12px);
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 216.667% */
    text-transform: uppercase;
    gap: 8px;
}

.project-card .filters-index-row {
    justify-content: start;
}

@media(min-width: 769px) and (max-width:1024px) {
    .project-list {
        padding: 30px 15px !important;
    }
}

@media screen and (max-width: 768px) {
    .project-list {
        padding:30px 15px !important;
    }
    .content-projects-filters {
        padding: 10px 15px 10px 25px; 
    }  
}

/* Pagina News (fix) */
.content-blog, 
.content-blog p {
	color: #101c2b;
	font-size: 16px;
	letter-spacing: 0;
	line-height: 23.9px;
}

.content-blog .blog-post {
    margin: 0 auto;
}

.content-blog .content-max-width {
	max-width: 1440px;
	padding: 100px 150px 100px 250px;
	margin: 0 auto;
}

.content-blog .blog-post .blog-post__meta {
    margin: 0 0 1rem 0;
    font-weight: bold;
}

.content-blog .blog-post .blog-post__body {
    margin: 0 auto;
}

.content-blog .blog-post .blog-post__body img {
    margin: 3em auto;
}

.content-blog .blog-post .blog-post__body ul {
    margin: 1em auto;
}

/* Pagina 404 */
.hero-quattrocentoquattro {
    height: auto;
}

.hero-quattrocentoquattro .form-contatti_wrapper {
    padding: 2em 0 0 0;
}

.hero-quattrocentoquattro .error-page {
    height: 100vh;
	padding: 200px 250px 50px 250px;
	position: relative;
	text-align: left;
	margin: 0 auto;
    color: #fff;
}

.hero-quattrocentoquattro .error-page h2 {
    font-size: 40px;
    line-height: 1;
    letter-spacing: 0;
    padding: 0;
    margin: 0 auto 1em auto
}

.hero-quattrocentoquattro .error-page p {
    margin: 0 auto;
}

.hero-quattrocentoquattro .error-page .cta-button {
    margin-top: 40px;
}

.hero-quattrocentoquattro .error-page .cta-button a.cta_button span {
    border: 2px solid #fff;
    font-size: 14px !important;
    letter-spacing: 0;
    line-height: 1;
    margin: 0;
    padding: 1.2em 2em 1em !important;
    text-decoration: none;
    text-align: center;
    display: inline-block;
}

.hero-quattrocentoquattro .error-page .cta-button a.cta_button span:hover {
    border: 2px solid #101c2b;
    color: #101c2b;
    background-color: #fff;
    transition: all 0.3s ease-in-out;
}

@media (min-width: 319px) and (max-width: 1024px) {
    .hero-quattrocentoquattro {
        height: auto;
    }
    .hero-quattrocentoquattro .error-page {
        height: auto;
        padding: 150px 5vh 50px 5vh;
    }
    .hero-quattrocentoquattro .btn {
        left: 30px;
        top: 100px;
    }
    .hero-quattrocentoquattro h2 {
        display: block;
        font-size: 30px;
        font-weight: 700;
        letter-spacing: 0;
        line-height: 1;
        margin: 0 auto 1em auto;
    }
}

/* End New Style 2025 */