.container{width:100%;max-width:1284px;margin:0 auto;padding:0 .75rem;overflow:hidden}@media screen and (min-width:640px){.container{padding:0 2rem}}.link{position:relative;color:var(--white);text-decoration:none}.link span{position:inherit;z-index:3}.link:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;display:block;background-color:var(--primary);z-index:2;transition:all .2s ease}.link:hover:after{height:90%}.font-sans{font-family:var(--font-satoshi),sans-serif}.font-serif{font-family:var(--font-canela),serif}.font-mono{font-family:var(--font-roboto-mono),monospace}.text-xs{font-size:12px;font-size:clamp(10px,.1893939394vw + 9.0909090909px,12px)}.text-sm{font-size:14px;font-size:clamp(12px,.1893939394vw + 11.0909090909px,14px)}.text-md{font-size:16px;font-size:clamp(14px,.1893939394vw + 13.0909090909px,16px)}.text-lg{font-size:18px;font-size:clamp(16px,.1893939394vw + 15.0909090909px,18px)}.text-xl{font-size:20px;font-size:clamp(18px,.1893939394vw + 17.0909090909px,20px)}.text-2xl{font-size:24px;font-size:clamp(20px,.3787878788vw + 18.1818181818px,24px)}.text-3xl{font-size:28px;font-size:clamp(24px,.3787878788vw + 22.1818181818px,28px)}.text-4xl{font-size:36px;font-size:clamp(28px,.7575757576vw + 24.3636363636px,36px)}.text-5xl{font-size:48px;font-size:clamp(40px,.7575757576vw + 36.3636363636px,48px)}.text-6xl{font-size:60px;font-size:clamp(52px,.7575757576vw + 48.3636363636px,60px)}.text-7xl{font-size:80px;font-size:clamp(72px,.7575757576vw + 68.3636363636px,80px)}.text-8xl{font-size:108px;font-size:clamp(84px,2.2727272727vw + 73.0909090909px,108px)}.leading-tight{line-height:1.2}.leading-snug{line-height:1.375}.leading-normal{line-height:1.5}.leading-relaxed{line-height:1.625}.leading-mild-loose{line-height:1.75}.leading-loose{line-height:2}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded-md{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.rounded-3xl{border-radius:1.5rem}.rounded-full{border-radius:9999px}html[data-theme=dark]{--primary:#4fe4f8;--primary-light:#e0f2fe;--primary-dark:#0473af;--primary-opaque:#67e8f980;--secondary:#1a191d;--secondary-alt:#212025;--secondary-opaque:#1b1a1e80;--white:#ffffff;--white-opaque:#ffffffd9;--black:#000000;--zinc-lightest:#f5f5f5;--zinc-light:#e5e5e5;--zinc:#737373;--zinc-base:#525252;--zinc-dark:#3f3f46;--zinc-dark-opaque:#3f3f46cc;--zinc-darkest:#171717;--red:#f87171;--red-base:#ef4444;--red-dark:#991b1b}html[data-theme=light]{--primary:#0ad1eb;--primary-light:#e0f2fe;--primary-dark:#0473af;--primary-opaque:#67e8f980;--secondary:#e8e8e8;--secondary-alt:hsl(240,1%,86%);--secondary-opaque:#e8e8e880;--white:#000000;--white-opaque:#000000d9;--black:#ffffff;--zinc-lightest:#181818;--zinc-light:#161616;--zinc:#737373;--zinc-base:#ededed;--zinc-dark:hsl(240,3%,92%);--zinc-dark-opaque:#a9a9b1cc;--zinc-darkest:#e7e7e7;--red:#f87171;--red-base:#ef4444;--red-dark:#991b1b}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body,html{width:100%;height:100%}body{position:relative;font-family:var(--font-satoshi),sans-serif;color:var(--zinc-light);background-color:var(--secondary);-webkit-font-smoothing:antialiased;overflow-x:hidden}ul{list-style:none}a,button{font-family:var(--font-satoshi),sans-serif;border:none}a,a:hover,a:hover *,a:hover:after,button,button:hover,button:hover *,button:hover:after{cursor:pointer}a{text-decoration:none;color:var(--white);outline:1px dashed rgba(0,0,0,0)}a:focus-visible{outline-color:var(--white)}button{border:none;outline:1px dashed rgba(0,0,0,0)}button:focus-visible{outline-color:var(--white)}input,textarea{outline:none;border-radius:0;-moz-appearance:none;appearance:none;-webkit-appearance:none}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:active,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{-webkit-background-clip:text;-webkit-text-fill-color:var(--zinc-light);-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s;box-shadow:inset 0 0 20px 20px rgba(0,0,0,0)}.app-content{display:flex;flex-direction:column;align-items:stretch;justify-content:space-between}.cursor{position:fixed;width:60px;height:60px;display:none;font-size:12px;border-radius:50%;background-color:#fff;opacity:0;pointer-events:none;mix-blend-mode:difference;transition:transform .35s ease 0s,width .35s ease 0s,height .35s ease 0s,border-radius .35s ease 0s;transform:translate(-50%,-50%) scale(.25);z-index:50}.cursor.cursor--view{width:70px;height:35px;transform:translate(-50%,-50%) scale(1)!important;border-radius:4rem;padding:4px}.cursor.cursor--view:after{content:"View";position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#000;font-weight:500;font-size:14px}.cursor.hover{transform:translate(-50%,-50%) scale(.6)}@media screen and (min-width:640px){.cursor{display:block}}.custom-scroll::-webkit-scrollbar{width:8px;height:8px}.custom-scroll::-webkit-scrollbar-track{background:#ebebeb}.custom-scroll::-webkit-scrollbar-thumb{background-color:#cdcdcd;border-radius:6px}.custom-scroll::-webkit-scrollbar-thumb:hover{background-color:#bebebe}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/a3c2f369cb4be41c-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/da770fb7323ac426-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/d538c3ded86c536c-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:PT Sans;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/58f662ed5ba12a72-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/056ab7b2284b723d-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/d150a0f5773426e5-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/47346084fe5b6a4f-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:PT Sans;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/c3f6eb667c0186c5-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:PT Sans Fallback;src:local("Arial");ascent-override:105.30%;descent-override:28.55%;line-gap-override:0.00%;size-adjust:96.68%}.__className_438d47{font-family:PT Sans,PT Sans Fallback;font-style:normal}.__variable_438d47{--font-pt-sans:"PT Sans","PT Sans Fallback"}@font-face{font-family:satoshi;src:url(/_next/static/media/54d173f197c29d93-s.p.otf) format("opentype");font-display:swap;font-weight:300}@font-face{font-family:satoshi;src:url(/_next/static/media/333ab73b5541c2f6-s.p.otf) format("opentype");font-display:swap;font-weight:400}@font-face{font-family:satoshi;src:url(/_next/static/media/6c3b16f6d0ef383f-s.p.otf) format("opentype");font-display:swap;font-weight:500}@font-face{font-family:satoshi;src:url(/_next/static/media/04ca08d0bf127403-s.p.otf) format("opentype");font-display:swap;font-weight:700}@font-face{font-family:satoshi Fallback;src:local("Arial");ascent-override:102.23%;descent-override:24.29%;line-gap-override:10.12%;size-adjust:98.80%}.__className_a5a79f{font-family:satoshi,satoshi Fallback}.__variable_a5a79f{--font-satoshi:"satoshi","satoshi Fallback"}@font-face{font-family:canela;src:url(/_next/static/media/6cbc03af4c61e404-s.p.otf) format("opentype");font-display:swap;font-weight:300}@font-face{font-family:canela;src:url(/_next/static/media/5d1e0bde8da55f41-s.p.otf) format("opentype");font-display:swap;font-weight:400}@font-face{font-family:canela;src:url(/_next/static/media/6a3cb654b95411b6-s.p.otf) format("opentype");font-display:swap;font-weight:500}@font-face{font-family:canela;src:url(/_next/static/media/e234762499698ed5-s.p.otf) format("opentype");font-display:swap;font-weight:700}@font-face{font-family:canela Fallback;src:local("Arial");ascent-override:84.32%;descent-override:24.48%;line-gap-override:21.76%;size-adjust:91.92%}.__className_1bde9a{font-family:canela,canela Fallback}.__variable_1bde9a{--font-canela:"canela","canela Fallback"}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:400;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:500;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:600;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/1f160ec2cb9962ef-s.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/ad8a7e2c3c2c120b-s.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/cde148027b808b99-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/e61ae719f7cc4155-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/0ea4f4df910e6120-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:Roboto Mono;font-style:normal;font-weight:700;font-display:swap;src:url(/_next/static/media/739c2d8941231bb4-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:Roboto Mono Fallback;src:local("Arial");ascent-override:77.84%;descent-override:20.13%;line-gap-override:0.00%;size-adjust:134.61%}.__className_d5e1d1{font-family:Roboto Mono,Roboto Mono Fallback;font-style:normal}.__variable_d5e1d1{--font-roboto-mono:"Roboto Mono","Roboto Mono Fallback"}.base-layout_to-top__e7Cz9{position:fixed;right:.75rem;bottom:1.5rem;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:var(--white-opaque);color:var(--zinc-dark);border-radius:.25rem;z-index:20;outline-offset:2px}.base-layout_to-top__e7Cz9 svg{width:18px;height:18px}@media screen and (min-width:640px){.base-layout_to-top__e7Cz9{right:2rem;bottom:2rem;width:45px;height:45px}.base-layout_to-top__e7Cz9 svg{width:22px;height:22px}}.footer_footer__mQF6i{width:100%;padding:4rem 0 3rem}.footer_footer__mQF6i .footer_container__UNIu_{display:flex;flex-direction:column;width:100%}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N{width:100%;max-width:1164px;margin:0 auto;padding-top:2rem}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_logo__z_NFK{display:flex;margin:0 0 2rem}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_credits__00TvF{display:flex;align-items:center;gap:.4rem;color:var(--zinc-light)}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_content__C_uiz{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;gap:2rem;margin-bottom:2rem}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_content__C_uiz .footer_socials__RhVNP{display:flex;gap:2.5rem;align-items:center}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_content__C_uiz .footer_list__toMnc{display:flex;align-items:center;justify-content:center}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_content__C_uiz .footer_list__toMnc .footer_item__B3POs{margin-right:3.5rem}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_content__C_uiz .footer_list__toMnc .footer_item__B3POs a{color:var(--white);font-weight:500;text-transform:capitalize;letter-spacing:.5px;padding:.5rem 0;transition:all .2s ease}.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_content__C_uiz .footer_list__toMnc .footer_item__B3POs:last-child{margin-right:0}@media screen and (min-width:768px){.footer_footer__mQF6i .footer_container__UNIu_ .footer_main__v_t7N .footer_content__C_uiz{flex-direction:row;align-items:center}}.divide_divide__NH2do{width:100%;height:1px;background-color:var(--zinc-dark-opaque)}.logo_logo__xn9ab{display:flex;align-items:center;justify-content:center}.logo_logo__xn9ab a{transition:color .2s ease}.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt),html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA{color:#fff}.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt) .header_container__xofsz .header_theme-toggle__WD_Un:focus-visible,.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt) .header_container__xofsz a:focus-visible,.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt) .header_container__xofsz button:focus-visible,html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA .header_container__xofsz .header_theme-toggle__WD_Un:focus-visible,html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA .header_container__xofsz a:focus-visible,html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA .header_container__xofsz button:focus-visible{outline-color:#fff}.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt) .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm a,.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt) .header_container__xofsz a,html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm a,html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA .header_container__xofsz a{color:#fff}.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt) .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm a:focus-visible,html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm a:focus-visible{outline-color:#fff}.header_header__w2BOs.header_header--light__DqmfA:not(.header_header--open__WvqVt) .header_container__xofsz .header_nav-toggle__1KXqW>span span,html[data-theme=dark] .header_header__w2BOs.header_header--light__DqmfA .header_container__xofsz .header_nav-toggle__1KXqW>span span{background-color:#fff}html[data-theme=dark] .header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:after{background-color:#fff;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyODggMjg4Ij48ZyBzdHlsZT0iaXNvbGF0aW9uOmlzb2xhdGUiPjxnIGlkPSJBUlRCT0FSRF8xIiBkYXRhLW5hbWU9IkFSVEJPQVJEIDEiPjxjaXJjbGUgY3g9IjE0NS4yNyIgY3k9IjE0NS4yNyIgcj0iMTQyLjczIiBmaWxsPSIjZmFmYmZiIi8+PGNpcmNsZSBjeD0iNTUuNDciIGN5PSI5NC4xOCIgcj0iMjIuNDciIGZpbGw9IiNlMGUwZTAiLz48cGF0aCBkPSJNMzQuOTIgOTYuMWEyMi40NyAyMi40NyAwIDAxMzcuMzctMTYuODFBMjIuNDYgMjIuNDYgMCAxMDQwLjU4IDExMWEyMi4zNyAyMi4zNyAwIDAxLTUuNjYtMTQuOXoiIGZpbGw9IiNiZGJkYmQiLz48cGF0aCBkPSJNNTYuMzYgNzEuNzFoLS40NUEyMi40NyAyMi40NyAwIDExMzMgOTQuNjJ2LjQ1YTIzLjM2IDIzLjM2IDAgMTAyMy4zNi0yMy4zNnoiIGZpbGw9IiNmNWY1ZjUiLz48Y2lyY2xlIGN4PSIyMDQuNjkiIGN5PSI1NC44MiIgcj0iMTEuMjMiIGZpbGw9IiNlMGUwZTAiLz48cGF0aCBkPSJNMTk0LjQyIDU1Ljc4YTExLjIzIDExLjIzIDAgMDExOC42OC04LjQxIDExLjIzIDExLjIzIDAgMTAtMTUuODYgMTUuODUgMTEuMjEgMTEuMjEgMCAwMS0yLjgyLTcuNDR6IiBmaWxsPSIjYmRiZGJkIi8+PHBhdGggZD0iTTIwNS4xMyA0My41OGgtLjIyQTExLjIzIDExLjIzIDAgMTExOTMuNDYgNTV2LjIyYTExLjY4IDExLjY4IDAgMTAxMS42Ny0xMS42OHoiIGZpbGw9IiNmNWY1ZjUiLz48Y2lyY2xlIGN4PSIyNDQiIGN5PSIxNjguNzUiIHI9IjI4LjAzIiBmaWxsPSIjZTBlMGUwIi8+PHBhdGggZD0iTTIxOC4zNyAxNzEuMTVhMjggMjggMCAwMTQ2LjYxLTIxIDI4IDI4IDAgMTAtMzkuNTYgMzkuNTYgMjcuODkgMjcuODkgMCAwMS03LjA1LTE4LjU2eiIgZmlsbD0iI2JkYmRiZCIvPjxwYXRoIGQ9Ik0yNDUuMTEgMTQwLjcyaC0uNTZBMjggMjggMCAxMTIxNiAxNjkuM3YuNTZhMjkuMTQgMjkuMTQgMCAxMDI5LjE0LTI5LjE0eiIgZmlsbD0iI2Y1ZjVmNSIvPjxjaXJjbGUgY3g9IjE2OS4wOSIgY3k9IjIzNC4yNCIgcj0iMjguMDMiIGZpbGw9IiNlMGUwZTAiLz48cGF0aCBkPSJNMTQzLjQ2IDIzNi42NGEyOCAyOCAwIDAxNDYuNjEtMjEgMjggMjggMCAxMC0zOS41NiAzOS41NiAyNy45NCAyNy45NCAwIDAxLTcuMDUtMTguNTZ6IiBmaWxsPSIjYmRiZGJkIi8+PHBhdGggZD0iTTE3MC4yIDIwNi4yMWgtLjU1YTI4IDI4IDAgMTEtMjguNTggMjguNTd2LjU2YTI5LjE0IDI5LjE0IDAgMTAyOS4xNC0yOS4xNHpNMTQzLjMzIDE4NS44MmgtLjE4YTkuNTUgOS41NSAwIDExLTkuNzQgOS43NHYuMTlhOS45NCA5Ljk0IDAgMTA5LjkzLTkuOTR6IiBmaWxsPSIjZjVmNWY1Ii8+PGc+PGNpcmNsZSBjeD0iMjY5Ljg5IiBjeT0iMTI5LjE1IiByPSIxMC44MSIgZmlsbD0iI2UwZTBlMCIvPjxwYXRoIGQ9Ik0yNjAgMTMwLjA3YTEwLjggMTAuOCAwIDAxMTgtOC4wNyAxMC44IDEwLjggMCAxMC0xNS4yNSAxNS4yNSAxMC43NCAxMC43NCAwIDAxLTIuNzUtNy4xOHoiIGZpbGw9IiNiZGJkYmQiLz48cGF0aCBkPSJNMjcwLjMyIDExOC4zNGgtLjIyYTEwLjgxIDEwLjgxIDAgMTEtMTEgMTF2LjIyYTExLjI0IDExLjI0IDAgMTAxMS4yNC0xMS4yNHoiIGZpbGw9IiNmNWY1ZjUiLz48L2c+PGc+PHBhdGggZD0iTTg0LjExIDE0Mi41MmExNC4yNSAxNC4yNSAwIDExLTE0LjI1LTE0LjI0IDE0LjI1IDE0LjI1IDAgMDExNC4yNSAxNC4yNHoiIGZpbGw9IiNlMGUwZTAiLz48cGF0aCBkPSJNNTYuODMgMTQzLjc0YTE0LjI1IDE0LjI1IDAgMDEyMy43LTEwLjY2IDE0LjI1IDE0LjI1IDAgMTAtMjAuMTEgMjAuMTEgMTQuMiAxNC4yIDAgMDEtMy41OS05LjQ1eiIgZmlsbD0iI2JkYmRiZCIvPjxwYXRoIGQ9Ik03MC40MyAxMjguMjhoLS4yOWExNC4yNSAxNC4yNSAwIDExLTE0LjUyIDE0LjUydi4yOWExNC44MSAxNC44MSAwIDEwMTQuODEtMTQuODF6IiBmaWxsPSIjZjVmNWY1Ii8+PC9nPjxnPjxjaXJjbGUgY3g9IjEwMi4yOCIgY3k9IjkwLjU1IiByPSIxMS45NCIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDEwMi4yODc1MDUgOTAuNTUxMTI4KSIgZmlsbD0iI2UwZTBlMCIvPjxwYXRoIGQ9Ik05MS4zNyA5MS41N2ExMS45MyAxMS45MyAwIDAxMTkuODUtOC45MyAxMS45MyAxMS45MyAwIDEwLTE2Ljg1IDE2Ljg0IDExLjg1IDExLjg1IDAgMDEtMy03LjkxeiIgZmlsbD0iI2JkYmRiZCIvPjxwYXRoIGQ9Ik0xMDIuNzUgNzguNjFoLS4yM2ExMS45NCAxMS45NCAwIDExLTEyLjE3IDEyLjE4VjkxYTEyLjQxIDEyLjQxIDAgMTAxMi40LTEyLjQxeiIgZmlsbD0iI2Y1ZjVmNSIvPjwvZz48Zz48Y2lyY2xlIGN4PSI4MC43NyIgY3k9IjIyNS41NiIgcj0iOC4wNSIgdHJhbnNmb3JtPSJyb3RhdGUoLTQ1IDgwLjc3NjQxMyAyMjUuNTUxMzE0KSIgZmlsbD0iI2UwZTBlMCIvPjxwYXRoIGQ9Ik03My40MSAyMjYuMjRhOCA4IDAgMDExMy4zOS02IDguMDUgOC4wNSAwIDEwLTExLjM3IDExLjM2IDguMDYgOC4wNiAwIDAxLTIuMDItNS4zNnoiIGZpbGw9IiNiZGJkYmQiLz48cGF0aCBkPSJNODEuMDkgMjE3LjUxaC0uMTZhOC4wNSA4LjA1IDAgMTEtOC4yIDguMi45Mi45MiAwIDAwMCAuMTYgOC4zNyA4LjM3IDAgMTA4LjM3LTguMzZ6IiBmaWxsPSIjZjVmNWY1Ii8+PC9nPjxwYXRoIGQ9Ik0xNDUuMjcgMjI3LjEzYTE1NC41NSAxNTQuNTUgMCAwMS0xNDIuMi05NHEtLjUxIDYtLjUyIDEyLjEyYTE0Mi43MyAxNDIuNzMgMCAxMDI4NS40NSAwcTAtNi4xMi0uNTItMTIuMTJhMTU0LjU1IDE1NC41NSAwIDAxLTE0Mi4yMSA5NHoiIGZpbGw9IiMyMTIxMjEiIG9wYWNpdHk9Ii4xIiBzdHlsZT0ibWl4LWJsZW5kLW1vZGU6bXVsdGlwbHkiLz48cGF0aCBkPSJNMTQ1LjI3IDI1OS42MkExNTkgMTU5IDAgMDE2LjM1IDE3OC4wOWExNDIuNzUgMTQyLjc1IDAgMDAyNzcuODUgMCAxNTkuMDUgMTU5LjA1IDAgMDEtMTM4LjkzIDgxLjUzeiIgZmlsbD0iIzIxMjEyMSIgb3BhY2l0eT0iLjEiIHN0eWxlPSJtaXgtYmxlbmQtbW9kZTptdWx0aXBseSIvPjwvZz48L2c+PC9zdmc+");border:.1rem solid gray;transform:translate(calc(2.5rem - 100%)) rotate(180deg)}@media screen and (min-width:640px){html[data-theme=dark] .header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:after{transform:translate(calc(2.9rem - 100%)) rotate(180deg)}}html[data-theme=dark] .header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:before{background:#d5d5d5;background:radial-gradient(circle,#d5d5d5 0,#525065 100%)}html[data-theme=light] .header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:after{background-color:#fff0a4;background:linear-gradient(130deg,#ffc851,#fff0a4 45%,#ffc851 0,#fcb045);border:.1rem solid #ff9b04}.header_header__w2BOs{position:absolute;top:0;width:100%;z-index:20}.header_header__w2BOs .header_container__xofsz{position:relative;width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:1.25rem;padding-bottom:1.25rem;z-index:5}.header_header__w2BOs .header_container__xofsz>div:first-child{display:flex}.header_header__w2BOs .header_container__xofsz>div:nth-child(2){display:flex;justify-content:flex-end;align-items:center}.header_header__w2BOs .header_container__xofsz .header_logo__9b1Md{mix-blend-mode:difference}.header_header__w2BOs .header_container__xofsz .header_nav-items__5YVT8{display:none;align-items:center;justify-content:center;margin-right:2.25rem}.header_header__w2BOs .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm{margin-right:2rem;mix-blend-mode:difference}.header_header__w2BOs .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm a{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;font-weight:500;font-size:15px;color:var(--white);text-transform:capitalize;padding:.5rem .75rem;transition:all .2s ease}.header_header__w2BOs .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm a span:first-child{letter-spacing:.125px}.header_header__w2BOs .header_container__xofsz .header_nav-items__5YVT8 .header_nav-item__8NZLm:last-child{margin-right:0}@media screen and (min-width:1024px){.header_header__w2BOs .header_container__xofsz .header_nav-items__5YVT8{display:flex}}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un{display:inline-flex;align-items:center;font-size:0;flex-grow:0;outline:1px dashed rgba(0,0,0,0)}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un:focus-visible{outline-color:var(--white)}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span{position:relative;cursor:pointer}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:after,.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:before{content:"";display:block;margin:0 3px;transition:transform .2s cubic-bezier(.4,0,.2,1)}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:before{height:1.8rem;width:2.8rem;border-radius:999px;border:2px solid #fff;background:radial-gradient(circle,#fff 0,#a8ebfb 100%)}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:after{position:absolute;top:.15rem;left:.15rem;height:1.5rem;width:1.5rem;border-radius:50%}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW{display:flex;align-items:center;justify-content:center;background:none;margin-left:1rem;padding:.5rem}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW>span{position:relative;display:flex;align-items:center;justify-content:center;width:23px;height:23px}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW>span span{position:absolute;display:block;background-color:#000;width:5px;height:5px;border-radius:50%}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW>span span:first-child{left:0}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW>span span:nth-child(2){left:9px}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW>span span:nth-child(3){right:0}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW.header_nav-toggle--open__S7WiB>span span:first-child,.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW.header_nav-toggle--open__S7WiB>span span:nth-child(3){border-radius:.3rem;height:3px;width:22px}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW.header_nav-toggle--open__S7WiB>span span:first-child{left:.5px;transform:rotate(45deg)}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW.header_nav-toggle--open__S7WiB>span span:nth-child(2){opacity:0}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW.header_nav-toggle--open__S7WiB>span span:nth-child(3){right:.5px;left:unset;transform:rotate(-45deg)}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW:hover:not(.header_nav-toggle--open__S7WiB)>span span:first-child{left:0}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW:hover:not(.header_nav-toggle--open__S7WiB)>span span:nth-child(3){right:0}@media screen and (min-width:640px){.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW:hover:not(.header_nav-toggle--open__S7WiB)>span span:first-child{left:9px}.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW:hover:not(.header_nav-toggle--open__S7WiB)>span span:nth-child(3){right:9px}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:before{height:1.9rem;width:3.2rem}.header_header__w2BOs .header_container__xofsz .header_theme-toggle__WD_Un span:after{height:1.6rem;width:1.6rem}}@media screen and (min-width:768px){.header_header__w2BOs .header_container__xofsz>div{flex:.5}}@media screen and (min-width:1024px){.header_header__w2BOs .header_container__xofsz .header_nav-toggle__1KXqW{display:none}}@media screen and (min-width:640px){.header_header__w2BOs{position:fixed}}.mobile-header_container__6NMEP{width:100%;max-width:1284px;margin:0 auto;padding:0 .75rem;overflow:hidden}@media screen and (min-width:640px){.mobile-header_container__6NMEP{padding:0 2rem}}.mobile-header_link__torUM{position:relative;color:var(--white);text-decoration:none}.mobile-header_link__torUM span{position:inherit;z-index:3}.mobile-header_link__torUM:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:3px;display:block;background-color:var(--primary);z-index:2;transition:all .2s ease}.mobile-header_link__torUM:hover:after{height:90%}.mobile-header_font-sans__mA3Vo{font-family:var(--font-satoshi),sans-serif}.mobile-header_font-serif__Ifhfz{font-family:var(--font-canela),serif}.mobile-header_font-mono__r_x_k{font-family:var(--font-roboto-mono),monospace}.mobile-header_text-xs__w2yLV{font-size:12px;font-size:clamp(10px,.1893939394vw + 9.0909090909px,12px)}.mobile-header_text-sm__fUBLD{font-size:14px;font-size:clamp(12px,.1893939394vw + 11.0909090909px,14px)}.mobile-header_text-md__MjECM{font-size:16px;font-size:clamp(14px,.1893939394vw + 13.0909090909px,16px)}.mobile-header_text-lg__VuoFk{font-size:18px;font-size:clamp(16px,.1893939394vw + 15.0909090909px,18px)}.mobile-header_text-xl___Xx5s{font-size:20px;font-size:clamp(18px,.1893939394vw + 17.0909090909px,20px)}.mobile-header_text-2xl__RyjW8{font-size:24px;font-size:clamp(20px,.3787878788vw + 18.1818181818px,24px)}.mobile-header_text-3xl__4wrVs{font-size:28px;font-size:clamp(24px,.3787878788vw + 22.1818181818px,28px)}.mobile-header_text-4xl__hnTzP{font-size:36px;font-size:clamp(28px,.7575757576vw + 24.3636363636px,36px)}.mobile-header_text-5xl__ICci8{font-size:48px;font-size:clamp(40px,.7575757576vw + 36.3636363636px,48px)}.mobile-header_text-6xl__WAyj_{font-size:60px;font-size:clamp(52px,.7575757576vw + 48.3636363636px,60px)}.mobile-header_text-7xl__aBpwv{font-size:80px;font-size:clamp(72px,.7575757576vw + 68.3636363636px,80px)}.mobile-header_text-8xl__3MPz8{font-size:108px;font-size:clamp(84px,2.2727272727vw + 73.0909090909px,108px)}.mobile-header_leading-tight__LADTc{line-height:1.2}.mobile-header_leading-snug__ZckgD{line-height:1.375}.mobile-header_leading-normal__FuL_e{line-height:1.5}.mobile-header_leading-relaxed__3DinF{line-height:1.625}.mobile-header_leading-mild-loose__QGwYT{line-height:1.75}.mobile-header_leading-loose__6go7h{line-height:2}.mobile-header_rounded-none__1SdT0{border-radius:0}.mobile-header_rounded-sm__WVAJY{border-radius:.125rem}.mobile-header_rounded-md__gvNN9{border-radius:.25rem}.mobile-header_rounded-lg__N2SK4{border-radius:.5rem}.mobile-header_rounded-xl__UgPOX{border-radius:.75rem}.mobile-header_rounded-2xl__HPe8I{border-radius:1rem}.mobile-header_rounded-3xl__J5tZZ{border-radius:1.5rem}.mobile-header_rounded-full__vt1TH{border-radius:9999px}.mobile-header_mobile-header__hJFrS{position:fixed;top:0;bottom:0;left:0;width:100%;height:100vh;min-height:500px;display:flex;align-items:center;justify-content:center;background-color:var(--secondary)}.mobile-header_mobile-header__hJFrS .mobile-header_nav-items__dpeUx{display:flex;flex-direction:column;align-items:center;gap:1rem}.mobile-header_mobile-header__hJFrS .mobile-header_nav-items__dpeUx .mobile-header_nav-item__CwhGO{padding:.125rem;overflow:hidden}.mobile-header_mobile-header__hJFrS .mobile-header_nav-items__dpeUx .mobile-header_nav-item__CwhGO a{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:32px;letter-spacing:.5px;transition:color .25s ease}.mobile-header_mobile-header__hJFrS .mobile-header_nav-items__dpeUx .mobile-header_nav-item__CwhGO a span{display:block}@media screen and (min-width:640px){.mobile-header_mobile-header__hJFrS .mobile-header_nav-items__dpeUx .mobile-header_nav-item__CwhGO a{font-size:clamp(40px,.7575757576vw + 36.3636363636px,48px)}}@media screen and (min-width:1024px){.mobile-header_mobile-header__hJFrS{display:none}}.page-transition_page-transition__mfH92{position:fixed;inset:0;display:flex;align-items:flex-start;z-index:30;pointer-events:none}.page-transition_page-transition__mfH92 .page-transition_block__tij3s{width:25%;background-color:var(--secondary-alt)}