/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

@font-face {
    font-family: 'TT Hoves Pro';
    src: url('fonts/TT_Hoves_Pro_Medium.woff2') format('woff2');
    font-weight: 500;
    font-style: medium;
}

@font-face {
    font-family: 'TT Hoves Pro';
    src: url('fonts/TT_Hoves_Pro_Regular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'TT Hoves Pro';
    src: url('fonts/TT_Hoves_Pro_Light.woff2') format('woff2');
    font-weight: 300;
    font-style: light;
}

/******VOCE INNOVATION********/
.menu-item-44883 {
	display: none !important;
}


:root {
    /*Palette Italel*/
    --company-bodybackground: #ffffff;
    --company-lightblue: #04C5FE;
    --company-darklue: #141B38;
    --company-gray4: #37465D;
    --company-gray3: #808b9b;
    --company-gray2: #C9C9C9;
    --company-gray1: #eff1f4;

    --sidestripe-backgroundcolor: #F7F7F7;

    --smartandvertical-hover: #FF4F0C;
    --digitalwork-hover: #F5DE00;
    --aianalytics-hover: #B8236B;
    --cyber-hover: #0052FE;
    --dccloud-hover: #5211BA;
    --network-hover: #00CC6F;

}

html { font-size: 62.5%; background-color: white !important;} 

#wrapper a:hover { 
    text-decoration: underline;
}

#wrapper *, .pum *, .mfp-wrap * {
    font-family: 'TT Hoves Pro';
}
.mfp-wrap * {
    font-family: 'TT Hoves Pro'!important;
}

/*************** GENERAL SETTINGS   ***************/

/*p > a {
    text-decoration: underline !important;
}*/

.marginbottom_0, .marginbottom_0 *{
    margin-bottom: 0px !important;
}

.paddingbottom_0, .paddingbottom_0 *{
    padding-bottom: 0px !important;
}
.margin_banner0 * {
    margin-bottom: 0px !important;
    margin-top: 0px !important;
}
.color_white, .color_white * {
    color: white;
}

.color_black, .color_black * {
    color: black;
}

.color_lightblue, .color_lightblue * {
    color: var(--company-lightblue);
}

.fontsize_200, .fontsize_200 * {
    font-size: 20rem !important;
    line-height: 20rem !important;
}

.fontsize_100, .fontsize_100 * {
    font-size: 10rem !important;
    line-height: 12rem !important;
}

.fontsize_70, .fontsize_70 * {
    font-size: 7rem !important;
    line-height: 7.5rem !important;
}

.fontsize_60, .fontsize_60 * {
    font-size: 6rem !important;
    line-height: 7rem !important;
}

.fontsize_54, .fontsize_54 * {
    font-size: 5.4rem !important;
    line-height: 6rem !important;
}
.fontsize_50, .fontsize_50 * {
    font-size: 5rem !important;
    line-height: 6rem !important;
}
.fontsize_40, .fontsize_40 * {
    font-size: 4rem !important;
    line-height: 4.2rem !important;
}
.fontsize_45, .fontsize_45 * {
    font-size: 4.5rem !important;
    line-height: 4.5rem !important;
}

.fontsize_32, .fontsize_32 * {
    font-size: 3.2rem !important;
    line-height: 4.2rem !important;
}

.fontsize_30, .fontsize_30 * {
    font-size: 3rem !important;
    line-height: 3.8rem !important;
}

.fontsize_25, .fontsize_25 * {
    font-size: 2.5rem !important;
    line-height: 3.2rem !important;
}

.fontsize_24, .fontsize_24 * {
    font-size: 2.4rem !important;
    line-height: 2.8rem !important;
}

.fontsize_20, .fontsize_20 * {
    font-size: 2rem !important;
    line-height: 2.8rem !important;
}
.fontsize_22, .fontsize_22 * {
    font-size: 2.2rem !important;
    line-height: 3.4rem !important;
}
.fontsize_18, .fontsize_18 * {
    font-size: 1.8rem !important;
    line-height: 2.3rem !important;
}

.fontsize_16, .fontsize_16 * {
    font-size: 1.6rem !important;
    line-height: 2.2rem !important;
}

.fontsize_14, .fontsize_14 * {
    font-size: 1.4rem !important;
    line-height: 2.2rem !important;
}

.fontsize_13, .fontsize_13 * {
    font-size: 1.3rem !important;
    line-height: 1.7rem !important;
}


.fontsize_16 > h2 {
    margin-bottom: 2.8rem;
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    text-wrap: unset!important;
}



.fontweight_300, .fontweight_300 * {
    font-weight: 300 !important;
}

.fontweight_400, .fontweight_400 * {
    font-weight: 400 !important;
}

.fontweight_500, .fontweight_500 * {
    font-weight: 500 !important;
}

.fontweight_600, .fontweight_600 * {
    font-weight: 600 !important;
}

.fontweight_700, .fontweight_700 * {
    font-weight: 700 !important;
}


.borderradius_30, .borderradius_30_col > .col-inner {
    border-radius: 3rem;
    overflow: hidden;
}

.borderradius_20, .borderradius_20_col > .col-inner   {
    border-radius: 1rem;
    overflow: hidden;
}

.borderradius_10, .borderradius_10_col > .col-inner, .borderradius_10_blog img, .borderradius_10_portf .box-image img {
    border-radius: 1rem;
    overflow: hidden;
}

.borderradius_8, .borderradius_8_col > .col-inner   {
    border-radius: 1rem;
    overflow: hidden;
}



.cyber_color ~ section form a {
    color: var(--cyber-hover)!important;
    text-decoration: underline!important;
}
.ai_color ~ section form a {
    color: var(--aianalytics-hover)!important;
    text-decoration: underline!important;
}
.smartandvertical_color ~ section form a {
    color: var(--smartandvertical-hover)!important;
    text-decoration: underline!important;
}
.network_color ~ section form a {
    color: var(--network-hover)!important;
    text-decoration: underline!important;
}
.digitalwork_color ~ section form a {
    color: var(--digitalwork-hover)!important;
    text-decoration: underline!important;
}
.dccloud_color ~ section form a {
    color: var(--dccloud-hover)!important;
    text-decoration: underline!important;
}

/* setto bande grigie laterali */
@media only screen and (min-width: 1731px) {
    body:after, body:before {
        content: "";
        position: fixed;
        top: 0px;
        height: 100%;
        width: calc((100vw - 1730px)/2);
        background-color: var(--sidestripe-backgroundcolor);
        z-index: 99999;
    }
    body:after {
        right: 0px;
    }
    body:before {
        left: 0px;
    }
}


/* setto container */
@media only screen and (max-width: 1730px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: calc(100vw - 80px)!important;
    }    

}
@media only screen and (min-width: 1731px) {
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: 1650px!important;
    }    
}

section:not(.no_padding_section):not(.divider):not(.has-block) {
    padding-top: 7rem!important;
    padding-bottom: 7rem!important;
}
.casestudies_section.section:not(.no_padding_section):not(.divider):not(.has-block), .advancedsolutions_section {
    padding-top: 0rem!important;
    padding-bottom: 7rem!important;
}

section:not(.no_padding_section):not(.divider):is(.offer_section, .ourservices_section, .oursolutions_section, .financial_section, .industries_section, .governance_section, .certification_section) {
    padding-bottom: 5rem !important;
}


.height_100p, .height_100p > .text-box-content{
    height: 100%;
}

.no-bottom #wide-nav {
    display:none;
}

.slider_cont > .col{
    padding-left: 0px;
    padding-right: 0px;

}

.back-to-top {
    display: none!important;
}

.aianalytics-hover, .cyber-hover, .dccloud-hover, .digitalwork-hover, .network-hover, .smartandvertical-hover, .itoperation-hover  {
    transition: background-color 0.7s ease;
}

#moove_gdpr_save_popup_settings_button {
    display: none!important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-cookie-notice button.change-settings-button {
    padding-bottom: 2px!important;
}
.change-settings-button {
    line-height: 18px;
    margin: 0;
    display: contents;
}
.cookie_settings_trigger {
    cursor: pointer;
}
.cookie_settings_trigger:hover {
    text-decoration: underline;
}
.moove-gdpr-branding-cnt {
    display: none!important;
}


.gdpr_lightbox * {
    font-family: 'TT Hoves Pro' !important;
}

