.animated-gradient-text{position:relative;display:inline-block;max-width:100%;vertical-align:baseline}.gradient-overlay{position:absolute;inset:0;background-size:300% 100%;animation:gradient linear infinite;border-radius:inherit;z-index:0;pointer-events:none}.gradient-overlay:before{content:"";position:absolute;inset:1px;border-radius:inherit;background-color:#060010;z-index:-1}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.text-content{display:inline-block;max-width:100%;position:relative;z-index:2;background-size:300% 100%;background-repeat:no-repeat;background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:transparent;animation:gradient linear infinite;transform:translateZ(0);-webkit-box-decoration-break:clone;box-decoration-break:clone;font:inherit;font-weight:inherit;font-size:inherit;line-height:inherit;letter-spacing:inherit}@media (prefers-reduced-motion:reduce){.gradient-overlay,.text-content{animation:none!important;background-position:0 50%}}