#root,body,html{width:100%;height:100%;background:#fff;margin:0;font-family:sans-serif;overflow:hidden;-webkit-user-select:none;-ms-user-select:none;user-select:none}*{font-size:1.3rem;box-sizing:border-box;touch-action:manipulation}a{text-decoration:none}button{border:none;background:none;cursor:pointer;background-repeat:no-repeat;padding:none;display:flex;justify-content:center;align-items:center}.app{display:grid;grid-template:20vh 70vh 10vh/1fr}.app,.app header{width:100%;height:100%}.app header{display:flex;justify-content:center;flex-direction:column;align-items:center;background:#222;text-transform:uppercase;font-weight:900}.app header h1{font-size:10vh;margin:0;color:#f4e301;animation:blink .5s linear infinite forwards}@keyframes blink{0%,to{opacity:.3}50%{opacity:1}}.app header h2{font-size:6vh;margin:0;color:red}.app footer{width:100%;height:100%;color:#fae606;background:#018efa}.app footer,.download-page{display:flex;justify-content:center;align-items:center}.download-page{width:500px;height:400px;flex-direction:column}.download-page .logo{width:100px;height:100px;background-image:url(/static/media/icon.35560901.png);background-size:contain;margin-bottom:20px}.download-button{padding:20px;color:#fff;background:#007779;border-radius:10px;display:flex;justify-content:center;align-items:center;transition:all .2s;box-shadow:0 3px 5px rgba(0,0,0,.3)}.download-button:hover{background:#01c9cc;transform:scale(1.2);box-shadow:0 15px 20px rgba(0,0,0,.3)}.download-button svg{width:40px;height:40px;margin-right:10px}.other_os_link,.other_os_link a{font-size:.8rem;color:grey}.other_os_link a{text-decoration:underline;color:#00f}.step_wrapper{width:75vw;height:50vw;max-width:95vh;max-height:63.33vh;display:flex;justify-content:center;flex-direction:column;align-items:center}.step_wrapper img{width:75vw;height:30vw;max-width:95vh;max-height:38vh}.step_wrapper h1{color:#0096d1;font-weight:400;font-size:1.5rem;margin:0 0 10px}.step_wrapper p{color:#696868;font-weight:400;font-size:1rem}nav{width:100%;height:100%;display:flex;justify-content:center;align-items:center;color:#ccc;background:#222}nav>*{margin:0 20px}nav a{width:8vh;height:8vh;color:#fff;border-radius:.5vw;background:#007779;display:flex;justify-content:center;cursor:pointer;border-radius:100%;transition:all .2s}nav a:hover{background:#01c9cc;transform:scale(1.1)}nav a svg{width:4vh}nav a.disabled-true{background:#007779;opacity:.5;-webkit-filter:grayscale(1);filter:grayscale(1);pointer-events:none}nav a.disabled-true:hover{background:#007779;transform:none}main{width:100%;height:100%;display:flex;justify-content:center;align-items:center}
/*# sourceMappingURL=main.7d062136.chunk.css.map */