@keyframes fly-in{0%{opacity:0;transform:translate(-50%)translateY(100%)}to{opacity:1;transform:translate(-50%)translateY(0)}}@keyframes fly-out{0%{opacity:1;transform:translate(-50%)translateY(0)}to{opacity:0;transform:translate(-50%)translateY(-100%)}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.03)}}@keyframes slide-up{0%{opacity:0;transform:translateY(120px)}to{opacity:1;transform:translateY(0)}}.animate-fly-in{animation:.5s ease-out forwards fly-in}.animate-fly-out{animation:.5s ease-in forwards fly-out}.animate-breathe{animation:3s ease-in-out infinite breathe}.animate-slide-up{opacity:0;animation:.7s ease-out forwards slide-up}.animate-slide-up-delay-1{opacity:0;animation:.7s ease-out .2s forwards slide-up}.animate-slide-up-delay-2{opacity:0;animation:.7s ease-out .4s forwards slide-up}.logoanim .path-main.dashed,.logoanim .path-dot.dashed{stroke-dasharray:200;stroke-dashoffset:200px;stroke-linecap:round;fill:#0000;animation:.7s linear infinite ew-dash}.logoanim .path-main.filled,.logoanim .path-dot.filled{stroke-dasharray:none;stroke-dashoffset:0;fill:#0f0f0f;transition:fill .3s,fillTheLogo .3s;animation:none}@keyframes fillTheLogo{0%{fill:#0000}to{fill:#0f0f0f;stroke-width:0}}@keyframes ew-dash{0%{stroke-dashoffset:200px}50%{stroke-dashoffset:0}to{stroke-dashoffset:-200px}}.entry-mask{-webkit-mask-composite:xor;will-change:mask-size,opacity;animation:.375s cubic-bezier(1,0,1,1) forwards maskExpand;transform:translateZ(0);-webkit-mask-image:linear-gradient(#000,#000),url(/ew.svg);mask-image:linear-gradient(#000,#000),url(/ew.svg);-webkit-mask-position:0 0,50%;mask-position:0 0,50%;-webkit-mask-size:100% 100%,80px;mask-size:100% 100%,80px;-webkit-mask-repeat:no-repeat,no-repeat;mask-repeat:no-repeat,no-repeat;-webkit-mask-composite:xor;mask-composite:exclude}@keyframes maskExpand{to{visibility:hidden;pointer-events:none;-webkit-mask-size:100% 100%,500vw;mask-size:100% 100%,500vw}}.logoanim-exit{animation:.45s ease-in-out forwards scaleLogo}@keyframes scaleLogo{0%{transform:scale(1)}to{transform:scale(260)}}
