@keyframes gradient-animation{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animated-gradient-text{position:relative;display:inline-block}.animated-gradient-text .text-content{background-size:200% 200%;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:gradient-animation linear infinite;font-weight:700}.animated-gradient-text .gradient-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-size:200% 200%;animation:gradient-animation linear infinite;border-radius:8px;filter:blur(4px);opacity:.7;z-index:-1}