.glitch{position:relative;font-size:4rem;font-weight:700;text-transform:uppercase;text-shadow:.05em 0 0 #00fffc,-.03em -.04em 0 #fc00ff,.025em .04em 0 #fffc00;animation:glitch 725ms infinite}.glitch span,.glitch:after,.glitch:before{position:absolute;top:0;left:0}.glitch:after,.glitch:before{content:attr(data-text);width:100%;height:100%}.glitch:before{animation:glitch var(--before-duration,1s) infinite;color:#00ffff;z-index:-1;clip-path:polygon(0 0,100% 0,100% 45%,0 45%);transform:translate(-.04em,-.03em);opacity:.75}.glitch:after{animation:glitch var(--after-duration,1.5s) infinite;color:#ff00ff;z-index:-2;clip-path:polygon(0 80%,100% 20%,100% 100%,0 100%);transform:translate(.04em,.03em);opacity:.75}@keyframes glitch{0%{text-shadow:.05em 0 0 #00fffc,-.03em -.04em 0 #fc00ff,.025em .04em 0 #fffc00}15%{text-shadow:.05em 0 0 #00fffc,-.03em -.04em 0 #fc00ff,.025em .04em 0 #fffc00}16%{text-shadow:-.05em -.025em 0 #00fffc,.025em .035em 0 #fc00ff,-.05em -.05em 0 #fffc00}49%{text-shadow:-.05em -.025em 0 #00fffc,.025em .035em 0 #fc00ff,-.05em -.05em 0 #fffc00}50%{text-shadow:.05em .035em 0 #00fffc,.03em 0 0 #fc00ff,0 -.04em 0 #fffc00}99%{text-shadow:.05em .035em 0 #00fffc,.03em 0 0 #fc00ff,0 -.04em 0 #fffc00}to{text-shadow:-.05em 0 0 #00fffc,-.025em -.04em 0 #fc00ff,-.04em -.025em 0 #fffc00}}.glitch.enable-on-hover:hover{animation:glitch 1s infinite}.glitch.enable-on-hover:hover:before{animation:glitch var(--before-duration,1s) infinite}.glitch.enable-on-hover:hover:after{animation:glitch var(--after-duration,1.5s) infinite}