@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap";:root{--TRUE: 1;--FALSE: 0;--primary--base: #f07300;--secondary--base: #00f0eb;--primary--100: #ffded5;--tertiary--base: #0005f0;--primary--200: #ffa887;--primary--300: #f07300;--primary--400: #b75600;--primary--500: #823b00;--primary--600: #502200;--primary--700: #220b00;--secondary--100: #00f0eb;--secondary--200: #00c4c0;--secondary--300: #009b97;--secondary--400: #007370;--secondary--500: #004d4b;--secondary--600: #002b29;--secondary--700: #001413;--tertiary--100: #d8d8ff;--tertiary--200: #acacff;--tertiary--300: #7f7fff;--tertiary--400: #4e4eff;--tertiary--500: #0005f0;--tertiary--600: #000292;--tertiary--700: #00004e;--white: #ffffff;--black: #000000;--grey--50: #fbfbfb;--grey--100: #eeeeee;--grey--150: #dfdede;--grey--200: #d2d0d0;--grey--250: #c4c1c1;--grey--300: #b7b3b2;--grey--350: #aba5a4;--grey--400: #9f9694;--grey--450: #918886;--grey--500: #837b79;--grey--550: #756e6c;--grey--600: #686160;--grey--650: #5a5553;--grey--700: #4e4948;--grey--750: #413d3d;--grey--800: #353131;--grey--850: #292626;--grey--900: #1d1b1c;--grey--950: #111111}.text-style-display-large{font-size:3.562rem;font-family:Inter;font-weight:400;font-style:normal;line-height:64px;letter-spacing:-.25px;text-decoration:none;text-transform:none}.text-style-display-medium{font-size:2.812rem;font-family:Inter;font-weight:400;font-style:normal;line-height:52px;text-decoration:none;text-transform:none}.text-style-display-small{font-size:2.25rem;font-family:Inter;font-weight:400;font-style:normal;line-height:44px;text-decoration:none;text-transform:none}.text-style-headline-large{font-size:2rem;font-family:Inter;font-weight:400;font-style:normal;line-height:40px;text-decoration:none;text-transform:none}.text-style-headline-medium{font-size:1.75rem;font-family:Inter;font-weight:400;font-style:normal;line-height:36px;text-decoration:none;text-transform:none}.text-style-headline-small{font-size:1.5rem;font-family:Inter;font-weight:400;font-style:normal;line-height:32px;text-decoration:none;text-transform:none}.text-style-title-large{font-size:1.375rem;font-family:Inter;font-weight:400;font-style:normal;line-height:28px;text-decoration:none;text-transform:none}.text-style-title-medium{font-size:1rem;font-family:Inter;font-weight:500;font-style:normal;line-height:24px;letter-spacing:.15px;text-decoration:none;text-transform:none}.text-style-title-small{font-size:.875rem;font-family:Inter;font-weight:500;font-style:normal;line-height:20px;letter-spacing:.1px;text-decoration:none;text-transform:none}.text-style-body-large{font-size:1rem;font-family:Inter;font-weight:400;font-style:normal;line-height:24px;letter-spacing:.5px;text-decoration:none;text-transform:none}.text-style-body-medium{font-size:.875rem;font-family:Inter;font-weight:400;font-style:normal;line-height:20px;letter-spacing:.25px;text-decoration:none;text-transform:none}.text-style-body-small{font-size:.75rem;font-family:Inter;font-weight:400;font-style:normal;line-height:16px;letter-spacing:.4px;text-decoration:none;text-transform:none}.text-style-label-large{font-size:.875rem;font-family:Inter;font-weight:500;font-style:normal;line-height:20px;letter-spacing:.1px;text-decoration:none;text-transform:none}.text-style-label-medium{font-size:.75rem;font-family:Inter;font-weight:500;font-style:normal;line-height:16px;letter-spacing:.5px;text-decoration:none;text-transform:none}.text-style-label-small{font-size:.688rem;font-family:Inter;font-weight:500;font-style:normal;line-height:16px;letter-spacing:.5px;text-decoration:none;text-transform:none}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--content-max-w: 1400px;--gutter: 3rem;--section-space: clamp(3rem, 10vw, 20rem)}.container{width:100%;max-width:var(--content-max-w);margin-inline:auto;padding-inline:var(--gutter)}.pillars{display:grid;gap:2rem;padding-block:var(--section-space);width:100%;margin-inline:auto;padding-inline:var(--gutter, 1rem);box-sizing:border-box;max-width:var(--content-max-w)}.waitlist{background:var(--grey--100);padding-block:var(--section-space)}@media (min-width: 768px){.pillars{grid-template-columns:repeat(3,1fr)}}.header{position:sticky;top:0;z-index:1;background:var(--secondary--600);color:var(--white)}.header>.container{display:flex;align-items:center;justify-content:space-between;padding-block:1rem;z-index:10}.header .icon{width:2.6rem;height:2.6rem;flex-shrink:0}.header .logo{display:flex;flex-direction:row;align-items:center;gap:1rem}.header h1{font-size:1.4rem;font-weight:300}.header h1 strong{font-weight:700}.header nav{display:flex;align-items:center}button.join{background:var(--primary--300);color:var(--white);font-size:.875rem;font-weight:500;padding:.8rem 1.4rem;border-radius:.5rem;border:none;cursor:pointer;transition:background .2s ease,transform .1s ease}button.join:hover{background:var(--primary--400)}button.join:active{transform:scale(.97)}.hero{background:var(--secondary--600);color:var(--white);padding-block:var(--section-space)}.hero-content{display:grid;gap:2rem}.hero-text{display:flex;flex-direction:column;gap:1.5rem}.hero-text p{color:var(--grey--300)}.hero-image{order:-1}.hero-image svg{position:relative;z-index:5;width:100%;height:auto;max-width:100%;overflow:visible;pointer-events:none}.hero-cta{align-self:start}@media (min-width: 768px){.hero-content{grid-template-columns:3fr 2fr;align-items:center}.hero-image{order:0}}.pillar{background-color:var(--grey--50);border-radius:1rem;padding:2rem 1.5rem;text-align:center;box-shadow:0 2px 6px var(--grey--200);display:flex;flex-direction:column;align-items:center;transition:transform .2s ease}.pillar:hover{transform:translateY(-1rem)}.pillar img,.pillar svg{width:auto;height:12rem;margin-bottom:2rem}.pillar h3{margin-bottom:1rem}.waitlist-form{max-width:600px;margin-inline:auto;display:flex;flex-direction:column;gap:1.25rem}.form-input{padding:.75rem 1rem;font-size:1rem;border:.1rem solid var(--grey--300);border-radius:.5rem;background-color:var(--white);font-family:inherit;transition:border-color .2s ease}.form-input:focus{outline:none;border-color:var(--primary--300)}.submit-button{padding:.85rem 1.5rem;background-color:var(--primary--300);color:#fff;font-size:1rem;font-weight:600;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.submit-button:hover{background-color:var(--primary--400)}.submit-button:active{transform:scale(.97)}.error-message{color:#b00020;font-size:.875rem;text-align:center}.confirmation{text-align:center;font-size:1.25rem;font-weight:500;color:var(--white);padding:2rem;background:var(--secondary--600);border-radius:.75rem;max-width:500px;margin-inline:auto}.form-note{font-size:.8rem;color:var(--grey--500);text-align:center;line-height:1.4}.form-link{color:var(--primary--300);text-decoration:underline;font-weight:500}.footer{background:var(--secondary--600);color:var(--white);padding-block:2rem}.footer a{color:inherit;text-decoration:underline;font-weight:500}.privacy{width:100%;max-width:800px;margin-inline:auto;padding-inline:3rem;line-height:1.6;padding-bottom:4rem}.privacy header{margin-top:4rem}.privacy h1{margin-bottom:.5rem}.privacy main{display:flex;flex-direction:column;gap:.2rem}.privacy h2{margin-top:2rem;margin-bottom:.75rem;color:var(--grey--800)}.privacy p{margin-bottom:.2rem}.privacy ul{padding-left:1.25rem;margin:.5rem 0 1rem}.privacy li{margin-bottom:.2rem;list-style:disc}.privacy a{color:var(--primary--300);text-decoration:none;transition:color .2s ease}.privacy a:hover{text-decoration:underline;color:var(--primary--400)}.privacy em{color:var(--grey--600);font-style:italic}.back-link{display:inline-block;margin-bottom:1rem}html,body{margin:0;padding:0;font-family:Inter,sans-serif;height:100%;width:100%;background:var(--white)}#root{height:100%;width:100%}.layout{width:100%;height:100%}
