#app{width:100%;height:100%}#main{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:100%;padding:1.5rem}.splash{width:100%;max-width:360px;margin-bottom:2rem}.stores{display:flex;justify-content:center;flex-wrap:wrap;align-items:center;gap:2rem}.logo{height:auto;width:270px}.navigation{display:flex;align-items:center;height:100%;max-height:64px;padding:1rem 1.5rem;border-bottom:1px solid var(--foreground-muted);justify-content:space-between}.navigation .logo{display:flex;width:36px}.navigation .links{display:flex;gap:1rem}a{height:24px;text-decoration:none;color:var(--foreground-muted);font-size:14px}.active{border-bottom:1px solid var(--foreground);color:var(--foreground)!important}.policiesWrapper{display:flex;flex-direction:column;padding:2rem;max-width:1280px;margin:0 auto}:root{font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--background: #101112;--foreground: #F8F8F8;--foreground-muted: #9B9B9C;--primary: #C5EA4C;--primary-hover: #AAC943;--primary-progress: #6A7D2F;--secondary-dark: #272829;--secondary-medium: #555657;--secondary-light: #C9C9CA;--secondary-green: #222718;background:var(--background);color:var(--foreground);font-family:OpenSans,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif}@font-face{font-family:OpenSans;src:url(/assets/OpenSans-Regular-96xKfbrT.ttf)}*{box-sizing:border-box}body{margin:0;display:flex;min-width:100%;min-height:100vh}h1{font-size:3.2em;line-height:1.1}strong{font-size:2em;line-height:1.1}
