.pst-steps{background:var(--pst-steps-bg,#fff);background-color:var(--pst-steps-bg,transparent);background-image:var(--pst-steps-bg-image,none);background-position:50%;background-repeat:no-repeat;background-size:cover}.pst-steps__head{margin:0 auto 56px;max-width:860px;text-align:center}.pst-steps__h2{color:var(--pst-steps-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-steps__lede{color:var(--pst-steps-lede,#565a5f);font-family:TT Interphase,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:18px;line-height:1.6;margin:16px 0 0}.pst-steps__inner{margin:0 auto;max-width:1200px;padding:100px 32px}.pst-steps__grid{display:grid;gap:var(--pst-steps-gap,40px);grid-template-columns:repeat(var(--pst-steps-cols,4),minmax(0,1fr))}.pst-step{align-items:center;display:flex;flex-direction:column;text-align:center}.pst-step__head{display:flex;width:100%}.pst-step__circle,.pst-step__head{align-items:center;height:var(--pst-steps-circle-size,56px);justify-content:center;position:relative}.pst-step__circle{background:var(--pst-steps-circle-bg,#a62227);border-radius:50%;color:var(--pst-steps-icon,#fff);display:inline-flex;flex:none;width:var(--pst-steps-circle-size,56px);z-index:1}.pst-step__circle i,.pst-step__circle svg{color:inherit;fill:currentColor;font-size:var(--pst-steps-icon-size,24px);height:var(--pst-steps-icon-size,24px);line-height:1;width:var(--pst-steps-icon-size,24px)}.pst-step__rail{background:transparent}.pst-step__fill{background:var(--pst-steps-rail,#a62227);display:block;height:100%;width:100%}.pst-step__rail--h{height:var(--pst-steps-rail-size,2px);left:calc(50% + var(--pst-steps-circle-size, 56px)/2 + 12px);position:absolute;top:50%;transform:translateY(-50%);width:calc(100% + var(--pst-steps-gap, 40px) - var(--pst-steps-circle-size, 56px) - 24px)}.pst-step__rail--h .pst-step__fill{transform-origin:left center}.pst-step__rail--v{display:none}.pst-step__eyebrow{color:var(--pst-steps-eyebrow,#a62227);font-size:var(--pst-steps-eyebrow-size,22px);font-weight:600;letter-spacing:.12em;line-height:1.1;margin-top:20px;text-transform:uppercase}.pst-step__eyebrow,.pst-step__title{font-family:Chakra Petch,Inter,system-ui,sans-serif}.pst-step__title{color:var(--pst-steps-title,#121212);font-size:var(--pst-steps-title-size,30px);font-weight:700;letter-spacing:-.01em;line-height:1.15;margin:10px 0 0}.pst-step__body{color:var(--pst-steps-body,#5b6069);font-family:TT Interphase,Inter,system-ui,-apple-system,Segoe UI,sans-serif;font-size:var(--pst-steps-body-size,15px);font-weight:400;line-height:1.6;margin:12px 0 0;max-width:300px;text-wrap:pretty}.pst-steps--anim .pst-step{opacity:0;transform:translateY(16px);transition:opacity .52s cubic-bezier(.2,0,.1,1),transform .52s cubic-bezier(.2,0,.1,1)}.pst-steps--anim .pst-step.is-in{opacity:1;transform:none}.pst-steps--anim .pst-step__fill{transform:scaleX(0);transition:transform .76s cubic-bezier(.2,0,.1,1) .16s}.pst-steps--anim .pst-step.is-in .pst-step__fill{transform:scaleX(1)}@media (max-width:992px){.pst-steps__inner{padding:64px 24px}.pst-steps__h2{font-size:34px}.pst-steps__head{margin-bottom:40px}.pst-steps__grid{gap:0;grid-template-columns:minmax(0,1fr)}.pst-step__rail--h{display:none}.pst-step__rail--v{display:block;height:var(--pst-steps-vrail,64px);margin:26px auto 22px;width:var(--pst-steps-rail-size,2px)}.pst-step__rail--v .pst-step__fill{transform-origin:center top}.pst-steps--anim .pst-step__rail--v .pst-step__fill{transform:scaleY(0)}.pst-steps--anim .pst-step.is-in .pst-step__rail--v .pst-step__fill{transform:scaleY(1)}.pst-step__body{max-width:340px}.pst-step__eyebrow{margin-top:18px}}@media (prefers-reduced-motion:reduce){.pst-steps--anim .pst-step,.pst-steps--anim .pst-step__fill{opacity:1;transform:none;transition:none}}.pst-steps{position:relative}.pst-steps__shape{left:0;line-height:0;pointer-events:none;position:absolute;right:0;z-index:2}.pst-steps__shape--top{top:0}.pst-steps__shape--bottom{bottom:0}.pst-steps__shape svg{display:block;fill:currentColor;height:100%;width:100%}.pst-steps__inner{position:relative;z-index:1}.pst-steps.has-top-shape .pst-steps__inner{padding-top:calc(100px + var(--pst-steps-shape-h, 100px))}.pst-steps.has-bottom-shape .pst-steps__inner{padding-bottom:calc(100px + var(--pst-steps-shape-h, 100px))}@media (max-width:992px){.pst-steps.has-top-shape .pst-steps__inner{padding-top:calc(64px + var(--pst-steps-shape-h, 100px)*.6)}.pst-steps.has-bottom-shape .pst-steps__inner{padding-bottom:calc(64px + var(--pst-steps-shape-h, 100px)*.6)}}