html,body,body *{cursor:none!important}.animated-fly-cursor{--fly-frame-cycle:80ms;object-fit:contain;opacity:0;pointer-events:none;transform-origin:50% 16%;z-index:2147483647;width:38px;height:38px;transition:opacity .12s;position:fixed;top:0;left:0;transform:translate(-100px,-100px)}.animated-fly-cursor .fly-frame{object-fit:contain;width:100%;height:100%;position:absolute;inset:0}.animated-fly-cursor .fly-movement-one,.animated-fly-cursor .fly-movement-two{opacity:0}.animated-fly-cursor.is-visible{opacity:1}.animated-fly-cursor.is-moving .fly-still{opacity:0}.animated-fly-cursor.is-moving .fly-movement-one,.animated-fly-cursor.is-moving .fly-movement-two{animation-duration:var(--fly-frame-cycle);animation-timing-function:step-end;animation-iteration-count:infinite}.animated-fly-cursor.is-moving .fly-movement-one{animation-name:fly-wing-frame-one}.animated-fly-cursor.is-moving .fly-movement-two{animation-name:fly-wing-frame-two}@keyframes fly-wing-frame-one{0%,49.999%{opacity:1}50%,to{opacity:0}}@keyframes fly-wing-frame-two{0%,49.999%{opacity:0}50%,to{opacity:1}}@media (pointer:coarse),(prefers-reduced-motion:reduce){html,body,body *{cursor:auto!important}.animated-fly-cursor{display:none}}