/**************SOLUTIONS COLOR*******************/
.cyber_color ~ section svg:hover circle, .cyber_color svg:hover circle {
    fill: var(--cyber-hover);
}
.ai_color ~ section svg:hover circle {
    fill: var(--aianalytics-hover);
}
.dccloud_color ~ section svg:hover circle, .dccloud_color svg:hover circle {
    fill: var(--dccloud-hover);
}
.digitalwork_color ~ section svg:hover circle, .digitalwork_color svg:hover circle {
    fill: var(--digitalwork-hover);
}
.network_color ~ section svg:hover circle, .network_color svg:hover circle {
    fill: var(--network-hover);
}
.smartandvertical_color ~ section svg:hover circle {
    fill: var(--smartandvertical-hover);
}

.aianalytics-hover:hover {
    background-color: var(--aianalytics-hover) !important;
}
.cyber-hover:hover {
    background-color: var(--cyber-hover) !important;
}

.dccloud-hover:hover {
    background-color: var(--dccloud-hover) !important;
}
:is(.dccloud-hover:hover, .cyber-hover:hover) .color_black * , :is(.dccloud-hover:hover, .cyber-hover:hover ) :is(.text-inner, .col-inner)::after {
    color:white!important;
}
.digitalwork-hover:hover {
    background-color: var(--digitalwork-hover) !important;
}
.network-hover:hover {
    background-color: var(--network-hover) !important;
}
.smartandvertical-hover:hover {
    background-color: var(--smartandvertical-hover) !important;
}
.itoperation-hover:hover {
    background-color: var(--company-lightblue)!important;
}
.scroll_translate .overlay {
    transform: translateY(100%);
    background-color: unset!important;
}
.scroll_translate.cyber .overlay {
    background: linear-gradient(to top, var(--cyber-hover) 50%, rgba(0, 42, 127, 0) 100%);
}
.scroll_translate.aianalytics .overlay {
    background: linear-gradient(to top, var(--aianalytics-hover) 50%, rgba(0, 42, 127, 0) 100%);
}
.scroll_translate.dccloud .overlay {
    background: linear-gradient(to top, var(--dccloud-hover) 50%, rgba(0, 42, 127, 0) 100%);
}
.scroll_translate.digitalwork .overlay {
    background: linear-gradient(to top, var(--digitalwork-hover) 50%, rgba(0, 42, 127, 0) 100%);
}
.scroll_translate.network .overlay {
    background: linear-gradient(to top, var(--network-hover) 50%, rgba(0, 42, 127, 0) 100%);
}
.scroll_translate.smartandvertical .overlay {
    background: linear-gradient(to top, var(--smartandvertical-hover) 50%, rgba(0, 42, 127, 0) 100%);
}
.scroll_translate.company .overlay {
    background: linear-gradient(to top, var(--company-lightblue) 50%, rgba(0, 42, 127, 0) 100%);
}

.banner-layers a {
    z-index: 2;
}

.socialshare_icon, .socialaccount_icon {
    display: inline-block;
    width: 2.6rem !important;
    margin-right: 2.6rem;
    cursor: pointer;
}
.socialshare_icon.instagram {
    display:none;
}

.footer_logo {
    width: 16rem;
}
footer .menu-main-menu-container {
    display:none;
}
footer a {
    color: white;
}
footer a:hover {
    color: rgba(255, 255, 255, 0.719)
}
.header-nav-main .sub-menu.nav-dropdown {
    display: none;
}

.header-nav-main .custom_dropdown {
    position: fixed;
    left: 0;
    width: 100%;
    height: 0px;
    overflow: hidden;
    top: 10rem;
    transition: height 0.4s ease-in-out;
}
.stuck .header-nav-main .custom_dropdown {
    top: 8rem;
}
body.logged-in.admin-bar .header-nav-main .custom_dropdown {
    top: 13.2rem;
}
body.logged-in.admin-bar .stuck .header-nav-main .custom_dropdown {
    top: 11.2rem;
}

.header-nav-main .custom_dropdown section > div > .row{
    margin: auto;
}

/*.header-nav-main li.current-dropdown .custom_dropdown {
    opacity: 1;
    visibility: visible;
    height: auto;
}    APERTURA DROPDOWN MENU CON HOVER        */

.header-nav-main li .custom_dropdown.active {
    opacity: 1;
    visibility: visible;
    height: auto;
}

.header-nav-main .custom_dropdown .fontsize_25 {
    margin-bottom: 1.7rem;
}

.header-nav-main .custom_dropdown .fontsize_16 {
    color: #989898;
}

.header-nav-main li.has-dropdown:after, li.has-dropdown:before, li.has-dropdown .icon-angle-down{
    display: none;
}

.header-nav-main .menu-item {
    height: 100%;
    display: flex;
}

.header-nav-main .menu-item > a{
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    text-transform: capitalize !important;
    padding: 0px;
}

.header-nav-main .menu-item a{
    color: black  !important;
}
.header-nav-main .menu-item a:hover {
    text-decoration: none !important;
}


.header .flex-row, .header.has-sticky, .header-main {
    height: 10rem !important;
    background-color: white;
}
.stuck div.header-main {
    height: 8rem !important;
}
.stuck .flex-row {
    height: 8rem !important;
}
.stuck #logo {
    width: 16rem;
}
.header-nav-main li.current-dropdown > a:after, .menu-item:hover > a:after {
    content: "";
    position: absolute;
    width: 100%;
    height: .5rem;
    background-color: var(--company-lightblue);
    bottom: 0rem;
}


.header-inner > .flex-right {
    width: 80%;
    height: 100%;
    display: flex;
}

.header-nav-main > .menu-item:not(:last-child) {
    margin-right: 5rem;
    margin-left: 0px;
}

.header-nav-main .custom_dropdown .second_row {
    margin-top: -30px  !important;
}


.absolute-footer {
    display: none;
}


header #logo a > img {
    height: 46px;
}



/****************SOTTOMENU HEADER****************/

.header-wrapper:not(.stuck) .header-bottom {
    display: none;
}

.header-bottom {
    background-color: #F7F7F7!important;
    min-height: 44px!important;
}


.header-bottom .nav.header-nav.header-bottom-nav, .header-bottom .flex-row.container > div, .html.custom.html_topbar_right {
    width: 100% !important;
}
.header-bottom .flex-row.container {
    background-color: #F7F7F7;
    overflow: hidden;
    height: 100% !important;
    padding: 0 10px!important;
}


/*PROGRESS NAV BAR MENU*/
#progress_nav_bar {
    display: flex;
    width: 100%;
    font-size: 1.4rem;
    line-height: 1.4rem;
}
.progress_nav_bar_item {
	position: relative;
	width: auto;
    height: 44px;
    display: flex;
    align-items: center;
    z-index: 1;
}
.progress_nav_bar_single {
	background-color: #D1EEF7;
	height:100%;
	position: absolute;
    top: 0;
    left: 0;
	z-index:-1;
    height: 100%;
}
.progress_text {
	cursor:pointer;
	padding-left: 20px;
	padding-right: 20px;
	width:100%;
    color: #4B4B4B;
}
.progress_text:hover {
    text-decoration: unset !important;
    transform: scale(1.05);
    color: black;
}
.progress_arrow {
    cursor: pointer;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
}
.progress_arrow:hover {
    transform: scale(1.05);
    color: black;
}
.progress_arrow img {
    height: 12px;
    transition: transform .6s ease;
    transform: rotate(0deg);
}
.progress_arrow.rotate_arrow img {
    transform: rotate(90deg);
}
/*
.page_nav_menu {
    display: flex;
    justify-content: space-between;
    font-size: 1.4rem;
    line-height: 1.4rem;
    width: 100%;
    padding-left: 40px !important;
}

.header-bottom .flex-row.container .page_nav_menu::before {
    content: '';
    position: absolute;
    top: calc((50px - 1.4rem)/-2);
    left: 40px;
    height: 50px;
    width: var(--scroll-progress);
    background-color: #D1EEF7;
    z-index: 0; 
    transition: width 0.2s; 
}

.page_nav_menu li {
    flex: 1;
    list-style: none;
    text-align: center; 
    margin-bottom: 0px;
    z-index: 1; 
    position: relative; 
}



.page_nav_menu li a {
    position: relative;
    line-height: 1.6rem;
}

.page_nav_menu li a:hover {
    text-decoration: unset !important;
    font-weight: 500;
    color: black;
}

.header-bottom #gototop_arrow {
    height: 13px;
    width: 11px;
    background-image: url(/wp-content/uploads/2024/08/arrow_return_top.svg);
    background-position: center;
    background-size: cover;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}



#wide-nav .page_nav_menu a {
    color:#4B4B4B!important;
}

*/

