.mascot-loader-container{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;justify-content:center;align-items:center;transition:visibility 0s 2s}.mascot-loader-container.hidden{visibility:hidden;pointer-events:none;transition-delay:0s}.mascot-background{position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;background-color:#fbfbfb;background-image:linear-gradient(hsla(0,0%,100%,.3),hsla(0,0%,100%,.3)),url(/images/website_bg_img.webp);background-repeat:repeat;background-size:1400px 1400px;background-attachment:scroll;will-change:mask-image,-webkit-mask-image}.mascot-loader-container.scan-out .mascot-background{-webkit-mask-image:linear-gradient(180deg,transparent 50%,#000 0,#000);mask-image:linear-gradient(180deg,transparent 50%,#000 0,#000);-webkit-mask-size:100% 200%;mask-size:100% 200%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 100%;mask-position:0 100%;animation:bgMaskReveal .8s ease-in-out forwards}@keyframes bgMaskReveal{0%{-webkit-mask-position:0 100%;mask-position:0 100%}to{-webkit-mask-position:0 0;mask-position:0 0}}@keyframes scanMascot{0%{top:100%}50%{top:0}to{top:100%}}@keyframes maskReveal{0%{-webkit-mask-position:0 0;mask-position:0 0}50%{-webkit-mask-position:0 100%;mask-position:0 100%}to{-webkit-mask-position:0 0;mask-position:0 0}}.mascot-center{position:relative;width:228px;height:auto;display:inline-block;pointer-events:none;z-index:1}.mascot-image{width:100%;height:auto;display:block;-webkit-mask-image:linear-gradient(180deg,transparent 10%,#000 48%,#000 52%,transparent 90%);mask-image:linear-gradient(180deg,transparent 0,transparent 50%,#000 0,#000);-webkit-mask-size:100% 200%;mask-size:100% 200%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;animation:maskReveal 3s ease-in-out infinite}.mascot-scanner{position:absolute;top:100%;left:10%;width:80%;height:3px;background:#ff4d4d;box-shadow:0 0 15px #ff4d4d,0 0 30px #ff4d4d;opacity:.8;animation:scanMascot 3s ease-in-out infinite;pointer-events:none;z-index:10;transition:none}.mascot-center.exit-state .mascot-image,.mascot-center.exit-state .mascot-scanner{animation:none}.mascot-center.rise-laser .mascot-image{--mask-start:calc(100% - var(--mascot-reveal-start, 0%));-webkit-mask-position:0 var(--mask-start);mask-position:0 var(--mask-start);animation:mascotRevealRise .17s ease-in forwards}@keyframes mascotRevealRise{0%{-webkit-mask-position:0 var(--mask-start);mask-position:0 var(--mask-start)}to{-webkit-mask-position:0 100%;mask-position:0 100%}}.mascot-center.rise-laser .mascot-scanner{position:fixed;left:50%;transform:translateX(-50%);width:182px;bottom:auto;top:var(--laser-start-top,50vh);animation:laserRiseToTop .4s ease-in forwards;box-shadow:0 0 15px #ff4d4d,0 0 30px #ff4d4d}@keyframes laserRiseToTop{0%{top:var(--laser-start-top,50vh)}to{top:0}}.mascot-center.expand-laser .mascot-image{-webkit-mask-image:none;mask-image:none}.mascot-center.expand-laser .mascot-scanner{height:4px;box-shadow:0 0 20px #ff4d4d,0 0 40px #ff4d4d;animation:none;transition:width .25s ease-out,height .25s ease-out,box-shadow .25s ease-out}.mascot-center.expand-laser .mascot-scanner,.mascot-center.scan-down .mascot-scanner{position:fixed;left:50%;transform:translateX(-50%);top:0;bottom:auto;width:100%;opacity:1}.mascot-center.scan-down .mascot-scanner{z-index:10000;animation:laserScanDownViewport .8s ease-in-out forwards;transition:none;background:#ff4d4d}.mascot-center.scan-down .mascot-image{mask-image:linear-gradient(180deg,transparent 50%,#000 0,#000);-webkit-mask-size:100% 200%;mask-size:100% 200%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:0 100%;mask-position:0 100%;animation:mascotMaskReveal .32s ease-in-out .24s forwards}@keyframes mascotMaskReveal{0%{-webkit-mask-position:0 100%;mask-position:0 100%}to{-webkit-mask-position:0 0;mask-position:0 0}}.mascot-center.scan-down.complete .mascot-scanner,.mascot-loader-container.hidden .mascot-scanner{display:none}@keyframes laserScanDownViewport{0%{top:0}to{top:100%}}