.rad-sales {
    background: var(--l-blue9);
    padding-bottom: 0;
}

.rad-sales .rad-world {
    position: relative;
    margin-top: 54px;
    padding: 8px 0 0;
}

.rad-sales .rad-world .map-box {
    position: absolute;
    background: linear-gradient(180deg, rgb(250 253 255 / 100%) 0%, rgb(250 253 255 / 80%) 75%, rgb(250 253 255 / 0%) 100%);
    width: 100vw;
    z-index: 5;
}

.rad-sales .rad-world .map-box .section-header {
    padding: 0;
}

.rad-sales .rad-world img.legend {
    z-index: 99;
    position: absolute;
    bottom: 6px;
    left: calc(50% - 115px);
    transform: translate(-50%, 0);
}

.rad-sales .rad-world #map {
    height: calc(100vh - 52px);
    max-height: 560px;
    margin-top: 108px;
}

@media screen and (width >= 768px) {
    .rad-sales .rad-world #map {
        height: calc(90vh - 60px);
        margin-top: 64px;
        max-height: 720px;
    }
}

@media screen and (width >= 992px) {
    .rad-sales .rad-world #map {
        margin-top: 0;
        min-height: 800px;
        max-height: 925px;
    }
}

@media screen and (width >= 1200px) {
    .rad-sales .rad-world #map {
        margin-top: 56px;
        min-height: 865px;
        max-height: 985px;
    }
}

@media screen and (width >= 1525px) {
    .rad-sales .rad-world #map {
        margin: 56px auto 0;
        min-height: 900px;
        max-height: 1020px;
        max-width: 1720px;
    }
}

.rad-sales .mob-hide {
    display: none;
}

.rad-sales .mapboxgl-popup {
    max-width: 480px;
    width: 100%;
    padding: 16px;
    border-radius: 5px;
    color: var(--l-gray3);
    font-size: 16px;
    text-align: center;
    z-index: 9;
    font-family: Lato, "Open Sans", Helvetica, Arial, sans-serif;
}

.rad-sales .mapboxgl-popup span {
    text-transform: uppercase;
    font-size: 11px;
    color: var(--l-blue3);
    letter-spacing: 1.5px;
}

@media (width >= 768px) {
    .rad-sales .mob-hide {
        display: block;
    }
}