/****SLIDER*****/
.flickity-page-dots {
    bottom: -20px;
    opacity: 0.6;
}
.flickity-page-dots .dot {
    border: 1px solid #37465D!important;
    height: 14px;
    opacity: .6;
    width: 14px;
}
.flickity-prev-next-button {
    display: none;
}
.flickity-page-dots .dot.is-selected {
    background-color: #37465D!important;
    outline: solid 3px white;
    outline-offset: -4px;
}
.gray_button {
    background-color: #EFF1F4;
    color: black;
    height: 6rem!important;
    display: inline-flex;
    width: 27rem;
    align-items: center;
    justify-content: center;
}
.transp_button {
    color: white!important;
    height: 6rem!important;
    display: inline-flex;
    width: 27rem;
    align-items: center;
    justify-content: center;
}
.company_button {
    background-color: #04C5FE;
    color: black!important;
    height: 6rem!important;
    display: inline-flex;
    width: 27rem;
    align-items: center;
    justify-content: center;
}
.is-outline:hover, .primary.is-outline:hover {
    background-color: rgba(0, 0, 0, 0.1);
    border-color: white;
}
/**********POPUP***********/


:is(.pum-theme-box-solutions, .pum-theme-leaders-theme, .pum-theme-enterprise-blue) .section {
    flex: 0 0 100%;
}
.pum-theme-leaders-theme .section {
    max-height: 60rem;
    overflow: hidden;
}
.pum-theme-leaders-theme .section .large-8 {
    max-height: 52rem;
    overflow: auto;
}
:is(.pum-theme-box-solutions, .pum-theme-leaders-theme, .pum-theme-enterprise-blue) .pum-container {
    position: relative;
}
:is(.pum-theme-box-solutions, .pum-theme-leaders-theme, .pum-theme-enterprise-blue) .pum-content {
    overflow: hidden;
    border-radius: 1.8rem;
}
:is(.pum-theme-leaders-theme) .pum-container img {
    height: inherit;
}
.popup_section_container {
    display: flex;
    width: 100%;
    height: 100%;
    position: relative;
    transition: transform 0.5s ease-in-out;
}
.popup_section_container .section {
    align-items: flex-start;
}

.prev-section,
.next-section {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    border: none;
    padding: 1rem;
    cursor: pointer;
    z-index: 2000000000;
    opacity: 0.8;
    transition: opacity 0.3s;
    margin: 0!important;
}

.prev-section:hover,
.next-section:hover {
    opacity: 1;
}
.prev-section .arrow {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: url('/wp-content/uploads/2024/08/Arrow-1.svg') no-repeat center center;
    background-size: contain;
    transform: rotate(180deg); /* Ruota la freccia per mostrare verso sinistra */
    filter: invert(1); /* Colora di bianco l'SVG */
}

.next-section .arrow {
    display: inline-block;
    width: 3.5rem;
    height: 3.5rem;
    background: url('/wp-content/uploads/2024/08/Arrow-1.svg') no-repeat center center;
    background-size: contain;
    filter: invert(1); /* Colora di bianco l'SVG */
}
.prev-section {
    left: -10rem;
}

.next-section {
    right: -10rem;
}

.popup_section_container .color_black ~ .is-divider {
    background-color: #8d8d8d80!important;
}

.dark p {
    color:white!important;
}
/*************** HOME PAGE   ***************/

.whatwedo_section .col.medium-3 .col-inner{
    border-radius: 1rem;
    padding: 4.2rem 3.6rem;
    height: 32.8rem;
    overflow: hidden;
}

.whatwedo_section .col.medium-6 .col-inner{
    border-radius: 1rem;
    overflow: hidden;
}

.whatwedo_section .col.medium-3 img {
    height: 4rem;
    width: auto;
    margin-bottom: 9rem;
}

.whatwedo_section .col.medium-3:nth-child(2) .col-inner {
    background-color: var(--company-gray1);
}
.whatwedo_section .col.medium-3:nth-child(3) .col-inner {
    background-color: var(--company-lightblue);
}
.whatwedo_section .col.medium-3:nth-child(4) .col-inner {
    background-color: var(--company-gray1);
}
.whatwedo_section .col.medium-3:nth-child(5) .col-inner {
    background-color: var(--company-gray4);
}

.whatwedo_section .trandingnow_home #custom-gallery-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}


.whatwedo_section .trandingnow_home .custom-gallery-item {
    height: 100%;
    width: 100%;
}

.whatwedo_section .trandingnow_home .custom-gallery-item a {
    padding: 4.2rem 3.6rem;
    position: absolute;
    height: 100%;
}

.plus_bott_right.trandingnow_home :is(.text.dark .text-inner, .col-inner.dark)::after {
    z-index: 0;
}

.company_color svg:hover circle {
    fill: var(--company-lightblue);
}


.whatwedo_section .col.medium-3:nth-child(5) .fontsize_30.fontweight_300.color_white{
    position: absolute;
    bottom: 4.2rem;
    right: 3.6rem;

}

.uppercase, h6, span.widget-title, th {
    letter-spacing: normal!important;
}
.casestudy_1col .portfolio-box {
    display: flex;
    gap: 1.9rem;
}

.casestudy_1col .portfolio-box > div{
    border-radius: 10px;
    overflow: hidden;
    flex-basis: 50%;
    height: 40rem;
}

.casestudy_1col .portfolio-box .image-cover {
    padding-top: 40rem !important;
}


.oursolutions_row .col .col-inner{
    border-radius: 1rem;
    height: 32.8rem;
    overflow: hidden;
}

.oursolutions_row .col .text-box, .oursolutions_row .col .text-box-content, .oursolutions_row .col .text-inner {
    width: 100% !important;
    height: 100% !important;
}

.oursolutions_row .col .text-box p{
    margin:0px !important;
}

.oursolutions_row .col .col-inner .text .text:nth-child(1){
    font-size: 3rem !important;
    line-height: 3.8rem;
    font-weight: 500;
    position: absolute;
    top: 3rem;
    left: 3rem;
    max-width: calc(100% - 6rem);
}

.oursolutions_row .col .col-inner .text .text:nth-child(2){
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 300;
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    max-width: 70%;
}

.plus_bott_right :is(.text-inner, .col-inner)::after {
    content: "+";
    font-size: 4rem;
    line-height: 3rem;
    font-weight: 300;
    position: absolute;
    bottom: 3rem;
    right: 3rem;
    color: black;
}

.industries_section .plus_bott_right :is(.text-inner, .col-inner)::after {
    content: '';
}
.industries_section .plus_bott_right .text {
    max-width: calc(100% - 3rem)!important;
}
.plus_bott_right :is(.text.dark .text-inner, .col-inner.dark)::after {
    color: white;
}

/*
.oursolutions_row .col.medium-6 .col-inner{
    border-radius: 1rem;
    overflow: hidden;
}*/
.clientpartners_slider_mob {
    display:none;
}
.clientpartners_slider .slider {
    min-height: 20rem;
}
.clientpartners_slider .col {
    padding: 0px;
}

.clientpartners_slider .col-inner {
    padding: 2rem;
}

