:root{--hs-primary-blue:#0b2fff;--hs-accent-orange:#ff4a1a;--hs-border-line:rgba(11,47,255,.2);--hs-text:#0e1b3d;--hs-muted:rgba(14,27,61,.7)}.hs-process{background:#f0f2f5;border-bottom:2px dashed rgba(11,47,255,.2);border-top:2px dashed rgba(11,47,255,.2);padding:96px 16px}.hs-process__container{margin:0 auto;max-width:1200px}.hs-process__header{align-items:flex-end;display:flex;gap:24px;justify-content:space-between;margin-bottom:56px}.hs-process__titlewrap{align-items:center;display:flex;gap:16px}.hs-process__line{background:var(--hs-primary-blue);height:1px;width:48px}.hs-process__title{color:var(--hs-primary-blue);font-size:clamp(34px,4vw,52px);font-weight:800;letter-spacing:-.02em;margin:0;text-transform:uppercase}.hs-process__kicker{color:rgba(14,27,61,.45);display:none;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:14px;white-space:nowrap}@media (min-width:768px){.hs-process__kicker{display:block}}.hs-process__steps{display:flex;flex-direction:column;gap:28px}@media (min-width:768px){.hs-process__steps{flex-direction:row;gap:18px;justify-content:space-between}}.hs-process__step{flex:1 1 0;min-width:0}.hs-process__step-top{align-items:center;display:flex;gap:18px;margin-bottom:18px}.hs-process__step-badge{align-items:center;background:#fff;border:1px solid rgba(14,27,61,.1);border-radius:999px;box-shadow:0 10px 24px rgba(14,27,61,.1);color:var(--hs-primary-blue);display:flex;font-weight:800;height:54px;justify-content:center;letter-spacing:.08em;width:54px}.hs-process__step-connector{background:rgba(14,27,61,.08);flex:1 1 auto;height:1px}.hs-process__step--last .hs-process__step-connector{display:none}.hs-process__step-title{color:var(--hs-text);font-size:20px;font-weight:800;margin:0 0 10px}.hs-process__step-desc{color:rgba(14,27,61,.55);font-size:16px;line-height:1.55;margin:0;max-width:260px}@media (max-width:767px){.hs-process__step-desc{max-width:100%}}