@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-size:20px;width:100vw;height:100vh}body{background:#000;color:#fff;-webkit-font-smoothing:antialiased;font-family:Poppins,sans-serif;display:flex;align-items:center;justify-content:center;width:100vw;height:100vh}a{text-decoration:none;color:#fff}.controls{display:none}@media (max-width: 1024px) and (orientation: landscape){.controls{display:block}}.controls .bt{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);width:60px;height:60px;margin:5px}.game{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}@media (max-width: 1024px){.game{zoom:.45}}@media (max-width: 1024px) and (orientation: landscape){.game{zoom:.5}}.home{max-width:900px;text-align:center}@media (max-width: 1024px){.home{padding:20px}}.home .head{position:relative}@media (max-width: 1024px){.home .logo{width:200px}}.home h1{font-size:1.5rem;font-weight:600;margin-bottom:60px}@media (max-width: 1024px){.home h1{font-size:1rem;margin-bottom:20px}}.home h2{font-size:1.2rem;font-weight:600}@media (max-width: 1024px){.home h2{font-size:.8rem}}.home p{font-size:.9rem;font-weight:300}@media (max-width: 1024px){.home p{font-size:.7rem}}.home .button{padding:10px 30px;background:#3a57bb;display:inline-block;margin-top:20px;font-weight:600;font-size:1.2rem}.home .qa{position:absolute;right:50px;bottom:-80px;width:200px}@media (max-width: 1024px){.home .qa{position:relative;bottom:auto;right:auto;width:170px;display:block;margin:0 auto 20px}}@media (max-width: 1024px) and (orientation: landscape){.home .qa{display:none}}.cols{display:grid;grid-template-columns:1fr 1fr;grid-gap:20px;max-width:900px}@media (max-width: 1024px){.cols{padding:20px;max-width:700px;grid-template-columns:1fr}}@media (max-width: 1024px){.cols .col{display:flex;flex-direction:column;justify-content:center;align-items:center}}.cols .col .qa{width:100%}@media (max-width: 1024px) and (orientation: landscape){.cols .col .qa{width:150px}}.cols .col .logo{margin-bottom:20px}.cols .col .button{padding:10px 20px;background:#3a57bb;display:inline-block;margin-top:20px;font-weight:600;font-size:1.2rem}@media (max-width: 1024px){.cols .col .button{margin:20px auto}}.cols .col h1{font-size:1.6rem;font-weight:600}@media (max-width: 1024px){.cols .col h1{font-size:1rem;text-align:center}}.cols .col p{font-size:1.2rem;font-weight:300}@media (max-width: 1024px){.cols .col p{font-size:.8rem;text-align:center}}