.clientpartners_slider .row {
    align-items: center;
}
.clientpartners_slider .img-inner {
    height: 15rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.clientpartners_slider img {
    max-height: 100%;
}
.col_slider_loghi {
    flex-basis: 20%!important;
    max-width: 20%!important;
}
.textcont_pad28 .fontsize_18 {
    font-weight: 300;
    position: absolute;
    top: 24rem;
    left: 2.8rem;
    max-width: calc(100% - 5.6rem);
}
.textcont_pad28 .fontsize_30 {
    font-weight: 500;
    position: absolute;
    top: 2.8rem;
    left: 2.8rem;
    max-width: calc(100% - 5.6rem);
}
.textcont_pad34 p {
    margin: 0px;
}
.textcont_pad34 .fontsize_16, .horiz_cat_cont {
    font-weight: 500;
    position: absolute;
    top: 3.4rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}

.textcont_pad34 :is(.fontsize_30, .fontsize_24), .horiz_title_cont {
    font-weight: 500;
    position: absolute;
    top: 17rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}
.horiz_title_cont {
    top: 12rem;
}

.textcont_pad34 .fontsize_32, .textcont_pad34 .fontsize_50 {
    position: absolute;
    top: 3.4rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}

.textcont_pad34 .fontsize_20, .horiz_exc_cont {
    font-weight: 300;
    position: absolute;
    bottom: 3.4rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}


.down_up_right .text-inner:after {
    content: url('/wp-content/uploads/2024/08/Download-Icon.svg');
    position: absolute;
    top: 2.3rem;
    right: 3.4rem;
}
.down_up_right:hover .text-inner:after {
    content: url('/wp-content/uploads/2024/08/Download-Icon_hover.svg');
}

.arrow_upright .text-inner:after, .horiz_txt_cont:after {
    content: url('/wp-content/uploads/2024/08/Arrow-1.svg');
    position: absolute;
    width: 2.3rem;
    transform: rotate(315deg);
}

.plus_upright .text-inner:after {
    content: "+";
    position: absolute;
    font-size: 4rem;
    line-height: 2rem;
    font-weight: 300;
}
.white_arrow .text-inner:after {
    filter: invert(1);
}
.textcont_pad34.arrow_upright .text-inner:after, .horiz_txt_cont:after {
    top: 3.4rem;
    right: 3.4rem;
}
.text_box_bottom.arrow_upright .text-inner:after {
    top: 0;
    right: 0;
}
.textcont_pad3528.arrow_upright .text-inner:after{
    top: 3.5rem;
    right: 2.8rem;
}

.textcont_pad4026.plus_upright .text-inner:after{
    top: 4rem;
    right: 2.6rem;
    color: black;
}

.textcont_pad3528.plus_upright .text-inner:after{
    top: 3.5rem;
    right: 2.8rem;
    color: black;
}

.textcont_pad4834.plus_upright .text-inner:after{
    top: 4.8rem;
    right: 3.4rem;
    color: black;
}



[class*="textcont_pad"] p {
    margin: 0px;
}

[class*="textcont_pad"] .text-box-content, [class*="textcont_pad"] .text-box {
    height: 100% !important;
    width: 100% !important;
}



.textcont_pad4026 .fontsize_16:nth-child(1){
    font-weight: 500;
    position: absolute;
    top: 4rem;
    left: 2.6rem;
    max-width: calc(100% - 5.2rem);
}

.textcont_pad4026 .fontsize_30{
    font-weight: 500;
    position: absolute;
    top: 15rem;
    left: 2.6rem;
    max-width: calc(100% - 5.2rem);
}

.textcont_pad4026 .fontsize_16:nth-child(3){
    font-weight: 300;
    position: absolute;
    bottom: 4rem;
    left: 2.6rem;
    max-width: calc(100% - 5.2rem);
}

.textcont_pad4026 .fontsize_25:nth-child(1){
    font-weight: 500;
    position: absolute;
    top: 4rem;
    left: 2.6rem;
    max-width: calc(100% - 5.2rem);
}

.textcont_pad4026 .fontsize_16:nth-child(2){
    font-weight: 300;
    position: absolute;
    top: 8.5rem;
    left: 2.6rem;
    max-width: calc(100% - 5.2rem);
}

.textcont_pad4026 .fontsize_20:nth-child(3){
    font-weight: 300;
    position: absolute;
    bottom: 4rem;
    left: 2.6rem;
    max-width: calc(100% - 5.2rem);
}




.textcont_pad3528 .fontsize_16:nth-child(1), .textcont_pad3528 .fontsize_30 {
    font-weight: 500;
    position: absolute;
    top: 3.5rem;
    left: 2.8rem;
    max-width: calc(100% - 5.6rem);
}

.textcont_pad3528 .fontsize_18:nth-child(2), .textcont_pad3528 .fontsize_20 {
    font-weight: 500;
    position: absolute;
    bottom: 3.5rem;
    left: 2.8rem;
    max-width: calc(100% - 5.6rem);
}



.textcont_pad4834 .fontsize_16:nth-child(1){
    font-weight: 500;
    position: absolute;
    top: 4.8rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}

.textcont_pad4834 .fontsize_30:nth-child(2){
    font-weight: 500;
    position: absolute;
    top: 17.4rem;
    right: 3.4rem;
    max-width: calc(100% - 6.8rem);
}

.textcont_pad4834 .fontsize_20:nth-child(3){
    font-weight: 500;
    position: absolute;
    bottom: 4.8rem;
    right: 3.4rem;
    max-width: calc(100% - 6.8rem);
}
.bottom_home .textcont_pad4834 .fontsize_30:nth-child(2) {
    left: 3.4rem;
    right: unset;
}

.casestudy_1col .flickity-button {
    display: none;
}

.arrowslider_cont svg {
    cursor: pointer;
}

.arrowslider_cont {
    text-align: right;
    user-select: none;
}

.rarrow {
    transform: rotate(180deg);
}
.larrow {
    margin-right: 10px;
}
.slider_cont .is-border, .environment_section .is-border {
    left: 15px!important;
    right: 15px!important;
}


section ~ .is-divider {
    max-width: calc(min(100%, 1440px) - 30px) !important;
    margin: auto;
}


/*************** SINGLE SOLUTIONS PAGE   ***************/

.solutionintro_section .banner, .solutionintro_section .grid-col  {
    height: 32.8rem !important;
}

.solutionintro_section .large-12  {
    margin-bottom: 19.6px !important;
}

.textcont_pad2530 .img:nth-child(1){
    position: absolute;
    top: 2.5rem;
    left: 3rem;
    width: 4.6rem !important;
}
.textcont_pad2530 .img_55rem {
    zoom: 1.1;
}

.textcont_pad2530 .fontsize_45:nth-child(2){
    position: absolute;
    top: 17rem;
    left: 3rem;
    max-width: calc(100% - 5rem);
}

.textcont_pad2530 .fontsize_20:nth-child(3){
    position: absolute;
    top: 24.5rem;
    left: 3rem;
    max-width: calc(100% - 5rem);
}

.textcont_pad4030.plus_upright .text-inner:after{
    bottom: 4rem;
    right: 3rem;
}

.cyber_color ~ section .textcont_pad4030.plus_upright .text-inner:after{
    color: var(--cyber-hover);
}
.ai_color ~ section .textcont_pad4030.plus_upright .text-inner:after{
    color: var(--aianalytics-hover);
}
.smartandvertical_color ~ section .textcont_pad4030.plus_upright .text-inner:after{
    color: var(--smartandvertical-hover);
}
.network_color ~ section .textcont_pad4030.plus_upright .text-inner:after{
    color: black;
}
.network_color ~ section.ourservices_section .text.dark .text-inner:after {
    color: #00CC6F !important;
}
.digitalwork_color ~ section .textcont_pad4030.plus_upright .text-inner:after{
    color: black;
}
.digitalwork_color ~ section.ourservices_section .text.dark .text-inner:after {
    color: #F5DE00 !important;
}
.dccloud_color ~ section .textcont_pad4030.plus_upright .text-inner:after{
    color: var(--dccloud-hover);
}

.plus_white .text-inner:after {
    color: white!important;
}
.plus_black .text-inner:after {
    color: black!important;
}

.textcont_pad4030 .fontsize_30:nth-child(1){
    position: absolute;
    top: 4rem;
    left: 3rem;
    max-width: calc(100% - 5rem);
}

.textcont_pad4030 .fontsize_18:nth-child(2){
    position: absolute;
    bottom: 4rem;
    left: 3rem;
    right: 6rem;
    max-width: calc(100% - 5rem);
}





.textcont_pad4434.arrow_upright .text-inner:after{
    top: 3.4rem;
    right: 3.4rem;
}

.textcont_pad4434 .fontsize_16:nth-child(1) {
    position: absolute;
    top: 3.4rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}

.textcont_pad4434 .fontsize_30:nth-child(2){
    position: absolute;
    top: 17rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}

.textcont_pad4434 .fontsize_20:nth-child(3){
    position: absolute;
    bottom: 4.4rem;
    left: 3.4rem;
    max-width: calc(100% - 6.8rem);
}

.text_box_bottom .text-box {
    padding: 3.4rem 3.4rem 2.4rem;
    height: 100%;
}
.text_box_bottom .text-box-content {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.text_box_bottom .text-box .fontsize_16 {
    position: absolute;
    top: 0;
}
.text_box_bottom .text-box .fontsize_16 p {
margin-top: 0!important;
}

.sixcasestudy2row {
    max-width: 100% !important;
}

.sixcasestudy2row .box-image {
    height: 26.8rem;
    border-radius: 1rem;
    overflow: hidden;
}

.sixcasestudy2row .op-6 {
    opacity: 1;
}

.sixcasestudy2row .portfolio-box-category {
    margin-top: 3.2rem;
    margin-bottom: 2.2rem;
}

.sixcasestudy2row span.show-on-hover {
    display: block;
    font-size: 1.8rem;
    line-height: 2.6rem;
    font-weight: 300;
    opacity: 1;
    color: black;
}

.sixcasestudy2row .portfolio-box-title {
    font-size: 2.2rem;
    line-height: 2.9rem;
    font-weight: 500;
    color: black;
    margin: 0px;
    text-transform: inherit;
}

.sixcasestudy2row .box-text-inner {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}


.sixcasestudy2row .box-text-inner > * {
    text-align: left;
}

.sixcasestudy2row .box-text {
    padding-top: 0px;
}


.select-resize-ghost, 
.select2-container .select2-choice, 
.select2-container .select2-selection, 
input[type=date], input[type=email], 
input[type=number], input[type=password], 
input[type=search], input[type=tel], 
input[type=text], input[type=url], 
select, 
textarea {
    box-shadow: none!important;
    border: solid 1px #70707033;
}
input[type=checkbox], input[type=radio] {
    width: 1.8rem;
    height: 1.8rem;
    margin: 0!important;
}
.wpcf7 span.wpcf7-list-item {
    margin-left: 0;
    margin-right: 0.5em;
}

.wpcf7-spinner {
    display:none;
}
/*.processing .wpcf7-spinner {
    display: inline-block;
}*/

.form-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    align-items: center;
    justify-content: center;
}

.form-group {
    padding-right: 15px;
    padding-left: 15px;
    margin-bottom: 1rem;
}

.col-md-4 {
    flex: 0 0 33%;
    max-width: 33%;
}

.col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-md-8 {
    flex: 0 0 66%;
    max-width: 66%;
}

.col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
}

