#root{position:relative;display:flex;flex-direction:column;justify-content:center;background-image:url(/bg.png);background-size:100% 100%;background-color:#000;font-family:Inter,serif;height:100vh;width:100vw;overflow-x:hidden;overflow-y:auto}@supports (height: 100dvh){#root{height:100dvh}}.main{display:grid;align-items:center;justify-content:center;grid-template-areas:"logo" "title" "buttons";grid-template-columns:1fr;grid-template-rows:50% min-content auto;background-image:url(/bg-caps-desktop.png);background-size:100%;background-repeat:no-repeat;height:100%}.main__logo{grid-area:logo;display:flex;justify-content:center;align-self:end;margin-bottom:34px}.main__logo-img{width:30%}.main__title{grid-area:title;max-width:600px;font-size:20px;font-weight:500;line-height:28px;color:#fff;margin-right:1rem;justify-self:center;text-align:center;display:flex;flex-direction:column;gap:1rem}.main__title-text{text-wrap:balance}.main__title-button{font-weight:700;color:#f5f5f5;background:#ff4942;border-radius:20px;font-size:20px;line-height:14px;white-space:pre;align-self:center;padding:1rem 4rem}.main__buttons{grid-area:buttons;display:flex;gap:2rem;justify-content:center;margin-bottom:5rem;align-self:start;margin-top:2rem}.main__button-item{display:flex;align-items:center;gap:1rem}.main__button-item-img{width:2rem}.main__button-item-link{font-weight:700;color:#f5f5f5;font-size:12px;line-height:14px;white-space:pre}@media (max-width: 1024px){.main{display:grid;grid-template-areas:"logo" "title" "buttons";grid-template-columns:1fr;grid-template-rows:40% min-content auto;margin-right:0;background-image:url(/bg-caps-mobile.png);background-position:50% 0;background-size:min(400px,120vw)}.main__logo{margin-bottom:1rem}.main__logo-img{width:50%}.main__title{margin:1rem 2.75rem;font-size:16px;line-height:24px;justify-self:center;text-align:left}.main__buttons{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:2rem;max-width:300px;justify-self:center;margin-bottom:1rem}}.terms-container{max-width:800px;margin:40px auto;padding:20px;line-height:1.6;color:#333;background-color:#f9f9f9;border-radius:8px;border:1px solid #ddd;overflow:auto}.terms-container h1{font-size:2em;margin-bottom:10px}.terms-container h2{font-size:1.4em;margin-top:30px;margin-bottom:10px;color:#222}.terms-container p{margin-bottom:10px}.terms-container ul{padding-left:20px;margin-bottom:10px}.terms-container a{color:#06c;text-decoration:none}.terms-container a:hover{text-decoration:underline}*{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;-webkit-tap-highlight-color:transparent;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;overflow:hidden;background:#ddd;color:#000}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}}
