
@keyframes worldmap {
0% {
        clip-path: inset(0 0% 0 0);
}
100% {
        clip-path: inset(0 var(--fill-percentage, 0%) 0 0);
}
}

