.pst-cards{background-color:var(--pst-cards-bg,#fff);background-image:var(--pst-cards-bg-image,none);background-position:50%;background-repeat:no-repeat;background-size:cover}.pst-cards__inner{margin:0 auto;max-width:1200px;padding:100px 32px}.pst-cards__head{margin:0 auto 56px;max-width:860px;text-align:center}.pst-cards__lede{color:var(--pst-cards-lede,#565a5f);font-family:TT Interphase,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:var(--pst-cards-lede-size,18px);line-height:1.6;margin:16px 0 0}.pst-cards__h2{color:var(--pst-cards-heading,#121212);font-family:Chakra Petch,Inter,system-ui,sans-serif;font-size:50px;font-weight:700;letter-spacing:-.02em;line-height:1.08;margin:0;text-wrap:balance}.pst-cards__grid{display:grid;gap:40px 32px;grid-template-columns:repeat(var(--pst-cards-cols,4),minmax(0,1fr))}.pst-card,.pst-card__btn{text-align:center}.pst-card__btn{align-self:center;display:inline-flex;hyphens:auto;line-height:1.25;max-width:100%;padding-top:18px;white-space:normal;width:fit-content}.pst-card{align-items:center;display:flex;flex-direction:column;height:100%}.pst-card__body{margin-bottom:0}.pst-card a.pst-card__btn{margin-top:auto}.pst-card__media{display:flex;justify-content:center;line-height:0;margin:0 auto 20px}.pst-card__icon{color:var(--pst-cards-icon,#a62227)}.pst-card__img{height:auto;max-width:100%;width:var(--pst-cards-image-w,80px)}.pst-card__icon svg{fill:currentColor;height:var(--pst-cards-icon-size,36px);width:var(--pst-cards-icon-size,36px)}.pst-card__eyebrow{color:var(--pst-cards-eyebrow,#565a5f);font-size:var(--pst-cards-eyebrow-size,13px);font-weight:600;letter-spacing:.08em;margin:0 0 6px;text-transform:uppercase}.pst-card__eyebrow,.pst-card__title{font-family:Chakra Petch,Inter,system-ui,sans-serif}.pst-card__title{color:var(--pst-cards-title,#121212);font-size:var(--pst-cards-title-size,18px);font-weight:var(--pst-cards-title-weight,500);line-height:1.3;margin:0 0 10px;text-transform:var(--pst-cards-title-transform,none)}.pst-card__body{color:var(--pst-cards-body,#565a5f);font-family:TT Interphase,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:var(--pst-cards-body-size,16px);line-height:1.6;margin:0}@media (max-width:992px){.pst-cards__inner{padding:64px 24px}.pst-cards__h2{font-size:34px}.pst-cards__head{margin-bottom:40px}.pst-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:575px){.pst-cards__grid{gap:32px;grid-template-columns:minmax(0,1fr)}}.pst-cards{position:relative}.pst-cards__shape{left:0;line-height:0;pointer-events:none;position:absolute;right:0;z-index:2}.pst-cards__shape--top{top:0}.pst-cards__shape--bottom{bottom:0}.pst-cards__shape svg{display:block;fill:currentColor;height:100%;width:100%}.pst-cards__inner{position:relative;z-index:1}.pst-cards.has-top-shape .pst-cards__inner{padding-top:calc(100px + var(--pst-cards-shape-h, 100px))}.pst-cards.has-bottom-shape .pst-cards__inner{padding-bottom:calc(100px + var(--pst-cards-shape-h, 100px))}@media (max-width:992px){.pst-cards.has-top-shape .pst-cards__inner{padding-top:calc(64px + var(--pst-cards-shape-h, 100px)*.6)}.pst-cards.has-bottom-shape .pst-cards__inner{padding-bottom:calc(64px + var(--pst-cards-shape-h, 100px)*.6)}}