.block-process .process-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(18rem,1fr));gap:0;position:relative}.block-process .process-steps:before{content:'';position:absolute;top:2.2rem;left:0;right:0;height:1px;background:#d0d0d0;z-index:0}.block-process .process-step{display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 1.5rem;position:relative;z-index:1}.block-process .step-number{width:4.4rem;height:4.4rem;border-radius:50%;background:var(--brand-1,#0a1628);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:600;flex-shrink:0;line-height:1;margin-bottom:2rem;outline:4px solid var(--block-bg,#fff)}.block-process .step-title{font-weight:600;line-height:1.3;margin-bottom:1rem}.block-process .step-content{line-height:1.65;opacity:.8}.block-process .step-content p:last-child{margin-bottom:0}.block-process .process-empty-notice{text-align:center;color:#999;font-style:italic;padding:2rem 0}@media (min-width:991px){.block-process .step-title{font-size:2.6rem}.block-process .step-content{font-size:1.8rem}}@media (max-width:900px){.block-process .process-steps{grid-template-columns:repeat(2,1fr);gap:4rem 2rem}.block-process .process-steps:before{display:none}}@media (max-width:580px){.block-process .process-steps{grid-template-columns:1fr;gap:3.5rem}.block-process .process-steps:before{display:none}.block-process .process-step{padding:0}}