:root{--color-wiz-progress-bar-text:var(--midnight-grey);--color-wiz-step-current:var(--midnight-grey);--color-wiz-progress-bar:var(--green)}.progress-bar{list-style:none;font-weight:bold;counter-reset:li;color:var(--grey);padding-left:0;display:flex;flex-wrap:nowrap;justify-content:flex-start}.progress-bar a{color:var(--color-wiz-progress-bar-text)}.progress-bar__steps{height:100%;padding:0 1rem .9rem 1.5rem;margin:0 1.5rem;position:relative;display:flex;flex-wrap:nowrap;align-items:center}.progress-bar__steps:before{content:'';position:absolute;width:0;height:0;top:38%;left:-.1rem;border-style:solid;border-width:3px 0 3px 1rem;border-color:transparent transparent transparent var(--grey);transform:translateY(-50%)}.progress-bar__steps:after{content:'';height:.1rem;background:var(--grey);width:3.8rem;position:absolute;right:-3.3rem}.progress-bar__steps:first-child:before,.progress-bar__steps:last-child:after{display:none}.current .progress-bar__steps--text{color:var(--color-wiz-step-current)}.current *{white-space:break-spaces}.completed{color:var(--color-wiz-progress-bar-text)}.progress-bar__steps--text{font-size:1.4rem;white-space:nowrap}