.step-progress{background-color:var(--color-neutral-300,var(--awc-color-neutral-300));flex:none;width:2px;height:auto;position:relative;overflow:hidden}.step-progress-inner{bottom:calc(var(--spacing,.25rem)*0);left:calc(var(--spacing,.25rem)*0);background-color:var(--color-neutral-300,var(--awc-color-neutral-300));width:100%;height:100%;position:absolute}.is-active .step-progress-inner{background-color:var(--color-primary,var(--awc-color-primary-main));animation:6s ease-in-out forwards progressBarX}@media screen and (min-width:1024px){.is-active .step-progress-inner{animation:6s ease-in-out forwards progressBarY}}.swiper-paused{animation-play-state:paused!important}@keyframes progressBarX{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes progressBarY{0%{transform:translateY(-100%)}to{transform:translate(0)}}
