@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@100;400;500;600&display=swap);.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:"Poppins",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%}a,button{cursor:pointer}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}img{max-width:100%;height:auto}.site-container{display:grid;max-width:100%;margin:0 auto;grid-template-columns:repeat(12,1fr);-moz-column-gap:.9375rem;column-gap:.9375rem;row-gap:.9375rem}@media(min-width:48rem)and (max-width:63.9375rem){.site-container{max-width:48rem}}@media(min-width:64rem){.site-container{grid-template-columns:repeat(12,1fr);max-width:90rem;padding:0 .9375rem}}