.proof-band{display:block;overflow:hidden}.proof-band__eyebrow{margin:0 0 1.2rem;font-family:var(--font-body-family);font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(var(--color-foreground),.65)}.proof-band__heading{margin:0 0 1.4rem;font-family:var(--font-heading-family);line-height:1.1;letter-spacing:-.02em;color:rgb(var(--color-foreground));overflow-wrap:break-word}.proof-band__highlight{font:inherit}.proof-band__highlight--block{display:block}.proof-band__intro{margin:0 0 .8rem;max-width:60rem;font-family:var(--font-body-family);line-height:1.6;color:rgba(var(--color-foreground),.75)}.proof-band__intro p{margin:0 0 .8rem}.proof-band__intro p:last-child{margin-bottom:0}.proof-band__header{max-width:76rem;margin:0 auto 3.2rem;text-align:center}.proof-band__header .proof-band__intro{margin-left:auto;margin-right:auto}.proof-band__stat{display:flex;flex-direction:column;align-items:center;gap:.6rem;min-width:0;padding:2.4rem 1.6rem;text-align:center}.proof-band__value-group{display:inline-flex;align-items:baseline;justify-content:center;font-family:var(--font-heading-family);font-weight:700;line-height:1;letter-spacing:-.02em;color:rgb(var(--color-foreground));overflow-wrap:anywhere}.proof-band__value{font:inherit}.proof-band__suffix{font-size:.55em;font-weight:700;margin-left:.1em}.proof-band__label{font-family:var(--font-body-family);font-size:1.4rem;font-weight:600;line-height:1.35;color:rgb(var(--color-foreground))}.proof-band__sub{font-family:var(--font-body-family);font-size:1.2rem;line-height:1.4;color:rgba(var(--color-foreground),.65)}.proof-band--style-card .proof-band__grid .proof-band__stat{border-radius:1.4rem;background:rgba(var(--color-foreground),.05);border:1px solid rgba(var(--color-foreground),.08)}.proof-band--style-outline .proof-band__grid .proof-band__stat{border-radius:2rem;border:1px solid rgba(var(--color-foreground),.25);background:transparent}.proof-band--style-plain .proof-band__grid .proof-band__stat{padding:1.2rem .8rem}.proof-band--style-plain .proof-band__grid .proof-band__stat+.proof-band__stat{border-left:0}.proof-band__grid{display:grid;gap:1.6rem;margin:0;padding:0}.proof-band__grid--mobile-1{grid-template-columns:1fr}.proof-band__grid--mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-band__pills{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;margin:0;padding:0}.proof-band__pills .proof-band__stat{flex:1 1 14rem;max-width:24rem;flex-direction:column;padding:1.4rem 2rem;border-radius:2rem;border:1px solid rgba(var(--color-foreground),.2);background:rgba(var(--color-foreground),.04)}.proof-band__pills .proof-band__value-group{font-size:.62em}.proof-band__split{display:flex;flex-direction:column;gap:3.2rem}.proof-band__media{min-width:0}.proof-band__image{display:block;width:100%;height:auto;border-radius:1.2rem}.proof-band__image-placeholder{position:relative;aspect-ratio:4 / 5;border-radius:1.2rem;overflow:hidden;background:rgba(var(--color-foreground),.04)}.proof-band__image-placeholder .placeholder-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%}.proof-band__split-content{min-width:0}.proof-band__grid--split{grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2.4rem}.proof-band__grid--split .proof-band__stat{align-items:flex-start;text-align:left;padding:2rem 1.6rem}.proof-band__grid--split .proof-band__value-group{font-size:.8em}.proof-band__giant-row{display:flex;flex-direction:column;gap:2.4rem}.proof-band__giant{display:flex;flex-direction:column;align-items:flex-start;gap:.8rem;padding:0;text-align:left}.proof-band__giant .proof-band__value-group{justify-content:flex-start}.proof-band__giant .proof-band__label{font-size:1.6rem}.proof-band__giant-content{min-width:0}.proof-band__checklist{display:grid;grid-template-columns:1fr;gap:1rem;margin:2rem 0 0;padding:0}.proof-band__checklist-item{display:flex;align-items:flex-start;gap:1rem;font-family:var(--font-body-family);line-height:1.45;color:rgb(var(--color-foreground))}.proof-band__checklist-icon{display:block;flex:none;margin-top:.1em;color:rgba(var(--color-foreground),.85)}.proof-band__checklist-icon svg{display:block}.proof-band__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1.2rem;margin:2.8rem 0 0}.proof-band--giant_stat .proof-band__actions,.proof-band--image_split .proof-band__actions{justify-content:flex-start}.proof-band__btn{display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:1.2rem 2.8rem;border-radius:.6rem;background:rgb(var(--color-button));color:rgb(var(--color-button-text));font-family:var(--font-body-family);font-size:1.5rem;font-weight:600;letter-spacing:.02em;line-height:1.2;text-decoration:none;cursor:pointer;transition:opacity .15s ease,transform .15s ease}.proof-band__btn:hover{transform:translateY(-1px);opacity:.92}.proof-band__btn:focus-visible{outline:.2rem solid rgb(var(--color-foreground));outline-offset:.3rem}.proof-band__btn[aria-disabled=true]{pointer-events:none;opacity:.6}.proof-band__footnote{margin:2rem 0 0;font-family:var(--font-body-family);font-size:1.2rem;line-height:1.5;color:rgba(var(--color-foreground),.6);text-align:center}.proof-band--giant_stat .proof-band__footnote,.proof-band--image_split .proof-band__footnote{text-align:left}@media screen and (min-width:750px){.proof-band__checklist{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.proof-band__grid--cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.proof-band__grid--cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.proof-band__grid--cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.proof-band__split{flex-direction:row;align-items:center;gap:6rem}.proof-band__media{flex:0 1 42%}.proof-band--image-right .proof-band__media{order:1}.proof-band__split-content{flex:1 1 58%}.proof-band__giant-row{flex-direction:row;align-items:center;gap:6rem}.proof-band__giant{flex:0 0 auto;max-width:44%}.proof-band__giant-content{flex:1 1 auto}}@media(prefers-reduced-motion:reduce){.proof-band__btn{transition:none}.proof-band__btn:hover{transform:none}}
/*# sourceMappingURL=/cdn/shop/t/4/assets/section-proof-band.css.map */
