.star-cursor{position:absolute;width:5em;height:5em;pointer-events:none;z-index:10;display:flex;align-items:center;justify-content:center;transform:translate(-50%,-50%);opacity:0;transition:opacity .2s ease}.star-cursor.is-visible{opacity:1}.star-cursor svg{width:100%;height:100%;animation:star-cursor-spin 6s linear infinite}.star-cursor-text{position:absolute;font-family:var(--font-heading);font-size:.878em;font-weight:400;color:var(--color-cream);text-transform:uppercase;letter-spacing:.04em;pointer-events:none}@keyframes star-cursor-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (hover:none),(max-width:969px){.star-cursor{display:none}}