.animate-gradient-x{animation:gradient-x 4s linear infinite}.animate-gradient-y{animation:gradient-y 3s 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 40%}30%{background-position:0 60%}to{background-position:0 40%}}@keyframes pulse-gradient{0%{background-size:20px 20px}30%{background-size:200% 100%}to{background-size:20px 20px}}