
:root{--pb-radius:18px;--pb-shadow:0 12px 34px rgba(18,24,40,.08);--pb-border:1px solid rgba(var(--color-foreground),.1)}
.pb-section{position:relative}.pb-section .page-width{max-width:120rem}.pb-eyebrow{margin:0 0 .8rem;font-size:1.2rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;opacity:.65}.pb-heading{margin:0;line-height:1.15}.pb-subheading{max-width:72rem;margin:1.2rem auto 0;opacity:.76}.pb-card{border:var(--pb-border);border-radius:var(--pb-radius);background:rgb(var(--color-background));box-shadow:var(--pb-shadow)}.pb-grid{display:grid;gap:1.6rem}.pb-icon{display:inline-grid;place-items:center;width:4.6rem;height:4.6rem;border-radius:50%;background:rgba(var(--color-foreground),.06);font-size:2.2rem}.pb-button{min-height:5.2rem;border-radius:999px;padding:0 2.8rem;font-weight:700}.pb-center{text-align:center}.pb-muted{opacity:.72}.pb-media{display:block;width:100%;height:auto;border-radius:calc(var(--pb-radius) - 2px)}
@media(min-width:750px){.pb-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.pb-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.pb-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:749px){.pb-hide-mobile{display:none!important}}
