:root{--lc-blue: #2f5cb3;--lc-blue-dark: #244c97;--lc-line: #b8c3cf;--lc-text-muted: #9eacb9;--lc-bg: #f1f2f4;--lc-white: #ffffff;--lc-yellow: #ffcc00}.lc-steps{width:100%;background:var(--lc-bg);padding:16px 40px;box-sizing:border-box}.lc-steps__inner{position:relative;width:min(92vw,1180px);margin:0 auto;display:grid;grid-template-columns:repeat(var(--lc-step-count),minmax(0,1fr));align-items:flex-start;padding:0 12px;box-sizing:border-box}.lc-steps__track{position:absolute;top:9px;left:calc((100% - 24px) / var(--lc-step-count) / 2 + 12px);right:calc((100% - 24px) / var(--lc-step-count) / 2 + 12px);height:1px;background:var(--lc-line);z-index:0}.lc-step{position:relative;z-index:1;min-width:0;display:flex;flex-direction:column;align-items:center;text-align:center}.lc-step__node-wrap{height:18px;display:flex;align-items:center;justify-content:center;margin-bottom:14px}.lc-step__node{width:18px;height:18px;border-radius:50%;background:var(--lc-white);border:1.5px solid var(--lc-line);box-sizing:border-box;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.lc-step__check{color:var(--lc-white);font-size:11px;line-height:1;font-weight:700;transform:translateY(-.5px)}.lc-step__content{display:flex;flex-direction:column;align-items:center}.lc-step__title{font-family:Greycliff CF,sans-serif;font-size:14px;line-height:20px;font-weight:600;color:var(--lc-text-muted);white-space:nowrap;transition:color .2s ease,font-weight .2s ease}.lc-step__description{margin-top:2px;font-family:Greycliff CF,sans-serif;font-size:11px;line-height:14px;color:var(--lc-text-muted)}.lc-step.is-current .lc-step__node{width:20px;height:20px;background:var(--lc-white);border:2px solid var(--lc-blue);box-shadow:0 0 0 2px #2f5cb326}.lc-step.is-current .lc-step__title{color:var(--lc-blue-dark);font-weight:600}.lc-step.is-completed .lc-step__node{width:18px;height:18px;background:var(--lc-blue);border:1.5px solid var(--lc-blue)}.lc-step.is-completed .lc-step__title{color:var(--lc-blue-dark);font-weight:600}.lc-step.is-upcoming .lc-step__node{background:var(--lc-white);border:1.5px solid var(--lc-line)}.lc-step.is-upcoming .lc-step__title{color:var(--lc-text-muted);font-weight:500}.lc-steps-titlebar{width:100%;height:56px;background:var(--lc-blue);border-bottom:2px solid var(--lc-yellow);display:flex;align-items:center;justify-content:center;padding:0 24px;box-sizing:border-box}.lc-steps-titlebar__title{font-family:Greycliff CF,sans-serif;font-weight:700;font-size:16px;line-height:20px;letter-spacing:.3px;color:var(--lc-white);text-align:center}@media (max-width: 1200px){.lc-steps__inner{width:min(94vw,1000px)}.lc-step__title{font-size:15px;line-height:19px}}@media (max-width: 991px){.lc-steps{padding:20px 20px 22px}.lc-steps__inner{width:100%;padding:0 4px}.lc-steps__track{left:calc((100% - 8px) / var(--lc-step-count) / 2 + 4px);right:calc((100% - 8px) / var(--lc-step-count) / 2 + 4px)}.lc-step__node-wrap{margin-bottom:12px}.lc-step__title{font-size:14px;line-height:18px;white-space:normal;max-width:120px}.lc-step__description{white-space:normal;max-width:120px}}@media (max-width: 767px){.lc-steps{overflow:hidden;padding:18px 12px 20px}.lc-steps__inner{width:100%;padding:0;gap:0}.lc-steps__track{top:9px;left:calc(100% / var(--lc-step-count) / 2);right:calc(100% / var(--lc-step-count) / 2)}.lc-step__node-wrap{height:18px;margin-bottom:10px}.lc-step__node{width:16px;height:16px}.lc-step.is-current .lc-step__node{width:18px;height:18px}.lc-step.is-completed .lc-step__node{width:16px;height:16px}.lc-step__content{width:100%;padding:0 4px;box-sizing:border-box}.lc-step__title{font-size:12px;line-height:14px;font-weight:500;white-space:normal;word-break:break-word;overflow-wrap:break-word;max-width:100%}.lc-step__description{display:none}}
