@import url("https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap");.stats-wrapper{align-items:center;font-family:DM Sans,sans-serif;padding:40px 20px}.stats-container,.stats-wrapper{display:flex;justify-content:center}.stats-container{flex-wrap:wrap;gap:calc(var(--st-gap, 32px)*.75)}.stats-unit{height:calc(var(--st-size, 190px)*.84);position:relative;width:calc(var(--st-size, 190px)*.84)}@media (min-width:768px){.stats-unit{height:var(--st-size,190px);width:var(--st-size,190px)}.stats-container{gap:var(--st-gap,32px)}}.stats-unit svg{height:100%;transform:rotate(-90deg);width:100%}.st-progress{stroke-width:12}.st-glow,.st-progress{fill:none;stroke-linecap:butt}.st-glow{filter:blur(2px);opacity:.18;stroke-width:18}.st-label-group{left:50%;pointer-events:none;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%);width:80%}.st-number{color:var(--st-number-color,#fff);font-size:calc(var(--st-number-size, 46px)*.87);font-variant-numeric:tabular-nums;font-weight:700;letter-spacing:-1px;line-height:1;white-space:nowrap}@media (min-width:768px){.st-number{font-size:var(--st-number-size,46px)}}.st-label{color:var(--st-label-color,#fff);display:block;font-size:var(--st-label-size,10px);font-weight:500;letter-spacing:3px;line-height:var(--st-label-line-height,1.3);margin-top:8px;text-transform:uppercase}@media (prefers-reduced-motion:reduce){.st-glow,.st-progress{transition:none}}