.elexon-spacehub .esh-progress{padding:0}.elexon-spacehub .esh-progress>.elexon-spacehub__container{padding-right:0;padding-left:0}.elexon-spacehub .esh-progress__box{padding:clamp(24px,4vw,48px);color:var(--esh-text);background:var(--esh-navy);border:1px solid var(--esh-line);border-right:0;border-left:0;border-radius:0;box-shadow:var(--esh-shadow)}.elexon-spacehub .esh-progress__head{display:flex;align-items:flex-start;justify-content:space-between;gap:32px}.elexon-spacehub .esh-progress__status{display:inline-flex;align-items:center;gap:6px;margin:0;color:#fff;font-size:12px;font-weight:400;line-height:1;text-transform:uppercase}.elexon-spacehub .esh-progress__status-dot{width:8px;height:8px;border-radius:999px}.elexon-spacehub .esh-progress__tabs{display:flex;gap:28px;margin-top:24px;overflow:visible}.elexon-spacehub .esh-progress__tab{appearance:none;display:inline-flex;align-items:center;justify-content:center;gap:4px;min-height:35px;padding:0 0 12px;color:var(--esh-text);font-family:var(--esh-font);font-size:20px;line-height:1.2;background:rgba(0,0,0,0);border:0;border-bottom:3px solid rgba(0,0,0,0);border-radius:0;cursor:pointer;white-space:nowrap}.elexon-spacehub .esh-progress__tab[aria-selected=true]{color:var(--esh-text);border-bottom-color:var(--esh-phase-color, var(--esh-green))}.elexon-spacehub .esh-progress__tab-phase{color:var(--esh-phase-color, var(--esh-green));font-weight:500}.elexon-spacehub .esh-progress__tab-name{color:var(--esh-text);font-weight:800}.elexon-spacehub .esh-progress__panel{display:grid;grid-template-columns:220px minmax(0, 1fr);gap:42px;padding-top:32px}.elexon-spacehub .esh-progress__label{margin:0 0 16px;color:#fff;font-size:12px;line-height:1.4;text-transform:uppercase}.elexon-spacehub .esh-progress__percent{margin:0 0 18px;color:var(--esh-phase-color, var(--esh-text));font-size:90px;font-weight:600;line-height:.9}.elexon-spacehub .esh-progress__bar{position:relative;display:block;height:3px;overflow:hidden;background:hsla(0,0%,100%,.16)}.elexon-spacehub .esh-progress__bar-fill{display:block;width:var(--esh-progress-width);height:100%;background:var(--esh-phase-color, var(--esh-green))}.elexon-spacehub .esh-timeline{display:grid;grid-template-columns:repeat(auto-fit, minmax(132px, 1fr));gap:0;min-width:0}.elexon-spacehub .esh-timeline__item{--esh-timeline-muted: #a1c4e5;--esh-timeline-state-color: var(--esh-timeline-muted);position:relative;display:grid;gap:4px;align-content:start;min-height:160px;padding:52px 18px 18px 24px;border:0}.elexon-spacehub .esh-timeline__item--started,.elexon-spacehub .esh-timeline__item--complete{--esh-timeline-state-color: var(--esh-phase-color, var(--esh-green))}.elexon-spacehub .esh-timeline__connector{position:absolute;top:12px;right:-12px;left:12px;z-index:1;border-top:1px dashed var(--esh-timeline-muted);pointer-events:none}.elexon-spacehub .esh-timeline__item--complete .esh-timeline__connector{top:10px;border-top:4px solid var(--esh-phase-color, var(--esh-green))}.elexon-spacehub .esh-timeline__item:last-child .esh-timeline__connector{display:none}.elexon-spacehub .esh-timeline__marker{position:absolute;top:4px;left:4px;z-index:2;width:16px;height:16px;background:var(--esh-navy);border:1px solid var(--esh-timeline-muted);border-radius:999px;pointer-events:none}.elexon-spacehub .esh-timeline__item--started .esh-timeline__marker,.elexon-spacehub .esh-timeline__item--complete .esh-timeline__marker{top:0;left:0;width:24px;height:24px;background:var(--esh-phase-color, var(--esh-green));border:0}.elexon-spacehub .esh-timeline__item--started .esh-timeline__marker{background:radial-gradient(circle, var(--esh-navy) 0 5px, var(--esh-phase-color, var(--esh-green)) 5px 100%)}.elexon-spacehub .esh-timeline__item--complete .esh-timeline__marker::after{content:"";position:absolute;top:7px;left:7px;width:9px;height:5px;border-bottom:2px solid var(--esh-navy);border-left:2px solid var(--esh-navy);transform:rotate(-45deg)}.elexon-spacehub .esh-timeline__rail{position:absolute;top:50%;left:11px;width:1px;height:64px;background:var(--esh-timeline-state-color);transform:translateY(-50%);pointer-events:none}.elexon-spacehub .esh-timeline__number{color:var(--esh-timeline-state-color);font-size:12px;font-weight:800;line-height:1}.elexon-spacehub .esh-timeline__label{color:var(--esh-text);font-size:16px;font-weight:700;line-height:1.25;text-transform:uppercase}.elexon-spacehub .esh-timeline__progress{color:hsla(0,0%,100%,.5);font-size:12px;font-weight:800;line-height:1}@media(max-width: 1024px){.elexon-spacehub .esh-progress__box{overflow-x:auto}.elexon-spacehub .esh-progress__panel{grid-template-columns:180px max-content;width:max-content;min-width:100%}.elexon-spacehub .esh-timeline{grid-template-columns:none;grid-auto-flow:column;grid-auto-columns:180px;width:max-content}.elexon-spacehub .esh-timeline__item{min-width:180px}}@media(max-width: 768px){.elexon-spacehub .esh-progress__head{display:grid;grid-template-columns:1fr}.elexon-spacehub .esh-progress__percent{font-size:52px}}@media(max-width: 480px){.elexon-spacehub .esh-progress__box{padding:22px}}