#confettiGroup{position:relative;width:100%;height:100%;left:0px;transition:left 1s ease-in-out;z-index:100;pointer-events:none;}.confetti{position:absolute;width:15px;height:auto;aspect-ratio:15/8;top:-10px;border-radius:2px;z-index:2;transform-style:preserve-3d;}@keyframes fall{0%{top:-10px;}50%{opacity:1;}51%{opacity:0;display:none;}100%{top:110vh;}}@keyframes spin{0%{transform:rotateX(var(--rotate-x-start)) rotateY(var(--rotate-y-start)) rotateZ(var(--rotate-z-start));}100%{transform:rotateX(var(--rotate-x-final)) rotateY(var(--rotate-y-final)) rotateZ(var(--rotate-z-final));}}@keyframes sway{0%,100%{left:var(--start-x);}50%{left:var(--end-x);}}.zcomponent-launched .splash{display:none;}.splash{position:fixed;width:100%;bottom:0px;z-index:2;display:flex;flex-direction:column;align-items:center;height:80%;max-height:650px;justify-content:space-between;padding-bottom:calc(var(--footer-size) + 16%);transition:opacity 0.5s ease-in-out;}#splashGradient{position:absolute;bottom:0px;width:100%;height:60%;background-image:linear-gradient(to top, rgba(37, 69, 33, 1), rgba(37, 69, 33, 0));opacity:0;transition:opacity 0.7s ease-in-out;}.trophy{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;width:auto;height:80%;transform:scale(0.9);left:-100%;max-height:370px;margin-bottom:-2vh;aspect-ratio:631/713;opacity:1;transition:opacity 0.7s ease-in-out,
        0.7s ease-in-out;}.trophy > img{position:relative;left:2%;width:100%;height:100%;}#age-gate-tick{display:none;opacity:0;transition:opacity 0.3s ease-in-out;}#age-gate-box{position:relative;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;flex:1;max-height:160px;width:80%;gap:15%;left:0px;transition:left 0.7s ease-in-out;}#age-gate-box > *{position:relative;transition:left 0.7s ease-in-out;}#age-gate-text-1{left:150%;}#ageConfirm{left:-150%;}#policies{position:absolute;color:white;bottom:calc(var(--footer-size) + 1.5%);flex-direction:row;justify-content:center;text-align:center;align-items:center;font-size:2.5vw;gap:5px;z-index:1;opacity:0;display:none;transition:opacity 0.5s ease-in-out;}#policies > a{color:white;}#policies > a:link{color:white;}#policies > a:visited{color:white;}#ageConfirm{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:auto;min-width:63%;gap:10px;height:40px;}#ageConfirm p{font-size:0.8rem;}#launchButton{position:relative;border:none;height:100%;width:auto;aspect-ratio:1;}#launchButton > img{position:absolute;left:0px;top:0px;width:100%;height:100%;}@keyframes loading-animation{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}