.global-offices{display:flex;gap:32px;align-items:flex-start;}
.go-sidebar{min-width:220px;flex:0 0 220px;}
.go-continent{border-bottom:1px solid #e3ddf2;}
.go-continent-toggle{width:100%;background:none;border:none;text-align:left;padding:14px 4px;font-size:15px;font-weight:300;color:#2b2450;cursor:pointer;display:flex;justify-content:space-between;align-items:center;}
.go-continent.go-open .go-continent-toggle{font-weight:600;}
.go-continent-toggle:hover,
.go-continent-toggle:focus{background:none;color:#2b2450;}
.go-chevron{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:8px;
    height:14px;
    transition:transform .25s ease;
}

.go-chevron img{
    display:block;
    width:100%;
    height:100%;
}
.go-continent.go-open .go-chevron{
    transform:rotate(90deg) !important;
}
.go-country-list{list-style:none;margin:0;padding:0;max-height:0;overflow:hidden;opacity:0;transition:max-height .6s cubic-bezier(0.4,0,0.2,1), opacity .5s ease;}
.go-continent.go-open .go-country-list{opacity:1;}
.go-country{padding:8px 4px 8px 14px;font-size:14px;color:#8a84a8;cursor:pointer;}
.go-country:hover{color:#8a84a8;}
.go-country.go-active{color:#1c1636;font-weight:600;}
.go-globe-wrap{position:relative;flex:1 1 420px;min-width:320px;}
#go-globe-svg{width:100%;height:auto;display:block;}
.go-country-path{fill:#ffffff;stroke:#a996d1;stroke-width:.5;cursor:pointer;transition:fill .3s ease;}
.go-country-path.go-selected{fill:#4b3b8c;}
.go-sphere{fill:#cdc0e8;fill-opacity:.55;}
.go-graticule{fill:none;stroke:#b8a9dd;stroke-opacity:.4;stroke-width:.5;}
.go-popup{position:absolute;display:none;background:#fff;border-radius:10px;box-shadow:0 6px 24px rgba(30,20,70,.18);padding:12px 14px;min-width:150px;z-index:5;}
.go-popup-head{display:flex;align-items:center;gap:6px;font-weight:600;font-size:14px;color:#2b2450;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid #eee6fb;}
.go-popup-pin{font-size:13px;}
.go-popup-logos{display:flex;flex-direction:column;gap:8px;}
.go-popup-logo-row{background:none;padding:6px 8px;display:flex;align-items:center;}
.go-popup-logo-row img{max-height:22px;max-width:120px;object-fit:contain;}

@media (max-width: 1023px) and (min-width: 768px) {
    .global-offices {
        gap: 24px;
    }

   .go-sidebar {
    min-width: 220px;
    flex: 0 0 220px;
}

    .go-continent-toggle {
        font-size: 13px;
        padding: 10px 4px;
    }

    .go-country {
        font-size: 12px;
        padding: 6px 4px 6px 12px;
    }

}
@media (min-width:767px ) and (max-width:1079px){
    div#global-presence-right {
        width: 100% !important;
        
    }
.global-offices{
    flex-wrap:nowrap;
    }
    #go-globe-svg {
        width:100% !important;
    }
#global-presence-main .e-con-inner {
    flex-direction: row !important;
    flex-wrap: wrap !important;
}

#global-presence-left {
    width: 100% !important;
    border-right: 0;
}
div#global-presence-right {
    padding-left: 0 !important;
}

}
@media (min-width:1080px) {
    .global-offices{
    flex-wrap:nowrap;
    }
}
@media (max-width: 767px) {
    .global-offices {
        flex-direction: column;
        gap: 0;
    }

    .go-sidebar {
        display: flex;
        flex-wrap: nowrap;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        min-width: 0;
        gap: 6px;
        border-bottom: none;
        padding-bottom: 0;
    }

    .go-continent {
        position: relative;
        
        min-width: 0;
        border-bottom: none;
        text-align: center;
    }

    .go-continent-toggle {
        width: 100%;
        flex-direction: column;
        align-items: center;
        gap: 4px;
        font-size: 11px;
        padding: 6px 0 10px 0;
        white-space: nowrap;
    }

    .go-chevron {
        transform: rotate(90deg);
    }

    .go-continent.go-open .go-chevron {
        transform: rotate(90deg);
    }

    .go-country-list {
        position: absolute;
        top: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: none;
        min-width: max-content;
        padding: 6px 0 0 0;
        box-shadow: none;
        border-radius: 0;
        z-index: 6;
        text-align: center;
    }

    .go-country {
        font-size: 13px;
        padding: 5px 4px;
        white-space: nowrap;
        text-align: center;
    }

    .go-globe-wrap {
        flex: 1 1 100%;
        width: 100%;
        min-width: 0;
        max-width: none;
        margin-top: 12px;
    }
}