.section--stats-band .stat-band__grid{display:grid;gap:30px;grid-template-columns:repeat(4,1fr)}.section--stats-band .stat-band__grid--1{grid-template-columns:1fr}.section--stats-band .stat-band__grid--2{grid-template-columns:repeat(2,1fr)}.section--stats-band .stat-band__grid--3{grid-template-columns:repeat(3,1fr)}.section--stats-band .stat-band__grid--5,.section--stats-band .stat-band__grid--6{grid-template-columns:repeat(3,1fr);row-gap:44px}.section--stats-band .stat-band__value{color:var(--bz-primary);display:inline-block;font-size:clamp(2rem,3.2vw,2.625rem);font-weight:900;letter-spacing:-.03em;line-height:1}.section--stats-band .stat-band__value--vapor{box-shadow:inset 0 -.28em 0 rgba(var(--bz-vapor-rgb),.35)}.section--stats-band .stat-band__value--fourth{box-shadow:inset 0 -.28em 0 rgba(var(--bz-fourth-rgb),.32)}.section--stats-band .stat-band__value--tertiary{box-shadow:inset 0 -.28em 0 rgba(var(--bz-tertiary-rgb),.3)}.section--stats-band .stat-band__value--secondary{box-shadow:inset 0 -.28em 0 rgba(var(--bz-secondary-rgb),.22)}.section--stats-band .stat-band__label{display:block;font-weight:800;letter-spacing:-.01em;margin-top:13px}.section--stats-band .stat-band__desc{display:block;line-height:1.45;margin-top:4px}.section--stats-band.section-theme--dark .stat-band__label,.section--stats-band.section-theme--dark .stat-band__value{color:var(--bz-white)}.section--stats-band.section-theme--dark .stat-band__desc{color:rgba(var(--bz-white-rgb),.7)}@media (max-width:991px){.section--stats-band .stat-band__grid,.section--stats-band .stat-band__grid--3,.section--stats-band .stat-band__grid--5,.section--stats-band .stat-band__grid--6{grid-template-columns:repeat(2,1fr);row-gap:36px}}@media (max-width:575px){.section--stats-band .stat-band__grid,.section--stats-band .stat-band__grid--2,.section--stats-band .stat-band__grid--3,.section--stats-band .stat-band__grid--5,.section--stats-band .stat-band__grid--6{grid-template-columns:1fr;row-gap:28px}}