:root{--helix-orange: #ff6200;--helix-orange-soft: rgba(255, 98, 0, .08);--helix-purple: #300468;--helix-purple-900: #22034a;--helix-text: #383838;--helix-muted: #6b6b6b;--helix-surface: #f8fafc;--helix-white: #ffffff;--helix-border: rgba(56, 56, 56, .12);--radius: 14px;--shadow: 0 18px 40px -24px rgba(48, 4, 104, .45);--container: 1200px;--gutter: 1.5rem;--section-gap: clamp(4rem, 9vw, 7rem);--font-sans: "Ubuntu", system-ui, -apple-system, "Segoe UI", sans-serif;--ease-ios: cubic-bezier(.25, .1, .25, 1);--ease-ios-out: cubic-bezier(.32, .72, 0, 1)}@media(min-width:900px){:root{--gutter: 2rem}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{margin:0;background:var(--helix-white);color:var(--helix-text);font-family:var(--font-sans);font-size:1.0625rem;line-height:1.7;-webkit-font-smoothing:antialiased;overflow-wrap:break-word}h1,h2,h3,h4{color:var(--helix-purple);line-height:1.15;margin:0 0 .5em;text-wrap:balance}h1{font-size:clamp(2.5rem,6vw,4.25rem);font-weight:700;line-height:1.05;letter-spacing:-.02em}h2{font-size:clamp(2rem,4vw,3rem);font-weight:700;letter-spacing:-.015em}h3{font-size:1.25rem;font-weight:500}p{margin:0 0 1rem;text-wrap:pretty}a{color:var(--helix-orange)}img,video{max-width:100%;height:auto;display:block}:focus-visible{outline:3px solid var(--helix-orange);outline-offset:2px;border-radius:4px}.container{width:min(100% - var(--gutter) * 2,var(--container));margin-inline:auto}.section{padding-block:var(--section-gap)}.section--surface{background:var(--helix-surface)}.section--purple{background:var(--helix-purple);color:#ffffffdb}.section--purple h2,.section--purple h3{color:var(--helix-white)}.kicker{display:block;font-size:.8125rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--helix-orange);margin-bottom:.75rem}.chamfer{clip-path:polygon(14px 0,100% 0,100% calc(100% - 14px),calc(100% - 14px) 100%,0 100%,0 14px)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.9rem 1.75rem;font:inherit;font-weight:700;font-size:1rem;text-decoration:none;border:2px solid transparent;cursor:pointer;transition:background-color .15s var(--ease-ios),color .15s var(--ease-ios),border-color .15s var(--ease-ios),transform .18s var(--ease-ios-out);touch-action:manipulation;clip-path:polygon(12px 0,100% 0,100% calc(100% - 12px),calc(100% - 12px) 100%,0 100%,0 12px)}.btn--primary{background:var(--helix-orange);color:var(--helix-white)}.btn--primary:hover{background:#e65800;transform:translateY(-2px)}.btn--ghost{background:transparent;color:var(--helix-purple);border-color:currentColor}.btn--ghost:hover{background:var(--helix-purple);color:var(--helix-white)}.btn--light{background:var(--helix-white);color:var(--helix-purple)}.btn--light:hover{background:var(--helix-orange);color:var(--helix-white)}@media(max-width:639px){.btn{min-height:48px;width:100%;max-width:24rem;padding-inline:1.25rem;text-align:center}:where(div,p,header,footer,section):has(>.btn+.btn){display:flex;flex-direction:column;align-items:center;gap:.75rem}:where(div,p):has(>.btn:only-child){display:flex;justify-content:center}:where(div,p,header,footer):has(>.btn){flex-direction:column;align-items:center}p>.btn:not(:only-child){width:auto}}@media(max-width:899px){.grid--3,.grid--4,.snap-row{display:grid;grid-auto-flow:column;grid-auto-columns:76%;grid-template-columns:none;gap:.75rem;overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;scroll-behavior:smooth;scroll-padding-inline:0;scrollbar-width:none;-webkit-overflow-scrolling:touch}.grid--3::-webkit-scrollbar,.grid--4::-webkit-scrollbar,.snap-row::-webkit-scrollbar{display:none}.grid--3>*,.grid--4>*,.snap-row>*{scroll-snap-align:center;scroll-snap-stop:always}.grid--3>*>.card,.grid--4>*>.card,.snap-row>*>.card{height:100%}.no-snap{grid-auto-flow:row;grid-auto-columns:auto;overflow-x:visible;padding-inline:0;margin-inline:0}@media(prefers-reduced-motion:reduce){.grid--3,.grid--4,.snap-row{scroll-behavior:auto}}}@media(hover:none){.btn:active,.card:active{transform:scale(.97)}.btn,.card{transition:transform .18s var(--ease-ios-out)}}.snap-dots{display:none;justify-content:center;gap:.4375rem;margin-top:1rem}.snap-dots__dot{width:7px;height:7px;padding:0;border:0;border-radius:999px;background:#30046838;transition:background-color .26s var(--ease-ios-out),width .26s var(--ease-ios-out);cursor:pointer;touch-action:manipulation}.snap-dots__dot.is-active{width:20px;background:var(--helix-orange)}.section--purple .snap-dots__dot{background:#ffffff47}.section--purple .snap-dots__dot.is-active{background:var(--helix-orange)}@media(max-width:899px){.snap-dots{display:flex}}@media(max-width:899px){body{padding-bottom:calc(58px + env(safe-area-inset-bottom,0px))}:target{scroll-margin-bottom:calc(70px + env(safe-area-inset-bottom,0px))}}.card{background:var(--helix-white);border:1px solid var(--helix-border);border-radius:var(--radius);padding:1.25rem;height:100%}@media(min-width:640px){.card{padding:2rem}}.grid{display:grid;gap:1.5rem}.grid--2{grid-template-columns:repeat(auto-fit,minmax(min(100%,22rem),1fr))}@media(min-width:900px){.grid--3{grid-template-columns:repeat(auto-fit,minmax(min(100%,17rem),1fr))}.grid--4{grid-template-columns:repeat(auto-fit,minmax(min(100%,14rem),1fr))}}.lead{font-size:1.1875rem;color:var(--helix-muted)}.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}.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .42s var(--ease-ios-out),transform .42s var(--ease-ios-out)}.js .reveal.is-visible{opacity:1;transform:none}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}.reveal{opacity:1;transform:none}}.site-header[data-astro-cid-3ef6ksr2]{position:sticky;top:0;z-index:50;background:#ffffffeb;backdrop-filter:blur(10px);border-bottom:1px solid var(--helix-border)}.site-header__inner[data-astro-cid-3ef6ksr2]{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-block:.875rem}.site-header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{width:auto;height:42px}.site-header__nav[data-astro-cid-3ef6ksr2]{display:flex;align-items:center}.site-header__link[data-astro-cid-3ef6ksr2]{display:none;color:var(--helix-purple);font-weight:500;text-decoration:none;transition:color .15s ease,border-color .15s ease}.site-header__link[data-astro-cid-3ef6ksr2]:hover{color:var(--helix-orange)}.site-header__link[data-astro-cid-3ef6ksr2].is-active{color:var(--helix-orange);border-bottom-color:var(--helix-orange)}.site-header__cta[data-astro-cid-3ef6ksr2]{padding:.625rem 1rem;font-size:.875rem;width:auto;min-height:44px}@media(min-width:900px){.site-header__logo[data-astro-cid-3ef6ksr2] img[data-astro-cid-3ef6ksr2]{height:46px}.site-header__nav[data-astro-cid-3ef6ksr2]{font-size:.9375rem}.site-header__nav[data-astro-cid-3ef6ksr2]{position:static;flex-direction:row;align-items:center;gap:1.125rem;padding:0;background:none;border-bottom:0;max-height:none;overflow:visible}.site-header__link[data-astro-cid-3ef6ksr2]{display:inline-block;padding-block:.25rem;border-bottom:2px solid transparent}.site-header__link[data-astro-cid-3ef6ksr2].is-active{border-bottom-color:var(--helix-orange)}.site-header__cta[data-astro-cid-3ef6ksr2]{padding:.9rem 1.75rem;font-size:1rem}}@media(min-width:1200px){.site-header__nav[data-astro-cid-3ef6ksr2]{gap:1.625rem;font-size:1rem}}.footer-cta[data-astro-cid-sz7xmlte]{background:var(--helix-surface);padding-block:2.5rem}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-size:clamp(1.75rem,7vw,2.25rem)}@media(min-width:900px){.footer-cta[data-astro-cid-sz7xmlte]{padding-block:var(--section-gap)}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{font-size:clamp(2rem,4vw,3rem)}}.footer-cta__inner[data-astro-cid-sz7xmlte]{display:grid;gap:1.5rem;align-items:center}@media(min-width:900px){.footer-cta__inner[data-astro-cid-sz7xmlte]{gap:2.5rem}}.footer-cta__media[data-astro-cid-sz7xmlte]{order:-1}.footer-cta[data-astro-cid-sz7xmlte] h2[data-astro-cid-sz7xmlte]{margin-bottom:1.5rem}.footer-cta__media[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{border-radius:var(--radius);box-shadow:var(--shadow);object-fit:cover;aspect-ratio:16 / 9}@media(min-width:900px){.footer-cta__media[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{aspect-ratio:4 / 3}}.site-footer[data-astro-cid-sz7xmlte]{background:var(--helix-purple-900);color:#ffffffb8;padding-block:2.5rem 1.5rem}@media(min-width:900px){.site-footer[data-astro-cid-sz7xmlte]{padding-block:4rem 2rem}}.site-footer[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{color:var(--helix-white);font-size:1rem;text-transform:uppercase;letter-spacing:.08em;margin-bottom:1rem}.site-footer__grid[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.75rem 1.25rem}.site-footer__brand[data-astro-cid-sz7xmlte],.site-footer__contact[data-astro-cid-sz7xmlte],.site-footer__news[data-astro-cid-sz7xmlte]{grid-column:1 / -1}.site-footer__contact-list[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.25rem 1.5rem}.site-footer__contact-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;min-height:44px;font-size:1.0625rem;color:var(--helix-white);text-decoration:none;border-bottom:2px solid transparent}.site-footer__contact-list[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--helix-orange);border-bottom-color:var(--helix-orange)}.site-footer__nav[data-astro-cid-sz7xmlte]{display:none}@media(min-width:900px){.site-footer__grid[data-astro-cid-sz7xmlte]{grid-template-columns:1.1fr 1fr 1fr .9fr 1fr 1.4fr;gap:2.5rem 2rem}.site-footer__brand[data-astro-cid-sz7xmlte],.site-footer__contact[data-astro-cid-sz7xmlte],.site-footer__news[data-astro-cid-sz7xmlte]{grid-column:auto}.site-footer__contact-list[data-astro-cid-sz7xmlte]{display:grid;gap:0}.site-footer__nav[data-astro-cid-sz7xmlte]{display:block}}.site-footer__tagline[data-astro-cid-sz7xmlte]{display:none}.site-footer__brand[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:40px;width:auto}.site-footer[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin-bottom:.5rem}.site-footer__block[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin-bottom:0;font-size:.9375rem;line-height:1.5}@media(min-width:900px){.site-footer__tagline[data-astro-cid-sz7xmlte]{display:block;margin-top:.875rem;max-width:30ch;margin-bottom:0}.site-footer__brand[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{height:56px}.site-footer[data-astro-cid-sz7xmlte] h3[data-astro-cid-sz7xmlte]{margin-bottom:1rem}.site-footer__block[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:1rem;line-height:1.7}}.site-footer__links[data-astro-cid-sz7xmlte]{list-style:none;margin:0;padding:0;display:grid}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{color:#ffffffdb;text-decoration:none}.site-footer[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--helix-orange)}.site-footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte],.site-footer__bottom[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;min-height:44px}.site-footer__bottom[data-astro-cid-sz7xmlte]{display:flex;flex-wrap:wrap;justify-content:space-between;gap:.25rem .5rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid rgba(255,255,255,.14);font-size:.9375rem}.site-footer__bottom[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{margin:0;display:flex;flex-wrap:wrap;align-items:center;gap:0 .5rem}.site-footer__legal[data-astro-cid-sz7xmlte]{flex-basis:100%}@media(min-width:900px){.site-footer__legal[data-astro-cid-sz7xmlte]{flex-basis:auto}}@media(min-width:900px){.footer-cta__inner[data-astro-cid-sz7xmlte]{grid-template-columns:2fr 1fr}.footer-cta__media[data-astro-cid-sz7xmlte]{order:0}}.tabbar[data-astro-cid-s6oy5d3q]{position:fixed;inset:auto 0 0;z-index:60;display:grid;grid-template-columns:repeat(5,1fr);background:#fffffff5;backdrop-filter:blur(12px);border-top:1px solid var(--helix-border);padding-bottom:env(safe-area-inset-bottom,0px);box-shadow:0 -8px 24px -18px #30046880}.tabbar__item[data-astro-cid-s6oy5d3q]{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;min-height:58px;padding:.5rem .25rem;border:0;background:none;font:inherit;color:var(--helix-purple);text-decoration:none;cursor:pointer;-webkit-tap-highlight-color:transparent;touch-action:manipulation;transition:color .15s var(--ease-ios),transform .18s var(--ease-ios-out)}.tabbar__item[data-astro-cid-s6oy5d3q]:active{transform:scale(.92)}.tabbar__icon[data-astro-cid-s6oy5d3q]{display:grid;place-items:center;width:24px;height:24px}.tabbar__icon[data-astro-cid-s6oy5d3q] svg[data-astro-cid-s6oy5d3q]{width:24px;height:24px}.tabbar__label[data-astro-cid-s6oy5d3q]{font-size:.6875rem;font-weight:500;letter-spacing:.01em;line-height:1}.tabbar__item[data-astro-cid-s6oy5d3q].is-active{color:var(--helix-orange)}.tabbar__item[data-astro-cid-s6oy5d3q].is-active:before{content:"";position:absolute;top:0;width:2rem;height:3px;border-radius:0 0 3px 3px;background:var(--helix-orange);animation:tab-marker .28s var(--ease-ios-out)}@keyframes tab-marker{0%{width:0;opacity:0}to{width:2rem;opacity:1}}.tabbar__item[data-astro-cid-s6oy5d3q]{position:relative}.tabbar__item--action[data-astro-cid-s6oy5d3q]{color:#1f8a44}.tabbar__item--action[data-astro-cid-s6oy5d3q] .tabbar__icon[data-astro-cid-s6oy5d3q] svg[data-astro-cid-s6oy5d3q]{width:26px;height:26px}.tabbar__item[data-astro-cid-s6oy5d3q]:active{color:var(--helix-orange)}.sheet[data-astro-cid-s6oy5d3q]{width:100%;max-width:100%;margin:0 0 auto;padding:0;border:0;background:none;position:fixed;inset:auto 0 0;max-height:100dvh}.sheet[data-astro-cid-s6oy5d3q]::backdrop{background:#22034a8c;backdrop-filter:blur(2px)}.sheet__panel[data-astro-cid-s6oy5d3q]{background:var(--helix-white);border-radius:20px 20px 0 0;padding:.75rem 1.5rem calc(1.5rem + env(safe-area-inset-bottom,0px));max-height:85dvh;overflow-y:auto;animation:sheet-up .32s var(--ease-ios-out)}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:none}}.sheet__head[data-astro-cid-s6oy5d3q]{display:grid;grid-template-columns:1fr auto;align-items:center;row-gap:.5rem;margin-bottom:.5rem}.sheet__handle[data-astro-cid-s6oy5d3q]{grid-column:1 / -1;justify-self:center;width:2.5rem;height:4px;border-radius:999px;background:var(--helix-border)}.sheet__title[data-astro-cid-s6oy5d3q]{margin:0;font-weight:700;color:var(--helix-purple)}.sheet__close[data-astro-cid-s6oy5d3q]{display:grid;place-items:center;width:44px;height:44px;margin-right:-.5rem;border:0;border-radius:999px;background:var(--helix-surface);color:var(--helix-purple);cursor:pointer}.sheet__links[data-astro-cid-s6oy5d3q]{list-style:none;margin:0 0 1.25rem;padding:0}.sheet__links[data-astro-cid-s6oy5d3q] a[data-astro-cid-s6oy5d3q]{display:flex;align-items:center;min-height:52px;color:var(--helix-purple);text-decoration:none;border-bottom:1px solid var(--helix-border);font-weight:500}.sheet__links[data-astro-cid-s6oy5d3q] a[data-astro-cid-s6oy5d3q].is-active{color:var(--helix-orange)}.sheet__cta[data-astro-cid-s6oy5d3q]{width:100%}.sheet__contact[data-astro-cid-s6oy5d3q]{margin:1rem 0 0;font-size:.9375rem;color:var(--helix-muted);text-align:center}.sheet__contact[data-astro-cid-s6oy5d3q] a[data-astro-cid-s6oy5d3q]{color:var(--helix-purple)}.sheet[data-astro-cid-s6oy5d3q]::backdrop{animation:backdrop-in .32s var(--ease-ios-out)}@keyframes backdrop-in{0%{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){.sheet__panel[data-astro-cid-s6oy5d3q],.sheet[data-astro-cid-s6oy5d3q]::backdrop,.tabbar__item[data-astro-cid-s6oy5d3q].is-active:before{animation:none}.tabbar__item[data-astro-cid-s6oy5d3q]:active{transform:none}}@media(min-width:900px){.tabbar[data-astro-cid-s6oy5d3q],.sheet[data-astro-cid-s6oy5d3q]{display:none}}
