.wcue{display:flex;flex-direction:column;align-items:center;pointer-events:none}.wcue-mouse{position:relative;flex:none;width:22px;height:36px;border:2px solid;border-radius:12px}.wcue-mouse i{position:absolute;left:50%;top:6px;width:3px;height:7px;margin-left:-1.5px;border-radius:2px;background:currentColor;animation:wcue-wheel 1.7s ease-in-out infinite}.wcue-chev{flex:none;width:13px;height:13px;border-right:2px solid;border-bottom:2px solid;transform:rotate(45deg);animation:wcue-chev 1.7s ease-in-out infinite}.wcue-chev:first-of-type{margin-top:6px}.wcue-chev+.wcue-chev{margin-top:-9px;animation-delay:.22s}@keyframes wcue-wheel{0%{transform:translateY(0);opacity:1}60%{transform:translateY(11px);opacity:.15}to{transform:translateY(0);opacity:0}}@keyframes wcue-chev{0%{opacity:.15;transform:rotate(45deg) translate(-4px,-4px)}45%{opacity:1;transform:rotate(45deg) translate(2px,2px)}to{opacity:.15;transform:rotate(45deg) translate(-4px,-4px)}}@media (prefers-reduced-motion:reduce){.wcue-chev,.wcue-mouse i{animation:none}.wcue-chev,.wcue-mouse i{opacity:.7}}