.process-header{margin-left:auto;margin-right:auto;max-width:48rem}.process-grid{display:grid;gap:2rem}@media (min-width:640px){.process-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.process-grid{gap:1.5rem;grid-template-columns:repeat(4,1fr)}}.process-step{padding:2rem 1rem;position:relative;text-align:center}.process-step-number{color:var(--mist);font-family:var(--font-serif);font-size:4rem;font-weight:400;line-height:1;margin-bottom:1rem}.bg-dark .process-step-number{color:var(--warm-gray)}.process-step-title{font-family:var(--font-sans);font-size:1.125rem;font-weight:600;margin:0 0 .75rem}.process-step-description{color:var(--text-secondary);font-size:.9375rem;line-height:1.6;margin:0}.bg-dark .process-step-description{color:var(--silver)}@media (min-width:1024px){.process-step:not(:last-child):after{background:var(--mist);content:"";height:1px;position:absolute;right:-.75rem;top:3.5rem;width:1.5rem}.bg-dark .process-step:not(:last-child):after{background:var(--warm-gray)}}.process-vertical{margin:0 auto;max-width:600px}.process-step-vertical{display:flex;gap:1.5rem}.process-step-indicator{align-items:center;display:flex;flex-direction:column;flex-shrink:0}.process-step-number-vertical{align-items:center;background:var(--copper);border-radius:50%;color:#fff;display:flex;font-family:var(--font-serif);font-size:1.25rem;font-weight:400;height:3rem;justify-content:center;width:3rem}.process-step-line{background:var(--mist);flex:1;margin:.5rem 0;min-height:2rem;width:2px}.bg-dark .process-step-line{background:var(--warm-gray)}.process-step-content{padding-bottom:2rem}.process-step-vertical:last-child .process-step-content{padding-bottom:0}