.animated-donut{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.animated-donut .stats-number,.circle-chart{position:absolute}.circle-chart{transform:rotate(-90deg)}@media screen and (max-width:560px){.stats-row{flex-wrap:wrap}}.animated-number{align-items:center;display:flex;justify-content:center;min-height:160px;position:relative;width:100%}.animated-number .stats-number{position:absolute}.stats-progress-bar__container{display:flex;flex-direction:column;height:150px;justify-content:space-between;padding-bottom:1rem;padding-top:1rem;width:160px}.stats-progress-bar__outer{background:var(--bg-grey-tint-0);border-radius:4px;height:fit-content;margin-left:auto;margin-right:auto;max-width:350px;width:100%}.stats-progress-bar__inner{border-radius:4px;height:8px;transition:width .4s ease;width:0}.stats-section .circle-chart__background{stroke:var(--white)}.stats-section[data-background=""] .circle-chart__background,.stats-section[data-background=ux-bg-gray] .circle-chart__background,.stats-section[data-background=white] .circle-chart__background{stroke:var(--bg-grey-tint-0)}.stats-section .stats-progress-bar__outer{background:var(--white)}.stats-section[data-background=""] .stats-progress-bar__outer,.stats-section[data-background=ux-bg-gray] .stats-progress-bar__outer,.stats-section[data-background=white] .stats-progress-bar__outer{background:var(--bg-grey-tint-0)}