.sghw{--navy:var(--sg-navy,#2c5697);--navy-deep:var(--sg-navy-deep,#22477d);--orange:var(--sg-orange,#ff671f);--ink:var(--sg-ink,#233044);--muted:var(--sg-muted,#7c879b);--hairline:var(--sg-hairline,#e2e8f1);--tint:var(--sg-bg-tint,#f4f7fb);--card:var(--sg-card,#fff);--font:var(--sg-font,"Montserrat",system-ui,-apple-system,"Segoe UI",Helvetica,Arial,sans-serif);background:var(--tint);color:var(--ink);font-family:var(--font);position:relative;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.sghw,.sghw *{box-sizing:border-box}.sghw .hw-wrap{margin:0 auto;max-width:1180px;padding:64px 48px 72px}.sghw .hw-head{margin:0 auto 32px;max-width:760px;text-align:center}.sghw .hw-eyebrow{color:var(--navy);font-size:13px;letter-spacing:.14em;margin:0 0 14px;text-transform:uppercase}.sghw .hw-eyebrow,.sghw .hw-title{font-family:var(--font);font-weight:600}.sghw .hw-title{color:var(--navy-deep);font-size:clamp(28px,3.3vw,46px);letter-spacing:-.7px;line-height:1.14;margin:0;text-transform:none}.sghw .hw-card{background:var(--card);border:1px solid var(--hairline);border-radius:22px;box-shadow:0 26px 60px rgba(20,41,74,.12);padding:40px 48px 32px}.sghw .hw-timeline{position:relative}.sghw .hw-line{background:var(--hairline);bottom:17px;left:50%;position:absolute;top:17px;transform:translateX(-50%);width:2px}.sghw .hw-progress{background:var(--orange);height:0;left:0;position:absolute;top:0;transition:height 1.2s linear;width:100%}.sghw .hw-row{align-items:center;column-gap:40px;display:grid;grid-template-columns:1fr 34px 1fr}.sghw .hw-row+.hw-row{margin-top:26px}.sghw .hw-dot{align-items:center;background:var(--card);border:2px solid var(--hairline);border-radius:50%;color:var(--muted);display:flex;font-family:var(--font);font-size:14px;font-weight:700;grid-column:2;height:34px;justify-content:center;justify-self:center;position:relative;transition:background-color .16s ease,border-color .16s ease,color .16s ease;width:34px;z-index:1}.sghw .hw-row.is-active .hw-dot{background:var(--orange);border-color:var(--orange);color:#fff}.sghw .hw-text{max-width:420px}.sghw .hw-row-left .hw-text{grid-column:1;justify-self:end;text-align:right}.sghw .hw-row-left .hw-spacer{grid-column:3}.sghw .hw-row-right .hw-text{grid-column:3;justify-self:start;text-align:left}.sghw .hw-row-right .hw-spacer{grid-column:1}.sghw .hw-step-title{color:var(--navy-deep);font-family:var(--font);font-size:19px;font-weight:600;letter-spacing:-.2px;line-height:1.25;margin:0 0 6px;text-transform:none}.sghw .hw-step-body{color:var(--muted);font-family:var(--font);font-size:15px;line-height:1.5;margin:0}@media (prefers-reduced-motion:no-preference){.sghw .hw-row.js-anim{opacity:0;transform:translateY(16px);transition:opacity .22s cubic-bezier(.2,.7,.3,1),transform .22s cubic-bezier(.2,.7,.3,1)}.sghw .hw-row.js-anim.is-visible{opacity:1;transform:translateY(0)}}@media (max-width:760px){.sghw .hw-wrap{padding:48px 24px 56px}.sghw .hw-card{padding:28px 22px 20px}.sghw .hw-row{column-gap:20px;grid-template-columns:34px 1fr}.sghw .hw-row+.hw-row{margin-top:22px}.sghw .hw-dot{align-self:start;grid-column:1;grid-row:1/span 2;margin-top:2px}.sghw .hw-row-left .hw-text,.sghw .hw-row-right .hw-text{grid-column:2;justify-self:start;max-width:none;text-align:left}.sghw .hw-row-left .hw-spacer,.sghw .hw-row-right .hw-spacer{display:none}.sghw .hw-line{left:17px}}@media (max-width:480px){.sghw .hw-title{font-size:26px}.sghw .hw-step-title{font-size:18px}.sghw .hw-step-body{font-size:15px}}