.site-orbit-progress{--site-orbit-color:var(--primary);--site-orbit-duration:1.5s}.site-orbit-progress__scale{display:inline-block}.site-orbit-progress__indicator{width:5em;height:5em;color:var(--site-orbit-color);display:inline-block;position:relative;z-index:0}.site-orbit-progress__whirl{animation:site-orbit-whirl calc(var(--site-orbit-duration) * 1.33) linear infinite;height:100%;transform-origin:center center;width:100%;position:absolute;inset:0;margin:auto}.site-orbit-progress__path{stroke:var(--site-orbit-color);stroke-dasharray:1,125;stroke-dashoffset:0;animation:var(--site-orbit-duration) ease-in-out infinite site-orbit-dash;stroke-linecap:round;stroke-width:6}@keyframes site-orbit-whirl{to{transform:rotate(1turn)}}@keyframes site-orbit-dash{0%{stroke-dasharray:1,125;stroke-dashoffset:0}50%{stroke-dasharray:98,125;stroke-dashoffset:-35px}to{stroke-dasharray:98,125;stroke-dashoffset:-124px}}@media (prefers-reduced-motion:reduce){.site-orbit-progress__path,.site-orbit-progress__whirl{animation:none}}