#three-container{position:relative;width:100%;height:100vh;background-color:#000;overflow:hidden}#three-container::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:radial-gradient(circle at center,#0b0b0b 0%,#060606 70%,#000000 100%);opacity:0;z-out:0;animation:fadeInGradient 1.8s cubic-bezier(.25,1,.5,1)forwards;animation-delay:.2s}.three-seo-screenreader{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0;pointer-events:none;opacity:.001}#three-container canvas{position:relative;z-index:1}@keyframes fadeInGradient{from{opacity:0}to{opacity:1}}