.stats__module .stats{aspect-ratio:var(--aspect-ratio);flex-wrap:wrap;gap:var(--base-padding);grid-column:content-start/content-end;justify-content:space-around}.stats__module .stat,.stats__module .stats{align-items:center;border-radius:1rem;display:flex}.stats__module .stat{backdrop-filter:blur(3px);background:var(--overlay);flex-direction:column;justify-content:center;padding:2rem;text-align:center;width:var(--card-width-default)}.stats__module .stat .icon{backdrop-filter:blur(.5rem);background:var(--white);border:2px solid var(--white);border-radius:50%;box-shadow:0 0 0 2px var(--secondary);height:6rem;margin-bottom:2rem;margin-top:-5rem;overflow:hidden;width:6rem}.stats__module .stat img{height:100%;object-fit:contain;padding:1rem;width:100%}.stats__module .stat .number{font-family:var(--heading-font-family,sans-serif);font-size:var(--font-size-1);font-style:var(--heading-font-style,normal);font-weight:var(--heading-font-weight,700);line-height:var(--heading-line-height,1.2);margin:0;text-box:cap alphabetic;text-transform:uppercase}@media (max-width:800px){.stats__module .stats{aspect-ratio:unset;flex-direction:column}.stats__module .stat{margin-top:4rem}}