@keyframes wx-drop{0%{opacity:0;transform:translateY(-2px)}30%{opacity:1}to{opacity:0;transform:translateY(5px)}}@keyframes wx-flake{0%{opacity:0;transform:translateY(-2px)}30%{opacity:1}to{opacity:0;transform:translate(1.5px,5px)}}@keyframes wx-rays{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes wx-flicker{0%,55%,to{opacity:1}65%,75%{opacity:.15}}@keyframes wx-drift{0%,to{transform:translate(0)}50%{transform:translate(1.4px)}}@keyframes wx-glow{0%,to{opacity:.85}50%{opacity:1}}.wx-drop,.wx-flake,.wx-rays,.wx-flicker,.wx-drift,.wx-glow{transform-box:fill-box;transform-origin:50%}.wx-drop{animation:1.4s linear infinite wx-drop}.wx-flake{animation:2.6s linear infinite wx-flake}.wx-rays{animation:24s linear infinite wx-rays}.wx-flicker{animation:3.2s ease-in-out infinite wx-flicker}.wx-drift{animation:5s ease-in-out infinite wx-drift}.wx-glow{animation:3.5s ease-in-out infinite wx-glow}@media (prefers-reduced-motion:reduce){.wx-drop,.wx-flake,.wx-rays,.wx-flicker,.wx-drift,.wx-glow{animation:none}.wx-drop,.wx-flake{opacity:1}}