.wpcf7 input:not([type="submit"]):not([type="checkbox"]), .wpcf7 select {
    min-height: 7.5rem;
    font-size: 2rem;
    background-color: var(--company-gray1);
    color: black;
    line-height: normal;
}
.wpcf7 input[type="file"] {
    background-color: unset!important;
    min-height: auto!important;
}

.wpcf7 textarea {
    min-height: 24rem;
    font-size: 2rem;
    background-color: var(--company-gray1);
    color: black
}

.wpcf7 input[type="submit"] {
    background-color: #04C5FE;
    width: 100%;
    min-height: 6rem;
    font-size: 1.8rem;
    border-radius: 10rem;
    margin: 0px;
}
.cyber_color ~ section .wpcf7 input[type="submit"] {
    background-color: var(--cyber-hover);
}
.ai_color ~ section .wpcf7 input[type="submit"] {
    background-color: var(--aianalytics-hover);
}
.smartandvertical_color ~ section .wpcf7 input[type="submit"] {
    background-color: var(--smartandvertical-hover);
}
.network_color ~ section .wpcf7 input[type="submit"] {
    background-color: var(--network-hover);
}
.digitalwork_color ~ section .wpcf7 input[type="submit"] {
    background-color: var(--digitalwork-hover);
    color: black;
}
.dccloud_color ~ section .wpcf7 input[type="submit"] {
    background-color: var(--dccloud-hover);
}

.wpcf7 p{
    font-size: 1.4rem;
    line-height: 1.8rem;
    margin-bottom: 0px;
}

.wpcf7 .acceptance {
    margin-bottom: 2rem;
}

.wpcf7 .acceptance .form-row{
    justify-content: space-between;
}
.wpcf7 .acceptance .form-group {
    display: flex;
}
.wpcf7 .acceptance p {
    font-size: 1.6rem;
    line-height: 1.8rem;
}

.wpcf7 .acceptance .wpcf7-form-control-wrap {
    display: inline-block !important;
}

.pum-container {
    padding: 0px !important;
    box-shadow: none !important;
    background-color: transparent !important;
}

.pum-content section {
    padding: 4rem 1rem !important;
    overflow: auto;
}

.pum-close {
    display: none;
}

.wpcf7 .wpcf7-response-output {
    font-size: 1.6rem;
    width: fit-content;
    margin: auto !important;
    padding: 1.5rem !important;
    border-width: 2px !important;
}

/*************** SINGLE CASE STUDY PAGE   ***************/
.gray_line:after {
    content: '';
    width: 100%;
    position: absolute;
    height: 1rem;
    top: 0;
    left: 0;
    background-color: #CAD2DE;
}

.single-featured_item .header .flex-row, .single-featured_item .header.has-sticky, .single-featured_item .header-main{
    background-color: #F7F7F7;
}
.single-featured_item .portfolio-breadcrumb-title {
    display: none;
}

.single :is(.portfolio-page-wrapper, .blog-wrapper) {
    background-color: #F7F7F7;
}
.single-featured_item .page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}
.casestudybackground_section {
    z-index: 1;
}

.casestudybody {
    z-index: 2;
    position: relative;
    margin-bottom: 7rem;
}

.casestudybody .sibebar_col .is-divider ~ p {
    font-size: 1.8rem !important;
    line-height: 2.3rem !important;
    color: black;
    text-transform: capitalize;
    font-weight: 300;
}

