:root{--brand-dark: #14007a;--brand-dark-2: #0d0052;--brand-bright: #82f1ff;--brand-bright-2: #b3f6ff;--brand-tint: #e4f9ff;--brand-tint-2: #f2fdff;--primary-color: var(--brand-dark);--ink: #14007a;--body: #606060;--line: #e7e6f0;--surface: #ffffff;--maxw: 1200px;--radius: 20px;--pill: 30px;--icon-size: 96px;--icon-size-stat: 112px;--t: .2s ease}*{box-sizing:border-box}@property --wave-x{syntax: "<length>"; inherits: true; initial-value: 0px;}@property --wave-y{syntax: "<length>"; inherits: true; initial-value: 0px;}button,input,textarea,select{font-family:inherit;font-size:inherit;line-height:inherit}html{scroll-behavior:smooth}body{margin:0;font-family:Poppins,sans-serif;color:var(--body);background:var(--surface);font-size:20px;line-height:1.6;-webkit-font-smoothing:antialiased}.motion-reveal{opacity:0;transform:translate3d(var(--reveal-x),var(--reveal-y),0);transition:opacity .7s ease var(--reveal-delay),transform .7s cubic-bezier(.2,.7,.2,1) var(--reveal-delay)}.motion-reveal.motion-visible{opacity:1;transform:translateZ(0)}@media (prefers-reduced-motion: reduce){.motion-reveal,.motion-reveal.motion-visible{opacity:1;transform:none;transition:none}}h1,h2,h3,h4{color:var(--ink);font-weight:600;line-height:1.1;margin:0 0 .4em}h1{font-size:clamp(2.4rem,5.2vw,4.5rem)}h2{font-size:clamp(1.9rem,3.4vw,2.75rem)}a{color:var(--brand-dark)}img{max-width:100%}::selection{background-color:var(--brand-bright);color:var(--brand-dark)}::-moz-selection{background-color:var(--brand-bright);color:var(--brand-dark)}.hero ::selection,.cta-section ::selection,.l-hero ::selection,.l-banner ::selection,.on-bright ::selection{background-color:var(--brand-dark);color:var(--brand-bright)}.hero ::-moz-selection,.cta-section ::-moz-selection,.l-hero ::-moz-selection,.l-banner ::-moz-selection,.on-bright ::-moz-selection{background-color:var(--brand-dark);color:var(--brand-bright)}.eyebrow{text-transform:uppercase;letter-spacing:.12em;font-size:.8rem;font-weight:600;color:var(--brand-dark);margin:0 0 1rem}.ht-button{display:inline-flex;align-items:center;gap:.6rem;padding:1rem 1.75rem;border-radius:var(--pill);background-color:var(--brand-dark);border:1.5px solid var(--brand-dark);color:#fff;font-size:1rem;font-weight:500;text-decoration:none;cursor:pointer;transition:transform .08s ease,background-color .2s ease,color .2s ease}.ht-button:after{content:"→";font-size:1.05em;line-height:1;transition:transform .2s ease}.ht-button:hover{background-color:var(--brand-dark-2);border-color:var(--brand-dark-2)}.ht-button:hover:after{transform:translate(3px)}.ht-button:active{transform:translateY(1px)}.ht-button--ghost{background-color:transparent;color:var(--brand-dark)}.ht-button--ghost:hover{background-color:var(--brand-dark);color:#fff}.ht-button--down:after{content:"↓"}.ht-button--down:hover:after{transform:translateY(3px)}.on-dark .ht-button{background-color:#fff;border-color:#fff;color:var(--brand-dark)}.on-dark .ht-button:hover{background-color:var(--brand-bright);border-color:var(--brand-bright)}.on-dark .ht-button--ghost{background-color:transparent;color:#fff;border-color:#fff9}.on-dark .ht-button--ghost:hover{background-color:#fff;color:var(--brand-dark)}.hero{position:relative;background:var(--brand-bright);color:var(--brand-dark);padding:190px 0 130px;overflow:hidden}.hero-inner{position:relative;z-index:1}.hero-stack{position:relative;animation:waveDrift 7s ease-in-out infinite alternate}.bright-wave-hero+.section,.bright-wave-hero+main{position:relative;isolation:isolate}.bright-wave-hero+.section:before,.bright-wave-hero+main:before{content:"";position:absolute;top:0;left:0;right:0;height:15vw;z-index:0;pointer-events:none;background:url(../../../assets/img/video-overlay.svg) no-repeat left top / 65% auto;transform:translate3d(var(--wave-x),var(--wave-y),0);will-change:transform;animation:waveDrift 7s ease-in-out infinite alternate}.bright-wave-hero+.section>*,.bright-wave-hero+main>*{position:relative;z-index:1}@keyframes waveDrift{0%{--wave-x: 0px;--wave-y: 0px}to{--wave-x: -30px;--wave-y: -18px}}@media (prefers-reduced-motion: reduce){.hero-stack,.bright-wave-hero+.section:before,.bright-wave-hero+main:before{animation:none}}.hero-dots,.image-dots{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background-repeat:no-repeat;transform:translate3d(var(--wave-x, 0px),var(--wave-y, 0px),0);will-change:transform;z-index:0}.hero-dots{background-image:url(../../../assets/img/stippen-hero-top.svg);background-position:right bottom;background-size:50% auto}.image-dots{background-image:url(../../../assets/img/video-overlay.svg);background-position:left top;background-size:65% auto}@media (max-width: 900px){.hero{padding:140px 0 80px}.hero-dots{background-size:78% auto}.image-dots{background-size:95% auto}.bright-wave-hero+.section:before,.bright-wave-hero+main:before{height:22vw;background-size:95% auto}}.topnav.svelte-vog904{position:fixed;top:0;left:0;right:0;z-index:30;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;background:transparent;border-bottom:1px solid transparent;padding:1.9rem max((100vw - var(--maxw)) / 2,24px);transition:background .25s ease,border-color .25s ease,padding .25s ease,box-shadow .25s ease}.topnav.scrolled.svelte-vog904{background:#ffffffeb;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom-color:var(--line);padding-top:1.05rem;padding-bottom:1.05rem;box-shadow:0 6px 20px #14007a0f}@supports (animation-timeline: scroll()){.topnav.svelte-vog904:not(.scrolled){animation:svelte-vog904-nav-scroll-state linear both;animation-timeline:scroll(root block);animation-range:0 120px}@keyframes svelte-vog904-nav-scroll-state{0%{background:transparent;-webkit-backdrop-filter:saturate(100%) blur(0);backdrop-filter:saturate(100%) blur(0);border-bottom-color:transparent;padding-top:1.9rem;padding-bottom:1.9rem;box-shadow:none}to{background:#ffffffeb;-webkit-backdrop-filter:saturate(140%) blur(8px);backdrop-filter:saturate(140%) blur(8px);border-bottom-color:var(--line);padding-top:1.05rem;padding-bottom:1.05rem;box-shadow:0 6px 20px #14007a0f}}}.topnav.on-dark-hero.svelte-vog904 .links:where(.svelte-vog904)>a:where(.svelte-vog904){color:var(--brand-bright)}.topnav.on-dark-hero.svelte-vog904 .links:where(.svelte-vog904)>a:where(.svelte-vog904):hover{color:#fff}.topnav.on-dark-hero.svelte-vog904 .lang:where(.svelte-vog904),.topnav.on-dark-hero.svelte-vog904 .lang:where(.svelte-vog904) a:where(.svelte-vog904){color:#fff}.topnav.on-dark-hero.svelte-vog904 .lang:where(.svelte-vog904) a.current:where(.svelte-vog904){color:var(--brand-bright)}.topnav.on-dark-hero.svelte-vog904 .hamburger:where(.svelte-vog904) .bar:where(.svelte-vog904){background-color:var(--brand-bright)}.topnav.on-dark-hero.svelte-vog904 .cta:where(.svelte-vog904) .ht-button:where(.svelte-vog904){background-color:var(--brand-bright);border-color:var(--brand-bright);color:var(--brand-dark)}.nav-left.svelte-vog904{display:flex;align-items:center;gap:1.6rem;justify-self:start}.nav-right.svelte-vog904{display:flex;align-items:center;gap:1.4rem;justify-self:end}.logo.svelte-vog904{display:grid;line-height:0;justify-self:center}.logo.svelte-vog904 img:where(.svelte-vog904){grid-area:1 / 1;height:30px;width:auto;display:block}.logo-dark.svelte-vog904{opacity:0}.topnav.on-dark-hero.svelte-vog904 .logo-standard:where(.svelte-vog904){opacity:0}.topnav.on-dark-hero.svelte-vog904 .logo-dark:where(.svelte-vog904){opacity:1}.topnav.scrolled.svelte-vog904 .logo-standard:where(.svelte-vog904){opacity:1}.topnav.scrolled.svelte-vog904 .logo-dark:where(.svelte-vog904){opacity:0}@supports (animation-timeline: scroll()){.topnav.on-dark-hero.svelte-vog904:not(.scrolled) .logo-standard:where(.svelte-vog904){animation:svelte-vog904-logo-standard-scroll linear both;animation-timeline:scroll(root block);animation-range:0 120px}.topnav.on-dark-hero.svelte-vog904:not(.scrolled) .logo-dark:where(.svelte-vog904){animation:svelte-vog904-logo-dark-scroll linear both;animation-timeline:scroll(root block);animation-range:0 120px}@keyframes svelte-vog904-logo-standard-scroll{0%{opacity:0}to{opacity:1}}@keyframes svelte-vog904-logo-dark-scroll{0%{opacity:1}to{opacity:0}}}.links.svelte-vog904>a:where(.svelte-vog904){text-decoration:none;color:var(--ink);font-size:1rem;font-weight:500;transition:color .2s}.links.svelte-vog904>a:where(.svelte-vog904):hover{color:var(--brand-dark-2);text-decoration:underline;text-underline-offset:4px}.menu.svelte-vog904>a:where(.svelte-vog904){text-decoration:none;color:var(--ink);font-size:1rem;font-weight:500}.menu.svelte-vog904{display:none}.lang.svelte-vog904{display:flex;align-items:center;gap:.35rem;color:var(--body);font-size:.9rem}.lang.svelte-vog904 a:where(.svelte-vog904){text-decoration:none;color:var(--body);font-weight:500}.lang.svelte-vog904 a.current:where(.svelte-vog904){color:var(--brand-dark);font-weight:700}.cta.svelte-vog904{text-decoration:none}.cta.svelte-vog904 .ht-button:where(.svelte-vog904){padding:.6rem 1.4rem}.hamburger.svelte-vog904{background:none;border:none;cursor:pointer;width:30px;height:26px;display:none;padding:0;z-index:31}.hamburger.svelte-vog904 .bar:where(.svelte-vog904){width:26px;height:3px;border-radius:3px;background-color:var(--brand-dark);margin:5px 0;transition:.3s}.hamburger.active.svelte-vog904 .bar:where(.svelte-vog904):nth-child(1){transform:rotate(-45deg) translate(-6px,6px)}.hamburger.active.svelte-vog904 .bar:where(.svelte-vog904):nth-child(2){opacity:0}.hamburger.active.svelte-vog904 .bar:where(.svelte-vog904):nth-child(3){transform:rotate(45deg) translate(-5px,-6px)}@media (max-width: 860px){.topnav.svelte-vog904{grid-template-columns:1fr auto}.nav-left.svelte-vog904,.nav-right.svelte-vog904{display:none}.logo.svelte-vog904{justify-self:start}.hamburger.svelte-vog904{display:block;justify-self:end}.menu.svelte-vog904{display:none;position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:center;gap:1.1rem;background:#fff;padding:1.75rem;border-bottom:1px solid var(--line);box-shadow:0 12px 24px #00000012}.menu.show.svelte-vog904{display:flex}}.footer.svelte-ky13h4{position:relative;background:var(--brand-dark);color:#ffffffb8;overflow:hidden}.footer-dots.svelte-ky13h4{position:absolute;top:0;right:0;bottom:0;left:0;background:url(../../../assets/img/stippen-hero-top-cyan.svg) no-repeat right bottom;background-size:42% auto;pointer-events:none;opacity:.7}.inner.svelte-ky13h4{position:relative;z-index:1;max-width:var(--maxw);margin:auto;padding:72px 24px 32px}.grid.svelte-ky13h4{display:grid;grid-template-columns:1.6fr 1fr 1fr 1.3fr;gap:40px}.logo.svelte-ky13h4{height:40px;width:auto;margin-bottom:1.2rem;filter:brightness(0) invert(1)}.tagline.svelte-ky13h4{color:#fff;font-size:1.05rem;max-width:34ch;margin:0 0 1.4rem}.cert.svelte-ky13h4{display:block;width:180px;max-width:100%;height:auto;margin-top:.4rem;filter:brightness(0) invert(1);opacity:.85;transition:opacity .2s}.cert.svelte-ky13h4:hover{opacity:1}.brl.svelte-ky13h4{display:inline-block;margin:12px 0 0;padding:6px 10px;border:1px solid rgba(255,255,255,.45);border-radius:4px;color:#fff;font-size:.78rem;font-weight:600;letter-spacing:.04em}.col.svelte-ky13h4 h4:where(.svelte-ky13h4){color:#fff;font-size:.95rem;margin:0 0 1rem}.col.svelte-ky13h4 ul:where(.svelte-ky13h4){list-style:none;margin:0 0 1rem;padding:0}.col.svelte-ky13h4 li:where(.svelte-ky13h4){margin-bottom:.6rem}.col.svelte-ky13h4 a:where(.svelte-ky13h4){color:#ffffffb8;text-decoration:none;font-size:.95rem;transition:color .2s}.col.svelte-ky13h4 a:where(.svelte-ky13h4):hover{color:var(--brand-bright)}.company.svelte-ky13h4{white-space:pre-line;font-size:.85rem;margin:0 0 1.2rem;color:#ffffff8c}.bar.svelte-ky13h4{display:flex;justify-content:space-between;flex-wrap:wrap;gap:12px;margin-top:48px;padding-top:24px;border-top:1px solid rgba(255,255,255,.14);font-size:.85rem}.legal.svelte-ky13h4{display:flex;gap:24px}.legal.svelte-ky13h4 a:where(.svelte-ky13h4){color:#fff9;text-decoration:none}.legal.svelte-ky13h4 a:where(.svelte-ky13h4):hover{color:#fff}@media (max-width: 860px){.grid.svelte-ky13h4{grid-template-columns:1fr 1fr;gap:32px}}@media (max-width: 520px){.grid.svelte-ky13h4{grid-template-columns:1fr}}.consent.svelte-wcumpp{position:fixed;z-index:1000;right:1.5rem;bottom:1.5rem;left:1.5rem;display:flex;max-width:var(--maxw);margin:0 auto;padding:clamp(1.5rem,3vw,2.25rem);align-items:center;justify-content:space-between;gap:clamp(1.5rem,4vw,3rem);overflow:hidden;border:2px solid var(--brand-dark);border-radius:var(--radius);background-color:var(--brand-bright);background-image:radial-gradient(rgb(20 0 122 / 12%) 1.5px,transparent 1.5px);background-position:0 0;background-size:18px 18px;color:var(--brand-dark);box-shadow:8px 8px #14007a29}.copy.svelte-wcumpp{position:relative;max-width:46rem;padding-left:1.25rem;border-left:5px solid var(--brand-dark)}h2.svelte-wcumpp{margin:0 0 .55rem;color:var(--brand-dark);font-size:clamp(1.35rem,2.4vw,1.9rem)}p.svelte-wcumpp{margin:0 0 .5rem;color:var(--brand-dark);font-size:1rem;line-height:1.55}a.svelte-wcumpp{color:var(--brand-dark);font-size:.9rem;font-weight:600;text-decoration:underline;text-underline-offset:.2em}.actions.svelte-wcumpp{display:flex;flex-shrink:0;gap:.75rem}.actions.svelte-wcumpp .ht-button:where(.svelte-wcumpp){white-space:nowrap}.reject.svelte-wcumpp{border-color:var(--brand-dark);background:transparent;color:var(--brand-dark)}.accept.svelte-wcumpp{border-color:var(--brand-dark);background:var(--brand-dark);color:#fff}.settings.svelte-wcumpp{position:fixed;z-index:900;right:1rem;bottom:1rem;cursor:pointer;border:1.5px solid var(--brand-dark);border-radius:var(--pill);background:var(--brand-bright);padding:.65rem 1rem;color:var(--brand-dark);font:inherit;font-size:.8rem;font-weight:600;box-shadow:3px 3px #14007a24}.consent--card.svelte-wcumpp{right:auto;max-width:34rem;margin:0;display:block;border-color:var(--brand-dark);background-color:var(--brand-dark);background-image:radial-gradient(rgb(130 241 255 / 15%) 1.5px,transparent 1.5px);color:#fff;box-shadow:0 12px 38px #82f1ff6b}.consent--card.svelte-wcumpp .copy:where(.svelte-wcumpp){max-width:none;border-left-color:var(--brand-bright)}.consent--card.svelte-wcumpp h2:where(.svelte-wcumpp),.consent--card.svelte-wcumpp a:where(.svelte-wcumpp){color:var(--brand-bright)}.consent--card.svelte-wcumpp p:where(.svelte-wcumpp){color:#fff}.consent--card.svelte-wcumpp .actions:where(.svelte-wcumpp){margin-top:1.35rem}.consent--card.svelte-wcumpp .reject:where(.svelte-wcumpp){border-color:#ffffffb3;color:#fff}.consent--card.svelte-wcumpp .reject:where(.svelte-wcumpp):hover{border-color:#fff;background:#fff;color:var(--brand-dark)}.consent--card.svelte-wcumpp .accept:where(.svelte-wcumpp){border-color:var(--brand-bright);background:var(--brand-bright);color:var(--brand-dark)}.consent--card.svelte-wcumpp .accept:where(.svelte-wcumpp):hover{border-color:#fff;background:#fff}@media (max-width: 58rem){.consent.svelte-wcumpp{align-items:stretch;flex-direction:column}.copy.svelte-wcumpp{max-width:none}.actions.svelte-wcumpp{width:100%}.actions.svelte-wcumpp button:where(.svelte-wcumpp){flex:1}}@media (max-width: 36rem){.consent.svelte-wcumpp{right:.75rem;bottom:.75rem;left:.75rem;padding:1.25rem;box-shadow:0 10px 28px #82f1ff61}.copy.svelte-wcumpp{padding-left:0;border-left:0}.actions.svelte-wcumpp{flex-direction:column-reverse}.consent--card.svelte-wcumpp{right:.75rem;max-width:none}}
