.vw-stepper{margin:2.5rem 0}.vw-stepper ol,.vw-stepper ul{display:block;margin:0;padding:0;display:flex;flex-direction:row;background-color:#fff;height:3.6rem;justify-content:stretch}.vw-stepper__step{display:block;border:1px solid #bfbfbd;border-right:none;border-left:none;padding:.5rem 1.5rem;padding-left:4rem;position:relative;display:flex;justify-content:center;flex-grow:1;flex-shrink:0;background-color:#eee;white-space:nowrap}.vw-stepper__step:after,.vw-stepper__step:before{left:100%;top:50%;border:solid transparent;content:"";height:0;width:0;position:absolute;pointer-events:none;z-index:1}.vw-stepper__step:after{border-color:rgba(255,255,255,0);border-left-color:#eee;border-width:1.7rem;margin-top:-1.7rem}.vw-stepper__step:before{border-color:rgba(255,255,255,0);border-left-color:#bfbfbd;border-width:1.8rem;margin-top:-1.8rem}.vw-stepper__step:first-child{padding-left:2rem;border-left:1px solid #bfbfbd}.vw-stepper__step:last-child{padding-right:2rem;border-right:1px solid #bfbfbd}.vw-stepper__step:last-child:after,.vw-stepper__step:last-child:before{display:none}.vw-stepper__step--current{background-color:#0171a1;font-weight:900;color:#fff}.vw-stepper__step--current:after{border-left-color:#0171a1}.vw-stepper__step--completed{background-color:#fff}.vw-stepper__step--completed:after{border-left-color:#fff}.vw-stepper__step--completed i{display:inline-block;margin-right:.25em;color:#72a23a}.vw-stepper__scroll{-ms-overflow-style:none;scrollbar-width:none}@media screen and (max-width:53.125em){.vw-stepper__scroll{max-width:calc(100% + 3rem);overflow-x:auto}.constrained .vw-stepper__scroll{margin-left:-1rem;margin-right:-2rem;padding-left:1rem;padding-right:2rem}}.vw-stepper__scroll::-webkit-scrollbar{display:none}