
.draw{stroke-dasharray:1;stroke-dashoffset:1px;stroke-linecap:round;animation:1s forwards draw,.5s forwards erase}.draw2{animation-delay:.1s,1.8s}.draw3,.draw1{animation-delay:.8s,1.8s}.fill{opacity:0;animation:.5s 1.8s forwards fillIn}@keyframes draw{to{stroke-dashoffset:0}}@keyframes fillIn{to{opacity:1}}@keyframes erase{to{stroke-dashoffset:-1px;opacity:0}}.logo-container{flex-direction:column;justify-content:center;align-items:center;height:100vh;margin:0 auto;display:flex;position:relative}.logo{filter:drop-shadow(0 0 5px #00d4ce80)drop-shadow(0 0 5px #00d4ce59);will-change:transform;width:400px;height:auto;animation:6s ease-in-out 4s infinite floatRotate}.logoText{width:400px;height:auto;margin-top:20px;display:block}.logo-text-fill{opacity:0;animation:.5s 3.7s forwards fillText}.draw-text{stroke-dasharray:1;stroke-dashoffset:1px;animation:.7s forwards drawText,.55s forwards eraseText}.draw-text-1{animation-delay:1.8s,4.8s}.draw-text-2{animation-delay:1.98s,3.7s}.draw-text-3{animation-delay:2.14s,3.7s}.draw-text-4{animation-delay:2.32s,3.7s}.draw-text-5{animation-delay:2.52s,3.7s}.draw-text-6{animation-delay:2.68s,3.7s}.draw-text-7{animation-delay:2.82s,3.7s}.draw-text-8{animation-delay:2.96s,3.7s}@keyframes drawText{to{stroke-dashoffset:0}}@keyframes eraseText{to{stroke-dashoffset:-1px;opacity:0}}@keyframes fillText{to{opacity:1}}@keyframes finalGlow{0%{filter:drop-shadow(0 0 #00d4ce00)drop-shadow(0 0 #00d4ce00)}to{filter:drop-shadow(0 0 10px #00d4ce80)drop-shadow(0 0 28px #00d4ce59)}}.sloganContainer{justify-content:flex-start;align-items:flex-start;height:2.5rem;margin-top:1rem;display:flex;position:relative;overflow:hidden}.slogan{color:var(--foreground);text-align:center;text-align:left;will-change:transform;font-family:Jura;font-size:2.2rem;animation:.3s cubic-bezier(.09,.97,.85,1.13) 4s forwards fadeInUp;transform:translateY(50px)}@keyframes fadeInUp{to{transform:translateY(0)}}@keyframes expandSlogan{to{max-width:100%}}.scrollDownIndicator{z-index:3;opacity:0;animation:1s 4s forwards startScrollIndicator;position:absolute;bottom:7vh;left:50%;transform:translate(-50%)}.scrollDownIndicator span{margin:-10px;filter:drop-shadow(0 0 5px #7bf5ed);will-change:transform;border-bottom:2px solid #fff;border-right:2px solid #fff;width:20px;height:20px;margin-inline:0;animation:2s infinite animate;display:block;transform:rotate(45deg)}.scrollDownIndicator span:nth-child(2){animation-delay:-.2s}.scrollDownIndicator span:nth-child(3){animation-delay:-.4s}@keyframes animate{0%{opacity:0}50%{opacity:1;transform:rotate(45deg)translate(10px,10px)}to{opacity:0}}@keyframes startScrollIndicator{to{opacity:1}}@keyframes floatRotate{0%{transform:translate(0)}25%{transform:translate(6px,-6px)}50%{transform:translateY(-10px)}75%{transform:translate(-6px,-6px)}to{transform:translate(0)}}
.scrollerContainer{pointer-events:none;z-index:0;opacity:0;justify-content:center;gap:8vw;animation:1s ease-out 4s forwards startScrollers;display:flex;position:absolute;inset:0;overflow:hidden}.icon-scroller{flex-shrink:0;width:90px;height:100vh;position:relative;overflow:hidden}.icon-track{will-change:transform;flex-direction:column;align-items:center;display:flex}.icon-track.down{animation:120s linear infinite scrollDown}.icon-track.up{animation:120s linear infinite scrollUp}.icon-item{flex:none;justify-content:center;align-items:center;width:64px;height:64px;margin:5vh 0;display:flex}.icon-image{object-fit:contain;opacity:.85;filter:drop-shadow(0 0 14px #74d9df59);-webkit-user-select:none;user-select:none;-webkit-user-drag:none;width:64px;height:64px;display:block}.scrollerContainer:before,.scrollerContainer:after{content:"";z-index:2;pointer-events:none;width:100%;height:120px;position:absolute;left:0}.scrollerContainer:before{background:linear-gradient(#000000e6,#0000);top:0}.scrollerContainer:after{background:linear-gradient(#0000,#000000e6);bottom:0}@keyframes scrollDown{0%{transform:translateY(-50%)}to{transform:translateY(0%)}}@keyframes scrollUp{0%{transform:translateY(0%)}to{transform:translateY(-50%)}}@keyframes startScrollers{to{opacity:.1}}