.casestudybody h1 {
    display: -webkit-box;
    -webkit-line-clamp: 6; /* Numero di righe */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.casestudybody h1~img {
    display: none;
}
  
.casestudybody > .col{
    background-color: white;
    padding: 4.5rem;
}

.casestudybody > .col:first-child:before {
    content:"";
    position: absolute;
    width: 100%;
    height: 33rem;
    background-color: #F7F7F7;
    top:0;
    left:0;
}

.casestudybody .fontsize_60{
    min-height: 21rem;
}

.casestudybody .fontsize_32 h2{
    line-height: 3.2rem !important;
    font-weight: 500;
}

.casestudybody .fontsize_25 p{
    line-height: 3.5rem !important;
    font-weight: 500;
}


.casestudybody .fontsize_18 :is(p, li, ol, ul), .casestudybody .fontsize_18 {
    line-height: 3rem !important;
    font-weight: 300;
}


.casestudybody .banner ~ .text {
    margin-top: 4rem;
}

.casestudybody .text ~ .banner {
    margin-top: 4rem;
}

.casestudybody .fontsize_200 p{
    margin-bottom: 5rem;
    line-height: 2px !important;
    position: relative;
    top: 3rem;
    font-size: 0 !important;
}
.casestudybody .fontsize_200 p:before{
    content: url(/wp-content/uploads/2024/09/Asset-1.svg);
    position: relative;
    width: 7rem;
    display: inline-block;
}

.casestudybody .sibebar_col p {
    margin: 0px;
}

.casestudybody .sibebar_col .fontsize_16 {
    font-weight: 500;
}

.casestudybody .sibebar_col .fontsize_18 {
    font-weight: 400;
}


.casestudybody .releted_column {
    background-color: #37465D;
}

.casestudybody .releted_column .post-item .box-image{
   display: none;
}

.casestudybody .releted_column .post-item a{
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
}


.casestudybody .releted_column .post-item .post-title a{
    display: flex;
    align-items: center;
}

.casestudybody .releted_column .post-item .post-title a::before{
    content:url('/wp-content/uploads/2024/07/Raggruppa-12944.png');
    position: relative;
    margin-right: 3rem;
}


.casestudybody .releted_column .post-item .is-divider{
    margin-top: 2rem;
    margin-bottom: 2rem;
    max-width: 100%;
    height: 1px;
    background-color: #B4B4B4;
    opacity: 0.2;
}

.casestudybody .releted_column .post-item .box-text, .casestudybody .releted_column .post-item, .casestudybody .releted_column .col {
    padding-bottom: 0px;
}

.casestudybody li {
    margin-bottom: 1.4rem;
}
.casestudybody strong {
    font-weight: 500!important;
}

div.text ~ br {
    line-height: 0px !important;
    height: 0px !important;
    display: none !important;
}

/************SINGLE NEWS***************/

.single-post .page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

.single-post .casestudybody img.alignright {
    margin-left: 0;
    border-radius: 1rem;
}
.single-post .casestudybody .large-9 {
    font-size: 1.8rem !important;
    color: black;
}
.single-post .casestudybody .large-9 .fontsize_18 {
    display: flex;
    flex-direction: column;
 /   gap: 3rem;
}
/*************** LEADERSHIP   ***************/

.leadership_section .col.borderradius_8 > .col-inner {
    border-radius: .8rem;
    overflow: hidden;
}

.leadership_section .single_member_col .text:nth-child(1) p{
    margin-bottom: .5rem;
}

.leadership_section .single_member_col > .col-inner:after{
    content: "+";
    position: absolute;
    font-size: 3.5rem;
    line-height: 2rem;
    font-weight: 300;
    bottom: 2rem;
    right: 2rem;
    color: #000000;
}

.singlemember_popup_section .section-content > .row > .col:nth-child(2) .text:nth-child(1) p {
    margin-bottom: 1.6rem;
}


.singlemember_popup_section .section-content > .row > .col:nth-child(2) .text:nth-child(2) p {
    margin-bottom: 2.6rem;
}

.singlemember_popup_section .section-content > .row > .col:nth-child(1) a{
    text-decoration: underline;
    color: black;
}

.readmore {
    font-size: 1.6rem;
    position: absolute;
    bottom: -2rem;
    color: black;
    text-decoration: underline;
    cursor: pointer;
}
/***********CERTIFICATI E REPORTS*************/
.resource-list {
    display: flex;
    gap: 1.9rem;
    flex-wrap: wrap;
}
.certificati .resource-list a {
    flex: 0 1 calc(33.333% - 1.3rem);
    box-sizing: border-box;
}
.reports .resource-list a {
    flex: 0 1 calc(50% - 1rem);
    box-sizing: border-box;
}
.resource-list a:hover {
    text-decoration: none!important;
    background-color: #5CDAFF;
}
.resource-item {
    display: flex;
    width: 100%;
    height: 8.6rem;
    align-items: center;
    border: solid 1px rgba(112, 112, 112, 0.3);
    border-radius: 5px;
    padding: 2rem;
    justify-content: space-between;
    gap: 2rem;
}

.resource-item img {
    width: 4rem;
    height: 4rem;
}
.gradient_about .overlay {
    background: linear-gradient(to right, #305570 0%, transparent 60%, transparent 100%);
    background-color: unset!important;
}
.gradient_home .overlay {
    background: linear-gradient(to right, #305570 0%, #305570 10%, transparent 80%, transparent 100%);
    background-color: unset !important;
}
.gradient_policies .overlay {
    background: linear-gradient(to right, #111c2e7e 0%, #04c4fe75 100%);
    background-color: unset !important;
}
.gradient_industries .overlay {
    background: linear-gradient(to right, black 0%, transparent 70%, transparent 100%);
    background-color: unset !important;
}
.certificati-filter-bar {
    background-color: #bfc7d336;
    height: 8.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 6rem;
}

.certificati-filter-bar button {
    margin: 0px;
    font-size: 1.8rem;
    line-height: 1.8rem;
    font-weight: 400 !important;
    color: black;
    text-transform: none;
    height: 100%;
    margin: 0px 1rem;
    letter-spacing: 0;
}
.certificati-filter-bar button.active {
    border-bottom: solid 5px #04C5FE;
}
/****************INSIGHT**************/
#custom-gallery-container  {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	min-height: 50%;
	margin-right: -16px;
}

/* Elemento della galleria */
.custom-gallery-item {
	box-sizing: border-box;
    margin-bottom: 0;
    width: calc(33.333% - 16px);
}
.insights_page .custom-gallery-item {
    margin-bottom: 4rem;
}
:is(.custom-gallery-item, .hr-open-positions) a:hover {
    text-decoration: none!important;
}
:is(.custom-gallery-item, .hr-open-positions) a:hover h3 {
    text-decoration: underline!important;
}
/* Immagine della galleria */
.custom-gallery-image {
	width: 100%;
	height: 27rem;
	background-size: cover;
	background-position: center;
	border-radius: 8px;
}

/* Contenuto della galleria */
.custom-gallery-content {
    padding-right: 5rem;
}
.custom-gallery-content > div {
	display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    margin: 2.5rem 0 1.8rem;
	position: relative;
}

/* Tipo di post e data */
.custom-gallery-type, .custom-gallery-date {
    display: block;
    font-size: 1.8rem;
    color: #37465D;
    font-weight: 300;
}
.custom-gallery-type {
    padding-right: 3rem;
    border-right: solid 1px #70707070;
}
.little_box .custom-gallery-type {
    color: white!important;
    font-size: 16px!important;
    font-weight: 500!important;
    padding-bottom: 2rem;
}
.little_box .custom-gallery-title {
    font-size: 2.5rem!important;
    line-height: 3.2rem!important;
}
.custom-gallery-date {
	padding-left: 3rem;
}

.custom-gallery-columns-1 .custom-gallery-item {
	width: calc(100% - 16px);
}

.custom-gallery-columns-2 .custom-gallery-item {
	width: calc(50% - 16px);
}

.custom-gallery-columns-3 .custom-gallery-item {
	width: calc(33.333% - 16px);
}


.custom-gallery-date[hidden] {
	display: none;
}

.custom-gallery-type.noborder {
	border: none;
}

/* Titolo del post */
.custom-gallery-title {
	font-size: 22px;
	font-weight: 500;
	color: black;
	margin: 0;
    line-height: 29px;
}

/* Contenitore del pulsante "Load More" */
.load-more-container {
	text-align: center;
	margin-top: 20px;
}

/* Pulsante "Load More" */
.load-more-button {
	background: #f4f4f4;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 14px;
	color: #333;
	transition: background 0.3s;
}

.load-more-button:hover {
	background: #e0e0e0;
}

/* Stile responsive */
@media (max-width: 768px) {
	.custom-gallery-item {
		width: calc(50% - 16px);
	}
}

@media (max-width: 480px) {
	.custom-gallery-item {
		width: 100%;
	}
}

/* Contenitore dei filtri */
#filter-container {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 50px;
}

/* Gruppo dei filtri */
.filter-group {
	position: relative;
	width: 30%;
	height: 80px;
	border: solid #b2b2b280;
}

.filter-group:not(:first-child) {
	border-width: 1px 0px 1px 1px;
}

.filter-group:first-child {
	border-width: 1px 0px 1px 0px;
}

.filter-group.search_group {
	width: 10%;
}

/* Pulsante del filtro */
.filter-button {
	border: none;
	padding: 0px 27px;
	cursor: pointer;
	font-size: 1.6rem;
	color: black;
	width: 100%;
	text-align: left;
	margin:0px;
	line-height: 14px;
	height: 100%;
}

.filter-button:hover {
	background: #e0e0e0;
}

/* Opzioni del filtro */
.filter-options {
	display: block;
	position: absolute;
	top: 90px;
	background: white;
	z-index: 10;
	width: 100%;
	height: 0px;
	transition: height .35s ease-in-out;
	overflow-y: hidden;
	display: flex;
    flex-direction: column;
    justify-content: space-around;
    gap: 2rem;
}

.filter-options.active {
	height: auto;
}
.filter-options button {
    margin-bottom: 0;
}

/* Stile delle singole opzioni del filtro */
.filter-options-container div {
    padding: 2rem 3.5rem;
	cursor: pointer;
	transition: background 0.3s;
	display: inline-block;
	margin: 4px;
	border-radius: 2px;
	background: #f4f4f4;
	font-size: 1.6rem;
	font-weight: 400;
	color: black;
    text-align: center;
}

.filter-options-container div:hover,
.filter-options-container div.selected {
	background: #047B9F;
	font-weight: 500;
}

/* Pulsante "Show Results" */
.filter-search-button {
	background: #00aaff;
	border: none;
	border-radius: 50px;
	padding: 10px 20px;
	cursor: pointer;
	font-size: 1.4rem;
	color: #fff;
	transition: background 0.3s;
}

.filter-search-button:hover {
	background: #007acc;
}

/* Pulsante "Clear All" */
.filter-reset-button {
	background: none;
	border: none;
	cursor: pointer;
	font-size: 1.4rem;
	color: black;
	text-decoration: underline;
	margin-left: 10px;
}

.filter-reset-button:hover {
	color: #04C5FE;
}

/* Stile dei filtri selezionati */
.filter-group .filter-button.selected {
	background: #00aaff;
	color: #fff;
}

.filter-group .filter-button.selected:hover {
	background: #007acc;
}

.command-container {
	display: flex;
	justify-content: flex-end;
}



:where(.blueblack_gradient) .overlay {
	background: linear-gradient(45deg, #111C2E, #04C5FE);
    opacity: .8;
    mix-blend-mode: multiply;
}

@keyframes hueRotateOscillation {
  0% {
    filter: hue-rotate(0deg);
  }
  50% {
    filter: hue-rotate(360deg);
  }
  100% {
    filter: hue-rotate(0deg);
  }
}

.oscillating-hue-rotate {
  animation: hueRotateOscillation 50s infinite;
}

#search-text {
	height: 40px;
    font-size: 18px;
    color: black;
    margin-top: 15px;
}

:is(.people_section, .people2_section, .casestudies_section, .social_section, .insights_section) .custom-gallery-item {
    margin-bottom: 0rem;
}


.horizontal_insights .horiz_txt_cont > div {
    background-color: #EFF1F4;
}
.horiz_img_cont .custom-gallery-image {
    height: 40rem;
}
.horizontal_insights .custom-gallery-item {
	width: 100%;
}
.horiz_type {
    padding-right: 1rem;
    border-right: solid 1px black;
}
.horiz_cat_cont > span:nth-child(2) {
    padding-left: 1rem;
}
/*
.slider_img_goals {
    overflow: auto;
}
.slider_img_goals > .col-inner {
    min-width: fit-content!important;
    display: flex;
    gap: 2px;
}
    */
.slider_img_goals .img-inner {
    width: 30rem;
    max-width: none;
    -webkit-user-select: none; /* Safari */
    -ms-user-select: none; /* IE 10 and IE 11 */
    user-select: none; /* Standard syntax */
}
.slider_img_goals .img-inner img {
    pointer-events: none;
} 
.slider_img_goals > .col-inner{
    min-width: fit-content!important;
    display: flex;
    gap: 2px;
    animation: scroll 60s linear infinite;
    will-change: transform;
}

.slider_img_goals {
    overflow: hidden;
    width: 100%;
    display: flex;
    perspective: 1000px;
}

/* Animazione per lo scorrimento continuo */
@keyframes scroll {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-100%);
    }
  }

