@font-face{font-family:Geist;src:url(/fonts/Geist-VariableFont_wght.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:Manrope;src:url(/fonts/Manrope-VariableFont_wght.ttf) format("truetype");font-weight:200 800;font-style:normal;font-display:swap}@font-face{font-family:Merriweather;src:url(/fonts/Merriweather-VariableFont_opsz,wdth,wght.ttf) format("truetype");font-weight:300 400 700 900;font-style:normal;font-display:swap}:root{--font-primary: "Merriweather", system-ui, -apple-system, serif;--font-secondary: "Manrope", system-ui, -apple-system, sans-serif;--font-mono: "Courier New", monospace;--color-text-primary: #000000;--color-text-secondary: rgba(0, 0, 0, .7);--color-text-muted: rgba(0, 0, 0, .6);--color-bg-primary: #FCFCFC;--color-bg-white: #fff;--color-border: rgba(0, 0, 0, .08);--color-accent: #BDBAE2;--color-accent-dark: #0D0221;--container-max-width: 960px;--container-padding: 2rem;--container-padding-mobile: 1rem;--spacing-xs: .5rem;--spacing-sm: 1rem;--spacing-md: 1.5rem;--spacing-lg: 2rem;--spacing-xl: 3rem;--spacing-2xl: 4rem;--spacing-3xl: 5rem;--radius-sm: 8px;--radius-md: 10px;--radius-lg: 12px;--radius-xl: 16px;--radius-2xl: 20px;--radius-3xl: 24px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .12);--shadow-md: 0 2px 8px rgba(0, 0, 0, .04);--shadow-lg: 0 4px 16px rgba(0, 0, 0, .08);--shadow-xl: 0 6px 16px rgba(0, 0, 0, .18);--shadow-card: 0 2px 8px rgba(0, 0, 0, .04), 0 4px 16px rgba(0, 0, 0, .02);--shadow-card-hover: 0 8px 24px rgba(189, 186, 226, .18), 0 16px 48px rgba(0, 0, 0, .06);--transition-fast: .15s ease;--transition-normal: .2s ease;--transition-slow: .3s ease}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:var(--font-secondary);font-size:1rem;line-height:1.6;color:#000;background-color:#fcfcfc;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:var(--font-secondary);font-weight:600;line-height:1.2;margin-bottom:1rem}p{margin-bottom:1rem}a{color:#4f46e5;text-decoration:none;transition:color .15s ease}a:hover{color:#4338ca;text-decoration:underline}code{font-family:var(--font-mono);font-size:.9em;background-color:#f3f4f6;padding:.125rem .375rem;border-radius:.25rem}pre{font-family:var(--font-mono);background-color:#f3f4f6;padding:1rem;border-radius:.5rem;overflow-x:auto;margin-bottom:1rem}pre code{background-color:transparent;padding:0}ul{list-style:none;padding-left:0}ul li{position:relative;padding-left:1.5rem;margin-bottom:.5rem}ul li:before{content:"";position:absolute;left:0;top:.75em;transform:translateY(-50%);width:16px;height:10px;background-image:url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 10L-1.74846e-07 6C-3.19692e-07 2.68629 2.68629 -2.66433e-07 6 -4.1128e-07L16 -8.48394e-07L16 4C16 7.31371 13.3137 10 10 10L0 10Z' fill='%23BDBAE2'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:center;background-size:contain}.font-primary{font-family:var(--font-primary)}.font-secondary{font-family:var(--font-secondary)}.font-mono{font-family:var(--font-mono)}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 var(--container-padding);width:100%;box-sizing:border-box}.container-narrow{max-width:720px;margin:0 auto;padding:0 var(--container-padding);width:100%;box-sizing:border-box}.container-wide{max-width:1200px;margin:0 auto;padding:0 var(--container-padding);width:100%;box-sizing:border-box}.full-width-section{width:100vw;margin-left:calc(-50vw + 50%);margin-right:calc(-50vw + 50%)}@media(max-width:767px){.container,.container-narrow,.container-wide{padding:0 var(--container-padding-mobile)}}.section{padding:var(--spacing-2xl) 0}.section-sm{padding:var(--spacing-xl) 0}.section-lg{padding:var(--spacing-3xl) 0}@media(max-width:767px){.section{padding:var(--spacing-xl) 0}.section-sm{padding:var(--spacing-lg) 0}.section-lg{padding:var(--spacing-2xl) 0}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.main_cta_button{background:#0d0221;border-radius:20px;border:none;cursor:pointer;color:#fff;font-family:var(--font-secondary);font-weight:600;font-size:1.375rem;transition:transform .14s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease;box-shadow:0 1px 2px #0000001f}.main_cta_button:hover{transform:translateY(-2px);box-shadow:0 6px 16px #0000002e}.main_cta_button:active{transform:scale(.98);box-shadow:0 3px 8px #0003}.main_cta_button:focus-visible{outline:none;box-shadow:0 0 0 3px #00000059,0 6px 16px #0003}.secondary_cta_button{background:transparent;border-radius:20px;border:2px solid #0D0221;color:#0d0221;font-family:var(--font-secondary);font-weight:600;font-size:1.375rem;cursor:pointer;transition:transform .14s ease,box-shadow .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease;box-shadow:0 1px 2px #0000000f}.secondary_cta_button:hover{transform:translateY(-2px);background:#0d0221;color:#fff;box-shadow:0 6px 16px #0000001f}.secondary_cta_button:active{transform:scale(.98);box-shadow:0 3px 8px #0000002e}.secondary_cta_button:focus-visible{outline:none;box-shadow:0 0 0 3px #00000059,0 6px 16px #00000029}.site_header:where(.astro-xbstl6g3){position:sticky;top:0;z-index:50;background:#fff9;backdrop-filter:saturate(150%) blur(8px);border-bottom:1px solid rgba(0,0,0,.06)}.container:where(.astro-xbstl6g3){max-width:960px;margin:0 auto;padding:0 2rem;position:relative}.inner:where(.astro-xbstl6g3){display:flex;align-items:center;min-height:64px;gap:1rem;position:relative}.brand:where(.astro-xbstl6g3){display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:inherit;font-weight:600}.brand:where(.astro-xbstl6g3) img:where(.astro-xbstl6g3){display:block;width:130px;height:30px}.nav:where(.astro-xbstl6g3){position:relative;display:flex;align-items:center;flex:1;justify-content:center}.nav_items_container:where(.astro-xbstl6g3){display:flex;align-items:center;gap:.25rem}.nav_item:where(.astro-xbstl6g3){display:flex;align-items:center;gap:.25rem;padding:.5rem .625rem;background:transparent;border:none;cursor:pointer;font-family:var(--font-secondary);font-size:1rem;color:inherit;opacity:.9;transition:opacity .15s ease;white-space:nowrap}.nav_item:where(.astro-xbstl6g3):hover,.nav_item:where(.astro-xbstl6g3):focus-visible{opacity:1}.unified_dropdown_menu:where(.astro-xbstl6g3){position:absolute;top:calc(100% + .5rem);left:2rem;right:2rem;width:calc(100% - 4rem);max-width:960px;background:#fff;backdrop-filter:saturate(150%) blur(12px);border:1px solid rgba(0,0,0,.08);border-radius:12px;box-shadow:0 8px 24px #0000001f;opacity:0;visibility:hidden;transform:translateY(-8px);transition:opacity .2s ease,visibility .2s ease,transform .2s ease;z-index:200;pointer-events:none}.unified_dropdown_menu:where(.astro-xbstl6g3).active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}@media(max-width:960px){.unified_dropdown_menu:where(.astro-xbstl6g3){display:none}}.dropdown_content:where(.astro-xbstl6g3){display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;padding:2rem}.dropdown_section:where(.astro-xbstl6g3){display:flex;flex-direction:column;gap:.5rem}.dropdown_section_title:where(.astro-xbstl6g3){display:flex;align-items:center;gap:.5rem;font-size:.875rem;font-weight:700;color:#000;margin-bottom:.5rem;padding-bottom:.5rem;border-bottom:1px solid rgba(0,0,0,.1)}.dropdown_icon:where(.astro-xbstl6g3){width:20px;height:20px;flex-shrink:0}.dropdown_item:where(.astro-xbstl6g3){display:block;padding:.625rem 0;text-decoration:none;color:#000;border-radius:8px;transition:background-color .15s ease,padding-left .15s ease;font-size:.9375rem}.dropdown_item:where(.astro-xbstl6g3):hover,.dropdown_item:where(.astro-xbstl6g3):focus-visible{background:#0000000f;padding-left:.5rem;text-decoration:none}.dropdown_header:where(.astro-xbstl6g3){padding:.75rem 0 .375rem;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#00000080;margin-top:.5rem}.dropdown_header:where(.astro-xbstl6g3):first-child{margin-top:0}.cta:where(.astro-xbstl6g3){display:flex;align-items:center;gap:20px}.cta:where(.astro-xbstl6g3) a:where(.astro-xbstl6g3){text-decoration:none;font-weight:500;color:inherit;opacity:.9}.cta:where(.astro-xbstl6g3) a:where(.astro-xbstl6g3):hover,.cta:where(.astro-xbstl6g3) a:where(.astro-xbstl6g3):focus-visible{opacity:1;text-decoration:underline;text-underline-offset:3px}.cta:where(.astro-xbstl6g3) button:where(.astro-xbstl6g3){background:#0d0221;border-radius:10px;width:120px;height:35px;border:none;cursor:pointer;color:#fff;font-family:var(--font-secondary);font-weight:500;font-size:1rem;transition:transform .14s ease,box-shadow .18s ease,background-color .18s ease;box-shadow:0 1px 2px #0000001f}.cta:where(.astro-xbstl6g3) button:where(.astro-xbstl6g3):hover{transform:translateY(-1px);box-shadow:0 4px 12px #00000026}.cta:where(.astro-xbstl6g3) button:where(.astro-xbstl6g3):active{transform:scale(.98);box-shadow:0 2px 6px #0003}.cta:where(.astro-xbstl6g3) button:where(.astro-xbstl6g3):focus-visible{outline:none;box-shadow:0 0 0 3px #00000059,0 4px 12px #0000002e}.hamburger:where(.astro-xbstl6g3){display:none;flex-direction:column;justify-content:space-between;width:30px;height:24px;background:transparent;border:none;cursor:pointer;padding:0;z-index:150;position:relative}.hamburger:where(.astro-xbstl6g3) span:where(.astro-xbstl6g3){display:block;width:100%;height:3px;background:#0d0221;border-radius:2px;transition:all .3s ease}.hamburger:where(.astro-xbstl6g3).active span:where(.astro-xbstl6g3):nth-child(1){transform:translateY(10.5px) rotate(45deg)}.hamburger:where(.astro-xbstl6g3).active span:where(.astro-xbstl6g3):nth-child(2){opacity:0}.hamburger:where(.astro-xbstl6g3).active span:where(.astro-xbstl6g3):nth-child(3){transform:translateY(-10.5px) rotate(-45deg)}.mobile_menu:where(.astro-xbstl6g3){position:fixed;inset:64px 0 0;background:#0006;z-index:9999;overflow-y:auto;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,visibility .2s ease}.mobile_menu:where(.astro-xbstl6g3).active{opacity:1;visibility:visible;pointer-events:auto;display:block}.mobile_nav:where(.astro-xbstl6g3){background:#fff;padding:1.5rem;min-height:200px;width:100%;box-shadow:0 4px 12px #00000026}.mobile_nav_section:where(.astro-xbstl6g3){border-bottom:1px solid rgba(0,0,0,.1);padding:0;margin:0}.mobile_nav_item:where(.astro-xbstl6g3){display:flex;align-items:center;justify-content:space-between;width:100%;padding:1rem 0;background:transparent;border:none;cursor:pointer;font-family:var(--font-secondary);font-weight:600;font-size:17px;color:#000;text-align:left}.mobile_nav_item_content:where(.astro-xbstl6g3){display:flex;align-items:center;gap:.75rem;flex:1}.mobile_nav_icon:where(.astro-xbstl6g3){width:20px;height:20px;flex-shrink:0}.mobile_chevron:where(.astro-xbstl6g3){transition:transform .2s ease;flex-shrink:0}.mobile_nav_item:where(.astro-xbstl6g3)[aria-expanded=true] .mobile_chevron:where(.astro-xbstl6g3){transform:rotate(180deg)}.mobile_dropdown:where(.astro-xbstl6g3){display:none;padding-bottom:.5rem}.mobile_dropdown:where(.astro-xbstl6g3).active{display:block}.mobile_dropdown_item:where(.astro-xbstl6g3){display:block;padding:.75rem 0 .75rem 1rem;text-decoration:none;color:#000;font-family:var(--font-secondary);font-weight:400;font-size:16px}.mobile_dropdown_item:where(.astro-xbstl6g3):hover{color:#06c}.mobile_dropdown_header:where(.astro-xbstl6g3){padding:.75rem 0 .375rem 1rem;font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#00000080}.mobile_login:where(.astro-xbstl6g3){display:block;text-decoration:none;color:#000;font-family:var(--font-secondary);font-weight:600;font-size:17px;padding:1rem 0;border-top:1px solid rgba(0,0,0,.1);margin-top:1rem}.mobile_cta:where(.astro-xbstl6g3){display:block;background:#0d0221;border-radius:10px;width:100%;height:50px;border:none;cursor:pointer;color:#fff;font-family:var(--font-secondary);font-weight:600;font-size:17px;margin-top:1rem}@media(min-width:961px){.mobile_menu:where(.astro-xbstl6g3){display:none!important}}@media(max-width:960px){.nav:where(.astro-xbstl6g3),.cta:where(.astro-xbstl6g3){display:none}.hamburger:where(.astro-xbstl6g3){display:flex}.mobile_menu:where(.astro-xbstl6g3){display:block}.mobile_menu:where(.astro-xbstl6g3).active{display:block!important;opacity:1!important;visibility:visible!important}}@media(max-width:767px){.container:where(.astro-xbstl6g3){padding:0 1rem}.brand:where(.astro-xbstl6g3) img:where(.astro-xbstl6g3){width:140px;height:32px}}@media(min-width:481px)and (max-width:767px){.brand:where(.astro-xbstl6g3) img:where(.astro-xbstl6g3){width:160px;height:36px}}@media(max-width:480px){.inner:where(.astro-xbstl6g3){min-height:56px}.mobile_menu:where(.astro-xbstl6g3){top:56px}}.site_footer:where(.astro-mtxgg6pp){background:#0d0221;color:#fff;padding:4rem 0 2rem;margin-top:auto}.container:where(.astro-mtxgg6pp){max-width:960px;margin:0 auto;padding:0 2rem}.footer_content:where(.astro-mtxgg6pp){display:grid;grid-template-columns:1.5fr 2fr;gap:4rem;margin-bottom:3rem}.footer_brand:where(.astro-mtxgg6pp){display:flex;flex-direction:column;gap:1rem}.brand:where(.astro-mtxgg6pp){display:inline-flex;align-items:center;text-decoration:none;color:inherit;width:fit-content}.brand:where(.astro-mtxgg6pp) img:where(.astro-mtxgg6pp){width:175px;height:40px;filter:brightness(0) invert(1)}.footer_brand:where(.astro-mtxgg6pp) p:where(.astro-mtxgg6pp){font-family:var(--font-secondary);font-size:14px;line-height:1.6;opacity:.8;margin:0;max-width:280px}.footer_social:where(.astro-mtxgg6pp){display:flex;gap:16px;align-items:center;margin-top:.5rem}.footer_social_link:where(.astro-mtxgg6pp){display:flex;align-items:center;justify-content:center;padding:8px;border-radius:8px;transition:all .3s ease;& svg{filter:brightness(0) invert(1)}&:where(.astro-mtxgg6pp):hover{background-color:#ffffff1a;transform:scale(1.05)}}.footer_links:where(.astro-mtxgg6pp){display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer_column:where(.astro-mtxgg6pp){display:flex;flex-direction:column;gap:.75rem}.footer_column:where(.astro-mtxgg6pp) h4:where(.astro-mtxgg6pp){font-family:var(--font-secondary);font-size:14px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;margin:0 0 .5rem;opacity:.9}.footer_column:where(.astro-mtxgg6pp) a:where(.astro-mtxgg6pp){font-family:var(--font-secondary);font-size:14px;color:#fff;text-decoration:none;opacity:.7;transition:opacity .2s ease,transform .2s ease}.footer_column:where(.astro-mtxgg6pp) a:where(.astro-mtxgg6pp):hover{opacity:1;transform:translate(2px)}.footer_bottom:where(.astro-mtxgg6pp){display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);flex-wrap:wrap;gap:1rem}.footer_bottom:where(.astro-mtxgg6pp) p:where(.astro-mtxgg6pp){font-family:var(--font-secondary);font-size:14px;opacity:.6;margin:0}.footer_legal:where(.astro-mtxgg6pp){display:flex;gap:1.5rem;flex-wrap:wrap}.footer_legal:where(.astro-mtxgg6pp) a:where(.astro-mtxgg6pp){font-family:var(--font-secondary);font-size:14px;color:#fff;text-decoration:none;opacity:.6;transition:opacity .2s ease}.footer_legal:where(.astro-mtxgg6pp) a:where(.astro-mtxgg6pp):hover{opacity:1;text-decoration:underline}@media(max-width:1024px){.container:where(.astro-mtxgg6pp){padding:0 1.5rem}.site_footer:where(.astro-mtxgg6pp){padding:3rem 0 1.5rem}.footer_content:where(.astro-mtxgg6pp){gap:3rem}}@media(max-width:767px){.site_footer:where(.astro-mtxgg6pp){padding:2.5rem 0 1.5rem}.container:where(.astro-mtxgg6pp){padding:0 1rem}.footer_content:where(.astro-mtxgg6pp){grid-template-columns:1fr;gap:2rem}.footer_links:where(.astro-mtxgg6pp){grid-template-columns:repeat(2,1fr);gap:1.5rem}.footer_bottom:where(.astro-mtxgg6pp){flex-direction:column;text-align:center;padding-top:1.5rem}.footer_legal:where(.astro-mtxgg6pp){justify-content:center}.footer_brand:where(.astro-mtxgg6pp) p:where(.astro-mtxgg6pp){text-align:center;max-width:100%}.footer_social:where(.astro-mtxgg6pp){justify-content:center}.brand:where(.astro-mtxgg6pp){margin:0 auto}}@media(max-width:480px){.site_footer:where(.astro-mtxgg6pp){padding:2rem 0 1rem}.footer_content:where(.astro-mtxgg6pp){gap:1.5rem}.footer_links:where(.astro-mtxgg6pp){grid-template-columns:1fr;gap:1rem}.footer_column:where(.astro-mtxgg6pp){gap:.5rem}.footer_column:where(.astro-mtxgg6pp) h4:where(.astro-mtxgg6pp){font-size:12px;margin-bottom:.25rem}.footer_column:where(.astro-mtxgg6pp) a:where(.astro-mtxgg6pp){font-size:13px;padding:.5rem 0}.footer_brand:where(.astro-mtxgg6pp) p:where(.astro-mtxgg6pp){font-size:13px}.footer_bottom:where(.astro-mtxgg6pp) p:where(.astro-mtxgg6pp){font-size:12px}.footer_legal:where(.astro-mtxgg6pp) a:where(.astro-mtxgg6pp){font-size:12px}.brand:where(.astro-mtxgg6pp) img:where(.astro-mtxgg6pp){width:140px;height:32px}}
