.hero-preview-glow{position:relative;z-index:0}.hero-preview-glow:after{position:absolute;content:"";top:-100px;left:-10%;right:-10%;z-index:-1;height:120%;width:120%;transform:scale(.75) translateZ(0);filter:blur(80px);background:linear-gradient(270deg,#7fa3ff,#5fc0ff,#3fa4ff,#2f8bff,#285cfe,#2f8bff,#3fa4ff,#5fc0ff,#7fa8ff);background-size:200% 200%;animation:animateGlow 2s linear infinite;border-radius:.75rem}@keyframes animateGlow{0%{background-position:0 50%}to{background-position:200% 50%}}@keyframes flowingGradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}@keyframes flowingGradientReverse{0%{background-position:100% 50%}50%{background-position:0 50%}to{background-position:100% 50%}}@keyframes flowingGradientSlow{0%{background-position:0 50%}33%{background-position:100% 50%}66%{background-position:50% 100%}to{background-position:0 50%}}