html{background:#090909}
body{min-height:100vh;position:relative;isolation:isolate;overflow-x:hidden}
body::before,body::after{content:"";position:fixed;z-index:-1;border-radius:50%;pointer-events:none;opacity:.38}
body::before{width:42vw;height:42vw;min-width:300px;min-height:300px;right:-18vw;top:12vh;background:radial-gradient(circle,#c8952d55 0,#c8952d12 48%,transparent 70%);animation:goldFloat 12s ease-in-out infinite alternate}
body::after{width:32vw;height:32vw;min-width:240px;min-height:240px;left:-14vw;bottom:-10vh;background:radial-gradient(circle,#f3cc6838 0,#7e5b1710 52%,transparent 72%);animation:goldFloatTwo 16s ease-in-out infinite alternate}
@keyframes goldFloat{from{transform:translate3d(0,-4vh,0) scale(.92)}to{transform:translate3d(-10vw,9vh,0) scale(1.12)}}
@keyframes goldFloatTwo{from{transform:translate3d(-2vw,3vh,0) scale(1)}to{transform:translate3d(12vw,-10vh,0) scale(.86)}}
@media(prefers-reduced-motion:reduce){body::before,body::after{animation:none}}
@media(max-width:700px){body::before{right:-55vw;top:18vh}body::after{left:-45vw;bottom:4vh}}
a[href="register.asp"]{display:none!important}
