.lw-progress-circular{display:inline-flex;align-items:center;justify-content:center;position:relative}.lw-progress-circular__svg{height:100%;width:100%;transform-origin:center center;animation:progress-circular-rotate 1.4s linear infinite}.lw-progress-circular__track{stroke-linecap:round;stroke:currentColor;opacity:.2}.lw-progress-circular__path{stroke-dasharray:1,200;stroke-dashoffset:0;animation:progress-circular-dash 1.4s ease-in-out infinite;stroke-linecap:round;transform-origin:center}@keyframes progress-circular-rotate{to{transform:rotate(360deg)}}@keyframes progress-circular-dash{0%{stroke-dasharray:1,200;stroke-dashoffset:0}50%{stroke-dasharray:89,200;stroke-dashoffset:-35px}to{stroke-dasharray:89,200;stroke-dashoffset:-124px}}
