.intake-flow{margin-bottom:14px}
.intake-flow-head{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;border-bottom:1px solid #e4e9ef}
.intake-flow-head b,.intake-flow-head span{display:block}
.intake-flow-head b{font-size:13px}
.intake-flow-head span{margin-top:3px;color:#7d8a9c;font-size:10px}
.intake-flow-head button{font-size:10px;padding:7px 11px}
.intake-flow-steps{display:grid;grid-template-columns:repeat(4,1fr)}
.intake-flow-step{display:grid;grid-template-columns:30px 1fr auto;gap:9px;align-items:center;padding:13px 14px;border-right:1px solid #e8edf2}
.intake-flow-step:last-child{border-right:0}
.intake-flow-step>span{display:grid;place-items:center;width:27px;height:27px;border-radius:50%;background:#edf1f6;color:#76859a;font-size:10px;font-weight:800}
.intake-flow-step b,.intake-flow-step small{display:block}
.intake-flow-step b{font-size:11px}
.intake-flow-step small{margin-top:3px;color:#8793a4;font-size:9px;line-height:1.4}
.intake-flow-step strong{color:#718095;font-size:11px}
.intake-flow-step.done>span{background:#ddf6eb;color:#12855d}
.intake-flow-step.current{background:#f4f9ff}
.intake-flow-step.current>span{background:#1685f8;color:#fff}
.intake-flow-step.current strong{color:#1685f8}
.module-empty-guide{display:flex;align-items:flex-start;gap:14px;padding:24px 26px}
.module-empty-guide[hidden]{display:none}
.review-layout[hidden]{display:none}
.module-empty-guide>span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:#1685f8;color:#fff;font-size:13px;font-weight:800}
.module-empty-guide b{font-size:14px}
.module-empty-guide p{max-width:720px;margin:7px 0 0;color:#748196;font-size:11px;line-height:1.7}
@media(max-width:1250px){.intake-flow-step small{display:none}}
