:root{--primary-color:hsl(1, 100, 50);--text:#000;--credits:#7D7D7D;--links:#000;--bg:#fff}@media(prefers-color-scheme:dark){:root{--primary-color:hsl(1, 100, 50);--text:#fff;--credits:#fff;--links:hsl(1, 100, 50);--bg:#181818}}body,html{margin:0;padding:0;width:100%;height:auto;background-color:var(--bg);color:var(--text);font-family:Roboto,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;font-size:14px}@media only screen and (max-width:576px){body,html{overflow:initial}}@media(min-height:630px)and (max-height:664px){body,html{font-size:12px}}@media(min-height:665px)and (max-height:730px){body,html{font-size:13px}}h1,h2,h3,h4,h5,p{text-wrap:balance}*{box-sizing:border-box;-webkit-font-smoothing:antialiased}body,html{overflow:hidden}@media only screen and (max-width:576px){body,html{overflow:initial}}.page--container{min-height:100vh;width:100vw;max-width:1440px;margin:0 auto;color:var(--text);display:flex;justify-content:flex-start;align-items:flex-end}@media only screen and (max-width:576px){.page--container{flex-direction:column;max-width:100vw;overflow:hidden}}.left--container{background-color:rgba(0,0,0,0);width:100%;height:100vh;flex:1 1 50%}@media only screen and (max-width:576px){.left--container{display:none}}.left--container figure{height:100%;padding:0;margin:0;display:flex;justify-content:center;align-items:center;flex:1 0}.left--container figure svg{filter:drop-shadow(0 19px 46px rgba(0, 0, 0, .2));width:344px;height:auto;position:absolute;z-index:4}@media only screen and (max-width:576px){.left--container figure svg{position:relative}}@media only screen and (max-width:576px){.left--container figure{height:auto}}.right--container{background-color:var(--primary-color);height:100vh;z-index:13;flex:1 1 50%;display:flex;flex-direction:column;padding:0 100px 0 0;justify-content:center;align-items:center}@media only screen and (max-width:576px){.right--container{flex-direction:column;padding:0 1rem;text-align:center;max-height:78vh;font-size:12px}}@media(min-width:768px)and (max-width:1025px){.right--container{padding:0 30px 0 0}}@media(min-width:1026px)and (max-width:1112px){.right--container{padding:0 60px 0 0}}.right--container .buttons{height:5rem;margin-bottom:1rem;display:flex;align-items:center;gap:1rem}@media only screen and (max-width:576px){.right--container .buttons{justify-content:center}}.right--container .beta{height:100%;background:#000;color:#fff;border-radius:1rem;text-decoration:none;display:flex;align-items:center;padding:1rem;font-size:1.3rem;font-weight:700;border:1.5px solid #a6a6a6}.right--container .content--wrap{height:auto;transition:.15s}@media only screen and (max-width:576px){.right--container .content--wrap{display:flex;flex-direction:column}}@media only screen and (min-width:576px)and (max-width:1023px){.right--container .content--wrap{padding:1rem;background-color:var(--bg);border-radius:1rem;box-shadow:0 19px 46px rgba(0,0,0,.2)}}.right--container .content--wrap .logo{align-self:flex-start;background-image:url(../img/Logo.webp);min-height:64px;min-width:64px;max-width:64px;background-size:64px;border-radius:14px;margin:0 0 10px 0}@media only screen and (max-width:576px){.right--container .content--wrap .logo{align-self:center;margin:10px 40px}}.right--container .content--wrap .heading{font-size:5rem;font-weight:700;margin-top:0;margin-bottom:10px}@media only screen and (max-width:576px){.right--container .content--wrap .heading{font-size:3.2rem}}@media only screen and (min-width:576px)and (max-width:1023px){.right--container .content--wrap .heading{font-size:4rem}}@media only screen and (min-width:1340px){.right--container .content--wrap .heading{font-size:6rem}}.right--container .content--wrap .lead{font-size:1.7rem;line-height:2rem}@media only screen and (max-width:576px){.right--container .content--wrap .lead{font-size:1.5em;line-height:unset}}@media only screen and (min-width:576px)and (max-width:1023px){.right--container .content--wrap .lead{font-size:1.6em}}@media only screen and (max-width:576px){.right--container .content--wrap .AppStore{align-self:center}}.right--container .content--wrap .AppStore--badge{background-image:url(../img/AppStoreBadge.svg);background-repeat:no-repeat;background-size:contain;width:15rem;height:5rem;margin:0;align-self:start}@media only screen and (max-width:576px){.right--container .content--wrap .AppStore--badge{background-position:center}}.right--container .content--wrap .credits a,.right--container .content--wrap .creditsMobile a,.right--container .content--wrap .terms a,.right--container .content--wrap .termsMobile a{text-decoration:none;color:var(--links);cursor:pointer}.right--container .content--wrap .credits a:hover,.right--container .content--wrap .creditsMobile a:hover,.right--container .content--wrap .terms a:hover,.right--container .content--wrap .termsMobile a:hover{text-decoration:underline}.right--container .content--wrap .credits{color:var(--credits);background-color:var(--bg);border-radius:14px;padding:15px 30px;position:absolute;left:20px;bottom:5px;z-index:20;display:initial}@media only screen and (max-width:576px){.right--container .content--wrap .credits{display:none;padding:5px}}.right--container .content--wrap .terms{z-index:20;display:initial}@media only screen and (max-width:576px){.right--container .content--wrap .terms{display:none;padding:5px}}.termsMobile{color:var(--text)}.footer-mobile{color:var(--credits);background-color:var(--bg);z-index:20;font-size:.8em;position:fixed;text-align:center;border-radius:36px 36px 0 0;margin:0;left:0;padding:12px;bottom:0;width:100%;display:none;text-decoration:none}@media only screen and (max-width:576px){.footer-mobile{display:flex;flex-direction:column;gap:1rem}}.footer-mobile p{margin:0}.footer-mobile a{text-decoration:none;color:var(--links);cursor:pointer}.footer-mobile a:hover{text-decoration:underline}.wave{position:absolute;width:100%;height:auto;max-height:310px;bottom:-50px}@media only screen and (max-width:576px){.wave{position:fixed;transform:scaleY(2.5)}}.wave img{width:100%}.wave--green{max-height:310px}@media only screen and (max-width:576px){.wave--blue,.wave--green,.wave--red{max-height:350px;z-index:5}}.wave--blue{z-index:5;max-height:260px}
/*# sourceMappingURL=main.min.css.map */
