.--header{height:60px}.--header .--header-box{width:90%}.--header .--header-nav{height:calc(100dvh - 60px);left:-100dvw;transition:all .4s ease;z-index:2}.--header .--header-nav-active{left:0;transition:all .4s ease}.--footer .--footer-box,.--header .--header-nav .--header-nav-items{width:90%}.--footer .--footer-box .--footer-row{gap:42px}.--footer .--footer-box .--footer-row .--footer-row-col{flex:1 1 auto}.--home-hero{height:calc(100dvh - 60px)}.--home-hero .--hero-canvas{z-index:0}.--home-hero .--home-hero-content{width:90%;z-index:1}.--careers-hero{height:calc(100dvh - 60px)}.--careers-overlay{background-color:#00000080}.--careers-overlay .--careers-modal{width:90%}@media (min-width:768px){.--careers-overlay .--careers-modal{width:60%}}@media (min-width:1024px){.--careers-overlay .--careers-modal{width:40%}}.--devs-hero{height:calc(100dvh - 60px)}.--devs-grid .--devs-grid-lst{width:90%}.--devs-grid .--devs-grid-lst .--dev-card .--dev-card-img{height:360px}.--devs-grid .--devs-grid-lst .--dev-card .--dev-card-img img{filter:grayscale(100%);height:100%;object-fit:cover;transition:filter .4s ease;width:100%}.--devs-grid .--devs-grid-lst .--dev-card:hover .--dev-card-img img{filter:grayscale(0)}.--devs-join .--devs-join-content{width:90%}:root{--font-family:"Google Sans",sans-serif;--black:#000;--white:#fff;--gray-900:#0d0d0d;--gray-800:#1a1a1a;--gray-700:#2a2a2a;--gray-600:#444;--gray-500:#666;--gray-400:#8a8a8a;--gray-300:#b0b0b0;--gray-200:#d1d1d1;--bg-page:var(--black);--bg-surface:var(--gray-900);--bg-surface-muted:var(--gray-800);--text-primary:var(--white);--text-secondary:var(--gray-300);--text-muted:var(--gray-400);--text-disabled:var(--gray-500);--border-color-default:var(--gray-700);--border-color-strong:var(--gray-500);--text-xs:12px;--text-sm:14px;--text-md:16px;--text-lg:20px;--text-xl:24px;--text-2xl:32px;--text-3xl:40px;--text-4xl:48px;--text-5xl:56px;--line-tight:1.2;--line-normal:1.5;--line-loose:1.7;--size-xs:8px;--size-sm:12px;--size-md:16px;--size-lg:24px;--size-xl:32px;--size-2xl:48px;--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--radius-pill:999px;--shadow-sm:0 2px 4px #0006;--shadow-md:0 6px 12px #00000080;--state-hover:#ffffff14;--state-active:#ffffff29;--state-focus:#ffffff3d}@media (min-width:768px){:root{--text-md:18px;--text-lg:22px;--text-xl:28px;--text-2xl:36px;--text-3xl:44px}}@media (min-width:1024px){:root{--text-md:20px;--text-lg:24px;--text-xl:32px;--text-2xl:40px;--text-3xl:52px;--text-4xl:60px;--text-5xl:72px}}*{border:none;box-sizing:border-box;font-family:Google Sans,sans-serif;font-family:var(--font-family);margin:0;outline:none;padding:0}html{scroll-behavior:smooth}body{background-color:#000;background-color:var(--bg-page);color:#fff;color:var(--text-primary);font-weight:200;overflow-x:hidden;overflow-y:auto;width:100dvw}input,select,textarea{font-family:Google Sans,sans-serif;font-family:var(--font-family)}li,ol,ul{list-style:none}button{cursor:pointer}svg path{stroke-width:1.2;stroke:#fff;stroke:var(--white)}img{border-radius:inherit;height:100%;object-fit:cover;width:100%}a{color:#fff;color:var(--text-primary);text-decoration:none}.fixed{position:fixed}.relative{position:relative}.absolute{position:absolute}.static{position:static}.sticky{position:-webkit-sticky;position:sticky}.inset-0{inset:0}.flex{display:flex}.block{display:block}.inline{display:inline}.inline-block{display:inline-block}.center,.grid{display:grid}.center{place-items:center}.hidden{display:none}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-center{align-items:center}.items-end{align-items:flex-end}.items-stretch{align-items:stretch}.justify-start{justify-content:flex-start}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.grid-auto{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.gap-xs{gap:var(--size-xs)}.gap-sm{gap:var(--size-sm)}.gap-md{gap:var(--size-md)}.gap-lg{gap:var(--size-lg)}.gap-xl{gap:var(--size-xl)}.scroll{overflow:scroll}.scroll-y{overflow-y:scroll}.overflow-hidden{overflow:hidden}.scroll-y-hidden::-webkit-scrollbar{display:none}.m-0{margin:0}.m-auto{margin:auto}.mt-xs{margin-top:var(--size-xs)}.mt-sm{margin-top:var(--size-sm)}.mt-md{margin-top:var(--size-md)}.mt-lg{margin-top:var(--size-lg)}.mt-xl{margin-top:var(--size-xl)}.mb-xs{margin-bottom:var(--size-xs)}.mb-sm{margin-bottom:var(--size-sm)}.mb-md{margin-bottom:var(--size-md)}.mb-lg{margin-bottom:var(--size-lg)}.mb-xl{margin-bottom:var(--size-xl)}.p-xs{padding:var(--size-xs)}.p-sm{padding:var(--size-sm)}.p-md{padding:var(--size-md)}.p-lg{padding:var(--size-lg)}.p-xl{padding:var(--size-xl)}.pv-xs{padding-bottom:var(--size-xs);padding-top:var(--size-xs)}.pv-sm{padding-bottom:var(--size-sm);padding-top:var(--size-sm)}.pv-md{padding-bottom:var(--size-md);padding-top:var(--size-md)}.pv-lg{padding-bottom:var(--size-lg);padding-top:var(--size-lg)}.pv-xl{padding-bottom:var(--size-xl);padding-top:var(--size-xl)}.ph-xs{padding-left:var(--size-xs);padding-right:var(--size-xs)}.ph-sm{padding-left:var(--size-sm);padding-right:var(--size-sm)}.ph-md{padding-left:var(--size-md);padding-right:var(--size-md)}.ph-lg{padding-left:var(--size-lg);padding-right:var(--size-lg)}.ph-xl{padding-left:var(--size-xl);padding-right:var(--size-xl)}.w{width:var(--w)}.h{height:var(--h)}.w-full{width:100%}.h-full{height:100%}.w-screen{width:100vw}.h-screen{height:100vh}.w-maxcontent{width:-webkit-max-content;width:max-content}.h-maxcontent{height:-webkit-max-content;height:max-content}.w-inherit{width:inherit}.h-inherit{height:inherit}.text-xs{font-size:var(--text-xs)}.text-sm{font-size:var(--text-sm)}.text-md{font-size:var(--text-md)}.text-lg{font-size:var(--text-lg)}.text-xl{font-size:var(--text-xl)}.text-2xl{font-size:var(--text-2xl)}.text-3xl{font-size:var(--text-3xl)}.text-primary{color:var(--text-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-gray-300{color:var(--gray-300)}.text-dark{color:var(--black)}.text-white{color:var(--white)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-light{font-weight:200}.text-medium{font-weight:600}.text-bold{font-weight:700}.text-bolder{font-weight:bolder}.bg-page{background:var(--bg-page)}.bg-surface{background:var(--bg-surface)}.bg-muted{background:var(--bg-surface-muted)}.bg-dark{background-color:var(--black)}.bg-white{background-color:var(--white)}.bg-none{background:none}.border{border:1px solid var(--border-color-default)}.border-strong{border:1px solid var(--border-color-strong)}.rounded-sm{border-radius:var(--radius-sm)}.rounded-md{border-radius:var(--radius-md)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-pill{border-radius:var(--radius-pill)}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow-md{box-shadow:var(--shadow-md)}.hover:hover{background:var(--state-hover)}.active:active{background:var(--state-active)}.focus:focus{box-shadow:0 0 0 2px var(--state-focus);outline:none}.pointer{cursor:pointer}.not-allowed{cursor:not-allowed}@media (min-width:768px){.md\:flex{display:flex}.md\:block{display:block}.md\:inline{display:inline}.md\:inline-block{display:inline-block}.md\:center,.md\:grid{display:grid}.md\:center{place-items:center}.md\:hidden{display:none}.md\:flex-row{flex-direction:row}.md\:flex-column{flex-direction:column}.md\:flex-wrap{flex-wrap:wrap}.md\:flex-nowrap{flex-wrap:nowrap}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:items-end{align-items:flex-end}.md\:justify-start{justify-content:flex-start}.md\:justify-center{justify-content:center}.md\:justify-end{justify-content:flex-end}.md\:justify-between{justify-content:space-between}.md\:grid-2{grid-template-columns:repeat(2,1fr)}.md\:grid-3{grid-template-columns:repeat(3,1fr)}.md\:grid-4{grid-template-columns:repeat(4,1fr)}.md\:grid-auto{grid-template-columns:repeat(auto-fit,minmax(0,1fr))}.md\:gap-xs{gap:var(--size-xs)}.md\:gap-sm{gap:var(--size-sm)}.md\:gap-md{gap:var(--size-md)}.md\:gap-lg{gap:var(--size-lg)}.md\:gap-xl{gap:var(--size-xl)}.md\:p-sm{padding:var(--size-sm)}.md\:p-md{padding:var(--size-md)}.md\:p-lg{padding:var(--size-lg)}.md\:mt-md{margin-top:var(--size-md)}.md\:mb-md{margin-bottom:var(--size-md)}.md\:w-full{width:100%}.md\:h-full{height:100%}.md\:text-sm{font-size:var(--text-sm)}.md\:text-md{font-size:var(--text-md)}.md\:text-lg{font-size:var(--text-lg)}.md\:text-xl{font-size:var(--text-xl)}.md\:text-center{text-align:center}.md\:text-left{text-align:left}}@media (min-width:1024px){.lg\:flex{display:flex}.lg\:block{display:block}.lg\:inline{display:inline}.lg\:inline-block{display:inline-block}.lg\:center,.lg\:grid{display:grid}.lg\:center{place-items:center}.lg\:hidden{display:none}.lg\:flex-row{flex-direction:row}.lg\:flex-column{flex-direction:column}.lg\:items-center{align-items:center}.lg\:items-end{align-items:flex-end}.lg\:justify-center{justify-content:center}.lg\:justify-between{justify-content:space-between}.lg\:grid-2{grid-template-columns:repeat(2,1fr)}.lg\:grid-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-4{grid-template-columns:repeat(4,1fr)}.lg\:gap-sm{gap:var(--size-sm)}.lg\:gap-md{gap:var(--size-md)}.lg\:gap-lg{gap:var(--size-lg)}.lg\:gap-xl{gap:var(--size-xl)}.lg\:p-md{padding:var(--size-md)}.lg\:p-lg{padding:var(--size-lg)}.lg\:p-xl{padding:var(--size-xl)}.lg\:text-md{font-size:var(--text-md)}.lg\:text-lg{font-size:var(--text-lg)}.lg\:text-xl{font-size:var(--text-xl)}.lg\:text-2xl{font-size:var(--text-2xl)}.lg\:text-3xl{font-size:var(--text-3xl)}.lg\:text-4xl{font-size:var(--text-4xl)}.lg\:text-5xl{font-size:var(--text-5xl)}}
/*# sourceMappingURL=main.2a84faec.css.map*/