.map__region{
    fill: #C4C4C4;
    stroke: #C4C4C4;
    stroke-width: .8px;
    vector-effect: non-scaling-stroke;
}
.map__region--interactive{
    fill: #66ABFF;
    stroke: #fff;
    transition: all .2s ease;
}
.map-region--active{
    fill: #08C7F1;
}
.map__country{
    cursor: pointer;
}
.map__country:hover .map__region{
    fill: #08C7F1;
}
.country-card__email{
    word-break: break-all;
}