.noborder_banner {
    background-color: transparent!important;
}


/**********CONTACTS********/


.policy_tab_cont > .nav {
	position: sticky;
	top: 18rem;
	height: 100%;
}


.policy_tab_cont > .nav > li > a {
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 2rem;
	padding: 2rem;
	margin-left: 3rem;
}

.policy_tab_cont > .nav > li.active {
	background-color: #DEF8FF;
}

.policy_tab_cont > .nav > li.active:before {
	content: "";
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
	background-color: #04C5FE;
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
}

.policy_tab_cont .tab-panels{
	border-left: none;
}

.policy_tab_cont .panel h2 {
	font-size: 5.4rem;
	font-weight: 500;
	line-height: 6rem;
	margin-bottom: 7.5rem;
	position: relative;
	color: black;
}
.policy_tab_cont #tab_faq h2 {
    margin-bottom: 3rem!important;
}

.policy_tab_cont .panel h2:not(.noafter):after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #A7A7A7;
	display: block;
	position: absolute;
	bottom: -3rem;
}

.policy_tab_cont .panel h3 {
	font-size: 3.2rem;
	font-weight: 500;
	line-height: 4.2rem;
	margin-bottom: 5rem;
	position: relative;
	color: black;
}

.policy_tab_cont .panel h3:not(.noafter):after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #A7A7A7;
	display: block;
	position: absolute;
	bottom: -2rem;
}

.policy_tab_cont .panel :is(p, li) {
	font-size: 1.8rem;
	font-weight: 300;
	line-height: 2.8rem;
	color: black;
}

.policy_tab_cont .tab-panels {
	padding-left: 10rem;
}


.accordion.whistleblowing_faq a.accordion-title {
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 500;
	padding: 3rem 1.5rem;
	color: black;
}

.accordion.whistleblowing_faq button.toggle {
	display: none;
}

.accordion.whistleblowing_faq a.accordion-title:after {
	content: "+";
	position: absolute;
	right: 1.5rem;
	top: 50%;
	transform: translatey(-50%);
	height: 3.5rem;
	width: 3.5rem;
	border-radius: 50%;
	font-size: 2.5rem;
	line-height: 2.5rem;
	font-weight: 500;
	color: black;
	background-color: #DCDFE3;
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4px;
}
.accordion.whistleblowing_faq a.accordion-title.active:after {
    content: "-";
}

.accordion.whistleblowing_faq .accordion-title.active {
	border-top: 1px solid #ddd;
}

.keynumbericon_section .col.medium-3 .col-inner{
	border-radius: 1rem;
	padding: 4.2rem 3.6rem;
	height: 32.8rem;
	overflow: hidden;
}

.keynumbericon_section .col.medium-6 .col-inner{
	border-radius: 1rem;
	overflow: hidden;
}

.keynumbericon_section .col.medium-3 img {
	height: 4rem;
	width: auto;
	margin-bottom: 9rem;
}

.keynumbericon_section .col.medium-3:nth-child(1) .col-inner {
	background-color: var(--company-gray1);
}
.keynumbericon_section .col.medium-3:nth-child(2) .col-inner {
	background-color: var(--company-lightblue);
}
.keynumbericon_section .col.medium-3:nth-child(5) .col-inner {
	background-color: var(--company-darklue);
}
.keynumbericon_section .col.medium-3:nth-child(6) .col-inner {
	background-color: var(--company-gray4);
	color: white;
}


.locations_tab {
	justify-content: space-between;
}


.locations_tab .nav, .locations_tab .tab-panels{
	width: calc((100% - 3rem) / 2);
}

.locations_tab .tab-panels{
	border: none;
	background-color: #F7F7F7;
	flex: none;
	padding: 3rem 5rem;
    border-radius: 1rem;
    overflow: auto;
    height: 48rem;
}


.locations_tab .tab-panels .single_location {
	margin:0px;
}

.locations_tab .tab-panels .divider {
	margin-top: 2.5rem !important;
	margin-bottom: 2.5rem !important;
}

.locations_tab .tab-panels .single_location p {
	margin-bottom: 0px;
}

.locations_tab .tab-panels .single_location .col {
	padding:0px;
}

.locations_tab .tab-panels .single_location > .medium-3, .countries_accord .accordion-inner .medium-3 {
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.8rem;
    color: black;
}

.locations_tab .tab-panels .single_location > .medium-9, .countries_accord .accordion-inner .medium-9 {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 2.2rem;
    color:#707070;
}

.locations_tab .nav li, .countries_accord .accordion-title {
	background-color: #F7F7F7;
	font-size: 2rem;
	font-weight: 400;
	margin-bottom: 1rem;
	border-radius: 1rem;
	border: none;
}

.locations_tab .nav li a{
    padding: 0rem 8rem;
    min-height: 6rem;
    font-size: 2rem;
    font-weight: 500;
}

.locations_tab .nav li:last-child{
	margin-bottom: 0rem;
}

.locations_tab .nav li.active {
	background-color: #f0f8ff;
}

.locations_tab .nav li.active:before {
	content: "";
	position: absolute;
	top: 50%;
	right: -3rem;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	border-right: 1.5rem solid #f7f7f7;
	transform: translateY(-50%);
}

.italy_ico, .spain_ico, .france_ico, .germany_ico, .brazil_ico, .peru_ico, .colombia_ico {
	position: absolute;
	left: 3rem;
	top: 50%;
	transform: translateY(-50%);
}

.italy_ico:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/italy-2.png');
	height: 30px;
	width: 30px;
	display: block;
	background-size: cover;
}
.spain_ico:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/spain.png');
	height: 30px;
	width: 30px;
	display: block;
	background-size: cover;
}
.france_ico:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/france.png');
	height: 30px;
	width: 30px;
	display: block;
	background-size: cover;
}
.germany_ico:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/germany-2.png');
	height: 30px;
	width: 30px;
	display: block;
	background-size: cover;
}
.brazil_ico:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/brazil-flag.png');
	height: 30px;
	width: 30px;
	display: block;
	background-size: cover;
}
.peru_ico:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/peru.png');
	height: 30px;
	width: 30px;
	display: block;
	background-size: cover;
}
.colombia_ico:after {
	content: '';
	background-image: url('/wp-content/uploads/2024/09/colombia-2.png');
	height: 30px;
	width: 30px;
	display: block;
	background-size: cover;
}


.wpml-ls-legacy-dropdown {
    width: 6.5em;
}
.wpml-ls-legacy-dropdown a {
    border: none;
    background-color: transparent;
}
.leadership_section .leader_row .banner {
    max-width: 20.5rem;
}

/***********SCROLL BAR*************/

:is(.pum-container, .international_section) ::-webkit-scrollbar {
    width: 8px;
}

/* Track */

:is(.pum-container, .international_section) ::-webkit-scrollbar-track {
    background: transparent; 
}

/* Handle */

:is(.pum-container, .international_section) ::-webkit-scrollbar-thumb {
    background: var(--company-lightblue); 
    border-radius:3px;
}

/* Handle on hover */

:is(.pum-container, .international_section)  ::-webkit-scrollbar-thumb:hover {
    background: #04c4fece; 
}

.pum-overlay .banner {
    background-color: transparent !important;
}

