.map path:hover {
    fill: rgb(82, 82, 81)
}
.map path.active {
    fill: rgb(249, 99, 50);
}
a.active {
    color: rgb(249, 99, 50);
}