.progress-ring {

}

.progress-ring__circle {
    transition: 10s stroke-dashoffset;
// axis compensation
transform: rotate(-90deg);
    transform-origin: 50% 50%;
}