@media only screen and (max-width: 62em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/
    html { font-size: 50%; } 

    .stuck #logo img {
        height: 42px !important;
    }

    .mobile-nav .icon-menu:before {
        font-size: 25px;
    }
    .mobile-nav a:hover {
        text-decoration: none!important;
    }
    .container, .container-width, .full-width .ubermenu-nav, .row {
        max-width: calc(100vw - 10px)!important;
    }
    .fontsize_100, .fontsize_100 * {
        font-size: 8rem !important;
        line-height: 9rem !important;
    }

    .fontsize_70, .fontsize_70 * {
        font-size: 5rem !important;
        line-height: 5.5rem !important;
    }
    .fontsize_54, .fontsize_54 * {
        font-size: 5rem !important;
        line-height: 5.6rem !important;
    }
    .banner .container {
        overflow: hidden;
    }
    .solutionintro_section .banner, .solutionintro_section .grid-col {
        height: 250px !important;
    }
    .banner-grid .grid-col {
        position: relative!important;
        top: unset!important;
    }
    .banner-grid .grid-col:nth-child(2) {
        margin-bottom: 20px;
    }
    .textcont_pad4434.arrow_upright .text-inner:after {
        top: 2.4rem;
    }
    .textcont_pad4434 .fontsize_16:nth-child(1) {
        top: 2.4rem;
    }
    .textcont_pad4434 .fontsize_30:nth-child(2) {
        top: 8rem;
    }
    .clientpartners_slider .col-inner {
        padding: 3rem;
    }
    .col-md-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .custom-gallery-columns-3 .custom-gallery-item {
        width: calc(100% - 16px);
    }
    .grid_single_sol > div {
        transform: none!important;
    }
    .clientpartners_slider {
        display:none;
    }
    .clientpartners_slider_mob {
        display:block;
    }
    .clientpartners_slider_mob .slider {
        height: 190px;
    }
    .col_slider_loghi {
        flex-basis: 50% !important;
        max-width: 50% !important;
        padding: 0rem 1rem !important;
    }
    .prev-section,
    .next-section {
        position: fixed;
        background-color: black;
        display: flex;
    }
    .prev-section {
        left: 0;
    }
    
    .next-section {
        right: 0;
    }
    .pum-close {
        display: block;
        background-color: black!important;
        margin-right: 0;
        position: fixed!important;
    }
    .people_section .custom-gallery-item:not(:last-child), .people2_section .custom-gallery-item:not(:last-child), .casestudies_section .custom-gallery-item:not(:last-child) {
        margin-bottom: 5rem;
    }
    .casestudy_1col .portfolio-box {
        flex-direction: column;
    }
    .casestudy_1col .portfolio-box > div {
        flex-basis: auto;
    }
    .paddingbottom_0 > .col:not(:last-child) {
        padding-bottom: 19.6px!important;
    }
    .textcont_pad34 .fontsize_30, .horiz_title_cont {
        top: 6rem;
    }
    .our_legacy_section .textcont_pad34 .fontsize_30 {
        top: 9rem;
    }
    .horiz_img_cont .custom-gallery-image {
        height: 27rem;
    }
    .horiz_cat_cont, .horiz_title_cont {
        position: relative!important;
        top: unset;
        left: unset;
        max-width: unset;
    }
    .horiz_cat_cont {
        margin-bottom: 1rem;
    }
    .horiz_txt_cont > div {
        padding: 3.4rem;
        height: 27rem;
    }
    .horiz_exc_cont {
        display: none;
    }
    .oursolutions_row .col .col-inner {
        height: auto;
    }
    .oursolutions_row .col .banner {
        border-radius: 1rem;
    }
    .reports .resource-list a, .certificati .resource-list a {
        flex: 0 1 calc(100%);
    }
    .pum-container {
        left: 2.5%!important;
        padding: 0 2rem !important;
    }
    .oursolutions_section .textcont_pad34 .fontsize_30 {
        top: 10rem!important;
    }
    .sustainability_section .textcont_pad34 .fontsize_30 {
        top: 8rem!important;
    }
    .bottom_home .textcont_pad4834 .fontsize_30:nth-child(2) {
        top: 12rem!important;
    }
    .clientpartners_slider_mob .flickity-page-dots {
        display: none;
    }
    .off-canvas-center .nav-vertical>li>a {
        font-size: 2em;
        font-weight: 400!important;
    }
    .off-canvas-center.mfp-bg.mfp-ready {
        opacity: 0.95;
    }
    .nav-vertical li li {
        font-size: 1.8em;
        padding-left: .5em;
    }
    .header-nav-main li.current-dropdown > a:after, .menu-item:hover > a:after {
        content: none;
    }
    :is(.people_section, .people2_section, .casestudies_section, .social_section, .insights_section) .custom-gallery-item {
        margin-bottom: 7rem;
    }
    .full_width {
        max-width: 100vw!important;
    }
    .countries_accord .accordion-inner .medium-3 {
        font-size: 2rem;
    }
    
    .countries_accord .accordion-title {
        padding: 0rem 8rem;
        height: 6rem;
        display: flex;
        align-items: center;
    }
    .countries_accord .accordion-title.active {
        background-color: #f0f8ff;
        color: black!important;
    }
    .countries_accord .toggle {
        display:none;
    }
    .italy_ico, .spain_ico, .france_ico, .germany_ico, .brazil_ico, .peru_ico, .colombia_ico {
        left: 2rem;
    }
    .certificati-filter-bar {
        overflow: auto;
    }
    .certificati-filter-bar button {
        min-width: 13rem;
    }
    .certificati-filter-bar {
        align-items: unset;
        justify-content: unset;
    }
    :is(.pum-theme-box-solutions, .pum-theme-leaders-theme, .pum-theme-enterprise-blue) .section, .pum-theme-leaders-theme .section .large-8 {
        max-height: none;
        overflow: unset;
    }
    .pum-theme-leaders-theme .section .section-content {
        max-height: 55rem;
        overflow: auto;
    }
    .prev-section .arrow, .next-section .arrow {
        width: 2.5rem;
        height: 2.5rem;
    }
    .prev-section, .next-section {
        padding: 10px 6px;
    }
    .policy_tab_cont .tab-panels {
         padding-left: 0; 
    }
    .policy_tab_cont > .nav {
        top: 0;
        background-color: white;
        z-index: 999;
        position: relative;
    }
    .accordion.whistleblowing_faq a.accordion-title {
        font-size: 2rem;
        padding: 3rem 6rem 3rem 1.5rem;
    }
    .policy_tab_cont > .nav > li > a {
        padding: 1.5rem;
    }
    .policy_tab_cont .panel h2 {
        font-size: 4.4rem;
        line-height: 5.2rem;
        margin-bottom: 6.5rem;
    }
    .tab-panels {
        padding-top: 3rem;
    }
    .insights_page .custom-gallery-item {
        width: calc(100% - 16px);
    }
    .insights_page .custom-gallery-content {
        padding-right: 0;
    }
    .insights_page .custom-gallery-content > div {
        justify-content: space-between;
    }
    .insights_page .custom-gallery-type {
        padding-right: 0;
        border-right: none;
    }
    #filter-container {
        overflow: auto;
        flex-wrap: nowrap;
    }
    .filter-group {
        min-width: 140px;
    }
    .filter-button {
        padding: 0px 0px;
        font-size: 12px;
        text-align: center;
    }
    .filter-group button.active {
        border-bottom: solid 5px #04C5FE;
    }
    .command-container {
        justify-content: center;
    }
    .singlemember_popup_section .fontsize_16 {
        font-size: 14px!important;
        line-height: 19px!important;
    }
    .back-to-top {
        color: #04c5fe!important;
    }
    .single main section {
        display:none!important;
    }
    .casestudybody > .col {
        padding: 15px;
    }
    .casestudybody .fontsize_60, .fontsize_60 * {
        font-size: 5rem !important;
        line-height: 6rem !important;
    }
    .casestudybody > .col:first-child:before {
        height: unset;
    }
    .gray_line:after {
        top: -24px;
    }
    .casestudybody .gray_line .large-9 .col-inner {
        padding: 2rem 0em 0px 0px!important;
    }
    .nav-vertical>li.html_topbar_left {
        justify-content: center;
    }
    .wpml-ls-legacy-dropdown a {
        padding: 0;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-current-language:hover>a, .wpml-ls-legacy-dropdown a:focus, .wpml-ls-legacy-dropdown a:hover {
        color: white!important;
        background: transparent!important;
    }
    .wpml-ls-legacy-dropdown .wpml-ls-sub-menu {
        border-top: none!important;
    }

    
}

@media only screen and (max-width: 30em) {
    .sustainability_section .textcont_pad34 .fontsize_30 {
        top: 17rem !important;
    }    
    [class^="section expertise"][class*="_section"] .textcont_pad34 {
        padding-top: 44rem!important;
    }
}
