/*
Theme Name: Bagels
Description: Specific styles of the theme relative ti this website.
*/

/* Theme elements */
    /* Main section */
        .fce-section .fce-s-content-wrapper{
            padding-left: 15px;
            padding-right: 15px;
        }
    /* Main section */

    /* Columnar section */
        .bagels-col-wrapper .fc-c-column:last-child{
            margin-right: 0;
        }

        .bagels-col-wrapper a.fc-c-column:focus{
            opacity: 0.9;
        }

        @media (min-width: 992px){
            .bagels-col-wrapper .fc-c-column{
                width: 100%;
            }

            .bagels-col-wrapper.desktop-cols-1 .fc-c-column{
                margin-right: 0;
            }

            .bagels-col-wrapper a.fc-c-column:hover{
                opacity: 0.9;
            }

            /* .bagels-col-wrapper.col-count-2 .fc-c-column,
            .bagels-col-wrapper.desktop-cols-2 .fc-c-column{
                width: 50%;
                max-width: 50%;
            }

            .bagels-col-wrapper.col-count-3 .fc-c-column,
            .bagels-col-wrapper.desktop-cols-3 .fc-c-column {
                width: calc(100% / 3);
                max-width: calc(100% / 3);
            }

            .bagels-col-wrapper.col-count-4 .fc-c-column,
            .bagels-col-wrapper.desktop-cols-4 .fc-c-column {
                width: 25%;
                max-width: 25%;
            } */
        
            .bagels-col-wrapper .bcw-1 {
                display: flex;
            }
            
            .bagels-col-wrapper.align-center .bcw-1 {
                align-items: center;
            }
        }

        @media (max-width: 1439px) {
            /* .bagels-col-wrapper .fc-c-column{
                padding-left: 0 !important;
                padding-right: 0 !important;
            } */
        }

        @media (max-width: 991px){
            .bagels-col-wrapper .bcw-1{
                display: flex;
                /* margin-bottom: -50px; */
            }

            .bagels-col-wrapper a.fc-c-column:active{
                opacity: 0.9;
            }
            
            .bagels-col-wrapper.switch-sides{
                display: flex;
                flex-direction: column-reverse;
            }

            /* .bagels-col-wrapper .fc-c-column {
                margin-bottom: 50px;
            }

            .bagels-col-wrapper .fc-c-column:not(:first-child) {
                margin-top: 30px !important;
            } */
        }

        @media (max-width: 499px){
            .bagels-col-wrapper .bcw-1{
                /* margin-bottom: var(--spc-xl-neg); */
            }

            /* .bagels-col-wrapper .fc-c-column {
                margin-bottom: var(--spc-xl);
            } */

            .bagels-col-wrapper .fc-c-column {
                width: 100%;
            }

            /* .bagels-col-wrapper.mobile-cols-2 .fc-c-column {
                width: 50%;
            } */

            .bagels-col-wrapper.mobile-cols-1 .fc-c-column{
                margin-right: 0;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .bagels-col-wrapper .fc-c-column:first-child{
                /* padding-right: 40px !important; */
            }

            .bagels-col-wrapper .fc-c-column:last-child{
                /* padding-left: 40px !important; */
            }
        }

        @media (min-width: 500px) and (max-width: 991px) {
            .bagels-col-wrapper .fc-c-column {
                width: 100%;
            }

            .bagels-col-wrapper.tab-cols-1 .fc-c-column{
                margin-right: 0;
            }

            /* .bagels-col-wrapper.tab-cols-4 .fc-c-column {
                width: 25%;
            }

            .bagels-col-wrapper.tab-cols-3 .fc-c-column {
                width: calc( 100% / 3 );
            }

            .bagels-col-wrapper.tab-cols-2 .fc-c-column {
                width: 50%;
            } */
        }
    /* Columnar section */

    /* Columnar section lite */
        .bcw-lite .bcwl-image {
            margin-bottom: 15px;
        }

        .bcw-lite .bcwl-heading {
            margin-bottom: 10px;
        }

        .bcw-lite .bcwl-text-area,
        .bcw-lite .bcwl-simple-text {
            margin-bottom: 10px;
        }

        .bcw-lite .fc-c-column > *:last-child{
            margin-bottom: 0;
        }
    /* Columnar section lite */

    /* Sub columns */
        .fce-sub-cols .fce-sc-c-heading {
            margin-bottom: 14px;
        }

        @media (min-width: 500px) {
            .fce-sub-cols .fce-sc-column:first-child{
                margin-right: 40px;
            }
        }

        @media (min-width: 992px) {
            .fce-sub-cols .fce-sc-column:first-child{
                margin-right: 20px;
            }
        }

        @media (min-width: 500px) and (max-width: 991px) {
            .fce-sub-cols .bcw-1 {
                display: flex;
            }

            /* .bagels-col-wrapper.fce-sub-cols .fc-c-column {
                margin-top: 0px !important;
            } */
        }

        @media (max-width: 499px) {
            .bagels-col-wrapper.fce-sub-cols .bcw-1{
                /* margin-bottom: 50px; */
            }
        }
    /* Sub columns */

    /* VS stage boxes */
        .bagels-vs-box{
            width: 50%;
            padding-top: 90px;
            padding-bottom: 90px;
            padding-left: var(--bagels-pg-margin);
            padding-right: var(--bagels-pg-margin);
        }

        .bagels-vs-box .bvsb-heading{
            margin-bottom: 27px;
        }
        
        .bagels-vs-box .bvsb-description{
            margin-bottom: 54px;
        }

        /* @supports ( display: -webkit-box ) and ( -webkit-line-clamp: 2 ) and ( -webkit-box-orient: vertical ) {
            .bagels-vs-box .bagels-heading .bh-1{
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                overflow: hidden;
                word-break: break-word;
            }
        } */

        @supports ( display: -webkit-box ) and ( -webkit-line-clamp: 10 ) and ( -webkit-box-orient: vertical ) {
            .bagels-vs-box .fce-text-area > p{
                display: -webkit-box;
                -webkit-line-clamp: 10;
                -webkit-box-orient: vertical;
                overflow: hidden;
                word-break: break-word;
            }
        }

        .bagels-vs-box.boxes-1{
            width: 100%;
        }

        @media (min-width: 1680px) {

            /* .bagels-vs-box.boxes-3:nth-child(3){
                width: 100%;
            }

            .bagels-vs-box:not(.boxes-3):not(.boxes-1):nth-child( odd ){
                padding-right: 95px;
            }

            .bagels-vs-box:nth-child( even ){
                padding-left: 95px;
            } */
             
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box{
                width: 25%;
            }
             
            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-4,
            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-3,
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-3,
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-4{
                padding: 60px 50px;
            }

            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box,
            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-3,
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-3{
                width: calc( 100% / 3 );
            }
             
            .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box,
            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-2,
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-2{
                width: 50%;
            }
             
            .fce-colored-boxes.boxes-per-line-1 .bagels-vs-box,
            .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box.boxes-1,
            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-1,
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-1,
            .bagels-vs-box.boxes-3:nth-child(3){
                width: 100%;
            }

            /* .bagels-vs-box:not(.boxes-3):not(.boxes-1):nth-child( odd ){
                padding-right: 95px;
            } */

            .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box:nth-child( odd ),
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-2:nth-child( odd ),
            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-2:nth-child( odd ),
            .bagels-vs-box.boxes-2:nth-child( odd ){
                padding-right: 95px;
            }

            .fce-colored-boxes.boxes-per-line-1 .bagels-vs-box,
            .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box:last-child{
                padding-right: var(--bagels-pg-margin);
            }

            /* .bagels-vs-box:nth-child( even ){
                padding-left: 95px;
            } */

            .fce-colored-boxes.boxes-per-line-2 .bagels-vs-box:nth-child( even ),
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box.boxes-2:nth-child( even ),
            .fce-colored-boxes.boxes-per-line-3 .bagels-vs-box.boxes-2:nth-child( even ),
            .bagels-vs-box.boxes-2:nth-child( even ){
                padding-left: 95px;
            }
            
            .fce-colored-boxes.boxes-per-line-4.boxes-remainder-3 .bagels-vs-box:nth-last-child( -n+3 ){
                width: calc( 100% / 3 );
            }
            
            .fce-colored-boxes.boxes-per-line-3.boxes-remainder-2 .bagels-vs-box:nth-last-child( -n+2 ),
            .fce-colored-boxes.boxes-per-line-4.boxes-remainder-2 .bagels-vs-box:nth-last-child( -n+2 ){
                width: 50%;
            }
            
            .fce-colored-boxes.boxes-per-line-2.boxes-remainder-1 .bagels-vs-box:last-child,
            .fce-colored-boxes.boxes-per-line-4.boxes-remainder-1 .bagels-vs-box:last-child,
            .fce-colored-boxes.boxes-per-line-3.boxes-remainder-1 .bagels-vs-box:last-child{
                width: 100%;
            }

            .fce-colored-boxes.boxes-per-line-1 .bagels-vs-box{
                padding-left: var(--bagels-pg-margin);
            }
            
            .fce-colored-boxes.boxes-per-line-4 .bagels-vs-box .bvsb-heading{
                min-height: 104px;
            }
        }

        @media (max-width: 1199px) {
            .bagels-vs-box{
                padding-top: 45px;
                padding-bottom: 45px;
                min-height: 480px !important;
            }
        }

        @media (max-width: 991px) {
            .bagels-vs-box{
                width: 100%;
            }
        }

        @media (max-width: 767px) {
            .bagels-vs-box{
                /* padding-left: 21px; */
                /* padding-right: 21px; */
                padding-left: 30px;
                padding-right: 30px;
                padding-top: 26px;
                padding-bottom: 40px;
            }

            @supports ( -webkit-line-clamp: 12 ){
                .bagels-vs-box .fce-text-area > p{
                    -webkit-line-clamp: 12;
                }
            }
        }

        @media (max-width: 499px) {
            .bagels-vs-box{
                padding-left: 15px;
                padding-right: 15px;
            }
            
            .bagels-vs-box .bvsb-heading{
                margin-bottom: 20px;
            }

            .bagels-vs-box .bvsb-description{
                margin-bottom: 48px;
            }
        }
    /* VS stage boxes */

    /* News boxes */
        .bagels-news-box {
            width: calc( ( 100% / 3) - ( ( var(--spc-2xl) * 2 ) / 3 ) );
            margin-right: var(--spc-2xl);
            margin-bottom: var(--spc-2xl);
            overflow: hidden;
            border-radius: 8px;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }

        .bagels-news-box.hover-zoom:focus {
            transform: scale(1.02);
        }

        .bagels-news-box .bnb-l-img .b-cover-img{
            object-position: left;
        }

        .bagels-news-box .bnb-link:focus .bnb-l-img img{
            /* transform: scale(1.02); */
        }

        .bagels-news-box .bnb-link{
            background-color: var(--bagels-neutral_50);
            height: 100%;
        }

        .bagels-news-box.dark .bnb-link{
            background-color: var(--bagels-neutral_900);
        }

        .bagels-news-box.hover-bg-col-change .bnb-link:focus{
            background-color: var(--bagels-neutral_100);
        }

        .bagels-news-box.hover-bg-col-change.dark .bnb-link:focus{
            background-color: var(--bagels-neutral_800);
        }

        .bagels-news-box .bnb-l-content {
            padding: var(--spc-xl);
            height: calc( 100% - 250px );
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .bagels-news-box .bnb-l-img {
            height: 250px;
        }

        .bagels-news-box .bnb-link:focus .bnb-l-img > .section-overlay{
            opacity: 0;
        }

        .bagels-news-box .bnb-l-c-date {
            margin-top: var(--spc-md);
            color: var(--bagels-neutral_600);
            font-size: var(--fs-sm);
            line-height: var(--lh-sm);
        }
        
        .bagels-news-box.dark .bnb-l-c-date {
            color: var(--bagels-neutral_400);
        }
        
        .bagels-news-box .bnb-l-c-read-more {
            margin-top: var(--spc-3xl);
            color: var(--bagels-dark);
        }

        .bagels-news-box .bnb-l-c-rm-i-img {
            margin-left: 5px;
        }
        
        .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
            text-overflow: ellipsis;
            overflow: hidden;
            white-space: nowrap;
        }
        
        .bagels-news-box.dark .bnb-l-c-read-more,
        .bagels-news-box.dark .bnb-l-c-cat .bagels-heading .bh-1,
        .bagels-news-box.dark .bnb-l-c-title .bagels-heading .bh-1{
            color: var(--bagels-neutral_50);
        }
        
        @supports ( display: -webkit-box ) and ( -webkit-line-clamp: 4 ) and ( -webkit-box-orient: vertical ) {
            .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
                display: -webkit-box;
                -webkit-line-clamp: 4;
                -webkit-box-orient: vertical;  
                white-space: normal;
                text-overflow: unset;
            }
        }

        @media (min-width: 992px) {
            .bagels-news-box .bnb-link:hover .bnb-l-img > .section-overlay{
                opacity: 0;
            }
    
            .bagels-news-box.hover-bg-col-change .bnb-link:hover{
                background-color: var(--bagels-neutral_100);
            }

            .bagels-news-box.hover-bg-col-change.dark .bnb-link:hover{
                background-color: var(--bagels-neutral_800);
            }

            .bagels-news-box.hover-zoom:hover {
                transform: scale(1.02);
            }

            .bagels-news-box .bnb-link:hover .bnb-l-img img{
                /* transform: scale(1.02); */
            }
             
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child {
                width: 100%;
                margin-right: 0;
            }
            
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-link {
                display: flex;
                height: 390px;
                flex-direction: row-reverse;
                align-items: center;
                justify-content: space-between;
            }
    
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-img {
                height: 100%;
                min-width: 50%;
            }
    
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-title {
                margin-top: 5px;
            }
    
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-title .bagels-heading .bh-1{
                font-size: var(--fs-xl);
                line-height: var(--lh-xl);
            }

            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-content{
                height: 100%;
            }

            .fce-news-boxes.highlight-first-box .bagels-news-box .bnb-l-content {
                padding: 23px 33px 28px;
            }
        }

        @media (min-width: 1200px) {
            .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 3n + 1 ),
            .bagels-news-box:nth-child( 3n ) {
                margin-right: 0;
            }

            .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 3n ) {
                margin-right: var(--spc-2xl);
            }

            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-link {
                height: 540px;
            }
    
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-title .bagels-heading .bh-1{
                font-size: var(--fs-3xl);
                line-height: var(--lh-3xl);
            }
    
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-cat .bagels-heading .bh-1,
            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-c-date{
                font-size: var(--fs-md);
                line-height: var(--lh-md);
            }

            .fce-news-boxes.highlight-first-box .bagels-news-box:first-child .bnb-l-content {
                padding: var(--spc-3xl);
            }
        }

        @media (max-width: 1679px) {
            .bagels-news-box .bnb-l-img {
                height: 240px;
            }

            .bagels-news-box .bnb-l-content {
                height: calc( 100% - 240px );
            }
        }

        @media (max-width: 1439px) {
            .bagels-news-box .bnb-l-content {
                padding: 18px 20px;
            }
        }

        @media (max-width: 1365px) {
            .bagels-news-box{
                width: calc( ( 100% / 3 ) - ( ( var(--spc-xl) * 2 ) / 3 ) );
                margin-right: var(--spc-xl);
                margin-bottom: var(--spc-xl);
            }
        }

        @media (max-width: 1199px) {
            .bagels-news-box{
                width: calc( ( 100% / 3 ) - ( ( 20px * 2 ) / 3 ) ) ;
                margin-right: 20px;
            }

            .bagels-news-box .bnb-l-img {
                height: 180px;
            }

            .bagels-news-box .bnb-l-content {
                height: calc( 100% - 180px );
            }

            .bagels-news-box .bnb-l-c-read-more{
                margin-top: 50px;
            }
            
            .bagels-news-box .bnb-l-content{
                padding: 20px;
            }
        }

        @media (max-width: 991px) {
            .bagels-news-box .bnb-link:active .bnb-l-img > .section-overlay{
                opacity: 0;
            }

            .bagels-news-box.hover-zoom:active {
                transform: scale(1.02);
            }
    
            .bagels-news-box.hover-bg-col-change .bnb-link:active{
                background-color: var(--bagels-neutral_100);
            }

            .bagels-news-box.hover-bg-col-change.dark .bnb-link:active{
                background-color: var(--bagels-neutral_800);
            }

            .bagels-news-box {
                width: calc( ( 100% / 2 ) - ( ( var(--spc-xl) ) / 2 ) );
            }

            .bagels-news-box:nth-child(2n){
                margin-right: 0;
            }

            .pg-temp-news .bagels-news-box .bnb-l-img {
                height: 210px;
            }
            
            .bagels-news-box .bnb-l-content {
                height: calc(100% - 210px);
            }
            
            @supports ( display: -webkit-box ) and ( -webkit-line-clamp: 2 ) and ( -webkit-box-orient: vertical ){
                .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
                    display: -webkit-box;
                    -webkit-line-clamp: 2;
                    -webkit-box-orient: vertical;
                    white-space: normal;
                    text-overflow: unset;
                }
            }
        }

        @media (max-width: 499px) {
            .bagels-news-box{
                width: 100%;
                margin-right: 0;
                margin-bottom: var(--spc-lg);
            }

            .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1{
                /* font-size: var(--fs-xl); */
            }

            .bagels-news-box .bnb-l-content{
                padding: 25px;
            }

            .bagels-news-box .bnb-l-img {
                height: 215px;
            }
        }

        @media (min-width: 1200px) and (max-width: 1365px) {
            .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1 {
                font-size: 29px;
            }

            .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 3n ) {
                margin-right: var(--spc-xl);
            }
        }

        @media (min-width: 992px) and (max-width: 1365px) {
            /* .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child( 2n + 1 ), */
            .bagels-news-box:nth-child(3n){
                margin-right: 0;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child(3n){
                margin-right: 20px;
            }

            .fce-news-boxes.highlight-first-box .bagels-news-box:nth-child(3n + 1){
                margin-right: 0px;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .pg-temp-news .bagels-news-box:nth-child(odd){
                margin-right: var(--spc-xl);
            }
        }

        @media (min-width: 500px) and (max-width: 1199px) {
            .bagels-news-box .bnb-l-c-title .bagels-heading .bh-1 {
                font-size: 23px;
                line-height: 30px;
            }
            
            .bagels-news-box .bnb-l-c-cat .bagels-heading .bh-1,
            .bagels-news-box .bnb-l-c-read-more,
            .bagels-news-box .bnb-l-c-date{
                font-size: 14px;
            }
        }
    /* News boxes */

    /* Company boxes */
        .bagels-company-box.hover-zoom:focus {
            transform: scale(1.01);
        }

        .bagels-company-box .bcb-link {
            background-color: var(--bagels-neutral_50);
        }

        .bagels-company-box.dark .bcb-link {
            background-color: var(--bagels-neutral_900);
        }

        .bagels-company-box.hover-bg-col-change a.bcb-link:hover {
            background-color: var(--bagels-neutral_100);
        }

        .bagels-company-box.hover-bg-col-change.dark a.bcb-link:hover {
            background-color: var(--bagels-neutral_800);
        }

        .bagels-company-box .bcb-l-img{
            min-width: 50%;
        }

        .bagels-company-box:hover a.bcb-link .bcb-l-img .section-overlay{
            opacity: 0;
        }

        .bagels-company-box .bcb-l-text {
            padding: 60px 55px 55px;
            min-height: 540px;
        }

        .bagels-company-box .bcb-l-t-company {
            margin-bottom: 7px;
        }

        .bagels-company-box .bcb-l-t-title{
            margin-bottom: var(--spc-md);
        }

        .bagels-company-box .bcb-l-c-read-more {
            margin-top: 18px;
            /* color: var(--bagels-light); */
        }

        .bagels-company-box .bcb-l-c-rm-icon {
            font-size: 12px;
        }

        .bagels-company-box .bcb-l-t-descr p,
        .bagels-company-box .bcb-l-t-descr {
            margin-top: 24px;
        }

        .bagels-company-box .bcb-l-t-bottom-text {
            margin-top: 15px;
            font-size: 14px;
        }

        .bagels-company-box .bcb-l-t-descr p:first-child{
            margin-top: 0;
        }

        .bagels-company-box .bcb-l-t-descr,
        .bagels-company-box .bcb-l-t-descr p{
            font-size: var(--fs-md);
        }
        
        @media (min-width: 992px) {
            .bagels-company-box.hover-zoom:hover {
                transform: scale(1.01);
            }

            .bagels-company-box.hover-bg-col-change a.bcb-link:hover {
                background-color: var(--bagels-neutral_100);
            }
    
            .bagels-company-box.hover-bg-col-change.dark a.bcb-link:hover {
                background-color: var(--bagels-neutral_800);
            }
        }
        
        @media (min-width: 1200px) {
            .bagels-company-box .bcb-link.switch-boxes{
                flex-direction: row-reverse;
                justify-content: space-between;
            }
        }
        
        @media (min-width: 1440px) {
            .bagels-company-box .bcb-link {
                /* width: 85vw; */
            }
        }

        @media (min-width: 1680px) {
            /* .fce-common-slider .fce-cb-1 .owl-item{
                width: 95%;
            }

            .bagels-company-box{
                width: 100%;
            } */

            .bagels-company-box .bcb-link {
                /* width: 79vw; */
                /* width: auto; */
            }
        }        

        @media (max-width: 1365px) {
            .bagels-company-box .bcb-l-text{
                padding: 50px 45px 45px;
            }
        }

        @media (max-width: 1199px) {
            .bagels-company-box .bcb-l-img {
                min-width: 50%;
            }

            .bagels-company-box .bcb-l-text{
                min-height: 395px;
            }
        }

        @media (max-width: 991px) {
            .bagels-company-box.hover-zoom:active {
                transform: scale(1.01);
            }

            .bagels-company-box.hover-bg-col-change a.bcb-link:active {
                background-color: var(--bagels-neutral_100);
            }
    
            .bagels-company-box.hover-bg-col-change.dark a.bcb-link:active {
                background-color: var(--bagels-neutral_800);
            }

            .bagels-company-box .bcb-l-text{
                min-height: 350px;
            }
        }

        @media (max-width: 499px) {
            .bagels-company-box .bcb-link{
                width: 100%;
                flex-direction: column;
            }

            .bagels-company-box .bcb-l-text {
                padding: 30px 25px;
                min-height: 260px;
            }

            .bagels-company-box .bcb-l-img {
                height: 240px;
            }

            .bagels-company-box .bcb-l-t-title .bagels-heading .bh-1{
                -webkit-line-clamp: 3;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .bagels-company-box .bcb-link{
                /* width: 54vw; */
            }
        }

        @media (min-width: 500px) and (max-width: 991px) {
            .bagels-company-box .bcb-link{
                /* width: 80vw; */
            }
        }
    /* Company boxes */

    /* Background image box */
        .bagels-i-bg-box-single {
            width: calc( ( 100% / 3 ) - ( var(--spc-2xl) * 2 / 3 ) );
            margin-right: var(--spc-2xl);
            margin-bottom: var(--spc-2xl);
            min-height: 540px;
        }

        .bagels-i-bg-box-single .b-i-bg-bs-0{
            /* padding: var(--spc-2xl); */
            padding: var(--spc-xl);
        }

        .bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr {
            margin-top: var(--spc-md);
        }

        .bagels-i-bg-box-single .b-i-bg-box-s-row-2 {
            margin-top: var(--spc-xl);
        }
        
        .bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading {
            margin-bottom: 6px;
        }

        .bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bh-1,
        .bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr,
            .bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading .bh-1 {
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bh-1 {
            -webkit-line-clamp: 3;
        }
        
        .bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr{
            -webkit-line-clamp: 4;
        }

        .bagels-i-bg-box-single .b-i-bg-bs-0:focus > .section-overlay{
            opacity: 0.3 !important;
        }

        .bagels-i-bg-box-single .b-i-bg-bs-0:focus .b-cover-img{
            filter: blur(2.5px) !important;
        }

        @media (min-width: 992px) {
            .bagels-i-bg-box-single:nth-child(3n) {
                margin-right: 0;
            }

            .bagels-i-bg-box-single .b-i-bg-bs-0:hover > .section-overlay{
                opacity: 0.3 !important;
            }
    
            .bagels-i-bg-box-single .b-i-bg-bs-0:hover .b-cover-img{
                filter: blur(2.5px) !important;
            }
        }

        @media (max-width: 1365px) {
            .bagels-i-bg-box-single{
                min-height: 460px;
            }
            
            .bagels-i-bg-box-single .b-i-bg-bs-0{
                padding: var(--spc-xl);
            }
        }

        @media (max-width: 1199px) {
            .bagels-i-bg-box-single{
                margin-right: var(--spc-xl);
                margin-bottom: var(--spc-xl);
                width: calc( ( 100% / 3 ) - ( var(--spc-xl) * 2 / 3 ) );
            }

            .bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bagels-heading .bh-1{
                font-size: var(--fs-xl);
                line-height: var(--lh-xl);
            }

            .bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading .bagels-heading .bh-1{
                font-size: var(--fs-sm);
                line-height: var(--lh-sm);
            }

            .bagels-i-bg-box-single .bagels-i-bg-box-s-r-descr{
                font-size: var(--fs-sm);
                line-height: var(--lh-sm);
            }
        }

        @media (max-width: 991px) {
            .bagels-i-bg-box-single{
                width: calc( 50% - ( var(--spc-lg) / 2 ) );
                margin-right: var(--spc-lg);
                margin-bottom: var(--spc-lg);
            }
            
            .bagels-i-bg-box-single .b-i-bg-bs-0:active > .section-overlay{
                opacity: 0.3 !important;
            }
    
            .bagels-i-bg-box-single .b-i-bg-bs-0:active .b-cover-img{
                filter: blur(2.5px) !important;
            }
        }

        @media (max-width: 499px) {
            .bagels-i-bg-box-single{
                width: 100%;
                margin-right: 0;
                margin-bottom: var(--spc-xl);
            }

            .bagels-i-bg-box-single .b-i-bg-box-s-r-heading .bagels-heading .bh-1 {
                font-size: var(--fs-3xl);
                line-height: var(--lh-3xl);
            }

            .bagels-i-bg-box-single .b-i-bg-box-s-r-sub-heading .bagels-heading .bh-1 {
                font-size: var(--fs-md);
                line-height: var(--lh-md);
            }
        }

        @media (min-width: 500px) and (max-width: 991px) {
            .bagels-i-bg-box-single:nth-child(2n) {
                margin-right: 0;
            }

        }
    /* Background image box */
/* Theme elements */

/* Flexible content */
    .fce-full-width{
        margin-left: calc( ( 100vw - 100% ) / -2 );
        margin-right: calc( ( 100vw - 100% ) / -2 );
        width: 100vw;
    }

    @media (min-width: 992px) {
        .fce-full-width-lg{
            margin-left: calc( ( 100vw - 100% ) / -2 );
            margin-right: calc( ( 100vw - 100% ) / -2 );
            width: 100vw;
        }
    }

    @media (min-width: 992px) and (max-width: 1199px) {
        .fce-full-width-ipad-land{
            margin-left: calc( ( 100vw - 100% ) / -2 );
            margin-right: calc( ( 100vw - 100% ) / -2 );
            width: 100vw;
        }
    }

    @media (min-width: 1920px) {
        .fce-full-width{
            margin-left: calc( ( 1920px - 100% ) / -2 );
            margin-right: calc( ( 1920px - 100% ) / -2 );
        }
    }

    @media (min-width: 500px) and (max-width: 991px) {
        .fce-full-width-ipad{
            margin-left: calc( ( 100vw - 100% ) / -2 );
            margin-right: calc( ( 100vw - 100% ) / -2 );
            width: 100vw;
        }
    }

    @media (max-width: 499px) {
        .fce-full-width-mobile{
            margin-left: calc( ( 100vw - 100% ) / -2 );
            margin-right: calc( ( 100vw - 100% ) / -2 );
            width: 100vw;
        }
    }

    /* Text area */
        .fce-text-area{
            display: flex;
        }

        .fce-text-area.left{
            text-align: left;
            /* justify-content: flex-start; */
        }

        .fce-text-area.center{
            text-align: center;
            /* justify-content: center; */
        }

        .fce-text-area.right{
            text-align: right;
            /* justify-content: flex-end; */
        }
        
        @media (min-width: 500px) {
            /* .fce-text-area.ws-middle{
                display: flex;
                justify-content: center;
            } */
        }
    /* Text area */

    /* Simple text line */
        .fce-simple-text{
            /* display: flex; */
        }

        .fce-simple-text.left{
            text-align: left;
            /* justify-content: flex-start; */
        }

        .fce-simple-text.center{
            text-align: center;
            /* justify-content: center; */
        }

        .fce-simple-text.right{
            text-align: right;
            /* justify-content: flex-end; */
        }
        
        @media (min-width: 500px) {
            .fce-simple-text.ws-middle{
                display: flex;
                justify-content: center;
            }
        }
    /* Simple text line */
    
    /* Heading */
        .fce-title .sub-title{
            margin-bottom: 2px;
        }
    /* Heading */
    
    /* News boxes */
        .fce-news-boxes .fce-nb-1{
            margin-bottom: calc( var(--spc-2xl) * -1 );
        }

        .fce-news-boxes .fce-nb-load-more{
            margin-top: 32px;
        }

        .fce-news-boxes .fce-nb-title-section {
            margin-bottom: 32px;
        }

        @media (min-width: 992px) {
            .fce-news-boxes .fce-nb-filters {
                margin-left: 60px;
            }
        }

        @media (max-width: 1365px) {
            .fce-news-boxes .fce-nb-1{
                margin-bottom: calc( var(--spc-xl) * -1 );
            }
        }

        @media (max-width: 991px) {
            .fce-news-boxes .fce-nb-1.ipad-slider{
                margin-bottom: 0;
            }

            .fce-news-boxes .fce-nb-1.ipad-slider .owl-stage-outer{
                padding: 7px 0px 7px 5px;
                margin-left: -5px;
            }

            .fce-news-boxes .fce-nb-1.slides-more-than-2.ipad-slider .owl-stage-outer{
                padding-bottom: 65px;
            }

            .fce-news-boxes .fce-nb-1.ipad-slider .bagels-news-box{
                margin-right: 0;
                margin-bottom: 0;
                /* width: auto; */
                width: 44vw;
            }

            .fce-news-boxes .fce-nb-title-section {
                margin-bottom: 24px;
                flex-direction: column;
                align-items: flex-start;
            }
    
            .fce-news-boxes .fce-nb-filters{
                margin-top: 30px;
            }

            .fce-news-boxes .fce-nb-title-section{
                flex-direction: column;
                align-items: flex-start;
            }
            
            .fce-news-boxes .fce-nb-f-1{
                align-items: flex-start;
            }
        }

        @media (min-width: 500px) and (max-width: 991px) {
            .fce-news-boxes .fce-nb-filters{
                flex-direction: row-reverse;
            }

            .fce-news-boxes .fce-nb-1.hide-dots-ipad .owl-dots{
                display: none;
            }
        }

        @media (max-width: 499px) {
            .fce-news-boxes .fce-nb-1{
                margin-bottom: calc( var(--spc-lg) * -1 );
            }
            
            .fce-news-boxes .fce-nb-1.ipad-slider{
                margin-bottom: 0;
            }

            .fce-news-boxes .fce-nb-1.ipad-slider .bagels-news-box{
                width: 86vw;
            }

            .fce-news-boxes .fce-nb-1.slides-more-than-2.ipad-slider .owl-stage-outer,
            .fce-news-boxes .fce-nb-1.slides-more-than-1.ipad-slider .owl-stage-outer{
                /* padding-bottom: 50px; */
                padding-bottom: 60px;
            }

            .fce-news-boxes.fce-nb-og .fce-nb-1 .owl-dots{
                text-align: center;
            }

            .fce-news-boxes.fce-nb-og .fce-nb-1.slides-more-than-2.ipad-slider .owl-stage-outer{
                padding-bottom: 20px;
            }

            .fce-news-boxes .fce-nb-title-section {
                /* margin-bottom: 30px; */
                margin-bottom: 0;
            }
            
            .fce-news-boxes .fce-nb-1.ipad-slider{
                /* padding-top: 30px; */
                padding-top: 0px;
                margin-top: 0;
            }

            .fce-news-boxes .fce-nb-load-more{
                margin-top: 30px;
            }

            .fce-news-boxes .fce-nb-title-section,
            .fce-news-boxes .fce-nb-f-1{
                display: block;
            }

            .fce-news-boxes .fce-nb-f-2{
                margin-right: 0;
            }

            .fce-news-boxes .fce-nb-title-section .bagels-heading{
                margin-bottom: 0;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
                padding-right: 23px;
            }

            .fce-news-boxes .fce-nb-title-section.open .bagels-heading{
                /* margin-bottom: 35px; */
            }
    
            .fce-news-boxes .fce-nb-filters{
                margin-top: 25px;
            }

            .fce-news-boxes .fce-nb-filters .fce-nb-f-2 .bagels-theme-button a{
                width: 100%;
                justify-content: space-between;
            }
        }
    /* News boxes */

    /* Company boxes */
        .fce-common-slider{
            position: relative;
        }

        .fce-common-slider .fce-cb-1.overflow-right .owl-stage-outer{
            /* padding: 7px;
            margin: -7px;
            margin-right: 0; */
            overflow: visible;
        }

        /* .fce-common-slider .fce-cb-1.slides-more-than-2 .owl-stage-outer {
            padding-top: 64px;
        } */

        .fce-common-slider .fce-cb-1 .owl-dots{
            justify-content: center;
            display: flex;
            margin-top: 24px;
        }

        .fce-common-slider .fce-cb-1 .owl-dots.disabled{
            margin-top: 0;
            display: none;
        }

        @media (min-width: 768px) {
            .fce-common-slider .fce-cb-left-blocker{
                content: "";
                position: absolute;
                top: 0;
                bottom: 0;
                width: var(--bagels-pg-margin-cont);
                left: var(--bagels-pg-margin-cont-negated);
                z-index: 2;
            }
        }

        @media (min-width: 1200px) {
            /* .fce-common-slider .fce-cb-1.slides-more-than-1 .owl-stage-outer {
                padding-top: 64px;
            } */
        }

        @media (max-width: 1199px) {
            .fce-common-slider .bagels-company-box .bcb-link{
                flex-direction: column;
            }

            .fce-common-slider .bagels-company-box .bcb-l-img{
                height: 310px;
            }

            .fce-common-slider .bagels-company-box .bcb-l-text {
                padding: 40px 35px 35px;
            }
        }

        @media (max-width: 499px) {
            .fce-common-slider .bagels-company-box .bcb-link{
                /* width: 86vw; */
                width: 89vw;
            }

            .fce-common-slider .bagels-company-box .bcb-l-img {
                height: 240px;
            }

            .fce-common-slider .bagels-company-box .bcb-l-text {
                padding: 30px 25px;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .fce-common-slider .bagels-company-box .bcb-l-img {
                height: 290px;
            }

            .fce-common-slider .bagels-company-box .bcb-l-text{
                min-height: 390px;
            }
        }

        @media (min-width: 992px) and (max-width: 1199px) {
            .fce-common-slider .bagels-company-box .bcb-l-t-title .bagels-heading .bh-1{
                font-size: 36px;
                line-height: 47px;
            }

            .fce-common-slider .bagels-company-box .bcb-l-t-company .bagels-heading .bh-1{
                font-size: 16px;
                line-height: 21px;
            }
        }

        @media (min-width: 768px) and (max-width: 991px) {
            .fce-common-slider .bagels-company-box .bcb-l-img {
                height: 380px;
            }
        }

        @media (min-width: 500px) and (max-width: 991px) {
            .fce-common-slider .bagels-company-box .bcb-link {
                width: 85vw;
            }

            .fce-common-slider .bagels-company-box .bcb-l-text {
                min-height: 450px;
            }
        }

        /* @media (max-width: 499px) {
            .fce-common-slider .fce-cb-1.slides-more-than-1 .owl-stage-outer {
                padding-top: 51px;
            }
        } */
    /* Company boxes */

    /* Common slider section */
        .fce-common-slider-1{
            /* padding-top: 80px; */
            /* padding-bottom: 95px; */
        }
        
        /* .fce-common-slider-1.circle-img .bcb-l-img{
            display: flex;
            align-items: center;
            justify-content: center;
        }

        .fce-common-slider-1.circle-img .bcb-1{
            overflow: hidden;
            border-radius: 50%;
            position: relative;
        } */

        @media (min-width: 1200px) {
            .fce-common-slider-1.circle-img .bcb-l-img{
                padding: 50px 0 45px 45px;
                min-width: 454px;
                justify-content: flex-end;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .fce-common-slider-1.circle-img .bagels-company-box .bcb-link.switch-boxes .bcb-l-img{
                padding-right: 45px;
                padding-left: 0;
            }

            .fce-common-slider-1.circle-img .bcb-1{
                width: 400px;
                height: 400px;
                overflow: hidden;
                border-radius: 50%;
                position: relative;
            }

            .fce-common-slider-1.circle-img .bcb-l-text{
                min-height: auto;
            }
        }

        @media (min-width: 1366px) {
            .fce-common-slider-1.circle-img .bcb-l-img{
                padding: 54px 0 54px 54px;
            }

            .fce-common-slider-1.circle-img .bagels-company-box .bcb-link.switch-boxes .bcb-l-img{
                padding-right: 54px;
                padding-left: 0;
            }
        }

        @media (max-width: 1199px) {
            /* .fce-common-slider-1.circle-img .bcb-1{
                width: 410px;
                height: 410px;
                margin-top: 45px;
            }

            .fce-common-slider-1.circle-img .fce-common-slider .bagels-company-box .bcb-l-img{
                height: auto;
            } */
        }

        @media (max-width: 991px) {
            /* .fce-common-slider-1.circle-img .bcb-1{
                width: 500px;
                height: 500px;
            } */
        }

        @media (max-width: 499px) {
            /* .fce-common-slider-1.circle-img .bcb-1 {
                width: 272px;
                height: 272px;
                margin-top: 25px;
            } */
        }
    /* Common slider section */

    /* Section image */
        @media (min-width: 1366px) and (max-width: 1439px) and (max-height: 700px) and (orientation: landscape) {
            .fce-img .fce-i-1{
                max-height: 610px;
            }
        }
    /* Section image */

    /* Background image */
        .fce-img-bg-0{
            position: absolute;
            top: 0;
            left: 0;
            z-index: 0;
        }
    /* Background image */

    /* Success stories logo slider */
        .fce-success-story-slider img.fce-ss-iw-l-img{
            width: auto;
            max-height: 48px;
        }

        .fce-success-story-slider .fce-ss-1 .owl-stage-outer {
            padding: 10px;
        }

        @media (min-width: 992px) {
            .fce-success-story-slider .fce-ss-iw-1:focus .fce-ss-iw-l-img,
            .fce-success-story-slider .fce-ss-iw-1:hover .fce-ss-iw-l-img{
                transform: scale(1.1);
            }
        }

        @media (max-width: 991px) {
            .fce-success-story-slider .fce-ss-iw-1:active .fce-ss-iw-l-img{
                transform: scale(1.1);
            }
        }
    /* Success stories logo slider */

    /* Wysiwyg element */
        .fce-wysiwyg ul{
            padding-left: 20px;
        }

        .fce-wysiwyg a:hover,
        .fce-wysiwyg a:active,
        .fce-wysiwyg a:focus,
        .fce-wysiwyg a {
            text-decoration: underline;
        }

        .fce-wysiwyg a {
            font-weight: 700;
        }

        .fce-wysiwyg li > ul,
        .fce-wysiwyg li > ol{
            margin-top: 10px;
        }

        .fce-wysiwyg ul > li,
        .fce-wysiwyg ol > li {
            margin-bottom: 10px;
        }

        .fce-wysiwyg h1,
        .fce-wysiwyg h2,
        .fce-wysiwyg h3{
            margin-bottom: 30px;
        }

        .fce-wysiwyg h4,
        .fce-wysiwyg h5,
        .fce-wysiwyg h6{
            margin-bottom: 20px;
        }

        @media (max-width: 499px) {
            .fce-wysiwyg h1,
            .fce-wysiwyg h2,
            .fce-wysiwyg h3{
                margin-bottom: 20px;
            }

            .fce-wysiwyg h4,
            .fce-wysiwyg h5,
            .fce-wysiwyg h6{
                margin-bottom: 15px;
            }
        }
    /* Wysiwyg element */

    /* Image slider */
        .fce-image-slider .fce-is-link:focus .fce-is-l-img{
            transform: scale(1.05);
        }

        .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
            padding-top: 64px;
        }

        .fce-image-slider .fce-is-link {
            height: 485px;
            width: 100%;
        }

        @media (min-width: 992px) {
            .fce-image-slider .fce-is-link:hover .fce-is-l-img{
                transform: scale(1.05);
            }
        }

        @media (max-width: 991px) {
            .fce-image-slider .fce-is-link:active .fce-is-l-img{
                transform: scale(1.05);
            }

            .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
                padding-top: 0px;
                /* padding-bottom: 65px; */
                padding-bottom: 75px;
            }

            .fce-image-slider .fce-is-2 .owl-nav > button{
                /* bottom: 0; */
                bottom: 7px;
            }

            .fce-image-slider .fce-is-link {
                height: 410px;
            }
        }

        @media (max-width: 767px) {
            .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer {
                padding-top: 0;
            }
        }

        @media (max-width: 499px) {
            .fce-image-slider .fce-is-2.slides-more-than-1 .owl-stage-outer{
                padding-bottom: 65px;
            }

            .fce-image-slider .fce-is-link {
                height: 230px;
            }
        }
    /* Image slider */

    /* Services animated section */
        .bagels-service-anim-section .bsas-col-1{
            margin-right: 140px;
        }

        .bagels-service-anim-section .bsas-img{
            width: 480px;
        }
        
        .bagels-service-anim-section{
            padding-top: 90px;
            padding-bottom: 90px;
        }

        .bagels-service-anim-section .fce-link-buttons .fce-lb-1{
            width: 100%;
        }

        @media (min-width: 1366px) {
            .bagels-service-anim-section .bsas-text {
                width: 37%;
            }
        }

        @media (min-width: 1440px) {
            .bagels-service-anim-section .bsas-text{
                width: 34%;
            }
        }

        @media (max-width: 1365px) {
            .bagels-service-anim-section .bsas-col-1{
                margin-right: 90px;
            }
        }

        @media (max-width: 1199px) {
            .bagels-service-anim-section .bsas-img{
                width: 400px;
            }
        }

        @media (max-width: 991px) {
            .bagels-service-anim-section{
                flex-direction: column;
            }

            .bagels-service-anim-section .bsas-col-1 {
                margin-right: 0px;
                margin-bottom: 60px;
            }

            .bagels-service-anim-section.has-text-first{
                flex-direction: column-reverse;
            }

            .bagels-service-anim-section.has-text-first .bsas-col-1 {
                margin-bottom: 0;
            }

            .bagels-service-anim-section.has-text-first .bsas-col-2 {
                margin-bottom: 60px;
            }

            .bagels-service-anim-section .bsas-text {
                width: 75%;
            }
        }

        @media (max-width: 499px) {
            .bagels-service-anim-section {
                padding-top: 55px;
                padding-bottom: 55px;
            }

            .bagels-service-anim-section .bsas-text {
                width: 100%;
            }

            .bagels-service-anim-section .bsas-img {
                width: 275px;
            }

            .bagels-service-anim-section .bsas-col-1,
            .bagels-service-anim-section.has-text-first .bsas-col-2 {
                margin-bottom: 40px;
            }

            .bagels-service-anim-section.has-text-first .bsas-col-1 {
                margin-bottom: 0;
            }
        }
    /* Services animated section */

    /* Text cubes */
        .bagels-text-cube {
            background-color: var(--bagels-neutral_50);
            border-radius: 8px;
            overflow: hidden;
            padding: var(--spc-lg);
        }

        .bagels-text-cube .btc-icon {
            margin-bottom: 8px;
            font-size: 23px;
            color: var(--bagels-bright_color_a_500);
        }
        
        .bagels-text-cube .btc-title {
            margin-bottom: 10px;
        }

        .bagels-text-cube .btc-descr{
            color: var(--bagels-neutral_600);
            margin-bottom: 10px;
        }

        .bagels-text-cube .btc-descr.light{
            color: var(--bagels-neutral_400);
        }
    /* Text cubes */

    /* Vacancies section */
        .fce-vacancies-boxes .bagels-text-cube .btc-1 {
            min-height: 190px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
        }

        .fce-vacancies-boxes .fce-vb-ts-heading {
            padding-right: 30px;
        }

        .fce-vacancies-boxes .fce-vb-fp-filters{
            margin-top: 35px;
        }

        .fce-vacancies-boxes .fce-vb-filter-parent {
            margin-bottom: 35px;
        }

        .fce-vacancies-boxes .fce-vac-boxes.loading{
            min-height: 60px;
        }

        .fce-vacancies-boxes .fce-vb-vc-post-count{
            /* margin-right: 7px; */
        }

        @media (max-width: 991px) {
            .fce-vacancies-boxes .fce-vb-title-section{
                margin-bottom: 10px;
            }

            .fce-vacancies-boxes .fce-vb-fp-filters{
                max-height: 0;
                overflow: hidden;
                margin-top: 0;
            }
            
            .fce-vacancies-boxes .fce-vb-filter-parent.show-filters .fce-vb-fp-filters{
                overflow: visible;
                max-height: 2000px;
                margin-top: 30px;
            }

            .fce-vacancies-boxes .fce-vb-filter-parent {
                margin-bottom: 40px;
            }

            .fce-vacancies-boxes .fce-vb-filter-parent.show-filters {
                /* margin-bottom: 40px; */
            }
        }

        @media (max-width: 499px) {
            .fce-vacancies-boxes .fce-vb-title-section{
                margin-bottom: 15px;
            }

            .fce-vacancies-boxes .bagels-text-cube .btc-1 {
                min-height: 150px;
            }

            .fce-vacancies-boxes .fce-vb-fp-filters{
                /* margin-top: 35px; */
            }

            .fce-vacancies-boxes .fce-vb-filter-parent{
                margin-bottom: 35px;
            }

            .fce-vacancies-boxes .fce-vb-filter-parent.show-filters .fce-vb-fp-filters{
                margin-top: 25px;
            }
        }
    /* Vacancies section */

    /* Custom lists */
        .fce-custom-list-element .fce-cle-list{
            margin-bottom: -4px;
            padding-left: 20px;
        }
        
        .fce-custom-list-element.has-icon-alt .fce-cle-list{
            padding-left: 0;
        }

        /* .fce-custom-list-element.has-icon .fce-cle-list{
            padding-left: 12px;
        } */

        .fce-custom-list-element .fce-cle-l-item{
            margin-bottom: 7px;
        }

        .fce-custom-list-element.has-icon .fce-cle-l-item,
        .fce-custom-list-element.no-list-style .fce-cle-l-item{
            list-style: none;
        }

        .fce-custom-list-element.has-icon-alt .fce-cle-l-item::marker{
            content: '';
        }

        .fce-custom-list-element.has-icon .fce-cle-l-item{
            padding-left: 0px;
            display: flex;
            align-items: baseline;
        }

        .fce-custom-list-element .fce-cle-l-i-img {
            width: 16px;
            margin-right: 5px;
            top: 3px;
            position: relative;
        }

        .owl-carousel .fce-custom-list-element .fce-cle-l-i-img {
            width: 16px;
        }

        .fce-custom-list-element .fce-cle-l-i-link {
            text-decoration: underline;
        }

        .fce-custom-list-element .fce-cle-l-i-link:focus{
            color: var(--bagels-bright_color_a_600);   
        }

        .fce-custom-list-element.light .fce-cle-l-i-link:focus{
            color: var(--bagels-neutral_200);
        }

        .fce-custom-list-element.has-icon .fce-cle-l-item::marker {
            font-family: 'Font Awesome 6 Pro';
            font-weight: 600;
            position: absolute;
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
        }
        
        .fce-custom-list-element.li-check .fce-cle-l-item::marker {
            content: '\f00c';
        }
        
        .fce-custom-list-element.li-page-dog-eared .fce-cle-l-item::marker {
            content: '\f15b';
        }

        .fce-custom-list-element a.fce-cle-l-item:hover::marker,
        .fce-custom-list-element .fce-cle-l-i-link:hover {
            color: var(--bagels-bright_color_a_600);
        }

        .fce-custom-list-element.light .fce-cle-l-i-link:hover{
            color: var(--bagels-neutral_200);
        }

        @media (min-width: 992px) {

            /* .fce-custom-list-element .fce-cle-l-item:hover .fce-cle-l-i-img {
                filter: invert(10%) sepia(62%) saturate(6692%) hue-rotate(245deg) brightness(73%) contrast(102%);
            } */
        }

        @media (max-width: 991px) {
            .fce-custom-list-element a.fce-cle-l-item:active::marker,
            .fce-custom-list-element .fce-cle-l-i-link:active {
                color: var(--bagels-bright_color_a_600);
            }

            .fce-custom-list-element.light .fce-cle-l-i-link:active{
                color: var(--bagels-neutral_200);
            }

            /* .fce-custom-list-element .fce-cle-l-item:active .fce-cle-l-i-img {
                filter: invert(10%) sepia(62%) saturate(6692%) hue-rotate(245deg) brightness(73%) contrast(102%);
            } */
        }
    /* Custom lists */
    
    /* Background image boxes */
        .fce-bg-i-post-boxes .fce-bg-i-pb-og{
            margin-bottom: var(--spc-2xl-neg);
        }

        .fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
            margin-bottom: var(--spc-2xl);
        }

        .fce-bg-i-post-boxes.stretched .bagels-i-bg-box-single .b-i-bg-bs-1{
            justify-content: space-between;
        }

        @media (max-width: 1199px) {
            .fce-bg-i-post-boxes .fce-bg-i-pb-og {
                margin-bottom: var(--spc-xl-neg);
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
                margin-bottom: var(--spc-xl);
            }
        }

        @media (max-width: 991px) {
            .fce-bg-i-post-boxes .fce-bg-i-pb-og {
                margin-bottom: var(--spc-lg-neg);
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-big-box{
                margin-bottom: var(--spc-lg);
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile .owl-stage-outer{
                overflow: visible;
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
                width: 44vw;
                margin-right: 0;
                margin-bottom: 0;
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
                min-height: auto;
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single .b-i-bg-bs-1{
                min-height: 380px;
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-2 .owl-stage-outer{
                padding-bottom: 65px;
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile .owl-nav > button{
                bottom: 0;
            }
        }

        @media (max-width: 499px) {
            .fce-bg-i-post-boxes .fce-bg-i-pb-og {
                margin-bottom: var(--spc-xl-neg);
            }
            
            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel .bagels-i-bg-box-single{
                width: 86vw;
            }

            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-2 .owl-stage-outer,
            .fce-bg-i-post-boxes .fce-bg-i-pb-og-mobile.owl-carousel.slides-more-than-1 .owl-stage-outer{
                padding-bottom: 65px;
            }
        }
    /* Background image boxes */

    /* Post date */
        .fce-post-date .fce-pd-2.left{
            text-align: left;
        }

        .fce-post-date .fce-pd-2.center{
            text-align: center;
        }

        .fce-post-date .fce-pd-2.right{
            text-align: right;
        }
    /* Post date */

    /* Video box */
        .fce-vid-box:hover .section-overlay{
            opacity: 0.3 !important;
        }
    /* Video box */

    /* Multi-sized boxes */
        .fce-multi-sized-boxes .fce-msb-cell{
            padding: 70px 60px;
        }

        .fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
        .fce-multi-sized-boxes .fce-msb-g-c1-left-cell,
        .fce-multi-sized-boxes .fce-msb-g-c1-wide-cell,
        .fce-multi-sized-boxes .fce-msb-g-col-2,
        .fce-multi-sized-boxes .fce-msb-g-col-1{
            width: 100%;
        }

        .fce-multi-sized-boxes .fce-msb-groups.has-wide-and-bottom-cell .fce-msb-g-c1-wide-cell,
        .fce-multi-sized-boxes .fce-msb-groups.has-right-col .fce-msb-g-col-1{
            width: calc( 100% - 33.33% );
        }

        .fce-multi-sized-boxes .fce-msb-groups.has-wide-and-bottom-cell .fce-msb-g-c1-left-cell,
        .fce-multi-sized-boxes .fce-msb-groups.has-wide-and-bottom-cell .fce-msb-g-c1-right-cell,
        .fce-multi-sized-boxes .fce-msb-groups.has-left-col .fce-msb-g-col-2{
            width: 33.33%;
        }

        .fce-multi-sized-boxes .fce-msb-groups.has-left-cell .fce-msb-g-c1-right-cell,
        .fce-multi-sized-boxes .fce-msb-groups.has-right-cell .fce-msb-g-c1-left-cell{
            width: 50%;
        }

        @media (min-width: 1024px){
            .fce-multi-sized-boxes .fce-msb-groups .fce-msb-g-col-1 > .fce-msb-g-col-2{
                display: none;
            }
        }

        @media (max-width: 1199px) {
            .fce-multi-sized-boxes .fce-msb-cell {
                padding-top: 45px;
                padding-bottom: 45px;
                padding-left: var(--bagels-pg-margin);
                padding-right: var(--bagels-pg-margin);
            }

            .fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
            .fce-multi-sized-boxes .fce-msb-g-c1-left-cell{
                width: 100% !important;
            }

            .fce-multi-sized-boxes .fce-msb-groups.has-right-col .fce-msb-g-col-1 {
                width: calc( 100% - 35% );
            }
            
            .fce-multi-sized-boxes .fce-msb-groups.has-left-col .fce-msb-g-col-2 {
                width: 35%;
            }
        }

        @media (max-width: 1023px){
            .fce-multi-sized-boxes .fce-msb-groups > .fce-msb-g-col-2{
                display: none;
            }

            .fce-multi-sized-boxes .fce-msb-g-col-1 {
                width: 100% !important;
            }
        
            .fce-multi-sized-boxes .fce-msb-g-col-2,
            .fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
            .fce-multi-sized-boxes .fce-msb-g-c1-left-cell{
                width: 50% !important;
            }
            
            .fce-multi-sized-boxes .fce-msb-g-c1-wide-cell{
                width: 50%;
            }
        }

        @media (max-width: 991px) {
            .fce-multi-sized-boxes .fce-msb-cell{
                padding-top: 50px;
                padding-bottom: 50px;
            }
        }

        @media (max-width: 767px) {
            .fce-multi-sized-boxes .fce-msb-cell{
                padding-left: 30px;
                padding-right: 30px;
            }
        }

        @media (max-width: 499px) {
            .fce-multi-sized-boxes .fce-msb-cell{
                padding: 45px 15px;
            }
            
            .fce-multi-sized-boxes .fce-msb-g-col-1,
            .fce-multi-sized-boxes .fce-msb-g-col-2,
            .fce-multi-sized-boxes .fce-msb-g-c1-right-cell,
            .fce-multi-sized-boxes .fce-msb-g-c1-left-cell{
                width: 100% !important;
            }

            .fce-multi-sized-boxes .fce-msb-g-c1-wide-cell {
                width: 100%;
            }
        }
    /* Multi-sized boxes */

    /* Element separator */
        .fc-e-element-separator .fc-e-es-1{
            height: 1px;
        }
    /* Element separator */

    /* Customer organizations */
        /* Global Footprint Map */
            .fce-cus-org-map .b-tab-wrapper .b-tab-text:after{
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .fce-cus-org-map .fce-com-1 {
                padding-top: 80px;
                padding-bottom: 100px;
            }

            .cus-org-map-ad-2.cus-org-map {
                position: relative
            }

            .cus-org-map-ad-2.cus-org-map .com-map-wrap {
                position: relative;
                text-align: center;
                color: #6e6e82;
                margin-bottom: 20px;
                overflow: hidden;
            }

            .cus-org-map .com-map-scroller-mob{
                /* overflow: auto; */
            }

            .cus-org-map-ad-2.cus-org-map .com-map {
                width: 995px;
                height: 540px;
                min-height: 540px;
                display: block;
                margin: 30px auto;
                position: relative
            }

            .cus-org-map-ad-2.cus-org-map .com-map .com-m-image {
                width: 995px;
                height: auto;
                pointer-events: none;
                max-width: none;
            }

            .fce-cus-org-map-2 .cus-org-map-ad-2.cus-org-map .com-map .com-m-image,
            .fce-cus-org-map-2 .cus-org-map .com-map .com-m-image {
                pointer-events: all;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged .com-map .com-m-image{
                width: 3256px;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .com-map .com-m-image{
                margin-left: -1135px;
                margin-top: -629px;
                margin-top: -695px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-flag,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-area-label,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-north-america .cn-flag,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-north-america .cn-area-label,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-china .cn-flag,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-china .cn-area-label,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-asia-pacific .cn-flag,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-asia-pacific .cn-area-label{
                opacity: 1;
                visibility: visible;
            }

            .cus-org-map-ad-2.cus-org-map .com-map-wrap:before ,
            .cus-org-map-ad-2.cus-org-map .com-map-wrap:after {
                position: absolute;
                content: "";
                transform: translateX(-50%);
                background-color: red;
                background-color: transparent;
                z-index: 1;
            }

            .cus-org-map-ad-2.cus-org-map .com-map-wrap:before {
                left: 50%;
                top: 0;
                width: 1px;
                height: 100%;
            }
            
            .cus-org-map-ad-2.cus-org-map .com-map-wrap:after {
                left: 0;
                top: 50%;
                height: 1px;
                width: 100%;
            }

            .cus-org-map-ad-2.cus-org-map .com-identifiers {
                display: inline-flex;
                align-items: center;
                margin-bottom: 20px
            }

            .cus-org-map .com-id-below-map{
                display: flex;
                justify-content: center;
            }

            .com-identifiers .com-i-box {
                padding-left: 20px;
                padding-right: 20px;
                text-align: center;
            }

            .com-i-box .com-ib-circle {
                display: inline-block;
                width: 13px;
                height: 13px;
                border-radius: 100%;
                background-color: #000;
                margin-bottom: 8px
            }

            .cus-org-map-ad-2.cus-org-map .com-i-box .com-ib-label {
                display: block;
                line-height: 1;
                font-size: 16px;
                color: inherit;
            }

            .com-i-box .com-ib-circle.red {
                background-color: #b00b51
            }

            .com-i-box .com-ib-circle.blue {
                background-color: rgba(0,121,192,.2);
                width: 25px;
                height: 25px
            }

            .com-identifiers .com-i-box.iconized {
                max-width: unset;
                text-align: left
            }

            .cus-org-map-ad-2.cus-org-map .com-icon {
                display: inline-block;
                width: 25px;
                height: 25px
            }

            .cus-org-map-ad-2.cus-org-map .com-icon img {
                filter: invert(27%) sepia(93%) saturate(1455%) hue-rotate(179deg) brightness(102%) contrast(102%)
            }

            .com-identifiers .com-i-box .com-ib-icon-label {
                margin-bottom: 10px
            }

            .com-i-box .com-ib-icon-label .com-icon {
                margin-right: 6px
            }

            .com-i-box .com-ib-icon-label .com-il-label {
                display: inline-block;
                line-height: 1;
                font-size: 16px
            }

            .com-nodes .com-node {
                position: absolute;
                width: 85px;
                height: 85px;
                border-radius: 100%;
                -webkit-transition: all 1s ease-in-out, transform 0.2s ease-in-out;
                -moz-transition: all 1s ease-in-out, transform 0.2s ease-in-out;
                transition: all 1s ease-in-out, transform 0.2s ease-in-out;
            }

            .cus-org-map.enlarged .com-nodes .com-node {
                /* visibility: hidden; */
                /* opacity: 0; */
            }

            .com-node .cn-area {
                display: inline-block;
                width: 85px;
                height: 85px;
                border-radius: 100%;
                background-color: rgba(0,121,192,.25)
            }

            .com-nodes .com-node .cn-bullet {
                position: absolute;
                width: 13px;
                height: 13px;
                border-radius: 100%;
                border: 2.5px solid #fff;
                background-color: #000;
                cursor: pointer;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-bullet{
                border-color: #fff;
                border-width: 2px;
                width: 11px;
                height: 11px;
            }

            /* .com-nodes .com-node .cn-flag:hover .cn-label {
                visibility: visible;
                opacity: 1;
                pointer-events: all;
            } */

            .cus-org-map-ad-2.cus-org-map.enlarged .com-node .cn-flag,
            .cus-org-map-ad-2.cus-org-map.enlarged .com-node .cn-area-label{
                opacity: 0;
                visibility: hidden;
            }
            
            .cus-org-map-ad-2.cus-org-map .com-node.highlighted .cn-flag,
            .cus-org-map-ad-2.cus-org-map .com-node.highlighted .cn-area-label{
                opacity: 1;
                visibility: visible;
            }

            .com-node .cn-label {
                position: absolute
            }

            .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill {
                white-space: nowrap;
                display: inline-flex;
                align-items: center;
                padding: 8px 20px;
                border-radius: 60px;
                height: 40px;
                background-color: #fff;
                position: relative;
                z-index: 1;
                pointer-events: none;
                border: 1px solid #000;
            }
            
            .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill:hover {
                border-color: #000;
                background-color: var( --bagels-neutral_100 );
            }

            .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill .cnlp-text,
            .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill .cnlp-t-country {
                font-size: 17px;
                display: inline-block;
                line-height: 1;
                /* color: inherit; */
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .cn-label .cnl-pill {
                padding: 9px 14px;
                height: auto;
                max-height: 40px;
                pointer-events: all;
            }
            
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag .cnl-pill:after,
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag .cnl-pill:before {
                position: absolute;
                pointer-events: none;
                content: "";
                left: unset;
                background-color: #fff;
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            /* The horizontal line extending from the city label */
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag .cnl-pill:before {
                height: 2px;
                top: 50%;
                transform: translateY(-50%);
                width: 0;
            }
            
            /* The vertical line pointing to the city dot */
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag .cnl-pill:after{
                width: 2px; 
                height: 0;
                border: none;
                top: unset;
                bottom: unset;
                transform: unset;
            }
            
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.map-light .cn-flag .cnl-pill:before,
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.map-light .cn-flag .cnl-pill:after{
                background-color: #000;
            }
            
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cnl-pill:before {
                top: 50%;
                left: 100%;
                width: 58px;
            }
            
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cnl-pill:after{
                bottom: 50%;
                height: 60px;
                left: calc( 100% + 56px );
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-fortworth .cnl-pill:before {
                width: 77px;
                right: 100%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:before {
                left: 100%;
                width: 100px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:after{
                top: 50%;
                height: 52px;
                right: -100px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-southlake .cnl-pill:after{
                height: 52px;
            }

            .cn-label .cnl-pill .com-icon {
                margin-left: 10px;
                width: 20px;
                height: 20px
            }

            .cn-label .cnl-pill .cnlp-arrow {
                display: inline-flex;
                margin-right: 0;
                margin-left: 25px;
                font-size: 19px;
                color: #53bcfa
            }

            .cus-org-map-ad-2.cus-org-map .com-node .cn-flag {
                position: absolute;
                /* -webkit-transition: all 0.5s ease-in-out;
                -moz-transition: all 0.5s ease-in-out;
                transition: all 0.5s ease-in-out; */
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america {
                /* top: 220px; */
                /* left: 150px; */
                top: 268px;
                left: 185px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america{
                width: 145px;
                height: 145px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-north-america{
                top: 248px;
                left: 427px;
                opacity: 1;
                visibility: visible;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-north-america{
                top: 286px;
                left: -454px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-north-america{
                top: 23px;
                left: -1084px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-north-america{
                top: 220px;
                left: -1287px;
            }

            .com-node.cn-north-america .cn-flag.cnb-usa {
                left: 63%;
                top: 36%
            }

            .com-node.cn-north-america .cn-flag.cnb-usa .cn-label {
                top: -160px;
                right: -74px
            }

            .cus-org-map .com-node.cn-north-america .cn-flag.cnb-north-america,
            .cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland,
            .cus-org-map .com-node.cn-europe .cn-flag.cnb-europe,
            .cus-org-map .com-node.cn-china .cn-flag.cnb-china,
            .cus-org-map .com-node.cn-china .cn-flag.cnb-shenzhen,
            .cus-org-map .com-node.cn-asia-pacific .cnb-asia-pacific{
                display: none;
            }
            
            .cus-org-map-nc.cus-org-map .com-node.cn-north-america .cn-flag.cnb-north-america,
            .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland,
            .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-europe,
            .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-china,
            .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-shenzhen,
            .cus-org-map-nc.cus-org-map .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific{
                display: block;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-north-america .com-map .com-m-image {
                margin-left: -254px;
                margin-top: -734px;
            }
            
            .cus-org-map-nc.cus-org-map .com-node.cn-north-america .cn-flag.cnb-north-america{
                top: 64%;
                right: 53%;
            }

            .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-north-america .cn-flag.cnb-north-america {
                top: 45%;
                right: 48%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-fortworth {
                /* top: 42%; */
                /* right: 37%; */
                top: 52%;
                right: 42%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-fortworth{
                top: 54%;
                right: 44%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-flag.cnb-fortworth {
                top: 37%;
                right: 41%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake {
                /* top: 26%; */
                /* right: 55%; */
                top: 41%;
                right: 57%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake{
                top: 47%;
                right: 39%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-flag.cnb-southlake {
                top: 30%;
                right: 39%;
            }

            .com-node.cn-north-america .cn-flag.cnb-mexico,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-juarez {
                /* top: 61%; */
                /* left: 38%; */
                top: 65%;
                left: 40%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-juarez {
                top: 61%;
                left: 26%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-flag.cnb-juarez {
                top: 45%;
                left: 10%;
            }

            .com-node.cn-north-america .cn-flag.cnb-mexico .cn-label {
                top: 133px;
                right: -99px
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-area-label {
                top: 50px;
                /* left: 117px */
                left: -150px
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-area-label {
                top: 59px;
                left: -231px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                /* top: 175px; */
                /* left: 477px; */
                top: 227px;
                left: 459px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe {
                width: 205px;
                height: 205px;
            }
            
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe {
                top: 162px;
                top: 94px;
                left: 440px;
                opacity: 1;
                visibility: visible;
            }
            
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-europe {
                /* top: 30px;
                left: -389px; */
                top: 22px;
                left: -396px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-europe{
                top: -162px;
                left: -187px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-europe{
                top: 55px;
                left: 1321px;
            }

            .com-node.cn-europe .cn-flag.cnb-switzerland,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers {
                /* left: 37%; */
                /* top: 51%; */
                left: 41%;
                top: 52%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers{
                left: 36%;
                top: 45%;
                z-index: 1;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-zizers {
                left: 18%;
                top: 44.9%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cnl-pill:before{
                width: 20px;
                right: -21px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cnl-pill:after{
                height: 94px;
                left: calc( 100% + 19px );
                top: 50%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-zizers .cnl-pill:after{
                height: 93px;
            }

            .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland{
                left: 40%;
                top: 51%;
            }

            .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-europe .cn-flag.cnb-switzerland{
                left: 19.6%;
                top: 47%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                /* top: 36%; */
                /* left: 28%; */
                top: 35%;
                left: 32%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                top: 44%;
                left: 27%;
            }        

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-steinach {
                top: 44%;
                left: 13%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:before{
                width: 60px;
                left: 100%;   
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:after{

            }

            .com-node.cn-europe .cn-flag.cnb-switzerland .cn-bullet.bul-1 {
                left: -7px
            }

            .com-node.cn-europe .cn-flag.cnb-switzerland .cn-label {
                top: -130px;
                right: -120px
            }

            .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland .cn-label{
                top: unset;
                right: -131px;
            }

            .com-node.cn-europe .cn-flag.cnb-croatia,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg {
                /* left: 55%; */
                /* top: 53%; */
                left: 59%;
                top: 54%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg{
                left: 58%;
                top: 55%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-ludbreg {
                left: 51%;
                top: 33%;
                left: 44%;
                top: 52%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cnl-pill:before{
                width: 28px;
                right: 100%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cnl-pill:after{
                height: 112px;
                left: -30px;
                bottom: -95px;
            }

            .com-node.cn-europe .cn-flag.cnb-croatia .cn-label {
                top: 133px;
                right: -69px
            }

            .com-node.cn-europe .cn-flag.cnb-switzerland .cn-label:after {
                position: absolute;
                content: '';
                display: inline-block;
                width: 99%;
                height: 100%;
                border-radius: 60px;
                background-color: #b00b51;
                left: 2px;
                top: 4px;
                pointer-events: none
            }

            .cus-org-map-ad-2.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland .cn-label:after {
                display: none;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-area-label {
                top: -4px;
                right: 69px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-area-label {
                top: 35px;
                right: 194px;
            }

            .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-europe{
                /* top: 32%;
                left: 32%; */
                top: 51%;
                left: 16%;
            }

            .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-europe .cn-flag.cnb-europe{
                /* top: 32%;
                left: 12%; */
                top: 48%;
                left: 9.1%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                /* top: 51%; */
                /* left: 20%; */
                top: 51%;
                left: 26%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                top: 56%;
                left: 32%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-mendrisio {
                top: 50%;
                left: 16%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-mendrisio .cnl-pill:before{
                width: 43px;
                left: 100%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-mendrisio .cnl-pill:after{
                height: 72px;
                right: -43px;
                bottom: 50%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-mendrisio .cnl-pill:after{
                height: 71px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
                top: 62%;
                left: 75%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
            /* .cnb-gruiu { */
                top: 62%;
                left: 80%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-gruiu {
            /* .enlarged.enlarged-europe .cnb-gruiu { */
                top: 61%;
                left: 81%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-gruiu .cnl-pill:before{
                width: 42px;
                right: 100%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-gruiu .cnl-pill:after{
                height: 42px;
                top: 50%;
                left: -42px;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-china .com-map .com-m-image {
                margin-left: -1969px;
                margin-top: -766px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                /* top: 218px; */
                /* left: 754px; */
                top: 263px;
                left: 693px;
            }

            .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-china {
                left: 74%;
                top: 75%;
            }

            .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-china .cn-flag.cnb-china {
                left: 78%;
                top: 31%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china {
                width: 135px;
                height: 135px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-china {
                top: 321px;
                left: 1248px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-china {
                top: 250px;
                left: 414px;
                opacity: 1;
                visibility: visible;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-china{
                top: 62px;
                left: 622px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-china{
                top: 282px;
                left: 2129px;
            }

            .com-node.cn-china .cn-flag.cnb-china .cn-label {
                top: -136px;
                right: -82px
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou {
                /* top: 35%; */
                /* left: 57%; */
                top: 49%;
                left: 60%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou{
                top: 64%;
                left: 75%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china .cn-flag.cnb-suzhou{
                top: 21%;
                left: 79%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou_2 {
                top: 42%;
                left: 43%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou_2 .cn-label {
                top: -98px;
                left: -170px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou_2 .cn-bullet,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou_2 .cn-bullet:after {
                background-color: #b00b51;
            }

            .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-shenzhen{
                left: 56%;
                top: 91%;
            }

            .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-china .cn-flag.cnb-shenzhen {
                left: 47%;
                top: 77%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cnl-pill:before{
                width: 53px;
                right: 100%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cnl-pill:after{
                height: 50px;
                left: -53px;
                bottom: 50%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-suzhou .cnl-pill:before{
                width: 63px;
                left: 100%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-suzhou .cnl-pill:after{
                height: 31px;
                right: -63px;
                top: 50%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-area-label {
                /* top: 23px; */
                /* right: 47px; */
                top: 59px;
                right: -58px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china .cn-area-label {
                top: 40px;
                right: -61px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                /* top: 302px; */
                /* left: 700px; */
                top: 340px;
                left: 650px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-asia-pacific{
                width: 231px;
                height: 231px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-asia-pacific{
                top: 205px;
                left: 379px;
                opacity: 1;
                visibility: visible;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-asia-pacific{
                top: 470px;
                left: 1010px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-asia-pacific{
                top: 399px;
                left: 176px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-asia-pacific{
                top: 430px;
                left: 1891px;
            }

            .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific .cn-label {
                top: -68px;
                right: -263px;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific .com-map .com-m-image {
                margin-left: -1765px;
                margin-top: -959px;
            }

            .com-node.cn-asia-pacific .cn-flag.cnb-sri-lanka,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                left: 13%;
                top: 37%
            }

            .cus-org-map-ad-2.cus-org-map.enlarged .com-node.highlight-badalgama .cn-flag.cnb-badalgama{
                opacity: 1;
                visibility: visible;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-badalgama{
                left: 15%;
                top: 47%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                left: 11%;
                top: 36%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:before{
                width: 45px;
                left: 100%;
            }

            /* .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .cn-flag.cnb-badalgama .cnl-pill:before { */
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-badalgama .cnl-pill:before {
                width: 19px;
                left: calc( 100% + 1px );
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:after{
                height: 24px;
                top: -8px;
                right: -45px;
            }

            /* .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .cn-flag.cnb-badalgama .cnl-pill:after { */
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-badalgama .cnl-pill:after {
                height: 125px;
                top: 50%;
                right: -20px;
            }

            .com-node.cn-asia-pacific .cn-flag.cnb-sri-lanka .cn-label {
                top: 107px;
                right: -111px
            }

            .cus-org-map-nc.cus-org-map .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific{
                left: 79%;
                top: 62%;
            }

            .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
                left: 93%;
                top: 56%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil {
                top: 61%;
                left: 81%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil .cn-label {
                top: -53px;
                left: 6px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-area-label {
                /* top: 70px; */
                /* right: 20px; */
                top: 77px;
                right: -42px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-asia-pacific .cn-area-label{
                top: 126px;
                right: 80px;
            }

            .cus-org-map-ad-2.cus-org-map .com-locations {
                margin-top: 120px;
                display: flex;
                flex-direction: column
            }

            .com-locations .com-l-box {
                margin-top: 100px;
                display: none
            }

            .com-l-box .com-lb-cols {
                display: flex
            }

            .com-l-box .com-lb-col-content {
                width: 65%
            }

            .com-l-box .com-lb-col-graphic {
                width: 35%
            }

            .com-l-box.cont-right .com-lb-cols {
                flex-direction: row-reverse
            }

            .com-l-box.cont-left .com-lb-col-content {
                padding-right: 50px
            }

            .com-l-box.cont-right .com-lb-col-content {
                padding-left: 50px
            }

            .com-l-box .com-lb-heading.mobile {
                display: none !important
            }

            .com-l-box .com-lb-heading:before {
                display: none
            }

            .com-locations .vs-heading h2 {
                font-size: 45px
            }

            .com-l-box .com-lb-heading h3 {
                font-size: 40px;
                margin-top: 0
            }

            .vs-content-block .com-l-box .cb-image-box {
                margin-top: 0
            }

            .vs-content-block .com-l-box .cb-image-box .si-img {
                height: 400px
            }

            .cus-org-map-ad-2.cus-org-map .com-node .cn-flag .cn-label{
                opacity: 0;
                visibility: hidden;
                pointer-events: none;
                z-index: 2;
                left: unset;
                bottom: unset;
                transform: unset;
                -webkit-transition: all .2s ease-in-out;
                -moz-transition: all .2s ease-in-out;
                transition: all .2s ease-in-out;
            }

            .cus-org-map .com-node.highlighted .cn-flag .cn-label{
                opacity: 1;
                visibility: visible;
                pointer-events: all;
            }

            /* .cus-org-map-ad-2.cus-org-map .com-node .cn-flag:hover .cn-label{
                visibility: hidden;
                opacity: 0;
                pointer-events: none;
            } */

            .fce-cus-org-map .com-node.highlighted .cn-label {
                visibility: visible;
                opacity: 1;
                pointer-events: all;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag .cn-label{
                /* left: 140px; */
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-southlake .cn-label{
                bottom: 35px;
                right: 93px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cn-label {
                bottom: -88px;
                right: 50px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-fortworth .cn-label {
                left: 87px;
                bottom: -23px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-gruiu .cn-label{
                left: 45px;
                bottom: 25px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-mendrisio .cn-label{
                bottom: -100px;
                right: 35px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cn-label{
                bottom: -24px;
                right: 59px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cn-label{
                bottom: 76px;
                right: 13px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cn-label{
                bottom: 94px;
                left: 33px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cn-label{
                bottom: -78px;
                left: 56px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-suzhou .cn-label{
                right: 56px;
                bottom: 13px;
            }

            .cus-org-map .com-node.highlight-badalgama .cn-flag.cnb-badalgama .cn-label{
                opacity: 1;
                visibility: visible;
                pointer-events: all;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cn-label{
                right: 37px;
                bottom: -53px;
            }

            /* .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .cn-flag.cnb-badalgama .cn-label{ */
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-badalgama .cn-label{
                right: 13px;
                bottom: 107px;
            }

            .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill .cnlp-t-country{
                /* display: none; */
            }

            .com-node.active .cn-flag .cn-label,
            .com-nodes .com-node.active .cn-bullet:after,
            .com-node .cn-flag.active .cn-label,
            .com-nodes .com-node .cn-flag.active .cn-bullet:after {
                opacity: 1;
                visibility: visible;
                pointer-events: all
            }

            .com-node.active .cn-area {
                transition: transform .3s;
                animation: com--node-ripple 2.5s linear infinite
            }

            .cus-org-map-ad-2.cus-org-map.sticky .com-map-wrap {
                margin-top: 120px
            }

            .com-locations .com-l-box.active {
                display: block;
                order: 2
            }

            .com-locations #co-location-asia-pacific.com-l-box {
                order: 1
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-global .cn-area {
                display: none
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node .cn-area {
                background-color: transparent
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.active .cn-area,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.global-active .cn-area {
                background-color: rgba(0,121,192,.25)
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-bullet {
                background-color: #3431d4;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-bullet.big-dot{
                width: 14px;
                height: 14px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-bullet.red-dot{
                background-color: var(--bagels-bright_color_b);
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-bullet.pale-purple-dot{
                background-color: var(--bagels-bright_color_a_200);
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .cn-label .cnl-pill .cnlp-text,
            .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill .cnlp-t-country {
                /* font-size: 16px; */
                font-size: 15px;
                font-weight: 700;
            }

            .cus-org-map .cnlp-t-arrow {
                line-height: 1;
                margin-left: 7px;
                position: relative;
                top: 1px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle {
                display: inline-block;
                width: 14px;
                height: 14px;
                min-width: 14px;
                min-height: 14px;
                background-color: #645d5d;
                border-radius: 100%;
                color: #fff;
                font-size: 14px;
                font-weight: 300;
                text-align: center;
                line-height: 30px;
                text-transform: capitalize;
                margin-right: 15px;
                margin-top: 2px;
            }
            
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.map-light .com-i-box .com-ib-circle{
                border: 1px solid #000;
            }
            
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle.blue-dot {
                background-color: #3431d4;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle.pale-purple-dot {
                background-color: var(--bagels-bright_color_a_200);
            }
            
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle.red-dot {
                background-color: var(--bagels-bright_color_b);
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node .cn-area-label {
                position: absolute;
                color: inherit;
                font-weight: 700;
                text-align: left;
                line-height: 1.2;
                /* font-size: 20px; */
                white-space: nowrap;
                font-size: 19px;
                text-shadow: none;
                transition: all 1s ease-in-out, color 0.2s ease-in-out;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node .cn-area-label:hover{
                color: var(--bagels-neutral_100);
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.map-light .com-node .cn-area-label:hover{
                color: var(--bagels-neutral_700);
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.map-dark .com-node .cn-area-label {
                text-shadow: 0px 0px 21px #000;
            }
            
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.active .cn-area-label {
                pointer-events: all;
                color: #0079c0
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers {
                justify-content: space-between;
                align-items: flex-start;
                justify-self: center;
                max-width: unset;
                gap: 30px;
                z-index: 1;
                position: relative;
                background-color: transparent;
                border-radius: 8px;
                margin: 15px 0;
                border: 1px solid transparent;
                padding: 15px 20px;
                flex-wrap: wrap;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers .com-i-box {
                display: flex;
                padding-left: 0;
                padding-right: 0;
                max-width: calc( ( 100% / 3 ) - ( 60px / 3 ) );
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers:before {
                content: none;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers:after {
                content: none;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label {
                display: block
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label span {
                display: block;
                text-align: left
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label span.com-ib-l-head {
                font-size: 20px;
                font-weight: 700;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label span.com-ib-l-desc {
                font-size: 16px;
                margin-top: 5px;
                line-height: 1.4
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle.vi {
                background-color: #b00b51
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle.vp {
                background-color: #0079c0
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle.blue {
                background-color: #c8e2f2
            }

            .cus-org-map-ad-2.cus-org-map .com-places-labels {
                display: none;
                color: #fff;
            }

            .fce-cus-org-map .com-m-i-map-reg{
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .fce-cus-org-map .com-m-i-map-reg.map-reg-highlighted/* ,
            .com-nodes .com-node.highlighted */ {
                transform: translateY(-5px);
            }

            .fce-cus-org-map .com-m-i-map-reg.map-reg-china.map-reg-highlighted{
                stroke-width: 1px;
            }

            .fce-cus-org-map .com-m-i-map-reg:is(.map-reg-europe, .map-reg-asia-pacific).map-reg-highlighted/* ,
            .com-nodes .com-node:is(.cn-europe, .cn-asia-pacific).highlighted */ {
                transform: translateY(5px);
            }

            .fce-cus-org-map .com-m-i-map-reg :is(path, polygon){
                -webkit-transition: all 0.2s ease-in-out;
                -moz-transition: all 0.2s ease-in-out;
                transition: all 0.2s ease-in-out;
            }

            .fce-cus-org-map .com-m-i-map-reg.map-reg-highlighted :is(path, polygon){
                fill: var(--bagels-neutral_400);
                stroke: var(--bagels-neutral_400);
            }

            @keyframes com--node-ripple {
                0% {
                    -webkit-box-shadow: 0 0 0 0 rgba(0,121,192,.5);
                    box-shadow: 0 0 0 0 rgba(0,121,192,.5)
                }

                to {
                    -webkit-box-shadow: 0 0 0 25px transparent;
                    box-shadow: 0 0 0 25px transparent
                }
            }

            @media (min-width: 992px) {
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-identifiers {
                    background-color: rgba( 255, 255, 255, 0.3 );
                    border-color: var(--bagels-dark);
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-identifiers.light {
                    border-color: var(--bagels-light);
                    background-color: rgba( 0, 0, 0, 0.3 );
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-id-below-map .com-identifiers,
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-id-below-map .com-identifiers.light {
                    border: none;
                    background-color: transparent;
                    margin: 0;
                    padding: 0;
                }
            }

            @media (max-width: 1679px) {
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers{
                    max-width: 100%;
                    /* gap: 80px; */
                }

                .fce-cus-org-map  .fce-com-1 {
                    padding-top: 60px;
                    padding-bottom: 80px;
                }
            }

            @media (max-width: 1199px) {
                .fce-cus-org-map .fce-com-1 {
                    padding-top: 40px;
                    padding-bottom: 60px;
                }

                /* .cus-org-map-ad-2.cus-org-map .com-map {
                    width: 750px;
                    min-height: 375px;
                    height: 375px;
                } */

                .com-nodes .com-node{
                    width: 60px;
                    height: 60px;
                }
                .com-node .cn-flag .cn-label{
                    left: calc(50% + 5px);
                }
                .com-nodes .com-node .cn-bullet{
                    /* width: 13px; */
                    /* height: 13px; */
                    width: 10px;
                    height: 10px;
                }
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node .cn-area-label{
                    font-size: 16px;
                    /* font-size: 14px; */
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .cn-label .cnl-pill{
                    padding: 5px 13px;
                    height: 30px;
                }
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .cn-label .cnl-pill .cnlp-text,
                .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill .cnlp-t-country,
                .cus-org-map .cnlp-t-arrow{
                    font-size: 13px;
                }

                .com-node .cn-area {
                    width: 65px;
                    height: 65px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america {
                    /* top: 166px; */
                    /* left: 113px; */
                    top: 287px;
                    left: 198px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-area-label {
                    left: -191px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-fortworth .cn-label {
                    bottom: -21px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cn-label {
                    bottom: -86px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-fortworth{
                    top: 49%;
                    right: 43%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake{
                    top: 36%;
                    right: 58%;
                }
                
                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-southlake .cn-label {
                    right: 43px;
                    bottom: 36px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:after{
                    right: -51px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:before{
                    right: -51px;
                    width: 51px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-area-label{
                    /* top: 38px; */
                    /* left: 85px; */
                    top: 31px;
                    left: -134px;
                }

                .com-node.cn-north-america .cn-flag.cnb-usa .cn-label {
                    right: -72px;
                }

                .com-node.cn-north-america .cn-flag.cnb-mexico .cn-label {
                    top: 132px;
                    right: -97px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                    /* top: 134px; */
                    /* left: 357px; */
                    top: 245px;
                    left: 478px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-area-label{
                    /* top: 21px; */
                    /* right: 75px; */
                    top: 13px;
                    right: 104px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-area-label {
                    top: 85px;
                    right: 293px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu{
                    top: 63%;
                    left: 81%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-gruiu .cn-label {
                    left: 45px;
                    bottom: 27px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg{
                    /* top: 51%; */
                    /* left: 61%; */
                    top: 55%;
                    left: 59%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cn-label {
                    /* bottom: -85px;
                    left: 127px; */
                    /* left: 107px;
                    bottom: 70px; */
                    left: 42px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cnl-pill:after{
                    left: -39px;
                    height: 110px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-ludbreg .cnl-pill:after {
                    height: 111px;
                    left: -39px;
                    bottom: -96px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cnl-pill:before {
                    width: 36px;
                    right: calc( 100% + 1px );
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers{
                    /* top: 48%; */
                    /* left: 41%; */
                    top: 49%;
                    left: 31%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cn-label {
                    bottom: 97px;
                    /* left: -94px; */
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cnl-pill:after,
                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-zizers .cnl-pill:after {
                    height: 112px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-zizers .cnl-pill:after {
                    /* height: 73px; */
                    /* left: -49px; */
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-zizers .cnl-pill:before {
                    /* width: 48px; */
                    /* right: calc( 100% + 1px ); */
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio{
                    top: 46%;
                    left: 7%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-mendrisio .cn-label {
                    bottom: -97px;
                    right: 36px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach{
                    /* top: 34%; */
                    top: 21%;
                    left: 19%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cn-label {
                    right: 19px;
                    bottom: 39px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:after {
                    right: 21px;
                    height: 46px;
                    top: 100%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:before {
                    width: 43px;
                    left: calc( 100% - 23px );
                    top: 73px;
                }

                .com-node.cn-europe .cn-flag.cnb-switzerland .cn-label {
                    top: -129px;
                    right: -119px;
                }

                .com-node.cn-europe .cn-flag.cnb-croatia .cn-label {
                    top: 132px;
                    right: -68px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                    /* top: 170px; */
                    /* left: 568px; */
                    top: 287px;
                    left: 711px;
                }
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-area-label{
                    /* top: 13px; */
                    /* right: 32px; */
                    top: 37px;
                    right: -54px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china .cn-area-label {
                    right: -51px;
                }

                .com-node.cn-china .cn-flag.cnb-china .cn-label {
                    top: -139px;
                    right: -80px
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou{
                    top: 29%;
                    left: 60%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-suzhou .cn-label {
                    bottom: 16px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cn-label {
                    bottom: -75px;
                    left: 57px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                    /* top: 227px; */
                    /* left: 527px; */
                    top: 352px;
                    left: 655px;
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-area-label{
                    top: 65px;
                    right: -10px;
                    /* top: 39px; */
                    /* right: -106px; */
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-asia-pacific .cn-area-label {
                    /* top: 128px; */
                    /* right: -112px; */
                }

                .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific .cn-label {
                    top: -56px;
                    right: -243px
                }

                .com-node.cn-asia-pacific .cn-flag.cnb-sri-lanka .cn-label {
                    top: 106px;
                    right: -110px
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil {
                    /* top: 66%; */
                    /* left: 105%; */
                    top: 67%;
                    left: 104%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil .cn-label {
                    top: -43px;
                }

                .com-l-box .com-lb-col-content {
                    width: 60%
                }

                .com-l-box .com-lb-col-graphic {
                    width: 40%
                }
                
                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-juarez {
                    /* top: 77%; */
                    /* left: 35%; */
                    top: 55%;
                    left: 19%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-fortworth {
                    /* top: 53%; */
                    /* right: 33%; */
                    top: 50%;
                    right: 42%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake {
                    /* top: 44%; */
                    /* right: 47%; */
                    top: 43%;
                    right: 37%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-north-america .cn-flag.cnb-north-america {
                    top: 56%;
                    right: 51%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
                    /* top: 57%; */
                    /* left: 85%; */
                    top: 61%;
                    left: 83%
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg {
                    /* left: 59%; */
                    /* top: 61%; */
                    left: 52%;
                    top: 50%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    /* top: 58%; */
                    /* left: 29%; */
                    top: 52%;
                    left: 18%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                    /* top: 45%; */
                    /* left: 18%; */
                    top: 37%;
                    left: 11%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers {
                    /* left: 30%; */
                    /* top: 45%; */
                    left: 22%;
                    top: 38%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland {
                    /* left: 41%; */
                    /* top: 50%; */
                    left: 28%;
                    top: 46%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-europe {
                    /* top: 31%; */
                    /* left: 22%; */
                    /* top: 21%;
                    left: 18%; */
                    top: 51%;
                    left: -1%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
                    left: 102%;
                    top: 66%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou {
                    top: 51%;
                    left: 74%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-shenzhen {
                    left: 49%;
                    top: 89%;
                }
                
                .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-china {
                    left: 72%;
                    top: 64%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label span.com-ib-l-head {
                    font-size: 18px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label span.com-ib-l-desc {
                    font-size: 14px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cn-label {
                    bottom: -47px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:after {
                    height: 22px;
                    top: -8px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-badalgama .cn-label {
                    bottom: 110px;
                }
            }

            @media (max-width: 991px) {
                .cus-org-map-ad-2.cus-org-map .com-map{
                    width: 710px;
                    min-height: 375px;
                    height: 375px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-map{
                    min-height: 374px;
                    height: 374px;
                }

                .cus-org-map .com-map-scroller-mob{
                    overflow: hidden;
                    position: relative;
                }

                .cus-org-map-ad-2.cus-org-map .com-map-scroller-mob:before {
                    position: absolute;
                    content: "";
                    left: 50%;
                    top: 0;
                    transform: translateX(-50%);
                    width: 1px;
                    height: 100%;
                    z-index: 1;
                }

                .cus-org-map-ad-2.cus-org-map .com-map-scroller-mob:after {
                    position: absolute;
                    content: "";
                    left: 0;
                    top: 50%;
                    transform: translateY(-50%);
                    height: 1px;
                    width: 100%;
                    z-index: 1;
                }
                
                .cus-org-map-ad-2.cus-org-map .com-map .com-m-image {
                    width: 100%;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .com-map .com-m-image {
                    margin-left: -1348px;
                    margin-top: -720px;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .com-map .com-m-image {
                    margin-left: -1310px;
                    margin-top: -738px;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific .com-map .com-m-image {
                    margin-left: -1903px;
                    margin-top: -1059px;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-china .com-map .com-m-image {
                    margin-left: -2119px;
                    margin-top: -909px;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-north-america .com-map .com-m-image {
                    margin-left: -377px;
                    margin-top: -873px;
                }
                    
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node .cn-area-label{
                    font-size: 14px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china .cn-area-label {
                    top: 60px;
                    right: -40px;
                }
                
                .com-node.cn-europe{
                    top: 159px;
                    left: 325px;
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-area-label {
                    top: 22px;
                    right: 69px;
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-area-label {
                    top: 103px;
                    right: 283px;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-europe {
                    top: 51%;
                    left: 14%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland {
                    left: 47%;
                    top: 45%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg{
                    top: 58%;
                    left: 65%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg {
                    left: 65%;
                    top: 50%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers{
                    top: 58%;
                    left: 46%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers {
                    left: 39%;
                    top: 41%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 59%;
                    left: 29%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 53%;
                    left: 35%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                    top: 46%;
                    left: 31%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                    top: 40%;
                    left: 30%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cn-label{
                    right: 0;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:after {
                    right: 15px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:before {
                    width: 16px;
                    left: calc( 100% - 15px );
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
                    top: 56%;
                    left: 83%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-juarez {
                    top: 55%;
                    left: 25%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake {
                    top: 43%;
                    right: 39%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:after {
                    height: 51px;
                    right: -30px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:before {
                    width: 30px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-southlake .cn-label {
                    right: 22px;
                }

                .com-node.cn-north-america {
                    top: 190px;
                    left: 134px;
                }

                .com-node.cn-china {
                    top: 197px;
                    left: 496px;
                }

                .com-node.cn-asia-pacific {
                    top: 244px;
                    left: 465px;
                }

                .cus-org-map-ad-2.cus-org-map .com-identifiers {
                    flex-wrap: wrap;
                    margin-top: 20px
                }

                .com-identifiers .com-i-box {
                    max-width: none;
                    padding-left: 8px;
                    padding-right: 8px;
                    margin-bottom: 30px
                }

                .com-identifiers .com-i-box.iconized {
                    flex-grow: 1;
                    display: flex;
                    padding: 0;
                    margin-bottom: 0
                }

                .com-i-box .com-ib-label,.com-i-box .com-ib-icon-label .com-il-label {
                    font-size: 14px;
                    line-height: 1.2;
                    display: block;
                    font-weight: 500
                }

                .com-identifiers .com-i-box .com-ib-icon-label {
                    text-align: center;
                }

                .com-i-box .com-ib-icon-label .com-icon {
                    margin-right: 0;
                    margin-bottom: 10px
                }

                .com-node .cn-flag .cn-label{
                    transition-duration: .5s;
                }

                .com-l-box .com-lb-col-content {
                    width: 55%
                }

                .com-l-box .com-lb-col-graphic {
                    width: 45%
                }

                .com-l-box.cont-left .com-lb-col-content {
                    padding-right: 25px
                }

                .com-l-box.cont-right .com-lb-col-content {
                    padding-left: 25px
                }

                .vs-content-block .com-l-box .cb-image-box .si-img {
                    height: 280px
                }

                .cus-org-map .com-id-below-map{
                    justify-content: flex-start;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers {
                    flex-direction: column;
                    width: calc( 100% - 40px );
                    margin: 20px;
                    gap: 0;
                    padding: 0;
                    border: none;
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-id-below-map .com-identifiers {
                    margin: 0px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers .com-i-box {
                    width: 100%;
                    max-width: unset;
                    margin-bottom: 20px;
                    margin-right: 0
                }

                .cus-org-map-ad-2.cus-org-map .com-places-labels {
                    display: block;
                    margin-top: 45px;
                    padding: 0 10px;
                }
                .com-places-labels .com-pl-group:not(:last-child){
                    margin-bottom: 40px;
                }
                .cus-org-map-ad-2.cus-org-map .com-places-labels .plg-heading{
                    margin-top: 0;
                    margin-bottom: 15px;
                    font-size: 22px;
                    font-weight: 700;
                    text-align: left;
                }

                .cus-org-map-ad-2.cus-org-map .com-places-labels .plg-heading a{
                    color: inherit;
                }
                .com-pl-group .plg-places ul {
                    list-style-type: none;
                    margin: 0;
                    padding: 0;
                }
                .com-pl-group .plg-places ul li{
                    text-align: left;
                    font-size: 16px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-area-label{
                    left: -104px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-area-label {
                    top: 105px;
                    left: 108px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america {
                    top: 194px;
                    left: 130px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-north-america {
                    top: 114px;
                    left: 301px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-north-america {
                    top: 250px;
                    left: -631px;
                }
    
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-north-america {
                    top: 78px;
                    left: -1439px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-north-america {
                    top: -73px;
                    left: -1223px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                    top: 162px;
                    left: 323px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                    top: 164px;
                    left: 324px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe {
                    top: 52px;
                    left: 266px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-europe {
                    top: -77px;
                    left: 1202px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-europe {
                    top: -114px;
                    left: -538px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-europe {
                    top: -263px;
                    left: -324px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                    top: 200px;
                    left: 495px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                    top: 196px;
                    left: 505px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-china {
                    top: 106px;
                    left: 264px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-china {
                    top: 284px;
                    left: 1077px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-china {
                    top: 149px;
                    left: 2008px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-china {
                    top: -37px;
                    left: 483px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou {
                    top: 49%;
                    left: 55%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-china {
                    left: 52%;
                    top: 61%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-shenzhen {
                    left: 37%;
                    top: 78%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                    top: 248px;
                    left: 464px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                    top: 254px;
                    left: 483px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-asia-pacific {
                    top: 106px;
                    left: 242px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-asia-pacific {
                    top: 435px;
                    left: 840px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-asia-pacific {
                    top: 301px;
                    left: 1772px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-asia-pacific {
                    top: 264px;
                    left: 29px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil {
                    top: 53%;
                    left: 80%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-area-label{
                    top: 52px;
                    right: -28px;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
                    left: 45%;
                    top: 42%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                    left: -15%;
                    top: 30%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:after {
                    height: 51px;
                    right: -74px;
                    top: -37px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:before {
                    width: 74px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cn-label{
                    bottom: -76px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-fortworth .cn-label{
                    bottom: -21px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-juarez .cn-label{
                    bottom: -61px;
                    right: 17px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cnl-pill:after {
                    height: 36px;
                    left: calc( 100% + 22px );
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cnl-pill:before {
                    width: 24px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-circle{
                    border: none;
                }
            }

            @media (max-width: 767px) {
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-map-wrap {
                    margin-left: auto;
                    margin-right: auto;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced {
                    margin-top: 0px;
                }
            }

            @media (min-width: 500px) and (max-width: 991px) {
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers{
                    flex-direction: row;
                    display: flex;
                    margin-bottom: -20px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers .com-i-box{
                    width: calc( 50% - 40px - ( 40px / 3 ) );
                    max-width: calc( 50% - 40px - ( 40px / 3 ) );
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers .com-i-box:first-child{
                    margin-right: 20px;
                }
            }

            /* @media (min-width: 440px) and (max-width: 991px) { */
            @media (min-width: 500px) and (max-width: 991px) {
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-map-wrap{
                    height: auto;
                    overflow: visible;
                }
            }

            /* @media (min-width: 768px) and (max-width: 991px) { */
            @media (min-width: 500px) and (max-width: 991px) {
                /* .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .com-map .com-m-image {
                    margin-left: -1400px;
                    margin-top: -758px;
                } */

                /* .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe {
                    top: 32px;
                    left: 176px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-asia-pacific {
                    top: 406px;
                    left: 744px;
                } */

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .cn-flag.cnb-badalgama .cn-label{
                    right: 40px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .cn-flag.cnb-badalgama .cnl-pill:after{
                    right: -47px;
                    top: 50%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .cn-flag.cnb-badalgama .cnl-pill:before{
                    width: 46px;
                }
            }

            /* @media (min-width: 500px) and (max-width: 750px) {
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america {
                    top: 203px;
                    left: 143px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                    top: 175px;
                    left: 342px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                    top: 205px;
                    left: 509px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                    top: 255px;
                    left: 468px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil {
                    top: 58%;
                    left: 109%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 50%;
                    left: 3%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                    top: 18%;
                    left: 13%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers {
                    top: 51%;
                    left: 28%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg {
                    top: 52%;
                    left: 56%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
                    top: 63%;
                    left: 82%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil .cn-label {
                    top: -36px;
                    left: 5px;
                }
            

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-shenzhen .cn-label {
                    left: 46px;
                }
            
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node .cn-area-label {
                    font-size: 16px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america {
                    top: 203px;
                    left: 143px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-juarez {
                    top: 56%;
                    left: 10%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-north-america .cn-flag.cnb-north-america {
                    top: 69%;
                    right: 65%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-area-label {
                    left: -130px;
                    top: 21px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake {
                    top: 35%;
                    right: 29%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-area-label {
                    left: -194px;
                    top: 46px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                    top: 175px;
                    left: 342px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                    top: 210px;
                    left: 513px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou {
                    top: 30%;
                    left: 63%;
                }

                .cus-org-map-nc.cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-china {
                    top: 48%;
                    left: 59%;
                }

                .cus-org-map-nc.cus-org-map-nc.cus-org-map.enlarged .com-node.cn-china .cn-flag.cnb-china{
                    left: 78%;
                    top: 31%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-area-label {
                    top: 19px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china .cn-area-label {
                    top: 56px;
                    right: -40px;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-shenzhen {
                    left: 37%;
                    top: 68%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cnl-pill:after{
                    left: -43px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cnl-pill:before{
                    width: 43px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                    top: 260px;
                    left: 491px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil {
                    top: 58%;
                    left: 109%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-area-label{
                    top: 46px;
                    right: -47px;
                }
                
                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-europe {
                    top: 52%;
                    left: -19%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland {
                    left: 32%;
                    top: 40%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 53%;
                    left: 17%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                    top: 38%;
                    left: 1%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers {
                    top: 38%;
                    left: 18%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg {
                    top: 47%;
                    left: 54%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
                    top: 57%;
                    left: 85%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil .cn-label {
                    top: -36px;
                    left: 5px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                    left: -44%;
                    top: 28%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cn-label{
                    bottom: -70px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:after{
                    bottom: unset;
                    top: -31px;
                    height: 44px;
                    right: -73px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:before {
                    width: 73px;
                }
            } */

            /* @media (max-width: 767px) { */
            @media (max-width: 499px) {
                .cus-org-map-ad-2.cus-org-map .com-map-scroller-mob {
                    overflow-x: auto;
                    -webkit-overflow-scrolling: touch;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged .com-map-scroller-mob {
                    overflow-x: hidden;
                }

                .cus-org-map-ad-2.cus-org-map .com-map {
                    /* width: 370px; */
                    width: 560px;
                    /* min-height: unset; */
                    /* height: unset; */
                    min-height: 320px;
                    height: 320px;
                    margin: 0px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-map {
                    min-height: 340px;
                    height: 340px;
                }

                .cus-org-map-ad-2.cus-org-map .com-map .com-m-image{
                    position: absolute;
                    left: 0;
                    height: auto;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-china .com-map .com-m-image {
                    margin-left: -2279px;
                    margin-top: -907px;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific .com-map .com-m-image {
                    margin-left: -2076px;
                    /* margin-top: -1106px; */
                    margin-top: -1046px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced {
                    margin-top: 0px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-map-wrap {
                    margin-left: -5px;
                    margin-right: -5px;
                    /* height: 424px; */
                    /* max-height: 510px; */
                    display: flex;
                    flex-direction: column;
                    justify-content: space-between;
                    -webkit-transition: all 1s ease-in-out, height 0s ease-in-out;
                    -moz-transition: all 1s ease-in-out, height 0s ease-in-out;
                    transition: all 1s ease-in-out, height 0s ease-in-out;
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-map-wrap {
                    /* height: 444px; */
                    height: auto;
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-europe .com-map .com-m-image {
                    margin-left: -1647px;
                    margin-top: -800px;
                    width: 3546px;
                }

                .com-nodes .com-node {
                    width: 40px;
                    height: 40px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node .cn-area-label{
                    /* font-size: 9px; */
                }

                .cus-org-map-ad-2.com-nodes .com-node .cn-bullet{
                    width: 8px;
                    height: 8px;
                    border-width: 1.5px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-bullet{
                    /* width: 8px; */
                    /* height: 8px; */
                    width: 11px;
                    height: 11px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-bullet.big-dot {
                    /* width: 11px; */
                    /* height: 11px; */
                    width: 14px;
                    height: 14px;
                    left: -3px;
                }

                .com-node .cn-area {
                    width: 47px;
                    height: 47px
                }

                .cus-org-map-ad-2.cus-org-map .com-node .cn-flag .cn-label{
                    /* -webkit-transition: none;
                    -moz-transition: none; */
                    /* transition: none; */
                }

                .cn-label .cnl-pill {
                    height: 36px;
                    padding-left: 15px;
                    padding-right: 15px
                }

                .cn-label .cnl-pill .cnlp-text,
                .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill .cnlp-t-country,
                .cus-org-map .cnlp-t-arrow {
                    font-size: 15px;
                }

                .cn-label .cnl-pill .com-icon {
                    width: 18px;
                    height: 18px;
                    margin-top: -5px;
                    margin-left: 7px
                }

                .com-node .cn-flag .cn-label{
                    bottom: calc(100% + 6px);
                    /* left: calc(50% + 3px); */
                    left: calc(50% + 4px);
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .cn-label .cnl-pill {
                    padding-left: 6px;
                    padding-right: 6px;
                    height: 20px;
                    padding: 11px;
                }

                .cn-label .cnl-pill:after{
                    border-left-width: 5px;
                    border-right-width: 5px;
                    border-top-width: 6px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .cn-label .cnl-pill .cnlp-text,
                .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill .cnlp-t-country,
                .cus-org-map .cnlp-t-arrow {
                    font-size: 10px;
                }

                .cus-org-map .cnlp-t-arrow{
                    margin-left: 5px;
                    top: 0;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .cn-label .cnl-pill .cnlp-circle {
                    width: 25px;
                    height: 25px;
                    min-width: 25px;
                    min-height: 25px;
                    font-size: 13px;
                    line-height: 28px
                }

                .cn-label .cnl-pill .cnlp-arrow {
                    margin-left: 15px
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america {
                    /* top: 77px; */
                    /* left: 50px; */
                    top: 93px;
                    left: 64px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america{
                    top: 165px;
                    left: 107px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america {
                    width: 145px;
                    height: 145px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-north-america {
                    top: 101px;
                    left: 118px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-north-america {
                    top: 264px;
                    left: -928px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-north-america {
                    top: 63px;
                    left: -1624px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-north-america {
                    top: -136px;
                    left: -1419px;
                }

                .com-node.cn-north-america .cn-flag.cnb-usa {
                    top: 33%;
                    left: 64%
                }

                .com-node.cn-north-america .cn-flag.cnb-usa .cn-label {
                    top: -129px;
                    right: -61px
                }

                .com-node.cn-north-america .cn-flag.cnb-mexico .cn-label {
                    top: 102px;
                    right: -81px
                }

                .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-north-america .com-map .com-m-image {
                    margin-left: -537px;
                    margin-top: -865px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake {
                    /* top: 28%; */
                    /* right: 54%; */
                    top: 40%;
                    right: 58%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-fortworth {
                    /* top: 44%; */
                    /* right: 39%; */
                    top: 53%;
                    right: 46%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-juarez .cn-label {
                    bottom: -57px;
                    right: unset;
                    left: -106px;
                }
                
                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .com-node .cn-flag.cnb-juarez .cn-label {
                    right: 11px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com.enlarged-node .cn-flag.cnb-juarez .cn-label {
                    bottom: -57px;
                    left: -5px;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-north-america .cn-flag.cnb-north-america {
                    /* top: 34%; */
                    /* right: 52%; */
                    top: -5%;
                    right: 63%;
                }

                .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-north-america .cn-flag.cnb-north-america {
                    top: 61%;
                    right: 31%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-juarez {
                    /* top: 53%; */
                    /* left: 35%; */
                    top: 36%;
                    left: 21%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-flag.cnb-juarez {
                    top: 55%;
                    left: 26%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cnl-pill:after {
                    height: 29px;
                    left: 17px;
                    bottom: calc( 100% + 1px );
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-juarez .cnl-pill:after {
                    height: 29px;
                    left: 19px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-juarez .cnl-pill:before {
                    width: 88px;
                    left: 17px;
                    top: -29px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-juarez .cnl-pill:before {
                    width: 84px;
                    left: 21px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-fortworth {
                    /* top: 34%; */
                    /* right: 36%; */
                    top: 32%;
                    right: 47%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-flag.cnb-fortworth {
                    top: 49%;
                    right: 25%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-flag.cnb-southlake {
                    top: 13%;
                    right: 31%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-flag.cnb-southlake {
                    /* top: 24%; */
                    /* right: 48%; */
                    /* top: 22%; */
                    /* right: 42%; */
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-flag.cnb-southlake {
                    top: 41%;
                    right: 21%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-southlake .cn-label {
                    left: 23px;
                    bottom: 50px;
                }
                
                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .com-node .cn-flag.cnb-southlake .cn-label {
                    bottom: 40px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:after {
                    height: 62px;
                    right: unset;
                    left: -20px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-southlake .cnl-pill:before {
                    width: 20px;
                    left: unset;
                    right: 100%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.map-dark .com-node .cn-area-label{
                    text-shadow: 0px 0px 30px #000;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node .cn-area-label{
                    font-size: 16px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-area-label {
                    top: 22px;
                    left: 45px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-north-america .cn-area-label {
                    top: -23px;
                    left: -88px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-north-america .cn-area-label{
                    top: 195px;
                    left: -50px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.lang-de .com-node.cn-north-america .cn-area-label {
                    top: 24px;
                    /* left: 49px; */
                    left: 38px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .com-node .cn-flag.cnb-fortworth .cn-label{
                    bottom: -83px;
                    left: 27px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-fortworth .cnl-pill:before {
                    width: 24px;
                    right: 100%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-fortworth .cnl-pill:after {
                    height: 61px;
                    left: -24px;
                    bottom: 50%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.map-dark .com-node .cn-area-label{
                    text-shadow: 0px 0px 10px #000
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                    /* top: 62px; */
                    /* left: 174px; */
                    top: 81px;
                    left: 168px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe {
                    top: 134px;
                    left: 259px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged:is(.enlarged-china, .enlarged-asia-pacific, .enlarged-north-america) .com-node.cn-europe {
                    width: 180px;
                    height: 180px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-europe {
                    top: -95px;
                    left: -685px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-europe {
                    top: -237px;
                    left: -488px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-europe {
                    top: -51px;
                    left: 1057px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe {
                    top: 88px;
                    left: 84px;
                    width: 185px;
                    height: 185px;
                }

                .com-node.cn-europe .cn-flag.cnb-switzerland .cn-label {
                    top: -110px;
                    right: -99px
                }

                .com-node.cn-europe .cn-flag.cnb-croatia .cn-label {
                    top: 101px;
                    right: -57px
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-europe {
                    top: 54%;
                    left: 37%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-europe {
                    /* top: -2%; */
                    /* left: 16%; */
                    top: 37%;
                    left: 8%;
                }

                .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-europe .cn-flag.cnb-europe {
                    top: 26%;
                    left: 11%;
                }

                .cus-org-map-nc.cus-org-map.enlarged.enlarged-europe .com-node.cn-europe .cn-flag.cnb-europe {
                    /* top: 27%; */
                    /* left: 11%; */
                    top: 42%;
                    left: 6%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-europe .cn-flag.cnb-switzerland {
                    left: 50%;
                    top: 37%;
                    left: 25%;
                    top: 49%;
                }

                .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-europe .cn-flag.cnb-switzerland {
                    left: 8.6%;
                    top: 44%;
                }

                .cus-org-map-nc.cus-org-map.enlarged.enlarged-europe .com-node.cn-europe .cn-flag.cnb-switzerland {
                    left: 7.6%;
                    top: 46%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                    /* top: 33%; */
                    /* left: 29%; */
                    top: 40%;
                    left: 24%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-steinach {
                    /* top: 34%; */
                    /* left: 16%; */
                    top: 28%;
                    left: 21%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-steinach {
                    top: 40%;
                    left: 10%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-flag.cnb-steinach {
                    top: 38%;
                    left: 11%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cn-label {
                    bottom: 33px;
                    right: unset;
                    left: -160px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-steinach .cn-label {
                    left: -89px;
                    bottom: -164px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:after {
                    /* bottom: 50%; */
                    height: 40px;
                    top: calc( 100% + 1px );
                    right: unset;
                    left: 85px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-steinach .cnl-pill:after{
                    height: 134px;
                    top: -135px;
                    left: 18px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-steinach .cnl-pill:before{
                    width: 74px;
                    top: 62px;
                    left: 85px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-steinach .cnl-pill:before {
                    width: 70px;
                    left: 18px;
                    top: -135px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg {
                    /* left: 50%; */
                    top: 49%;
                    left: 55%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-ludbreg{
                    /* left: 64%; */
                    /* top: 57%; */
                    left: 69%;
                    top: 47%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-ludbreg {
                    left: 43%;
                    top: 48%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-flag.cnb-ludbreg {
                    left: 45%;
                    top: 49%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cn-label {
                    /* bottom: -145px; */
                    bottom: 75px;
                    left: 50px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-ludbreg .cn-label {
                    bottom: 123px;
                    left: 20px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cnl-pill:after{
                    bottom: unset;
                    top: 50%;
                    height: 87px;
                    left: -46px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-ludbreg .cnl-pill:after{
                    height: 135px;
                    left: -16px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-ludbreg .cnl-pill:before{
                    width: 45px;
                }
                
                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-ludbreg .cnl-pill:before {
                    width: 15px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers {
                    /* top: 43%; */
                    /* left: 37%; */
                    left: 34%;
                    top: 32%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-zizers {
                    /* left: 42%; */
                    /* top: 44%; */
                    left: 39%;
                    top: 42%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-zizers {
                    left: 13%;
                    top: 42.9%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-flag.cnb-zizers {
                    left: 15%;
                    top: 43%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cn-label {
                    bottom: 67px;
                    right: 14px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-zizers .cn-label {
                    bottom: 96px;
                    right: -25px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cnl-pill:after{
                    left: unset;
                    right: -22px;
                    height: 80px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-zizers .cnl-pill:after{
                    height: 97px;
                    top: 100%;
                    right: 17px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-zizers .cnl-pill:before{
                    right: unset;
                    left: 100%;
                    width: 22px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-zizers .cnl-pill:before{
                    width: 0;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 45%;
                    /* left: 15%; */
                    left: 24%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    /* top: 52%; */
                    /* left: 40%; */
                    top: 54%;
                    left: 17%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 49%;
                    left: 9%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 49%;
                    left: 10%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-mendrisio .cn-label {
                    right: unset;
                    bottom: -106px;
                    left: -160px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-mendrisio .cn-label {
                    bottom: -101px;
                    left: 0;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-mendrisio .cnl-pill:after {
                    height: 76px;
                    right: unset;
                    left: 123px;
                    bottom: calc(100% + 1px);
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-mendrisio .cnl-pill:after {
                    height: 72px;
                    left: 24px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-mendrisio .cnl-pill:before {
                    width: 36px;
                    left: 124px;
                    top: -76px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-mendrisio .cnl-pill:before {
                    width: 14px;
                    left: 10px;
                    top: -72px;
                }

                /* .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-mendrisio {
                    top: 188%;
                    left: 268%;
                } */

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
                    top: 54%;
                    left: 65%
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-flag.cnb-gruiu {
                    /* top: 59%; */
                    /* left: 95%; */
                    top: 57%;
                    left: 97%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-flag.cnb-gruiu {
                    top: 57%;
                    left: 86%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-flag.cnb-gruiu {
                    top: 58%;
                    left: 90%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-gruiu .cn-label {
                    left: 26px;
                    bottom: 27px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-gruiu .cn-label {
                    left: 15px;
                    bottom: 87px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-gruiu .cnl-pill:after{
                    left: -22px;
                    height: 39px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-gruiu .cnl-pill:after {
                    left: -12px;
                    height: 99px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-gruiu .cnl-pill:before{
                    width: 22px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-gruiu .cnl-pill:before {
                    width: 12px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-area-label {
                    top: 15px;
                    right: 50px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-europe .cn-area-label {
                    top: -5px;
                    right: 46px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-europe .cn-area-label {
                    top: 45px;
                    right: 62px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-europe .cn-area-label{
                    top: 24px;
                    right: 173px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                    top: 165px;
                    left: 401px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-china {
                    top: 106px;
                    left: 122px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-china {
                    top: 154px;
                    left: 1869px;
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-china {
                    top: 322px;
                    left: 977px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-china {
                    /* top: -87px; */
                    /* left: 330px; */
                    top: -34px;
                    left: 326px;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-shenzhen {
                    left: 26%;
                    top: 66%;
                }

                .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-china .cn-flag.cnb-shenzhen {
                    left: 32%;
                    top: 79%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou {
                    top: 31%;
                    left: 51%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china .cn-flag.cnb-suzhou {
                    top: 22%;
                    left: 65%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-china .cn-flag.cnb-suzhou {
                    top: 14%;
                    left: 68%;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-china .cn-flag.cnb-china {
                    left: 53%;
                    top: 51%;
                }

                .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-china .cn-flag.cnb-china {
                    left: 67%;
                    top: 31%;
                }

                .cus-org-map-nc.cus-org-map.enlarged.enlarged-europe .com-node.cn-china .cn-flag.cnb-china {
                    left: 69%;
                    top: 27%;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china {
                    /* top: 79px; */
                    /* left: 273px; */
                    top: 100px;
                    left: 252px;
                }

                .com-node.cn-china .cn-flag.cnb-china .cn-label {
                    top: -104px;
                    right: -68px
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-flag.cnb-suzhou_2 .cn-label {
                    top: -60px;
                    left: -142px
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-china .cn-area-label {
                    /* top: 10px; */
                    /* right: 20px; */
                    top: 20px;
                    right: -40px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-china .cn-area-label {
                    top: 40px;
                    right: -27px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-shenzhen .cn-label {
                    bottom: -73px;
                    right: 8px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cn-label{
                    bottom: -17px;
                    left: unset;
                    right: 45px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cnl-pill:before{
                    right: unset;
                    left: calc( 100% + 1px );
                    width: 45px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-shenzhen .cnl-pill:before{
                    width: 15px;
                    left: calc( 100% + 1px );
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-shenzhen .cnl-pill:after{
                    height: 0;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-shenzhen .cnl-pill:after{
                    height: 50px;
                    left: calc( 100% + 14px );
                    bottom: 50%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-suzhou .cn-label {
                    left: unset;
                    bottom: 36px;
                    right: 9px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-suzhou .cn-label {
                    right: 15px;
                    bottom: 46px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-suzhou .cnl-pill:before{
                    left: calc( 100% + 1px );
                    width: 16px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-suzhou .cnl-pill:before{
                    width: 21px;
                    left: calc( 100% + 1px );
                    top: 50%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-suzhou .cnl-pill:after {
                    right: unset;
                    left: calc( 100% + 15px );
                    height: 49px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-suzhou .cnl-pill:after{
                    height: 59px;
                    left: calc(100% + 21px);
                    top: 10px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                    /* top: 108px; */
                    /* left: 258px; */
                    top: 124px;
                    left: 240px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific {
                    top: 202px;
                    left: 384px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific .com-node.cn-asia-pacific {
                    top: 114px;
                    left: 78px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-asia-pacific {
                    top: 302px;
                    left: 1621px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-asia-pacific {
                    top: 466px;
                    left: 705px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china .com-node.cn-asia-pacific {
                    top: 254px;
                    left: -124px;
                }

                .cus-org-map-nc.cus-org-map .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
                    left: 48%;
                    top: 44%;
                }

                .cus-org-map-nc.cus-org-map.enlarged .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
                    left: 89%;
                    top: 57%;
                }

                .cus-org-map-nc.cus-org-map.enlarged.enlarged-europe .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
                    left: 95%;
                    top: 62%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                    left: -28%;
                    top: 32%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                    left: 7%;
                    top: 38%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                    left: 5%;
                    top: 41%;
                }

                .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific .cn-label {
                    top: -44px;
                    right: -192px
                }

                .com-node.cn-asia-pacific .cn-flag.cnb-sri-lanka .cn-label {
                    top: 86px;
                    right: -91px
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil .cn-label {
                    /* top: 44px; */
                    /* left: -21px; */
                    top: -27px;
                    left: 4px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-area-label {
                    white-space: nowrap;
                    /* top: 30px; */
                    /* right: 6px; */
                    /* top: 26px; */
                    right: -24px;
                    top: 38px;
                }
                
                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged .com-node.cn-asia-pacific .cn-area-label {
                    top: 128px;
                    right: 88px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-node.cn-asia-pacific .cn-flag.cnb-cecil{
                    top: 51%;
                    left: 67%;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cn-label{
                    left: -44px;
                    bottom: -79px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-badalgama .cn-label{
                    left: 25px;
                    bottom: 90px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:after{
                    height: 34px;
                    right: -23px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-badalgama .cnl-pill:after{
                    bottom: -51px;
                    height: 102px;
                    left: -22px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:before {
                    width: 22px;
                    left: 22px;
                    top: -51px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map .cn-flag.cnb-badalgama .cnl-pill:after {
                    height: 51px;
                    right: unset;
                    left: 22px;
                    top: -52px;
                }

                .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged .cn-flag.cnb-badalgama .cnl-pill:before {
                    left: -22px;
                    width: 21px;
                    top: 50%;
                }

                .com-l-box.cont-left .com-lb-cols,.com-l-box.cont-right .com-lb-cols {
                    flex-direction: column-reverse
                }

                .com-l-box .com-lb-col-content,.com-l-box .com-lb-col-graphic {
                    width: 100% !important
                }

                .com-l-box.cont-left .com-lb-col-content {
                    padding-right: 0
                }

                .com-l-box.cont-right .com-lb-col-content {
                    padding-left: 0
                }

                .cus-org-map-ad-2.cus-org-map .com-locations {
                    margin-top: 30px
                }

                .com-locations .vs-heading h2 {
                    font-size: 28px
                }

                .com-locations .com-l-box {
                    margin-top: 40px
                }

                .com-l-box .com-lb-heading.desktop {
                    display: none !important
                }

                .com-l-box .com-lb-heading.mobile {
                    display: block !important
                }

                .com-l-box .com-lb-heading h3 {
                    font-size: 26px
                }

                .vs-content-block .com-l-box .cb-image-box .si-img {
                    height: 300px
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers {
                    /* padding: 20px; */
                    padding: 0;
                    display: block;
                    margin-bottom: 0;
                    margin-bottom: 20px;
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers .com-i-box {
                    margin-right: 0;
                    margin-bottom: 20px;
                    flex: 1 0 50%
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-identifiers .com-i-box:last-child{
                    margin-bottom: 0;
                    flex: 0 1 100%
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label {
                    line-height: 1
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label span.com-ib-l-head {
                    font-size: 16px
                }

                .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-i-box .com-ib-label span.com-ib-l-desc {
                    font-size: 13px;
                    line-height: 1.3
                }
            }
        /* End Global Footprint Map */

        /* 
          * These styles are shared by customer organizations sections on multiple locations
        */

        .fce-cust-orgs .fce-co-tabs{
            border-bottom: 1px solid var(--bagels-neutral_100);
        }

        .fce-cust-orgs.light .fce-co-tabs{
            border-bottom: 1px solid var(--bagels-neutral_500);
        }

        .fce-cust-orgs .fce-co-content{
            margin-top: 64px;
            /* padding-top: 90px; */
        }

        .fce-cust-orgs.fce-com-org-info .fce-co-content{
            margin-top: 0;
        }

        .fce-cust-orgs .fce-co-c-2,
        .fce-cust-orgs .fce-co-c-r2-co{
            width: calc( 50% - ( 64px / 2 ) );
        }

        .fce-cust-orgs .fce-co-c-left,
        .fce-cust-orgs .fce-co-c-r2-col-left,
        .fce-cust-orgs .fce-co-c-r3-col-left{
            margin-right: 64px;
        }

        .fce-cust-orgs .fce-co-c-l-t-sub{
            margin-bottom: 1px;
        }

        .fce-com-oi-wrapper .fce-co-c-l-descr,
        .fce-cust-orgs .fce-co-c-l-descr{
            margin-top: 29px;
        }

        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-descr{
            margin-top: 21px;
        }

        .fce-com-oi-wrapper .fce-co-c-l-descr p:not(:last-child),
        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-descr p:not(:last-child){
            margin-bottom: 17px;
        }

        .fce-com-oi-wrapper .fce-co-c-l-lists,
        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-lists {
            margin-top: 32px;
            margin-bottom: -15px;
            text-align: left;
        }

        .fce-com-oi-wrapper .fce-co-c-left.no-image .fce-co-c-l-lists,
        .fce-cus-org-map .fce-co-c-left.no-image .fce-co-c-l-lists{
            /* justify-content: center; */
        }

        .fce-com-oi-wrapper .fce-co-c-l-l-sin:not(:last-child),
        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-l-sin:not(:last-child) {
            margin-right: 80px;
        }

        .fce-com-oi-wrapper .fce-co-c-l-l-sin,
        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-l-sin {
            margin-bottom: 15px;
        }

        /* .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav button.owl-prev,
        .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav button.owl-next{
            bottom: -70px;
            top: unset;
        }

        .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav button.owl-prev{
            left: 0;
        }

        .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav button.owl-next{
            left: 56px;
        } */

        .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav{
            margin-top: 25px;
            position: relative;
            top: -5px;
        }
        
        .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-stage-outer{
            position: relative;
        }
        
        .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-nav{
            top: calc( 100% + 15px );
            position: absolute;
        }

        .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-nav button.owl-prev,
        .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-nav button.owl-next,
        .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav button.owl-prev,
        .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav button.owl-next{
            position: static;
        }

        .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-nav button.owl-next,
        .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav button.owl-next{
            margin-left: 10px;
        }

        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-l-title {
            margin-bottom: 10px;
        }

        .fce-cus-org-map .fce-cust-orgs .fce-custom-list-element .fce-cle-l-item {
            margin-bottom: 1px;
        }

        .fce-cust-orgs .fce-co-c-l-buttons{
            margin-top: 45px;
        }

        .fce-com-oi-wrapper .fce-co-c-l-buttons,
        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-buttons{
            margin-top: 32px;
        }

        .fce-com-oi-wrapper .fce-co-c-l-buttons{
            padding-bottom: 5px;
        }
        
        .fce-cus-org-map .fce-cust-orgs .fce-co-c-l-buttons{
            margin-bottom: -18px;
        }

        .fce-cust-orgs .fce-co-c-l-b-1 {
            margin-right: 18px;
            margin-bottom: 18px;
        }
        
        .fce-cust-orgs .fce-co-c-l-b-1:last-child {
            margin-right: 0;
        }

        .fce-cust-orgs .fce-co-c-r-image{
            height: 508px;
        }


        .fce-cust-orgs .fce-co-c-left.no-image {
            text-align: center;
            margin-right: 0;
            padding: 0;
            width: 100%;
        }

        .fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-buttons{
            justify-content: center;
        }

        .fce-cust-orgs .fce-co-c-descr,
        .fce-cust-orgs .fce-co-c-r-descr{
            margin-top: 35px;
        }

        .fce-cust-orgs .fce-co-c-row-2 {
            margin-top: 53px;
        }

        /* .fce-cust-orgs .fce-com-oi-sco-c-0, */
        .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1,
        .fce-cus-org-map .fce-com-oi-sco{
            padding-top: 90px;
        }

        .fce-cus-org-map .fce-com-oi-sco:first-child{
            margin-top: 0;
        }

        .fce-cus-org-map .fce-com-oi-sco-overview,
        .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1,
        .fce-cus-org-map .fce-com-oi-sco{
            padding-bottom: 90px;
            position: relative;
        }

        .fce-cus-org-map .fce-com-oi-sco-c-0{
            position: relative;
        }

        .fce-cus-org-map .fce-com-oi-sco-c-0:before{
            content: '';
            position: absolute;
            top: 0;
            width: 185px;
            height: 1px;
            background-color: var(--bagels-neutral_100);
            left: 50%;
            transform: translateX(-50%);
        }

        .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1:after,
        /* .fce-cus-org-map .fce-com-oi-sco-overview:after, */
        .fce-cus-org-map .fce-com-oi-sco:after{
            content: '';
            position: absolute;
            bottom: 0;
            width: 185px;
            height: 1px;
            background-color: var(--bagels-neutral_100);
            left: 50%;
            transform: translateX(-50%);
        }
        
        .fce-cus-org-map .fce-com-oi-sco:after{
            width: 100%;
            background-color: var(--bagels-neutral_200);
        }

        .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1:last-child:after,
        .fce-cus-org-map .fce-com-oi-sco-overview:last-child:after,
        .fce-cus-org-map .fce-com-oi-sco:last-child:after{
            display: none;
        }

        .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1:last-child,
        .fce-cus-org-map .fce-com-oi-sco-overview:last-child,
        .fce-cus-org-map .fce-com-oi-sco:last-child{
            padding-bottom: 0;
        }
        
        .fce-cus-org-map.sep-dark .fce-com-oi-sco-cities .fce-co-c-1-1:after,
        /* .fce-cus-org-map.sep-dark .fce-com-oi-sco-overview:after, */
        .fce-cus-org-map.sep-dark .fce-com-oi-sco:after{
            background-color: var(--bagels-neutral_800);
        }
        
        .fce-cus-org-map.sep-dark .fce-com-oi-sco-c-0:before{
            background-color: var(--bagels-neutral_800);
        }
        

        .cus-org-v2 .fancybox-is-open .fancybox-bg{
            opacity: 0.8;
        }

        .cus-org-v2 .fce-com-tabs{
            padding-top: 8px;
        }

        .fce-com-oi-wrapper,
        .fce-com-oi-wrapper .fce-com-oi-w-1{
            width: 1280px;
            /* max-width: 1280px; */
            max-width: calc( 100% - 30px );
        }

        .fce-com-oi-wrapper .b-tw-sts-middle,
        .fce-com-oi-wrapper .b-tw-sts-non-curve,
        .fce-com-oi-wrapper{
            background-color: #fff;
        }

        .fce-com-oi-wrapper.tab-body-popup-bg-dark .b-tw-sts-middle,
        .fce-com-oi-wrapper.tab-body-popup-bg-dark .b-tw-sts-non-curve,
        .fce-com-oi-wrapper.tab-body-popup-bg-dark{
            background-color: var(--bagels-bright_color_a_400);
        }

        .fce-com-oi-wrapper {
            overflow: visible;
            padding: 0;
            border-radius: 8px;
            border-top-left-radius: 11px;
            border-top-right-radius: 11px;
        }
        
        .fce-com-oi-wrapper [data-fancybox-close]{
            top: -64px;
            background-color: var(--bagels-neutral_100);
            color: var(--bagels-dark_a);
            width: 48px;
            height: 48px;
            border-radius: 50%;
            opacity: 1;
            display: flex;
            justify-content: center;
            align-items: center ;
        }
        
        .fce-com-oi-wrapper [data-fancybox-close]:hover{
            background-color: var(--bagels-neutral_200);
        }
        
        .fce-com-oi-wrapper [data-fancybox-close] svg{
            width: 22px;
            height: auto;
        }

        .fce-com-oi-wrapper .fce-co-oi-c-w-0{
            height: 627px;
            /* padding-left: 64px;
            padding-right: 64px;
            padding-top: 0px;
            margin-top: 40px;
            margin-bottom: 40px;
            padding-bottom: 24px; */
        }

        .fce-com-oi-wrapper .fce-co-c-1-1{
            /* min-width: calc( 1280px - ( 64px * 2 ) ); */
            /* width: 1280px; */
            min-width: 100%;
            width: 100%;
            position: absolute;
            height: calc( 627px - ( 35px * 2 ) );
            padding-left: 64px;
            /* padding-right: 64px; */
            padding-right: 44px;
            padding-top: 0px;
            margin-top: 35px;
            margin-bottom: 35px;
            /* padding-bottom: 24px; */
            padding-bottom: 0;
            pointer-events: none;
            opacity: 0;
        }

        .fce-com-oi-wrapper .fce-co-c-r-image {
            min-width: 580px;
            width: 580px;
            aspect-ratio: 58 / 47;
        }

        .fce-com-oi-wrapper .fce-co-c-left.has-img {
            padding-right: 50px;
            width: 537px;
            min-width: 537px;
        }

        .fce-com-oi-wrapper .b-tw-sts-l-bc,
        .fce-com-oi-wrapper .fce-com-oi-w-tabs{
            background-color: var(--bagels-neutral_400);
        }
        
        .fce-com-oi-wrapper .fce-com-oi-w-tabs{
            padding-top: 8px;
        }

        .fce-com-oi-wrapper .fce-com-oi-w-tabs.popup-tab-bar-bg-dark .b-tw-sts-l-bc,
        .fce-com-oi-wrapper .fce-com-oi-w-tabs.popup-tab-bar-bg-dark{
            background-color: var(--bagels-neutral_800);
        }

        .fce-com-oi-wrapper.tab-body-popup-bg-light{
            color: var(--bagels-dark);
        }

        .fce-com-oi-wrapper .fce-com-oi-sco-tab-wrapper {
            border-top-left-radius: 8px;
            border-top-right-radius: 8px;
            overflow: hidden;
        }

        .fce-com-oi-wrapper .fce-co-c-r-i-slider{
            width: 580px;
            height: 470px;
        }

        .fce-com-oi-wrapper .fce-co-c-lr-wrapper{
            /* min-width: 1280px; */
            /* width: 1280px; */
            /* min-width: 100%; */
            width: calc( 1280px - ( 64px * 2 ) );
        }

        .fce-com-oi-wrapper .fce-co-c-lr-wrapper.fce-co-c-lr-w-slider{
            /* min-width: calc( 1280px - ( 64px * 2 ) ); */
            /* width: calc( 1280px - ( 64px * 2 ) ); */
        }
        
        .fce-com-oi-wrapper .fce-co-c-1-1.b-tb-show{
            opacity: 1;
            pointer-events: all;
        }

        .fce-com-oi-wrapper .fce-co-c-wrapper{
            gap: 50px;
        }

        .fce-com-oi-wrapper .fce-com-oi-w-tabs .b-tab-wrapper .b-tab-text{
            padding-top: 15px;
            padding-bottom: 15px;
        }

        @media (min-width: 500px) {
            .fce-cust-orgs .fce-co-c-1 > .fce-co-c-right{
                display: block;
            }

            .fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-descr,
            .fce-cust-orgs .fce-co-c-left.no-image .fce-co-c-l-title {
                max-width: 655px;
                display: table;
                margin-left: auto;
                margin-right: auto;
            }
        }

        @media (min-width: 992px) {
            .fce-cust-orgs .fce-co-c-left,
            .fce-cust-orgs .fce-co-c-r2-col-left,
            .fce-cust-orgs .fce-co-c-r3-col-left{
                padding-left: 64px;
            }

            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1.switch-cols {
                flex-direction: row-reverse;
            }

            /* .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1.switch-cols .owl-carousel .owl-nav button.owl-prev{
                left: unset;
                right: 56px;
            }

            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1.switch-cols .owl-carousel .owl-nav button.owl-next{
                left: unset;
                right: 0;
            } */

            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1.switch-cols .owl-carousel .owl-nav{
                text-align: right;
            }
        }

        @media (min-width: 1200px) {
            .fce-cust-orgs .fce-co-c-left,
            .fce-cust-orgs .fce-co-c-r2-col-left,
            .fce-cust-orgs .fce-co-c-r3-col-left{
                padding-right: 15px;
            }
        }

        @media (max-width: 1439px) {
            .fce-com-oi-wrapper{
                top: 17px;
            }

            .fce-com-oi-wrapper .fce-co-oi-c-w-0 {
                height: 505px;
            }

            .fce-cust-orgs .fce-co-c-r-image {
                height: 424px;
            }

            .fce-com-oi-wrapper .fce-co-c-1-1{
                height: calc( 505px - ( 35px * 2 ) );
            }
            
            .fce-com-oi-wrapper [data-fancybox-close],
            .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-nav button{
                width: 38px;
                height: 38px;
            }

            .fce-com-oi-wrapper [data-fancybox-close]{
                top: -49px;
            }

            .fce-com-oi-wrapper .fce-co-c-left.has-img{
                padding-right: 35px;
            }
        }

        @media (max-width: 1365px) {
            .fce-com-oi-wrapper .fce-co-c-lr-wrapper{
                width: 100%;
            }
        }

        @media (max-width: 1199px) {
            .fce-cust-orgs .fce-co-c-r-image {
                height: 338px;
            }

            .fce-com-oi-wrapper .fce-co-c-r-image,
            .fce-com-oi-wrapper .fce-co-c-r-i-slider {
                min-width: 100%;
                width: 100%;
                aspect-ratio: 29 / 24;
            }

            .fce-com-oi-wrapper .fce-co-c-r-i-slider{
                height: auto;
            }

            .fce-com-oi-wrapper .fce-co-c-left.has-img{
                min-width: auto;
                width: auto;
            }

            .fce-com-oi-wrapper .fce-co-c-right {
                min-width: 50%;
            }

            .fce-com-oi-wrapper .fce-co-c-1-1{
                padding-left: 44px;
                padding-right: 44px;
            }
        }

        @media (max-width: 991px) {
            .fce-cust-orgs .fce-co-c-left,
            .fce-cust-orgs .fce-co-c-r2-col-left,
            .fce-cust-orgs .fce-co-c-r3-col-left{
                margin-right: 35px;
            }

            .fce-cust-orgs .fce-co-c-2,
            .fce-cust-orgs .fce-co-c-r2-co {
                width: calc( 50% - ( 35px / 2 ) );
            }

            .fce-cust-orgs .fce-co-c-r-image {
                height: 270px;
            }

            .fce-cust-orgs .fce-co-c-l-descr {
                margin-top: 23px;
            }

            .fce-cust-orgs .fce-co-c-l-buttons{
                margin-top: 30px;
            }

            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1{
                flex-direction: column;
            }

            .fce-cus-org-map .fce-cust-orgs .fce-com-oi-sco-cities .fce-co-c-2{
                margin-right: 0;
                width: 100%;
            }
            
            .fce-cus-org-map .fce-cust-orgs .fce-com-oi-sco-cities .fce-co-c-right{
                margin-top: 50px;
            }

            .fce-cus-org-map .fce-com-oi-sco-c-0,
            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1,
            .fce-cus-org-map .fce-com-oi-sco{
                /* margin-top: 60px; */
            }
    
            .fce-cus-org-map .fce-com-oi-sco-overview,
            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1,
            .fce-cus-org-map .fce-com-oi-sco{
                /* padding-bottom: 70px; */
            }

            .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-nav,
            .fce-cus-org-map .fce-com-oi-sco-cities .owl-carousel .owl-nav{
                text-align: center;
            }

            .fce-com-oi-wrapper .fce-co-c-1-1 {
                padding-left: 20px;
                padding-right: 20px;
                margin-top: 20px;
                margin-bottom: 20px;
            }

            .fce-com-oi-wrapper .fce-co-c-1-1 {
                height: calc( 505px - ( 20px * 2 ) );
            }

            .fce-com-oi-wrapper .fce-co-c-l-descr{
                margin-top: 23px;
            }

            .fce-com-oi-wrapper .b-tab-wrapper.b-tw-has-tab-shadow{
                justify-content: unset;
                padding-left: 8px;
                padding-right: 8px;
            }
        }

        @media (max-width: 499px) {
            .fce-cust-orgs .fce-co-content {
                /* padding-top: 54px; */
                /* margin-top: 25px; */
            }

            .fce-cust-orgs .fce-co-c-left > .fce-co-c-right{
                display: block;
                margin-top: 30px;
                margin-bottom: 30px;
            }

            .fce-cust-orgs .fce-co-c-1-1{
                flex-direction: column;
            }

            .fce-cust-orgs .fce-co-c-right {
                margin-top: 30px;
            }

            .fce-cust-orgs .fce-co-c-2,
            .fce-cust-orgs .fce-co-c-r2-co {
                width: 100%;
            }
            
            .fce-cust-orgs .fce-co-c-left,
            .fce-cust-orgs .fce-co-c-r2-col-left,
            .fce-cust-orgs .fce-co-c-r3-col-left,
            .fce-cust-orgs .fce-co-c-r2-col-right {
                margin-right: 0;
                text-align: center;
            }
            
            .fce-cust-orgs .fce-com-oi-sco .fce-co-c-left,
            .fce-cust-orgs .fce-com-oi-sco .fce-co-c-wrapper.no-image .fce-co-c-l-b-1 .bagels-theme-button{
                text-align: left;
            }

            .fce-cust-orgs .fce-co-c-l-buttons{
                justify-content: center;
            }

            .fce-cust-orgs .fce-co-c-r-image {
                height: 273px;
            }

            .fce-cust-orgs .fce-co-c-l-buttons {
                margin-bottom: -13px;
            }

            .fce-cust-orgs .fce-com-oi-sco .fce-co-c-l-buttons {
                margin-bottom: 0;
            }

            .fce-cust-orgs .fce-co-c-descr{
                margin-top: 30px;
            }

            .fce-cust-orgs .fce-co-c-row-2 {
                margin-top: 35px;
                display: block;
            }

            .fce-cust-orgs .fce-co-c-r2-col-right {
                margin-top: 22px;
            }

            .fce-cust-orgs .fce-co-c-row-3{
                justify-content: center;
            }

            /* .fce-cus-org-map .fce-com-oi-sco-c-0, */
            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1,
            .fce-cus-org-map .fce-com-oi-sco {
                padding-top: 60px;
            }

            .fce-cus-org-map .fce-com-oi-sco-overview,
            .fce-cus-org-map .fce-com-oi-sco-cities .fce-co-c-1-1,
            .fce-cus-org-map .fce-com-oi-sco{
                padding-bottom: 70px;
            }

            
            .fce-cus-org-map .fce-com-oi-sco-c-0{
                padding-top: 0;
            }

            .fce-com-oi-wrapper,
            .fce-com-oi-wrapper .fce-com-oi-w-1{
                max-width: 100%;
            }

            .fce-com-oi-wrapper .b-tab-wrapper.b-tw-has-tab-shadow{
                margin-right: 0;
                margin-left: 0;
            }

            .fce-com-oi-wrapper .fce-co-c-lr-wrapper{
                flex-direction: column;
            }

            .fce-com-oi-wrapper .fce-co-c-left.has-img{
                padding-right: 0;
            }

            .fce-com-oi-wrapper .fce-co-c-1-1 {
                padding-left: 15px;
                padding-right: 15px;
                margin-top: 15px;
                margin-bottom: 15px;
            }

            .fce-com-oi-wrapper .fce-co-c-1-1 {
                height: calc( 505px - ( 15px * 2 ) );
            }

            .fce-com-oi-wrapper .fce-co-c-l-buttons{
                margin-top: 27px;
            }

            .fce-com-oi-wrapper .fce-co-c-right{
                margin-top: 30px;
            }

            .fce-com-oi-wrapper .fce-co-c-r-i-slider.owl-carousel .owl-nav{
                position: relative;
                top: unset;
                margin-top: 10px;
                padding-bottom: 5px;
            }
        }

        @supports ( aspect-ratio: 19/15 ) {
            .fce-cust-orgs .fce-co-c-r-image{
                height: auto;
                aspect-ratio: 19 / 15;
            }
        }
        
        /* Map section customer organizations version 2 */
        .fce-cus-org-map-2 .fce-com-1 {
            padding-top: 0;
            padding-bottom: 0;
        }

        .fce-cus-org-map-2 .com-m-image{
            margin-top: 0 !important;
            margin-left: 0 !important;
            position: absolute;
            left: 0;
            top: 0;
        }
        
        .cus-org-map.synced-city-data-map-trans .com-node{
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-pill-over-dot .com-node .cn-flag .cn-label,
        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.cus-org-map-pill-over-dot .com-node .cn-flag .cn-label {
            bottom: calc( 100% + 19px );
            right: unset;
            transform: translateX( -50% );
            left: 50%;
        }

        .cus-org-map .com-node.highlighted.com-n-no-highlight-on-area-hover .cn-flag .cn-label{
            opacity: 0;
            pointer-events: none;
            visibility: hidden;
        }

        .cus-org-map .com-node.highlighted.com-n-no-highlight-on-area-hover .cn-flag.show-city-label .cn-label{
            opacity: 1;
            pointer-events: all;
            visibility: visible;
        }

        .cus-org-map .cnlp-arrowhead,
        .cus-org-map.cus-org-map-pill-over-dot .cnl-pill:after,
        .cus-org-map.cus-org-map-pill-over-dot .cnl-pill:before{
            display: none;
        }
        
        .cus-org-map.cus-org-map-pill-over-dot .cnl-pill.cnl-p-dark .cnlp-arrowhead-shadow,
        .cus-org-map.cus-org-map-pill-over-dot .cnlp-arrowhead{
            display: block;
            position: absolute;
            content: '';
            width: 0;
            height: 0;
            border-left: 8px solid transparent;
            border-right: 8px solid transparent;
            border-top: 12px solid #fff;
            top: 100%;
            left: 50%;
            transform: translateX( -50% );
            -webkit-transition: all 0.2s ease-in-out;
            -moz-transition: all 0.2s ease-in-out;
            transition: all 0.2s ease-in-out;
            z-index: 2;
        }
        
        .cus-org-map.cus-org-map-pill-over-dot .cnl-pill.cnl-p-dark .cnlp-arrowhead-shadow {
            z-index: 1;
            top: calc(100% + 1px);
            border-top-color: rgba(255, 255, 255, 0.3);
        }

        .cus-org-map.cus-org-map-pill-over-dot .cn-label .cnl-pill:hover .cnlp-arrowhead{
            border-top-color: var( --bagels-neutral_100 );
        }

        .cus-org-map .cnl-pill.cnl-p-dark .cnlp-arrowhead{
            border-top-color: var(--bagels-dark_b);
        }

        .cus-org-map.cus-org-map-pill-over-dot .cn-label .cnl-pill.cnl-p-dark:hover .cnlp-arrowhead{
            border-top-color: var(--bagels-dark_a);
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-nodes .com-node .cn-bullet{
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            width: 15px;
            height: 15px;
            border: none;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-pill-over-dot .cn-label .cnl-pill{
            border: none;
            padding-left: 5px;
            padding-top: 5px;
            padding-bottom: 5px;
        }

        .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill.cnl-p-dark{
            background-color: var(--bagels-dark_b);
            border: 1px solid rgba( 255, 255, 255, 0.1 );
        }
        
        .cus-org-map-ad-2.cus-org-map .cn-label .cnl-pill.cnl-p-dark:hover{
            background-color: var(--bagels-dark_a);
        }
        
        .cn-label .cnl-pill.cnl-p-dark .cnlp-t-country,
        .cn-label .cnl-pill.cnl-p-dark .cnlp-text{
            color: var(--bagels-light);
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .cn-label .cnl-pill .cnlp-text,
        .cus-org-map-ad-2.cus-org-map.cus-org-map-pill-over-dot .cn-label .cnl-pill .cnlp-t-country{
            font-weight: 800;
            font-size: 16px;
        }

        .cus-org-map .cnlp-type-indicator{
            display: none;
            margin-right: 8px;
        }

        .cus-org-map.cus-org-map-pill-over-dot .cnlp-type-indicator{
            display: block;
        }

        .cus-org-map .cnlp-ti-1{
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }
        
        .cus-org-map .cnl-pill.cnl-p-dark .cnlp-ti-1:first-child{
            border: 1px solid rgba( 255, 255, 255, 0.1 );
        }

        .cus-org-map .cn-cb-blue,
        .cus-org-map .cnlp-ti-blue{
            background-color: var(--bagels-bright_color_a_500);
        }
        
        .cus-org-map .cn-cb-pale-purple,
        .cus-org-map .cnlp-ti-pale-purple{
            background-color: var(--bagels-light-purple);
        }

        .cus-org-map .cnlp-ti-1,
        .cus-org-map .cnlp-type-indicator{
            width: 25px;
            height: 25px;
        }

        .cus-org-map .cn-cb-1{
            width: 14px;
            height: 14px;
        }

        .cus-org-map .cnlp-ti-1:nth-child(3) {
            width: 13px;
            height: 13px;
        }

        .cus-org-map .cnlp-ti-1:nth-child(2){
            width: 20px;
            height: 20px;
        }

        .cus-org-map .cn-cb-red,
        .cus-org-map .cnlp-ti-red{
            background-color: var(--bagels-bright_color_b);
        }

        .cus-org-map.cus-org-map-advanced .com-nodes .com-node .cn-cb-tranparent.cn-bullet{
            background-color: transparent;
        }

        .cus-org-map.com-big-dot-pos .cn-cb-1 {
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
        }

        .cus-org-map.com-big-dot-pos .cn-cb-1:nth-child(2){
            width: 20px;
            height: 20px;
        }
        
        .cus-org-map.com-big-dot-pos .cn-cb-1:nth-child(3){
            width: 26px;
            height: 26px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america {
            top: 272px;
            left: 188px;
        }

        .fce-cus-org-map-2 .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-north-america {
            top: 402px;
            left: 294px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america {
            top: 276px;
            left: -151px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america {
            top: 160px;
            left: -369px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america{
            top: -29px;
            left: -396px;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
            top: 39%;
            left: 34%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
            top: 44%;
            left: 42%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
            top: 51%;
            left: 43%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
            top: 48%;
            right: 31.7%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
            top: 33%;
            right: 41.7%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
            top: 38.5%;
            right: 34%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
            top: 42%;
            right: 28%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
            top: 26%;
            right: 37%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
            top: 34%;
            right: 30.5%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
            top: 42%;
            left: 40%;
            width: 0;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
            top: 35%;
            right: 32%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
            top: 26%;
            right: 27%;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
            top: 66px;
            left: -168px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america .cn-area-label{
            left: -173px;
            top: 60px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
            top: 61px;
            left: -174px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
            top: 80px;
            left: -156px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe {
            top: 234px;
            left: 461px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-europe{
            top: 135px;
            left: 417px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe {
            top: 340px;
            left: 801px;
            width: 115px;
            height: 115px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-europe {
            top: 87px;
            left: 88px;
            width: 117px;
            height: 117px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-europe {
            top: -126px;
            left: 97px;
            width: 155px;
            height: 155px;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-gruiu {
            top: 57%;
            left: 82%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-gruiu {
            top: 60%;
            left: 67%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-gruiu {
            top: 65%;
            left: 74%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
            left: 38%;
            top: 43%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
            left: 30%;
            top: 50.9%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
            top: 53%;
            left: 34%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
            top: 55%;
            left: 26%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
            top: 58%;
            left: 26%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach {
            top: 43%;
            left: 28%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach {
            top: 49%;
            left: 24%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-ludbreg {
            left: 59%;
            top: 51%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-ludbreg {
            left: 46%;
            top: 52%;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-ludbreg {
            left: 50%;
            top: 55%;
        }

        .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-map .com-m-image {
            left: -697px;
            top: -506px;
            width: 1672px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-asia-pacific {
            top: 92px;
            left: 405px;
            width: 135px;
            height: 131px;
        }
        
        .cus-org-map-nc.cus-org-map.enlarged.com-big-dot-pos .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
            left: 84%;
            top: 53%;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-china {
            top: 270px;
            left: 693px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-china {
            top: 144px;
            left: 441px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-china {
            top: 267px;
            left: 939px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-china {
            top: 406px;
            left: 1196px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-china {
            top: -33px;
            left: 510px;
        }

        .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-china.com-big-dot-pos .com-map .com-m-image {
            width: 1521px;
            left: -647px;
            top: -276px;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-china .cn-flag.cnb-suzhou {
            top: 50%;
            left: 50%;
            transform: translate(50%, -50%);
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-china .cn-area-label {
            top: 77px;
            right: -31px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-china .cn-area-label {
            top: 82px;
            right: -41px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-asia-pacific {
            top: 346px;
            left: 655px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-asia-pacific{
            top: 269px;
            left: 360px;
            width: 111px;
            height: 111px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-asia-pacific {
            top: 402px;
            left: 795px;
            width: 150px;
            height: 150px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-asia-pacific {
            top: 533px;
            left: 1091px;
            width: 131px;
            height: 131px;
        }

        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
            left: 14%;
            top: 39%;
        }

        .cus-org-map-nc.cus-org-map.enlarged.com-big-dot-pos.enlarged-europe .com-node.cn-asia-pacific .cn-flag.cnb-asia-pacific {
            left: 91%;
            top: 57%;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot.enlarged .com-node.cn-asia-pacific .cn-area-label {
            top: 95px;
            right: 54px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
            top: 25px;
            right: 99px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label{
            top: 85px;
            right: 252px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
            top: 67px;
            right: 218px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
            top: 43px;
            right: 194px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
            top: 45px;
            right: 193px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-asia-pacific .cn-area-label {
            top: 81px;
            right: 2px;
        }

        .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.cus-org-map-pill-over-dot .com-node.cn-asia-pacific .cn-area-label {
            top: 76px;
            right: 54px;
        }

        .cus-org-map.com-big-dot-pos .cn-flag.cnb-singapore {
            top: 62%;
            left: 79%;
        }

        .cus-org-map.com-big-dot-pos.enlarged .cn-flag.cnb-singapore {
            top: 51%;
            left: 80.2%;
        }

        .cus-org-map.enlarged.enlarged-north-america.com-big-dot-pos .cn-flag.cnb-singapore {
            top: 51%;
            left: 84%;
        }

        .cus-org-map.enlarged.enlarged-europe.com-big-dot-pos .cn-flag.cnb-singapore {
            top: 57%;
            left: 89.2%;
        }

        .cus-org-map.enlarged.enlarged-china.com-big-dot-pos .cn-flag.cnb-singapore {
            top: 53%;
            left: 84.2%;
        }

        .fce-cus-org-map-2 .cus-org-map:before{
            top: 0;
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            height: 1px;
            background-color: #212121;
        }

        .fce-cus-org-map-2 .cus-org-map{
            margin-top: 64px;
            padding-top: 18px;
            padding-bottom: 10px;
        }

        .fce-cus-org-map-2 .cus-org-map.cus-org-map-ad-2 .com-map{
            height: 555px;
        }

        .fce-cus-org-map-2 .com-m-i-map-reg{
            -webkit-transition: all 1s ease-in-out;
            -moz-transition: all 1s ease-in-out;
            transition: all 1s ease-in-out;
        }

        .cus-org-map-ad-2.cus-org-map.com-big-dot-pos.enlarged.enlarged-europe .com-map .com-m-image {
            left: -529px;
            top: -314px;
            width: 2015px;
        }

        .cus-org-map-ad-2.cus-org-map.com-big-dot-pos.enlarged.enlarged-north-america .com-map .com-m-image {
            left: -1px;
            top: -59px;
            width: 1661px;
        }

        .fce-com-oi-wrapper.tab-body-popup-bg-dark .fce-co-c-1-1.bagels-scrollbar-thin{
            scrollbar-color: #0c0c11 var(--bagels-bright_color_a_400);
            overflow-y: 'auto';
            -webkit-overflow-scrolling: 'touch';
        }

        .fce-com-oi-wrapper.tab-body-popup-bg-dark .fce-co-c-1-1.bagels-scrollbar-thin::-webkit-scrollbar-track{
            background-color: var(--bagels-bright_color_a_400);
        }

        .fce-cus-org-map-2 .fce-com-t-wrapper{
            overflow: auto;
        }

        @media (max-width: 1199px) {
            .cus-org-map .cnlp-ti-1,
            .cus-org-map .cnlp-type-indicator {
                width: 19px;
                height: 19px;
            }

            .cus-org-map .cnlp-ti-1:nth-child(2) {
                width: 15px;
                height: 15px;
            }

            .cus-org-map .cnlp-ti-1:nth-child(3) {
                width: 9px;
                height: 9px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe {
                top: 248px;
                left: 482px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe {
                top: 337px;
                left: 794px;
                width: 125px;
                height: 125px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 18px;
                right: 106px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-china {
                top: 291px;
                left: 713px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 358px;
                left: 661px;
            }

            .cus-org-map.com-big-dot-pos .cn-flag.cnb-singapore {
                top: 62%;
                left: 98%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-asia-pacific .cn-area-label {
                top: 71px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america {
                top: 288px;
                left: 200px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america .com-node.cn-north-america{
                /* top: 248px; */
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake{
                top: 40%;
                right: 37%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
                /* top: 153%; */
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
                /* top: 146%; */
                /* right: 121%; */
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
                /* top: 212px; */
                /* left: -268px; */
            }

            .fce-cus-org-map-2 .cus-org-map{
                margin-top: 34px;
            }
        }

        @media (max-width: 991px) {
            .fce-cus-org-map-2 .cus-org-map.cus-org-map-ad-2 .com-map {
                height: 385px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos:not(.enlarged) .com-node .cn-area-label {
                font-size: 12px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 46px;
                right: 188px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label{
                top: 43px;
                right: 168px;
            }

            .cus-org-map.com-big-dot-pos .cn-cb-1 {
                width: 9px;
                height: 9px;
            }

            .cus-org-map.com-big-dot-pos .cn-cb-1:nth-child(2){
                width: 16px;
                height: 16px;
            }
            
            .cus-org-map.com-big-dot-pos .cn-cb-1:nth-child(3){
                width: 21px;
                height: 21px;
            }

            .cus-org-map-ad-2.cus-org-map.com-big-dot-pos.enlarged.enlarged-europe .com-map .com-m-image{
                left: -657px;
                top: -364px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe {
                top: 170px;
                left: 335px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-europe {
                top: 134px;
                left: 306px;
                width: 135px;
                height: 135px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe {
                top: 225px;
                left: 564px;
                width: 100px;
                height: 100px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-europe {
                top: 101px;
                left: 86px;
                width: 95px;
                height: 95px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-europe {
                top: -96px;
                left: -39px;
                width: 115px;
                height: 115px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-ludbreg{
                left: 56%;
                top: 47%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-ludbreg {
                left: 55%;
                top: 44%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-gruiu {
                top: 52%;
                left: 76%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-gruiu {
                top: 54%;
                left: 88.2%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach{
                top: 35%;
                left: 24%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach {
                top: 38%;
                left: 23%;
            }
            
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach {
                top: 48%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
                top: 48%;
                left: 31%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
                top: 47%;
                left: 26%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
                left: 36%;
                top: 40%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
                left: 32%;
                top: 39.9%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
                left: 31%;
                top: 47.9%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 18px;
                right: 84px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 45px;
                right: 137px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 34px;
                right: 155px;
            }

            .cus-org-map-ad-2.cus-org-map.com-big-dot-pos.enlarged.enlarged-north-america .com-map .com-m-image{
                left: -1px;
                top: -49px;
                width: 1192px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-north-america {
                top: 247px;
                left: 282px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america {
                top: 200px;
                left: 136px;
                width: 55px;
                height: 55px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america {
                top: 242px;
                left: -271px;
                width: 115px;
                height: 115px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america{
                width: 145px;
                height: 145px;
                top: 160px;
                left: -376px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america {
                top: -29px;
                left: -541px;
                width: 145px;
                height: 145px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
                top: 72px;
                left: -180px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
                left: -153px;
                /* top: 35px; */
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-area-label{
                top: 61px;
                left: -144px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
                left: -110px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth{
                top: 52%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
                top: 154%;
                right: 104%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
                right: 23%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
                top: 140%;
                right: 100%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake{
                right: 20%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
                top: 161%;
                left: -49%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-china {
                top: 199px;
                left: 508px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-china {
                top: 145px;
                left: 444px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-china {
                top: 219px;
                left: 812px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-china {
                top: 269px;
                left: 840px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-china {
                top: -33px;
                left: 366px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-china .cn-area-label {
                top: 37px;
                right: -31px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-china .cn-area-label{
                right: -1px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-china .cn-area-label{
                top: 82px;
                right: -21px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 255px;
                left: 484px;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-map .com-m-image {
                left: -837px;
                top: -506px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 91px;
                left: 267px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 374px;
                left: 781px;
                width: 98px;
                height: 98px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-asia-pacific{
                top: 354px;
                left: 669px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-asia-pacific .cn-area-label {
                top: 37px;
                right: 42px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot.enlarged.enlarged-north-america .com-node.cn-asia-pacific .cn-area-label {
                top: 72px;
                right: 40px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot.enlarged.enlarged-europe .com-node.cn-asia-pacific .cn-area-label{
                top: 111px;
                right: 54px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-asia-pacific .cn-flag.cnb-badalgama{
                left: 14%;
                top: 36%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-asia-pacific .cn-flag.cnb-badalgama{
                left: 9.2%;
                top: 36%;
            }

            .cus-org-map.com-big-dot-pos .cn-flag.cnb-singapore {
                top: 48%;
                left: 51%;
            }
        }

        @media (max-width: 767px) {
            .fce-cus-org-map-2 .com-nodes .com-node {
                width: 60px;
                height: 60px;
            }

            .cus-org-map.com-big-dot-pos:not(.enlarged) .cn-cb-1 {
                width: 7px;
                height: 7px;
            }

            .cus-org-map.com-big-dot-pos:not(.enlarged) .cn-cb-1:nth-child(2) {
                width: 11px;
                height: 11px;
            }
            
            .cus-org-map.com-big-dot-pos:not(.enlarged) .cn-cb-1:nth-child(3) {
                width: 15px;
                height: 15px;
            }
        }

        @media (max-width: 499px) {
            .fce-cus-org-map-2 .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced .com-map-wrap{
                padding-right: 0;
                padding-left: 0;
                margin-right: 0;
                margin-left: 0;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-pill-over-dot .com-node .cn-flag .cn-label,
            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.cus-org-map-pill-over-dot .com-node .cn-flag .cn-label {
                bottom: calc( 100% + 17px );
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .cn-label .cnl-pill .cnlp-text,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-pill-over-dot .cn-label .cnl-pill .cnlp-t-country{
                font-size: 12px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .cn-label .cnl-pill{
                height: 28px;
            }

            .cus-org-map .cnlp-ti-1, .cus-org-map .cnlp-type-indicator {
                width: 18px;
                height: 18px;
            }

            .cus-org-map .cnlp-ti-1:nth-child(2) {
                width: 13px;
                height: 13px;
            }

            .cus-org-map .cnlp-ti-1:nth-child(3) {
                width: 8px;
                height: 8px;
            }

            .fce-cus-org-map-2 .com-nodes .com-node,
            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america{
                width: 40px;
                height: 40px;
            }

            .cus-org-map.com-big-dot-pos:not(.enlarged) .cn-cb-1 {
                width: 5px;
                height: 5px;
            }

            .cus-org-map.com-big-dot-pos:not(.enlarged) .cn-cb-1:nth-child(2) {
                width: 8px;
                height: 8px;
            }

            .cus-org-map.com-big-dot-pos:not(.enlarged) .cn-cb-1:nth-child(3) {
                width: 11px;
                height: 11px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
                top: 38%;
                left: 32%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
                top: 32%;
                right: 38%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
                top: 37%;
                right: -23%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
                top: 32%;
                right: 22%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-fortworth {
                top: 37.5%;
                right: 22%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake{
                top: 19%;
                right: 32%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
                top: 23%;
                right: -29%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
                top: 19%;
                right: 18%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-southlake {
                top: 27%;
                right: 17.5%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
                top: 46%;
                left: 71%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
                top: 42%;
                left: 38%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez {
                top: 46%;
                left: 42%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-north-america .cn-area-label {
                top: 43px;
                left: -88px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
                top: 2px;
                left: -150px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
                top: 41px;
                left: -147px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america .cn-area-label {
                top: 30px;
                left: -152px;
            }

            .cus-org-map-ad-2.cus-org-map.com-big-dot-pos.enlarged.enlarged-north-america .com-map .com-m-image{
                left: -3px;
                top: -21px;
                width: 1046px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-north-america {
                top: 165px;
                left: 107px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-north-america {
                top: 291px;
                left: 172px;
                width: 60px;
                height: 60px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-north-america {
                top: 239px;
                left: -415px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-north-america {
                top: 180px;
                left: -643px;
                width: 85px;
                height: 85px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america {
                top: 60px;
                left: -455px;
                width: 80px;
                height: 80px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe{
                top: 137px;
                left: 269px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-europe {
                top: 148px;
                left: 178px;
                width: 105px;
                height: 105px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe {
                top: 227px;
                left: 496px;
                width: 80px;
                height: 80px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-europe {
                top: 105px;
                left: -193px;
                width: 85px;
                height: 85px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-europe {
                top: 7px;
                left: -70px;
                width: 65px;
                height: 65px;
            }

            .cus-org-map-ad-2.cus-org-map.com-big-dot-pos.enlarged.enlarged-europe .com-map .com-m-image {
                left: -795px;
                top: -354px;
                width: 1985px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 18px;
                right: 65px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 34px;
                right: 178px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 33px;
                right: 120px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 28px;
                right: 154px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.cus-org-map-pill-over-dot .com-node.cn-europe .cn-area-label {
                top: 16px;
                right: 128px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-ludbreg {
                left: 50%;
                top: 46%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach {
                top: 37%;
                left: 20%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach {
                top: 37%;
                left: 7%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-steinach {
                top: 46%;
                left: 13%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
                top: 47%;
                left: 24%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
                top: 47%;
                left: 11%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-mendrisio {
                top: 56%;
                left: 23%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
                left: 33%;
                top: 39%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
                left: 18%;
                top: 37.9%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-zizers {
                left: 27%;
                top: 45.9%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-gruiu{
                left: 88%;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-gruiu {
                top: 62%;
                left: 76%;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-china.com-big-dot-pos .com-map .com-m-image{
                left: -936px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-china{
                top: 167px;
                left: 404px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-china {
                top: 145px;
                left: 154px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-china {
                top: 249px;
                left: 726px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-china {
                top: 218px;
                left: 653px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-china {
                top: 29px;
                left: 205px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-china .cn-area-label{
                top: 20px;
                right: -40px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.com-big-dot-pos .com-node.cn-china .cn-area-label {
                right: -11px;
                top: 80px;
            }

            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-map .com-m-image {
                left: -695px;
                top: -314px;
                width: 1272px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.com-big-dot-pos .com-node.cn-asia-pacific{
                top: 204px;
                left: 386px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 140px;
                left: 149px;
                width: 97px;
                height: 97px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 340px;
                left: 682px;
                width: 90px;
                height: 90px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 352px;
                left: 511px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-asia-pacific {
                top: 269px;
                left: 73px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot .com-node.cn-asia-pacific .cn-area-label {
                top: 37px;
                right: 11px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot.enlarged .com-node.cn-asia-pacific .cn-area-label{
                right: 34px;
                top: 75px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.cus-org-map-pill-over-dot.enlarged.enlarged-europe .com-node.cn-asia-pacific .cn-area-label {
                right: 54px;
                top: 115px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                left: 14%;
                top: 47%;
            }

            .cus-org-map.enlarged.enlarged-north-america.com-big-dot-pos .cn-flag.cnb-singapore {
                top: 62%;
                left: 82%;
            }
        }

        @media (max-width: 420px) {
            .cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-map .com-m-image{
                left: -786px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-asia-pacific{
                left: 58px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.enlarged.enlarged-asia-pacific.cus-org-map-pill-over-dot .com-node .cn-flag.cnb-badalgama .cn-label{
                transform: unset;
                left: -29px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-china.com-big-dot-pos .com-node.cn-asia-pacific .cn-flag.cnb-badalgama {
                left: 8%;
                top: 36.9%;
            }

            .cus-org-map.cus-org-map-pill-over-dot .cn-flag.cnb-badalgama .cnl-pill.cnl-p-dark .cnlp-arrowhead-shadow,
            .cus-org-map.cus-org-map-pill-over-dot .cn-flag.cnb-badalgama .cnlp-arrowhead{
                left: 20px;
                transform: unset;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-china {
                left: 116px;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-europe{
                left: -161px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-europe.com-big-dot-pos .com-node.cn-europe .cn-flag.cnb-ludbreg{
                left: 50%;
            }

            .cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-asia-pacific.com-big-dot-pos .com-node.cn-north-america {
                top: 59px;
                left: -549px;
            }

            .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-advanced.enlarged.enlarged-north-america.com-big-dot-pos .com-node.cn-north-america .cn-flag.cnb-juarez{
                left: 75%;
            }
        }

        /* remove me */
        .cus-org-map-ad-2.cus-org-map .com-map-wrap,
        .cus-org-map .com-map-scroller-mob{
            /* overflow: visible; */
        }

        .cus-org-map-ad-2.cus-org-map.enlarged .com-node .cn-flag, .cus-org-map-ad-2.cus-org-map.enlarged .com-node .cn-area-label{
            /* visibility: visible; */
            /* opacity: 1; */
        }
        /* remove me */
        /* Map section for customer organizations version 2 */
    /* Customer organizations */

    /* Customer organizations contact us element */
        .fce-cust-orgs .fce-co-c-l-t-wrapper.thick-bottom-bar .b-tab-text:after{
            height: 4px;
        }

        .fce-cust-orgs .fce-co-c-l-t-wrapper {
            border-bottom: 1px solid var(--bagels-neutral_100);
        }

        @media (min-width: 768px) {
            .fce-cust-orgs .fce-co-c-l-t-wrapper.align-left{
                justify-content: flex-start;
            }

            .fce-cust-orgs .fce-co-c-l-t-wrapper.align-left .fce-co-c-l-t-1:first-child .b-tab-link{
                padding-left: 0;
            }
        }
    /* Customer organizations contact us element */

    /* Customer organizations contact us element v2 */
    .fce-cust-orgs-v2 .fce-co-c-rctc-r-image {
        aspect-ratio: 19 / 15;
    }

    .fce-cust-orgs-v2 .fce-co-c-rctc-r-tab-body{
        min-width: calc( 50% - ( 64px / 2 ) );
        display: none;
        /* min-width: 593px; */
    }

    .fce-cust-orgs-v2 .fce-co-c-right-col-tab-conts{
        /* width: calc( 50% - ( 64px / 2 ) ); */
    }

    .fce-cust-orgs-v2 .has-sub-divs .fce-co-c-2{
        width: auto;
    }

    .fce-com-oi-slides-d{
        /* overflow: auto; */
    }

    @media (pointer: coarse) {
        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-pill-over-dot .com-node .cn-flag .cn-label,
        .cus-org-map-nc.cus-org-map-ad-2.cus-org-map.cus-org-map-pill-over-dot .com-node .cn-flag .cnl-pill {
            pointer-events: none !important;
        }
    }

    @media (max-width: 1199px) {
        .fce-cust-orgs-v2 .fce-co-c-left,
        .fce-cust-orgs-v2 .fce-co-c-r2-col-left,
        .fce-cust-orgs-v2 .fce-co-c-r3-col-left{
            padding-left: 0;
        }
    }

    @media (max-width: 991px) {
        .fce-cust-orgs-v2 .fce-co-c-1-1{
            flex-direction: column;
            align-items: center;
        }

        .fce-cust-orgs-v2 .fce-co-c-rctc-r-tab-body,
        .fce-cust-orgs-v2 .fce-co-c-right{
            margin-top: 30px;
            width: 500px;
            max-width: 100%;
        }
        
        .fce-cust-orgs-v2 .fce-co-c-left{
            margin-right: 0;
            width: auto;
            text-align: center;
        }

        .fce-cust-orgs-v2 .fce-co-c-l-t-wrapper.align-left{
            justify-content: center;
        }

        .fce-cust-orgs-v2 .fce-co-c-r3-col-left{
            margin-right: 0;
        }

        .fce-cust-orgs-v2 .fce-co-c-row-3{
            justify-content: center;
        }

        .fce-cust-orgs-v2 .fce-co-c-1.has-sub-divs .fce-co-c-row-3{
            justify-content: flex-start;
        }

        .fce-cust-orgs-v2 .fce-co-c-l-t-1:last-child .fce-co-t-link{
            padding-right: 0;
        }

        .fce-cust-orgs-v2 .fce-co-c-row-2 {
            margin-top: 35px;
        }

        .fce-cust-orgs-v2 .fce-co-c-l-1 {
            margin-top: 15px;
        }

        .fce-cust-orgs-v2 .fce-co-c-l-descr {
            margin-top: 35px;
        }

        .fce-cust-orgs-v2 .fce-co-content {
            margin-top: 45px;
        }

        .fce-com-oi-slides-d .fce-co-c-1-1 {
            /* height: unset; */
            /* max-height: calc( 505px - ( 20px * 2 ) ); */
        }
    }

    @media (max-width: 499px) {
        .fce-cust-orgs-v2 .fce-co-c-l-descr {
            margin-top: 20px;
        }

        .fce-cust-orgs-v2 .fce-co-c-l-buttons {
            margin-top: 35px;
            display: block;
        }

        .fce-cust-orgs-v2 .has-sub-divs .fce-co-c-2 {
            width: 100%;
        }

        .fce-cust-orgs-v2 .fce-co-c-rctc-r-tab-body,
        .fce-cust-orgs-v2 .fce-co-c-right,
        .fce-cust-orgs-v2 .fce-co-c-row-2 {
            margin-top: 20px;
        }

        .fce-cust-orgs-v2 .fce-co-c-l-b-1 .bagels-theme-button a{
            width: 100%;
        }

        .fce-cust-orgs-v2 .fce-co-c-row-3{
            display: block;
        }

        .fce-cust-orgs-v2 .fce-co-c-l-b-1{
            margin-right: 0;
        }
    }
    /* Customer organizations contact us element v2 */

    /* Contact form */
        .fce-contact-form.common-form.cf-t-dark{
            background-color: var(--bagels-neutral_900);
            color: var(--bagels-light);
        }

        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="text"],
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="email"],
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="date"],
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="tel"],
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="url"],
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="number"],
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="file"],
        .fce-contact-form.common-form.cf-t-dark .wpcf7 select,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 textarea{
            border: 1px solid var(--bagels-neutral_600);
            background-color: var(--bagels-neutral_800);
            color: var(--bagels-light);
        }

        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="text"]:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="email"]:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="date"]:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="tel"]:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="url"]:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="number"]:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="file"]:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 select:focus,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 textarea:focus{
            border-color: var(--bagels-neutral_500);
        }

        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="text"]::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="email"]::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="date"]::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="tel"]::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="url"]::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="number"]::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 input[type="file"]::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 select::placeholder,
        .fce-contact-form.common-form.cf-t-dark .wpcf7 textarea::placeholder{
            color: var(--bagels-neutral_500);
        }
    /* Contact form */
/* Flexible content */

/* Sections */
    /* Service title section */
        .service-title-section .sts-col-2 {
            min-width: 45%;
        }

        .service-title-section .sts-image {
            max-width: 100%;
        }

        .service-title-section.sub-service .sts-1{
            position: relative;
        }
        
        .service-title-section.sub-service .sts-2{
            min-height: 416px;
        }

        .service-title-section.sub-service .sts-image {
            /* max-width: 595px; */
            max-width: 535px;
            width: 535px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 50px;
        }

        /* {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            object-fit: contain;
            object-position: center;
        } */

        .service-title-section .sts-description{
            margin-top: 24px;
        }

        @media (min-width: 992px) {
            .service-title-section .sts-col-1{
                margin-right: var(--spc-3xl);
                /* padding-top: var(--spc-3xl); */
                /* padding-bottom: var(--spc-3xl); */
                padding-top: 85px;
                padding-bottom: 85px;
                min-width: calc( 100% - 45% - var(--spc-3xl) );
            }
        }

        @media (max-width: 1199px) {
            .service-title-section.sub-service .sts-image{
                max-width: 465px;
            }
        }

        @media (max-width: 991px) {
            .service-title-section{
                padding-top: 90px;
                padding-bottom: 80px;
                min-height: 57vh;
            }

            .service-title-section .sts-bg-img{
                /* display: none; */
            }

            /* .service-title-section.child-service {
                padding-top: 0;
                justify-content: flex-start;
            } */
            
            .service-title-section.no-graphics,
            .service-title-section.sub-service{
                min-height: auto;
                padding-top: 0;
                justify-content: flex-start;
            }

            .service-title-section .sts-col-1 {
                margin-top: 55px;
            }
            
            .service-title-section.sub-service .sts-col-1 {
                margin-top: 35px;
            }

            .service-title-section.sub-service .sts-col-1:first-child:last-child {
                margin-top: 75px;
            }

            .service-title-section.main-service .sts-col-1:first-child:last-child {
                margin-top: 0;
            }

            .service-title-section .sts-2{
                flex-direction: column-reverse;
            }

            .service-title-section.sub-service .sts-2{
                align-items: flex-end;
                justify-content: flex-end;
            }

            .service-title-section .sts-image {
                max-width: 75%;
                margin-left: auto;
                margin-right: auto;
            }

            .service-title-section.main-service .sts-col-2 .sts-image {
                /* padding-top: 70px; */
            }

            .service-title-section.sub-service .sts-image{
                position: static;
            }

            .service-title-section.no-graphics .sts-2{
                min-height: auto;
            }
        }

        @media (max-width: 499px) {
            .service-title-section{
                padding-top: var(--spc-3xl);
                padding-bottom: var(--spc-2xl);
            }

            .service-title-section .sts-col-1 {
                margin-top: var(--spc-xl);
            }

            .service-title-section .sts-description {
                margin-top: var(--spc-md);
            }

            .service-title-section .sts-image{
                max-width: 100%;
            }

            .service-title-section.sub-service .sts-col-2{
                max-width: 100%;
            }

            .service-title-section.sub-service .sts-image{
                max-width: none;
                max-width: 100%;
                right: 35px;
            }

            body.serv-title-sect-has-alt-img .service-title-section.sub-service .sts-image{
                max-width: 360px;
            }

            .service-title-section.sub-service .sts-2 {
                min-height: auto;
            }
        }
    /* Service title section */

    /* Text cubes element */
        @media (min-width: 500px) {
            .fce-text-cubes{
                margin-bottom: var( --spc-xl-neg );
            }
            
            .fce-text-cubes .bagels-text-cube{
                margin-bottom: var( --spc-xl );
            }
        }

        @media (min-width: 992px) {
            .fce-text-cubes.boxes-per-line-1 .bagels-text-cube{
                width: 100%;
            }
            
            .fce-text-cubes.boxes-per-line-2 .bagels-text-cube{
                width: calc( 50% - ( var( --spc-xl ) / 2 ) );
                margin-right: var( --spc-xl );
            }
            
            .fce-text-cubes.boxes-per-line-1 .bagels-text-cube,
            .fce-text-cubes.boxes-per-line-2 .bagels-text-cube:nth-child(2n){
                margin-right: 0;
            }

            .fce-text-cubes.boxes-per-line-3 .bagels-text-cube{
                width: calc( ( 100% / 3 ) - ( ( var( --spc-xl ) * 2 ) / 3 ) );
                margin-right: var( --spc-xl );
            }
            
            .fce-text-cubes.boxes-per-line-4 .bagels-text-cube{
                width: calc( 25% - ( ( var( --spc-xl ) * 3 ) / 4 ) );
                margin-right: var( --spc-xl );
            }
            
            .fce-text-cubes.boxes-per-line-3 .bagels-text-cube:nth-child(3n),
            .fce-text-cubes.boxes-per-line-4 .bagels-text-cube:nth-child(4n){
                margin-right: 0;
            }
        }

        @media (min-width: 500px) and (max-width: 991px) {
            .fce-text-cubes .bagels-text-cube{
                width: calc( 50% - ( var( --spc-xl ) / 2 ) );
                margin-right: var( --spc-xl );
            }

            .fce-text-cubes .bagels-text-cube:nth-child(2n){
                margin-right: 0;
            }
        }

        @media (max-width: 499px) {
            .fce-text-cubes{
                margin-bottom: -27px;
            }
            
            .fce-text-cubes .bagels-text-cube{
                width: 100%;
                margin-bottom: 27px;
            }
        }
    /* Text cubes element */
/* Sections */

/* Newsroom page */
/* Newsroom page */


