.maps__stats--title {
    font-family: "Marck Script", cursive;
    font-weight: 400;
    color: #E379A3;
}
@media screen and (min-width: 576px) {
    .maps__stats--title {
        font-family: "LT Superior", serif;
        font-weight: 600;
        color: #232327;
    }
}
[data-map-content] {
    transition: fill 0.4s ease, transform 0.2s ease;
    cursor: pointer;
    outline: none;
}
[data-map-content]:hover {
    transform: scale(1.01);
    filter: brightness(0.95);
}
.maps__stats--item {
    transition: opacity 0.4s ease, transform 0.4s ease;
}
.maps__stats--item.hidden {
    display: none;
    opacity: 0;
    transform: translateY(10px);
}
.tab-btn.active {
    background-color: #232327;
    color: white;
    border-color: #232327;
}

.top-\[250px\] {
    top: 250px;
}

.maps__content{
    z-index: 1;
    position:relative;
    width: 100%;
}

@media screen and (min-width:576px){
    .maps__content{
        margin-top: -200px;
        z-index: 1;
        position:relative;
        width: 82%;
    }
}

.maps__btns{
    z-index: 2;
    position:relative;
}