@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap";*{padding:0;margin:0;box-sizing:border-box;font-family:Open Sans,sans-serif}html,body,#root{width:100%;height:100%;margin:0;padding:0;overflow:hidden}.loader-overlay{position:fixed;top:0;left:0;height:100vh;width:100vw;background-color:#f0ebe3cc;display:flex;justify-content:center;align-items:center;z-index:999999}@keyframes fill-animation{0%{clip-path:inset(100% 0 0 0)}to{clip-path:inset(0 0 0 0)}}#logo{width:100px;height:110px;overflow:visible}#group{animation:fill-animation 2s cubic-bezier(.25,.1,.25,1) forwards infinite;fill:#8ac2ff;clip-path:inset(100% 0 0 0)}.border{fill:none;stroke:#8ac2ff;stroke-width:1}
