.vz-stats-bar{--vz-stat-value:var(--vz-color-accent);--vz-stat-label:var(--vz-color-white);--vz-stat-lh:var(--vz-lh-body-invert)}.vz-stats-bar.vz-section--bg-ink{--vz-stat-label:var(--vz-color-on-dark)}.vz-stats-bar.vz-section--bg-surface,.vz-stats-bar.vz-section--bg-white{--vz-stat-value:var(--vz-color-primary);--vz-stat-label:var(--vz-color-ink);--vz-stat-lh:var(--vz-lh-body)}.vz-stats-bar:not(:has(.vz-stat)){display:none}.vz-stats{display:grid;gap:var(--vz-space-l);list-style:none;margin:0;padding:0}.vz-stat{container-type:inline-size}.vz-stat__value{color:var(--vz-stat-value);font-size:min(max(calc(var(--vz-step-3)*1.2),calc(var(--vz-step-4)*.78)),19cqi);font-variant-numeric:tabular-nums;font-weight:800;letter-spacing:var(--vz-tracking-display);line-height:1;margin-block-end:var(--vz-space-2xs)}.vz-stat__label,.vz-stat__value{display:block;overflow-wrap:break-word}.vz-stat__label{color:var(--vz-stat-label);font-size:var(--vz-step--1);line-height:var(--vz-stat-lh);max-inline-size:30ch;text-wrap:balance}.vz-stats-bar--align-center .vz-stat{text-align:center}.vz-stats-bar--align-center .vz-stat__label{margin-inline:auto}@media (min-width:48em){.vz-stats{column-gap:clamp(var(--vz-space-l),4vw,var(--vz-space-2xl));grid-template-columns:repeat(2,minmax(0,1fr));row-gap:var(--vz-space-xl)}}@media (min-width:62em){.vz-stats{grid-auto-columns:minmax(0,1fr);grid-auto-flow:column;grid-template-columns:none;row-gap:0}}