.animate-gradient-x{animation:gradient-x 4s linear infinite}.animate-gradient-y{animation:gradient-y 4s linear infinite}.animate-pulse-gradient{animation:pulse-gradient 5s ease-in-out infinite;background-position:50%;background-repeat:no-repeat}@keyframes gradient-x{0%{background-position:100% 0}30%{background-position:0 0}to{background-position:100% 0}}@keyframes gradient-y{0%{background-position:0 80%}30%{background-position:0 20%}to{background-position:0 80%}}@keyframes pulse-gradient{0%{background-size:80px 80px}30%{background-size:200% 100%}to{background-size:80px 80px}}