.body-container-wrapper{overflow:hidden;padding-top:80px;position:relative;z-index:1}.glow-background-1{animation:shine 20s forwards;background:linear-gradient(165deg,rgba(var(--muted-5-rgb),1) 0,rgba(var(--blue-500-rgb),.8) 100%);border-radius:100%;filter:blur(150px);left:50%;opacity:1;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1;@media (max-width:768px){height:250px;width:300px}@media (min-width:769px){height:400px;width:500px}@media (min-width:1020px){height:500px;width:600px}@media (min-width:1200px){height:600px;width:700px}}@keyframes shine{0%{transform:translate(-50%,-50%) scale(.5) rotate(0deg) rotateY(10deg)}10%{transform:translate(-50%,-50%) scale(.75) rotate(75deg) rotateY(0deg)}to{transform:translate(-50%,-50%) scale(1) rotate(180deg) rotateY(-5deg)}}