.mlsc__dot{position:relative;width:31px;height:4px;overflow:hidden;border:0;border-radius:9px;background:rgba(255,255,255,.16);cursor:pointer;padding:0}.mlsc__dot:after{content:"";position:absolute;inset:0;background:var(--hot);transform:scaleX(0);transform-origin:left}.mlsc__dot.is-active:after{animation:mlscProgress 7s linear forwards}.mlsc.is-paused .mlsc__dot.is-active:after{animation-play-state:paused}@media (max-width:540px){.mlsc__dot{width:23px}}@media (prefers-reduced-motion:reduce){.mlsc__dot:after{animation:none!important}.mlsc__dot.is-active:after{transform:scaleX(1)}}