.glow-filter{position:relative;display:inline-block;animation:onloadscale 1s ease-out forwards}.glow-filter:before{content:attr(data-text);position:absolute;pointer-events:none;color:#fffaf6;background:linear-gradient(0deg,#dfe5ee,#fffaf6 50%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;filter:url(#glow);opacity:0;animation:onloadopacity 1s ease-out forwards}@keyframes onloadscale{24%{scale:1}to{scale:1.02}}@keyframes onloadopacity{24%{opacity:0}to{opacity:1}}