:root{color-scheme:light;--font-sans: "Aptos", "Avenir Next", "Segoe UI", sans-serif;--font-display: "Aptos Display", "Avenir Next", "Segoe UI", sans-serif;--font-mono: "SFMono-Regular", "SF Mono", "Cascadia Code", "Consolas", monospace;--white: #ffffff;--black: #060D24;--blue: #2a67fb;--blue-100: #87a9fc;--blue-200: #5f8dfc;--blue-300: #2a67fb;--blue-400: #0e4df1;--blue-500: #083ab5;--darkblue: #383c71;--darkblue-100: #5e6397;--darkblue-200: #484d84;--darkblue-300: #383c71;--darkblue-400: #282d58;--darkblue-500: #1d1a3d;--ligthblue: #d0d0f0;--ligthblue-100: #f2f2fc;--ligthblue-200: #e6e6f9;--ligthblue-300: #d0d0f0;--ligthblue-400: #b9b9e4;--ligthblue-500: #ababd9;--m1: #f9e8e8;--m1-100: #be1311;--m1-200: #a41210;--m2: #ece5f9;--m2-100: #4400bd;--m2-200: #3c06a4;--m3: #e6f4f9;--m3-100: #0992bb;--m3-200: #0b7ea3;--m4: #e5f7f3;--m4-100: #00b787;--m4-200: #049e76;--m5: #f4f8e6;--m5-100: #95bb00;--m5-200: #7d9a0a;--m6: #fef6e6;--m6-100: #f9a700;--m6-200: #d89000;--m7: #fbecf4;--m7-100: #e0428f;--m7-200: #c23a7c;--m8: #fef2e8;--m8-100: #f67f10;--m8-200: #d76d0b;--red: #ff196c;--red-100: #ff7fa3;--red-200: #ff4d7a;--red-300: #ff196c;--red-400: #e0005b;--red-500: #b40044;--color-bg: var(--ligthblue-100);--color-surface: #ffffff;--color-surface-strong: var(--ligthblue-200);--color-surface-soft: var(--ligthblue-100);--color-text: var(--darkblue-500);--color-text-soft: var(--darkblue-100);--color-border: var(--ligthblue-400);--color-accent: var(--blue-300);--color-accent-strong: var(--blue-400);--color-accent-soft: var(--blue-100);--color-accent-contrast: #ffffff;--color-danger: var(--red-400);--color-success: var(--m4-100);--color-focus-ring: rgb(42 103 251 / .2);--space-0: 0;--space-1: .25rem;--space-2: .5rem;--space-3: .75rem;--space-4: 1rem;--space-5: 1.25rem;--space-6: 1.5rem;--space-8: 2rem;--space-10: 2.5rem;--space-12: 3rem;--space-16: 4rem;--space-20: 5rem;--space-24: 6rem;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: clamp(1.5rem, 1.2rem + 1vw, 2rem);--text-3xl: clamp(2rem, 1.6rem + 1.8vw, 3rem);--text-4xl: clamp(2.5rem, 2rem + 2.8vw, 4rem);--leading-tight: 1.1;--leading-snug: 1.3;--leading-normal: 1.6;--radius-sm: .5rem;--radius-md: .875rem;--radius-lg: 1.25rem;--radius-xl: 1.75rem;--radius-pill: 999px;--shadow-sm: 0 10px 30px rgb(15 23 42 / .06);--shadow-md: 0 24px 60px rgb(15 23 42 / .12);--shadow-lg: 0 28px 80px rgb(15 23 42 / .18);--container-sm: 48rem;--container-md: 72rem;--container-lg: 80rem}@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}}html{box-sizing:border-box;font-size:16px;scroll-behavior:smooth}*,*:before,*:after{box-sizing:inherit}body{margin:0;min-width:20rem;min-height:100vh;background:radial-gradient(circle at top,rgb(15 118 110 / .08),transparent 30%),var(--color-bg);color:var(--color-text);font-family:var(--font-sans);font-size:var(--text-base);line-height:var(--leading-normal);text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased}main{display:block}img,picture,svg,video{display:block;max-width:100%}input,button,textarea,select{font:inherit}a{color:inherit;text-decoration-thickness:.08em;text-underline-offset:.18em}p,ul,ol,blockquote{margin:0}ul[role=list],ol[role=list]{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6{margin:0;font-family:var(--font-display);font-weight:700;line-height:var(--leading-tight);letter-spacing:-.03em}h1{font-size:var(--text-4xl)}h2{font-size:var(--text-3xl)}h3{font-size:var(--text-2xl)}code,pre{font-family:var(--font-mono)}::selection{background:#0f766e2e}.u-container{width:min(100% - (var(--space-4) * 2),var(--container-md));margin-inline:auto}.u-flow>*+*{margin-top:var(--space-4)}.u-text-balance{text-wrap:balance}.u-muted{color:var(--color-text-soft)}.u-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button-root{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:2.875rem;padding-inline:var(--space-5);border:1px solid var(--blue);border-radius:12px;font-weight:500;line-height:1;text-decoration:none;transition:all .16s ease;cursor:pointer;appearance:none;text-align:center}.button-root:hover{transform:translateY(-2px)}.button-root:focus-visible{outline:none;box-shadow:0 0 0 4px var(--color-focus-ring)}.button-root--primary{background:var(--blue-300);background:linear-gradient(0deg,var(--blue-400) 0%,var(--blue-300) 100%);color:var(--color-accent-contrast);box-shadow:var(--shadow-sm)}.button-root--secondary{background:var(--color-surface);color:var(--color-text);border-color:var(--color-border)}.button-root--secondary:hover{background:var(--color-surface-soft);border-color:var(--color-text-soft)}.button-root--ghost{background:transparent;color:var(--color-accent-strong)}.button-root--ghost:hover{background:#0f766e14}.button-root--sm{min-height:2.5rem;padding-inline:var(--space-4);font-size:var(--text-sm)}.button-root--md{font-size:var(--text-base)}.button-root--lg{min-height:3.25rem;padding:1.5rem 3rem;font-size:1.25rem}.button-root--full{width:100%}@media(prefers-reduced-motion:reduce){.button-root{transition:none}.button-root:hover{transform:none}}.footer-root{padding-block:var(--space-10);background:var(--black)}.footer-root__inner{display:grid;gap:var(--space-8)}.footer-root__legal{color:var(--white);text-align:center}.footer-root__legal-link{color:var(--lightblue-100);text-decoration:underline;transition:all .3s ease}.footer-root__legal-link:hover,.footer-root__legal-link:focus-visible{color:var(--blue-200)}.container-root{width:min(100% - (var(--space-4) * 2),var(--container-md));margin-inline:auto}.container-root--sm{max-width:var(--container-sm)}.container-root--md{max-width:var(--container-md)}.container-root--lg{max-width:var(--container-lg)}.container-root--full{width:calc(100% - (var(--space-4) * 2));max-width:none}.badge-root{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);width:fit-content;overflow:hidden;isolation:isolate;border:1px solid rgb(255 255 255 / .24);border-radius:var(--radius-pill);color:var(--darkblue-300);font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;line-height:1;text-transform:uppercase;white-space:nowrap}.badge-root:before,.badge-root:after{content:"";position:absolute;inset:0;pointer-events:none;border-radius:inherit}.badge-root--sm{min-height:1.5rem;padding:0 .5rem}.badge-root--md{min-height:2.25rem;padding:0 .625rem}.badge-root--accent{background:#ff196d0d;color:var(--red);border:1px solid var(--red)}.badge-root--neutral{background:linear-gradient(-45deg,#ffffffc2,#ffffff70 44%,#ffffff38),#ffffff2e;color:var(--darkblue-300)}.badge-root--outline{border-color:color-mix(in srgb,var(--color-border) 65%,white 35%);background:linear-gradient(-45deg,#ffffffb8,#ffffff61 44%,#ffffff2e),#ffffff24;color:var(--darkblue-300)}.badge-root--success{background:linear-gradient(-45deg,#ffffffc7,#ffffff75 44%,#ffffff3d),#fff3;color:var(--darkblue-300)}.badge-root--brand{border-color:#2a67fb1f;background:#2a67fb1a;box-shadow:none;backdrop-filter:none;-webkit-backdrop-filter:none;color:var(--darkblue-300)}.badge-root--brand:before,.badge-root--brand:after{opacity:0}.heading-root{display:grid;gap:var(--space-3)}.heading-root--left{justify-items:start;text-align:left}.heading-root--center{justify-items:center;text-align:center}.heading-root--sm{max-width:32rem}.heading-root--md{max-width:42rem}.heading-root--lg{max-width:56rem}.heading-root--full{max-width:none}.heading-root__eyebrow{color:var(--color-accent-strong);font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;line-height:1;text-transform:uppercase}.heading-root__title{text-wrap:balance}.heading-root__description{color:var(--color-text-soft);font-size:var(--text-lg);line-height:var(--leading-normal);text-wrap:pretty}.heading-root--sm .heading-root__title{font-size:var(--text-2xl)}.heading-root--md .heading-root__title{font-size:var(--text-3xl)}.heading-root--lg .heading-root__title,.heading-root--xl .heading-root__title{font-size:var(--text-4xl)}.heading-root--xl .heading-root__description{font-size:var(--text-xl)}.section-root{position:relative;isolation:isolate;overflow:clip;--section-overlay-grid-line: rgb(29 26 61 / .06);--section-overlay-grid-fade: rgb(0 0 0 / .7);--section-overlay-glow-a: rgb(95 141 252 / .2);--section-overlay-glow-b: rgb(42 103 251 / .12);--section-overlay-mesh-a: rgb(135 169 252 / .2);--section-overlay-mesh-b: rgb(94 99 151 / .14);--section-overlay-mesh-c: rgb(224 66 143 / .12);--section-overlay-hero-a: rgb(135 169 252 / .24);--section-overlay-hero-b: rgb(42 103 251 / .14)}.section-root>*{position:relative;z-index:1}.section-root--sm{padding-block:var(--space-8)}.section-root--md{padding-block:var(--space-12)}.section-root--lg{padding-block:var(--space-16)}.section-root--xl{padding-block:var(--space-20)}.section-root--subtle{background:linear-gradient(180deg,rgb(255 255 255 / .45),transparent),var(--color-surface-soft)}.section-root--card{background:var(--color-surface);border-block:1px solid var(--color-border)}.section-root--accent{background:radial-gradient(circle at top,rgb(255 255 255 / .08),transparent 35%),var(--color-accent-strong);color:var(--color-accent-contrast)}.section-root--tone-none{background-color:var(--white)}.section-root--tone-light-1{background-color:var(--ligthblue-100);color:var(--color-text)}.section-root--tone-light-2{background-color:var(--ligthblue-200);color:var(--color-text)}.section-root--tone-dark-1{background-color:var(--darkblue-400);color:var(--ligthblue-100);--section-overlay-grid-line: rgb(242 242 252 / .09);--section-overlay-grid-fade: rgb(0 0 0 / .45);--section-overlay-glow-a: rgb(135 169 252 / .18);--section-overlay-glow-b: rgb(242 242 252 / .08);--section-overlay-mesh-a: rgb(95 141 252 / .18);--section-overlay-mesh-b: rgb(171 171 217 / .14);--section-overlay-mesh-c: rgb(255 127 163 / .1);--section-overlay-hero-a: rgb(95 141 252 / .24);--section-overlay-hero-b: rgb(242 242 252 / .09)}.section-root--tone-dark-2{background-color:var(--darkblue-500);color:var(--ligthblue-100);--section-overlay-grid-line: rgb(242 242 252 / .08);--section-overlay-grid-fade: rgb(0 0 0 / .3);--section-overlay-glow-a: rgb(135 169 252 / .16);--section-overlay-glow-b: rgb(242 242 252 / .07);--section-overlay-mesh-a: rgb(95 141 252 / .17);--section-overlay-mesh-b: rgb(171 171 217 / .12);--section-overlay-mesh-c: rgb(255 127 163 / .09);--section-overlay-hero-a: rgb(95 141 252 / .22);--section-overlay-hero-b: rgb(242 242 252 / .08)}.section-root--overlay-none:before,.section-root--overlay-none:after,.section-root--bg-none:before,.section-root--bg-none:after{content:none}.section-root--overlay-glow:before,.section-root--overlay-glow:after,.section-root--overlay-grid:before,.section-root--overlay-grid:after,.section-root--overlay-mesh:before,.section-root--overlay-mesh:after,.section-root--overlay-hero:before,.section-root--overlay-hero:after,.section-root--bg-glow:before,.section-root--bg-glow:after,.section-root--bg-grid:before,.section-root--bg-grid:after,.section-root--bg-mesh:before,.section-root--bg-mesh:after,.section-root--bg-hero:before,.section-root--bg-hero:after{content:"";position:absolute;inset:auto;pointer-events:none;z-index:0}.section-root--overlay-glow:before,.section-root--bg-glow:before{top:-10rem;left:-8rem;width:22rem;height:22rem;border-radius:50%;background:radial-gradient(circle,var(--section-overlay-glow-a),transparent 70%)}.section-root--overlay-glow:after,.section-root--bg-glow:after{right:-10rem;bottom:-12rem;width:24rem;height:24rem;border-radius:50%;background:radial-gradient(circle,var(--section-overlay-glow-b),transparent 72%)}.section-root--overlay-grid:before,.section-root--bg-grid:before{inset:0;background-image:linear-gradient(var(--section-overlay-grid-line) 1px,transparent 1px),linear-gradient(90deg,var(--section-overlay-grid-line) 1px,transparent 1px);background-size:2.5rem 2.5rem;mask-image:linear-gradient(180deg,var(--section-overlay-grid-fade),transparent 92%)}.section-root--overlay-grid:after,.section-root--bg-grid:after{inset:auto 0 0 auto;width:18rem;height:18rem;border-radius:50%;background:radial-gradient(circle,var(--section-overlay-glow-a),transparent 72%)}.section-root--overlay-mesh:before,.section-root--bg-mesh:before{inset:-20% -10%;background:radial-gradient(circle at 18% 22%,var(--section-overlay-mesh-a),transparent 24%),radial-gradient(circle at 82% 18%,var(--section-overlay-mesh-b),transparent 24%),radial-gradient(circle at 50% 100%,var(--section-overlay-mesh-c),transparent 28%);filter:blur(12px)}.section-root--overlay-mesh:after,.section-root--bg-mesh:after{inset:0;background:linear-gradient(135deg,rgb(255 255 255 / .02),transparent 55%)}.section-root--overlay-hero:before,.section-root--bg-hero:before{top:-14rem;right:-6rem;width:32rem;height:32rem;border-radius:50%;background:radial-gradient(circle,var(--section-overlay-hero-a),transparent 68%)}.section-root--overlay-hero:after,.section-root--bg-hero:after{left:-12rem;bottom:-18rem;width:30rem;height:30rem;border-radius:50%;background:radial-gradient(circle,var(--section-overlay-hero-b),transparent 72%)}
