.DesktopNavBar_container__1Lvyp{position:fixed;top:0;display:flex;flex-direction:row;justify-content:center;justify-self:center;z-index:10;height:84px;width:100%;transition:all .3s ease-in-out;background-color:var(--ink);will-change:transform,opacity}.DesktopNavBar_hideNav__I2QV_{transform:translateY(-100%);opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s cubic-bezier(.4,0,.2,1)}.DesktopNavBar_shadow__41OCG{box-shadow:0 1px 12px rgba(0,0,52,.08);background-color:rgba(255,255,255,.85);border-bottom:1px solid var(--border)}.DesktopNavBar_backdropBlur__voHVV{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.DesktopNavBar_navBar__L5A1t{display:flex;justify-content:space-between;align-items:center;padding:0 24px;gap:32px;width:100%}.DesktopNavBar_logo__Kh_E_{cursor:pointer;background-color:transparent;padding-right:16px;height:30px;width:auto;filter:var(--logo-filter)}.DesktopNavBar_menu__9dHb9{display:flex;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;height:100%}.DesktopNavBar_item__w30PT{position:relative;align-self:center;color:var(--color-on-surface);height:100%;padding:0 16px}.DesktopNavBar_item_selected__EXqeB{color:#171618;cursor:pointer;display:flex;align-items:center;justify-content:center}.DesktopNavBar_servicesMenuItem__D1Gy4{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;cursor:pointer}.DesktopNavBar_dropdownWrapper__S_wnG{padding-top:8px;position:absolute;display:none;top:84px;left:-16px;opacity:0;transition:all .3s ease-in-out}.DesktopNavBar_dropdown__HMKwS{display:flex;flex-direction:column;padding:24px 16px 16px;background-color:#ffffff;border-radius:12px;width:max-content;min-width:300px;gap:8px;z-index:100}.DesktopNavBar_visible__J0lMD{display:flex;opacity:1;height:-moz-fit-content;height:fit-content}.DesktopNavBar_hidden__Kdg_H{display:none;opacity:0;height:0}.DesktopNavBar_serviceLink__dj8s7{padding:8px 16px;border-radius:8px;text-decoration:none;transition:background-color .2s ease,color .2s ease;text-align:left;cursor:pointer}.DesktopNavBar_serviceLink__dj8s7:hover{background-color:#f5f5f5}.DesktopNavBar_disabledServiceLink__0XfVk{color:rgb(123,123,123)}.DesktopNavBar_disabledServiceLink__0XfVk:hover{cursor:not-allowed;background-color:transparent}.DesktopNavBar_navLinks__uW_hR{display:flex;align-items:center;gap:8px;height:100%}.DesktopNavBar_navLink___KLzr{display:inline-flex;align-items:center;padding:10px 16px;border-radius:8px;font-size:1.05rem;font-weight:500;color:var(--text);transition:color .2s ease,background-color .2s ease}.DesktopNavBar_navLink___KLzr:hover{color:var(--brand);background-color:var(--brand-soft)}.DesktopNavBar_menudrop__SeDfX{color:#f9f9f9;display:none;position:absolute;right:0}.DesktopNavBar_menu__9dHb9 li:last-child{position:relative}.DesktopNavBar_about__tVw84 span{display:flex;flex-direction:row;align-items:center;gap:8px}.DesktopNavBar_ctaButtons__Zvf5s{display:flex;align-items:center;gap:16px}.DesktopNavBar_ctaLink__2R4mo{display:flex;align-items:center;justify-content:center;opacity:0;animation:DesktopNavBar_fadeIn__HaoPX .5s ease-in-out forwards;padding:8px 16px;text-wrap:nowrap;border-radius:8px;color:var(--color-on-surface)}.DesktopNavBar_mainCTA__CVQeX{position:relative;background:var(--brand-gradient);color:white;padding:8px 32px;font-weight:600}.DesktopNavBar_mainCTA__CVQeX:hover:before{opacity:1;transition:opacity .2s ease-in-out}.DesktopNavBar_contactCTA__cfG5J{background-color:transparent;transition:all .2s ease-in-out}.DesktopNavBar_demoCTA__JanwS{background-color:transparent}.DesktopNavBar_demoCTA__JanwS:hover{color:rgb(92,92,92)}@keyframes DesktopNavBar_fadeIn__HaoPX{to{opacity:1}}.MobileNavBar_container__oSwXt{position:fixed;display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:16px;width:100vw;top:0;left:0;z-index:6;background-color:var(--ink);border-bottom:1px solid var(--border)}.MobileNavBar_logo__65IKC{filter:var(--logo-filter);height:32px;width:auto}.MobileNavBar_overlay__N261V{position:absolute;top:0;left:0;display:flex;width:100%;height:100vh}.MobileNavBar_ctaButtons__pnhM7{display:flex;align-items:center;gap:16px}.MobileNavBar_ctaLink__Qmkos{display:flex;align-items:center;justify-content:center;opacity:0;animation:MobileNavBar_fadeIn__d1ATG .5s ease-in-out forwards;padding:0 16px;text-wrap:nowrap;border-radius:12px;color:var(--text)}.MobileNavBar_mainCTA__LvnRg{position:relative;background:var(--brand-gradient);color:white;padding:8px 32px;font-weight:600}.MobileNavBar_mainCTA__LvnRg:hover:before{opacity:1;transition:opacity .2s ease-in-out}.MobileNavBar_about__I6D2e{display:flex;flex-direction:column;gap:16px}.MobileNavBar_about__I6D2e span{display:flex;gap:16px}.MobileNavBar_dropdown__CT1yQ,.MobileNavBar_dropdown_container__PJ_6D{display:flex;flex-direction:column;gap:16px}@keyframes MobileNavBar_slideIn__B8qAT{0%{transform:translateX(-1000px)}to{transform:translateX(0)}}@keyframes MobileNavBar_slideOut__8_gnc{0%{transform:translateX(0)}to{transform:translateX(-1000px)}}@keyframes MobileNavBar_fadeIn__d1ATG{to{opacity:1}}@keyframes MobileNavBar_fadeOut__2fXE3{to{opacity:0}}.NavBar_mobileNavBar__BEpuH{display:none}.NavBar_desktopNavBar__nYz_F{display:block}@media (max-width:480px){.NavBar_mobileNavBar__BEpuH{display:block}.NavBar_desktopNavBar__nYz_F{display:none}}@media (min-width:481px) and (max-width:768px){.NavBar_mobileNavBar__BEpuH{display:block}.NavBar_desktopNavBar__nYz_F{display:none}}.Footer_footer__iEhlu{position:relative;isolation:isolate;overflow:hidden;background-color:var(--navy);background-image:url(/images/platform/footer/11.jpg);background-size:cover;background-position:50%;color:var(--text-on-dark);text-align:left}.Footer_overlay__f1FUG{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,rgba(0,0,52,.55),rgba(0,0,52,.78))}.Footer_inner__tYTY9{max-width:var(--container-max);margin:0 auto;padding:clamp(3.5rem,7vw,6rem) var(--container-pad) clamp(1.5rem,3vw,2.25rem)}.Footer_main__4RJCs{display:grid;grid-template-columns:1fr auto;grid-gap:clamp(2rem,5vw,4rem);gap:clamp(2rem,5vw,4rem);align-items:start}.Footer_slogan__Ygk4H{font-size:clamp(2rem,4vw + .5rem,3.5rem);line-height:1.05;font-weight:600;letter-spacing:-.02em;color:var(--text-on-dark);margin-bottom:1.25rem}.Footer_sub__hDCNt{font-size:1rem;line-height:1.6;color:var(--text-on-dark-muted);max-width:32rem;margin-bottom:2rem}.Footer_ctas___e4nt{display:flex;flex-wrap:wrap;gap:1rem}.Footer_primaryCta__pVit9,.Footer_secondaryCta__D9Lzq{display:inline-flex;align-items:center;justify-content:center;font-weight:600;font-size:.95rem;padding:.8rem 1.7rem;border-radius:var(--radius-pill);transition:transform .2s ease,opacity .2s ease,background .2s ease}.Footer_primaryCta__pVit9{background:#ffffff;color:var(--navy)}.Footer_primaryCta__pVit9:hover{transform:translateY(-2px);opacity:.9}.Footer_secondaryCta__D9Lzq{color:var(--text-on-dark);border:1px solid var(--border-on-dark)}.Footer_secondaryCta__D9Lzq:hover{background:rgba(255,255,255,.08);transform:translateY(-2px)}.Footer_right__qfVm9{display:flex;flex-direction:column;align-items:flex-end;gap:1.5rem}.Footer_logo__ephpD{filter:brightness(0) invert(1);height:auto}.Footer_menu__S_hjO{display:flex;flex-direction:column;align-items:flex-end;gap:.8rem}.Footer_menuLink__6tRu4{color:var(--text-on-dark-muted);font-size:.95rem;font-weight:500;transition:color .2s ease}.Footer_menuLink__6tRu4:hover{color:var(--text-on-dark)}.Footer_social__bKxzN{display:flex;align-items:center;gap:1rem;margin-top:clamp(2.5rem,6vw,4.5rem)}.Footer_social__bKxzN a{color:var(--text-on-dark);display:inline-flex;transition:color .2s ease}.Footer_socialLabel__xqZkc,.Footer_social__bKxzN a:hover{color:var(--text-on-dark-muted)}.Footer_socialLabel__xqZkc{font-size:.9rem;margin-left:.25rem}.Footer_divider__e4oKt{border:none;border-top:1px solid var(--border-on-dark);margin:clamp(1.25rem,3vw,2rem) 0}.Footer_copyright__oBK_O{color:var(--text-on-dark-muted);font-size:.85rem}@media (max-width:760px){.Footer_main__4RJCs{grid-template-columns:1fr}.Footer_menu__S_hjO,.Footer_right__qfVm9{align-items:flex-start}}:root{--brand:#032269;--brand-strong:#021a52;--brand-soft:#e6ecf8;--accent:#032269;--accent-strong:#021a52;--accent-soft:#e6ecf8;--navy:#000034;--navy-2:#03103f;--ink:#ffffff;--ink-2:#f4f7fc;--ink-3:#e7eef7;--surface:#ffffff;--surface-2:#f4f7fc;--surface-3:#ffffff;--text:#000034;--text-muted:#4a5578;--text-on-dark:#ffffff;--text-on-dark-muted:#c8d7e8;--border:#dde4f0;--border-dark:rgba(0,0,52,0.12);--border-on-dark:rgba(200,215,232,0.22);--cta-bg:#000034;--cta-text:#ffffff;--glow-1:rgba(3,34,105,0.1);--glow-2:rgba(200,215,232,0.45);--logo-filter:none;--brand-gradient:linear-gradient(120deg,#000034,#032269);--accent-gradient:linear-gradient(120deg,#000034,#032269);--radius-sm:10px;--radius:16px;--radius-lg:24px;--radius-pill:999px;--shadow-sm:0 1px 2px rgba(13,18,36,0.06),0 2px 6px rgba(13,18,36,0.05);--shadow:0 8px 24px rgba(13,18,36,0.08),0 2px 6px rgba(13,18,36,0.05);--shadow-lg:0 24px 60px rgba(13,18,36,0.14);--container-max:1200px;--container-pad:clamp(1.25rem,4vw,2.5rem);--section-gap:clamp(4rem,8vw,7rem);--color-primary:#7b00aa;--color-primary-container:#b200f5;--color-secondary:#ffd85c;--color-outline:#868686;--color-outline-variant:#dddddd;--color-on-primary:#ffffff;--color-on-surface:#211924;--color-on-secondary:#524200;--ff-primary:var(--font-inter),sans-serif;--ff-display:var(--font-funnel),var(--font-inter),sans-serif;--ff-name-display-large:var(--ff-primary);--ff-style-display-large:Regular;--fw-display-large:500;--fs-display-large:clamp(2rem,5vw + 1rem,3.8rem);--lh-display-large:clamp(2.75rem,6vw + 1rem,5rem);--ls-display-large:-0.25px;--ff-name-display-medium:var(--ff-primary);--ff-style-display-medium:Regular;--fw-display-medium:400;--fs-display-medium:clamp(1.8rem,4vw + 0.875rem,2.8rem);--lh-display-medium:clamp(2.25rem,5vw + 0.875rem,3.5rem);--ls-display-medium: ;--ff-name-display-small:var(--ff-primary);--ff-style-display-small:Regular;--fw-display-small:400;--fs-display-small:clamp(1.5rem,3vw + 0.75rem,2.25rem);--lh-display-small:clamp(2rem,4vw + 0.75rem,2.75rem);--ls-display-small:0px;--ff-name-title-large:var(--ff-primary);--ff-style-title-large:Regular;--fw-title-large:400;--fs-title-large:clamp(1.25rem,2.5vw + 0.5rem,1.375rem);--lh-title-large:clamp(1.75rem,3vw + 0.5rem,1.75rem);--ls-title-large:0px;--ff-name-title-medium:var(--ff-primary);--ff-style-title-medium:Medium;--fw-title-medium:500;--fs-title-medium:clamp(1rem,2vw + 0.375rem,1.125rem);--lh-title-medium:clamp(1.5rem,2.5vw + 0.375rem,1.5rem);--ls-title-medium:0.15px;--ff-name-title-small:var(--ff-primary);--ff-style-title-small:Medium;--fw-title-small:500;--fs-title-small:clamp(0.875rem,1.5vw + 0.25rem,1rem);--lh-title-small:clamp(1.25rem,2vw + 0.25rem,1.25rem);--ls-title-small:0.1px;--ff-name-headline-large:var(--ff-primary);--ff-style-headline-large:Regular;--fw-headline-large:400;--fs-headline-large:clamp(1.75rem,4vw + 0.875rem,2rem);--lh-headline-large:clamp(2.25rem,5vw + 1rem,2.5rem);--ls-headline-large:0px;--ff-name-headline-medium:var(--ff-primary);--ff-style-headline-medium:Regular;--fw-headline-medium:400;--fs-headline-medium:clamp(1.5rem,3vw + 0.75rem,1.75rem);--lh-headline-medium:clamp(2rem,4vw + 0.875rem,2.25rem);--ls-headline-medium:0px;--ff-name-headline-small:var(--ff-primary);--ff-style-headline-small:Regular;--fw-headline-small:400;--fs-headline-small:clamp(0.85rem,2.5vw + 0.5rem,1.25rem);--lh-headline-small:clamp(1.75rem,3vw + 0.75rem,2rem);--ls-headline-small:0px;--ff-name-body-large:var(--ff-primary);--ff-style-body-large:Regular;--fw-body-large:400;--fs-body-large:1rem;--lh-body-large:1.5rem;--ls-body-large:0.5px;--ff-name-body-medium:var(--ff-primary);--ff-style-body-medium:Regular;--fw-body-medium:400;--fs-body-medium:0.875rem;--lh-body-medium:1.25rem;--ls-body-medium:0.25px;--ff-name-body-small:var(--ff-primary);--ff-style-body-small:Regular;--fw-body-small:400;--fs-body-small:0.75rem;--lh-body-small:1rem;--ls-body-small:0.4px;--ff-name-label-large:var(--ff-primary);--ff-style-label-large:Medium;--fw-label-large:500;--fs-label-large:0.875rem;--lh-label-large:1.25rem;--ls-label-large:0.1px;--ff-name-label-medium:var(--ff-primary);--ff-style-label-medium:Medium;--fw-label-medium:500;--fs-label-medium:0.75rem;--lh-label-medium:1rem;--ls-label-medium:0.5px;--ff-name-label-small:var(--ff-primary);--ff-style-label-small:Medium;--fw-label-small:500;--fs-label-small:0.6875rem;--lh-label-small:1rem;--ls-label-small:0.5px}.body_small{font-family:var(--ff-name-body-small);font-style:var(--ff-style-body-small);font-weight:var(--fw-body-small);font-size:var(--fs-body-small);line-height:var(--lh-body-small);letter-spacing:var(--ls-body-small)}.body_medium,button,input{font-family:var(--ff-name-body-medium);font-style:var(--ff-style-body-medium);font-weight:var(--fw-body-medium);font-size:var(--fs-body-medium);line-height:var(--lh-body-medium);letter-spacing:var(--ls-body-medium)}.body_large,p{font-family:var(--ff-name-body-large);font-style:var(--ff-style-body-large);font-weight:var(--fw-body-large);font-size:var(--fs-body-large);line-height:var(--lh-body-large);letter-spacing:var(--ls-body-large)}.label_large{font-family:var(--ff-name-label-large);font-style:var(--ff-style-label-large);font-weight:var(--fw-label-large);font-size:var(--fs-label-large);line-height:var(--lh-label-large);letter-spacing:var(--ls-label-large)}.label_medium,button{font-family:var(--ff-name-label-medium);font-style:var(--ff-style-label-medium);font-weight:var(--fw-label-medium);font-size:var(--fs-label-medium);line-height:var(--lh-label-medium);letter-spacing:var(--ls-label-medium)}.label_small{font-family:var(--ff-name-label-small);font-style:var(--ff-style-label-small);font-weight:var(--fw-label-small);font-size:var(--fs-label-small);line-height:var(--lh-label-small);letter-spacing:var(--ls-label-small)}.title_large{font-family:var(--ff-name-title-large);font-style:var(--ff-style-title-large);font-weight:var(--fw-title-large);font-size:var(--fs-title-large);line-height:var(--lh-title-large);letter-spacing:var(--ls-title-large)}.title_medium{font-family:var(--ff-name-title-medium);font-style:var(--ff-style-title-medium);font-weight:var(--fw-title-medium);font-size:var(--fs-title-medium);line-height:var(--lh-title-medium);letter-spacing:var(--ls-title-medium)}.title_small{font-family:var(--ff-name-title-small);font-style:var(--ff-style-title-small);font-weight:var(--fw-title-small);font-size:var(--fs-title-small);line-height:var(--lh-title-small);letter-spacing:var(--ls-title-small)}.display_small{font-family:var(--ff-name-display-small);font-style:var(--ff-style-display-small);font-weight:var(--fw-display-small);font-size:var(--fs-display-small);line-height:var(--lh-display-small);letter-spacing:var(--ls-display-small)}.display_medium,h2{font-family:var(--ff-name-display-medium);font-style:var(--ff-style-display-medium);font-weight:var(--fw-display-medium);font-size:var(--fs-display-medium);line-height:var(--lh-display-medium);letter-spacing:var(--ls-display-medium)}.display_large,h1{font-family:var(--ff-name-display-large);font-style:var(--ff-style-display-large);font-weight:var(--fw-display-large);font-size:var(--fs-display-large);line-height:var(--lh-display-large);letter-spacing:var(--ls-display-large)}.headline_small{font-family:var(--ff-name-headline-small);font-style:var(--ff-style-headline-small);font-weight:var(--fw-headline-small);font-size:var(--fs-headline-small);line-height:var(--lh-headline-small);letter-spacing:var(--ls-headline-small)}.headline_medium{font-family:var(--ff-name-headline-medium);font-style:var(--ff-style-headline-medium);font-weight:var(--fw-headline-medium);font-size:var(--fs-headline-medium);line-height:var(--lh-headline-medium);letter-spacing:var(--ls-headline-medium)}.headline_large{font-family:var(--ff-name-headline-large);font-style:var(--ff-style-headline-large);font-weight:var(--fw-headline-large);font-size:var(--fs-headline-large);line-height:var(--lh-headline-large);letter-spacing:var(--ls-headline-large)}*,:after,:before{box-sizing:border-box}*{margin:0;padding:0;font:inherit}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}a{text-decoration:none}img,picture,svg{max-width:100%;display:block}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}html{font-size:18px;scroll-behavior:smooth;scroll-padding-top:100px}body{text-rendering:optimizeSpeed;color:var(--text);text-align:center;background-color:var(--ink)}.display_large,.display_medium,.display_small,.headline_large,.headline_medium,.headline_small,h1,h2,h3{font-family:var(--ff-display)}button,h1,h2{-webkit-user-select:none;-moz-user-select:none;user-select:none}button{border:none;align-items:center;text-align:center;padding:8px;transition:all .3s ease-in-out;border-radius:.75rem}button:hover{cursor:pointer}ul{list-style:none}a{color:var(--brand)}.bold{font-weight:700}.semiBold{font-weight:500}.mainCTAButton{color:var(--color-on-primary);background:linear-gradient(93deg,#7403ea -68.76%,#da0cf9 112.99%);font-weight:700}.mainCTAButton:hover{background:linear-gradient(93deg,#7403ea -68.76%,#da0cf9 60.99%)}.active{display:block}.inactive{display:none}.gradientHighlight{background:linear-gradient(81deg,var(--color-primary) 20%,#ab08f2 50%,var(--color-secondary) 100%);-webkit-background-clip:text;background-clip:text;color:transparent}.gradientHighlight2{background:linear-gradient(90deg,#7403ea .2%,#ab08f2 50%,#da0cf9);-webkit-background-clip:text;background-clip:text;color:transparent}@media (max-width:480px){html{font-size:18px}}@media (min-width:481px) and (max-width:768px){html{font-size:18px}}@media (min-width:769px) and (max-width:1024px){html{font-size:17px}}@media (min-width:1025px) and (max-width:1280px){html{font-size:18px}}