svg path[id^="path"]:hover {
    fill: #000;
    cursor: pointer;
}

#MainGraphic > g {
    cursor: pointer;
}

/*
#MainGraphic > g:hover g[id^="Over"] path {
    fill: #f1928f;
    cursor: pointer;
}
*/
#MainGraphic g[id^="Over"] path {
    fill: #fff;
    transition: fill 0.1s ease-in-out;
}