.splash-screen{display:flex;flex-direction:row;align-items:center;justify-content:center;background:var(--primary-color);height:100vh;width:100%;animation:lift .8s ease-in-out;animation-delay:1.6s;animation-fill-mode:forwards}.title{fill:#fff;animation:wave .4s,jump 1s;position:relative;top:0;padding:4px;transform:translate3d(0,16%,0);opacity:0;z-index:3;animation-fill-mode:forwards}.title:first-of-type{animation:wave .4s,jump 1.1s ease-in-out .05s alternate}.title:nth-of-type(2){animation:wave .4s,jump 1.1s ease-in-out .1s alternate}.title:nth-of-type(3){animation:wave .4s,jump 1.1s ease-in-out .15s alternate}.title:nth-of-type(4){animation:wave .4s,jump 1.1s ease-in-out .2s alternate}@keyframes wave{0%{top:0}to{top:100%}}@keyframes jump{0%{transform:translateZ(0);opacity:0}to{transform:translate3d(0,-16%,0);opacity:1}}@keyframes lift{0%{transform:translateZ(0);opacity:1;visibility:visible}to{transform:translate3d(0,-100%,0);opacity:1;visibility:hidden}}@keyframes appear{0%{visibility:hidden}to{visibility:visible}}:root{--border-color:#e5e5e5;--color-background:#fff;--color-green:#78be21;--color-light-blue:#298fc2;--color-blue:#326295;--default-font:"Asap",sans-serif;--font-size:1rem;--font-weight:400;--line-height:1.5rem;--text-color:#666;--text-color-dark:#333;--link-color:#78be21;--link-color-hover:#298fc2;--button-background:#78be21 linear-gradient(225deg,#b3db82,#78be21 100%,#78be21 0);--button-background-hover:#78be21;--default-transition:all ease-in-out .4s;--background:#fff;--color-white:#fff;--color-black:#000;--primary-color:#298fc2}html{font-size:100%}*,:after,:before{box-sizing:border-box;margin:0;position:relative;font-weight:400}body,html{margin:0;padding:0;height:100%;width:100%}body{background:var(--color-background);color:var(--text-color-dark);font-family:var(--default-font);font-size:var(--font-size);font-weight:var(--font-weight);line-height:var(--line-height);scroll-behavior:smooth}@media(min-width:64rem){body{background:-webkit-image-set("/img/bg-image.b5a907d7.avif" type("image/avif"),"/img/bg-image.0ceae46e.webp" type("image/webp"),"/img/bg-image.3f206e6d.png" type("image/png"));background:image-set("/img/bg-image.b5a907d7.avif" type("image/avif"),"/img/bg-image.0ceae46e.webp" type("image/webp"),"/img/bg-image.3f206e6d.png" type("image/png"));background-size:cover;background-repeat:no-repeat}}