.gradient-text{-webkit-background-clip:text;background-clip:text;background-repeat:no-repeat;color:transparent}.gradient-text.is-animated{animation:gradient-move linear infinite;background-size:300% 300%}.gradient-text:not(.is-animated){background-size:100% 100%}@keyframes gradient-move{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}