@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=IBM+Plex+Mono:wght@400;500&family=Inter:wght@400;500;600&family=Playfair+Display:wght@400;500;600&family=Source+Code+Pro:wght@400;500&family=Space+Grotesk:wght@300;400;500;600;700&display=swap";:root{--cream: #f9f5eb;--cream-warm: #faf6ee;--cream-light: #fff9f1;--cream-lighter: #fefbf5;--cream-bg: #fff7ec;--cream-muted: #f5f1e8;--cream-accent: #f0ebe0;--cream-dark: #edeae4;--cream-darkest: #ceccc9;--navy: #1f2753;--navy-dark: #1b2249;--navy-darker: #111323;--navy-light: #28315f;--navy-muted: #3a4472;--navy-subtle: #4d5580;--gray-navy-dark: #5a5d70;--gray-navy-medium: #7a7d8e;--gray-navy-light: #9a9dac;--white: #ffffff;--black: #0a0b0e;--accent-gold: #c9a857;--accent-gold-light: #dfc477;--accent-blue: #4a7dc4;--success: #2d7a5f;--warning: #c4924a;--error: #b54a4a;--info: #4a7dc4;--font-brand: "Playfair Display", Georgia, serif;--font-plain: "DM Sans", -apple-system, BlinkMacSystemFont, sans-serif;--font-ui: "Inter", var(--font-plain);--scale-01: 10px;--scale-02: 12px;--scale-03: 14px;--scale-04: 16px;--scale-05: 18px;--scale-06: 24px;--scale-07: 28px;--scale-08: 32px;--scale-09: 36px;--scale-10: 44px;--scale-11: 56px;--scale-12: 72px;--line-height-body-small: 16px;--line-height-body-medium: 20px;--line-height-body-large: 24px;--line-height-label-large: 20px;--line-height-title-small: 20px;--line-height-title-medium: 24px;--line-height-headline-small: 32px;--line-height-headline-medium: 36px;--line-height-headline-large: 40px;--line-height-display-small: 48px;--line-height-display-medium: 64px;--line-height-display-large: 72px;--tracking-tight: -.5px;--tracking-body-small: .4px;--tracking-body-large: .25px;--tracking-label-large: .1px;--tracking-title-medium: .15px;--tracking-headline-small: -.01em;--tracking-headline-large: -.02em;--tracking-display-small: -.02em;--tracking-display-large: -.03em;--weight-light: 300;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--weight-bold: 700;--space-none: 0px;--space-2xs: 2px;--space-xs: 4px;--space-small: 8px;--space-medium: 12px;--space-large: 16px;--space-large-increased: 24px;--space-extra-large: 32px;--space-extra-large-increased: 48px;--space-extra-extra-increased: 64px;--space-extra-extra-increased-2: 72px;--space-2xl: 96px;--space-super-large: 128px;--space-3xl: 160px;--corner-xs: 4px;--corner-small: 8px;--corner-medium: 12px;--corner-large: 16px;--corner-xl: 24px;--corner-full: 1000px;--shadow-subtle: 0 1px 2px rgba(17, 19, 35, .04);--shadow-soft: 0 2px 8px rgba(17, 19, 35, .06);--shadow-medium: 0 4px 16px rgba(17, 19, 35, .08);--shadow-elevated: 0 8px 32px rgba(17, 19, 35, .1);--shadow-float: 0 16px 48px rgba(17, 19, 35, .12);--shadow-inset: inset 0 1px 2px rgba(17, 19, 35, .06);--border-subtle: 1px solid rgba(31, 39, 83, .08);--border-light: 1px solid rgba(31, 39, 83, .12);--border-medium: 1px solid rgba(31, 39, 83, .2);--border-strong: 1px solid var(--navy);--border-dashed: 1px dashed rgba(31, 39, 83, .3);--ease-out: cubic-bezier(.16, 1, .3, 1);--ease-in-out: cubic-bezier(.65, 0, .35, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--duration-fast: .15s;--duration-normal: .25s;--duration-slow: .4s;--duration-slower: .6s;--z-base: 0;--z-above: 10;--z-dropdown: 100;--z-sticky: 200;--z-overlay: 300;--z-modal: 400;--z-toast: 500;--focus-ring: 0 0 0 3px rgba(31, 39, 83, .15);--focus-ring-accent: 0 0 0 3px rgba(201, 168, 87, .25)}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{text-size-adjust:100%;-webkit-text-size-adjust:100%}body{font-family:var(--font-plain);font-size:var(--scale-04);font-weight:var(--weight-regular);background-color:var(--cream);color:var(--navy-darker);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-feature-settings:"kern" 1,"liga" 1;overflow-x:hidden}h1,h2,h3,h4,h5,h6{font-family:var(--font-brand);font-weight:var(--weight-regular);color:var(--navy-darker);line-height:1.2;text-wrap:balance}p{color:var(--navy);max-width:65ch}a{text-decoration:none;color:inherit;transition:color var(--duration-fast) var(--ease-out),opacity var(--duration-fast) var(--ease-out)}a:focus-visible{outline:none;box-shadow:var(--focus-ring);border-radius:var(--corner-xs)}button{font-family:inherit;font-size:inherit;cursor:pointer;border:none;background:none;color:inherit;transition:all var(--duration-normal) var(--ease-out)}button:focus-visible{outline:none;box-shadow:var(--focus-ring)}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,textarea,select{font:inherit;color:inherit}::selection{background-color:var(--navy);color:var(--cream-light)}:root{--scrollbar-gutter: 8px;--scrollbar-gutter-hover: 12px}::-webkit-scrollbar{width:var(--scrollbar-gutter);height:var(--scrollbar-gutter)}html,body{scrollbar-width:thin;scrollbar-color:transparent transparent}html:not(.scrollbar-active)::-webkit-scrollbar-thumb,html:not(.scrollbar-active)::-webkit-scrollbar-track,html:not(.scrollbar-active) body::-webkit-scrollbar-thumb,html:not(.scrollbar-active) body::-webkit-scrollbar-track,html:not(.scrollbar-active) .mobile-drawer::-webkit-scrollbar-thumb,html:not(.scrollbar-active) .mobile-drawer::-webkit-scrollbar-track{background:transparent}html.scrollbar-active::-webkit-scrollbar-thumb,html.scrollbar-active body::-webkit-scrollbar-thumb,html.scrollbar-active .mobile-drawer::-webkit-scrollbar-thumb{background:var(--cream-darkest);border-radius:var(--corner-full);cursor:grab}html.scrollbar-active::-webkit-scrollbar-thumb:active,html.scrollbar-active body::-webkit-scrollbar-thumb:active,html.scrollbar-active .mobile-drawer::-webkit-scrollbar-thumb:active{cursor:grabbing}html.scrollbar-active::-webkit-scrollbar-thumb:hover,html.scrollbar-active body::-webkit-scrollbar-thumb:hover,html.scrollbar-active .mobile-drawer::-webkit-scrollbar-thumb:hover{background:#b5b3ae}html.scrollbar-active::-webkit-scrollbar-track,html.scrollbar-active::-webkit-scrollbar-track:hover,html.scrollbar-active body::-webkit-scrollbar-track,html.scrollbar-active body::-webkit-scrollbar-track:hover,html.scrollbar-active .mobile-drawer::-webkit-scrollbar-track,html.scrollbar-active .mobile-drawer::-webkit-scrollbar-track:hover{background:transparent}html.scrollbar-active::-webkit-scrollbar:hover,html.scrollbar-active body::-webkit-scrollbar:hover,html.scrollbar-active .mobile-drawer::-webkit-scrollbar:hover{width:var(--scrollbar-gutter-hover);height:var(--scrollbar-gutter-hover)}html.scrollbar-active,html.scrollbar-active body,html.scrollbar-active .mobile-drawer{scrollbar-width:auto;scrollbar-color:var(--cream-darkest) transparent}.announce-banner{display:flex;align-items:center;justify-content:center;background-color:var(--navy-dark, #1b2249);padding:6px 48px;overflow:hidden;position:relative}.announce-banner-content{background:none;border:none;color:#f9f5eb;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;letter-spacing:.3px;line-height:1.35;cursor:pointer;padding:0;display:flex;align-items:center;gap:10px;position:relative;z-index:1;transition:opacity .2s ease}.announce-banner-content:hover{opacity:.9}.announce-banner-content:hover .announce-banner-arrow{transform:translate(3px)}.announce-banner-pulse{width:6px;height:6px;border-radius:50%;background:var(--cream-light, #fff9f1);flex-shrink:0;position:relative;opacity:1;animation:pulse-fade 1.6s ease-in-out infinite}@keyframes pulse-fade{0%,to{opacity:1}50%{opacity:.15}}.announce-banner-badge{font-size:10px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:#4ade80;background:#4ade801a;border:1px solid rgba(74,222,128,.25);padding:2px 8px;border-radius:4px;line-height:1.4}.announce-banner-text{color:#f9f5ebd9}.announce-banner-text strong{color:#f9f5eb;font-weight:600}.announce-banner-arrow{font-size:13px;color:#f9f5eb99;transition:transform .25s ease,color .25s ease}.announce-banner-content:hover .announce-banner-arrow{color:#f9f5eb}.announce-banner-close{position:absolute;right:20px;background:transparent;border:none;border-radius:6px;color:#f9f5eb66;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;z-index:1}.announce-banner-close:hover{color:#f9f5eb;background:transparent}@media(max-width:768px){.announce-banner{padding:6px 40px 6px 16px}.announce-banner-content{font-size:11px;gap:6px}.announce-banner-badge{display:none}}.navigation{position:relative;background-color:var(--cream, #f9f5eb);height:64px;padding-left:var(--space-extra-large-increased, 48px);padding-right:var(--space-extra-large-increased, 48px);min-width:320px;display:flex;align-items:center}.nav-container{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:1512px;margin:0 auto}.nav-logo{display:flex;align-items:center;flex-shrink:0}.nav-logo svg{display:block}.nav-links{display:flex;align-items:center;gap:var(--space-xs, 4px);flex:1;justify-content:center;padding:0 var(--space-extra-large, 32px);cursor:pointer}.nav-item-btn{display:flex;align-items:center;justify-content:center;padding:8px 12px;background:transparent;border:none;cursor:pointer!important;margin:0;font:inherit;text-decoration:none;color:var(--navy, #1f2753);box-sizing:border-box}a.nav-item-btn:visited{color:var(--navy, #1f2753)}.nav-item-btn span{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:var(--navy, #1f2753);letter-spacing:.5px;line-height:24px;white-space:nowrap}.nav-item-btn svg{width:24px;height:24px;color:var(--navy, #1f2753);flex-shrink:0}.nav-item-btn:hover span{opacity:.7}.nav-item-btn.active span{font-weight:500}.nav-item-wrapper{position:relative;border-radius:8px}.nav-item-wrapper:hover{background-color:#1f27530a}.nav-item-wrapper .dropdown-menu{display:none;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);z-index:100}.nav-item-wrapper:hover .dropdown-menu{display:flex}.nav-item-wrapper:after{content:"";position:absolute;top:100%;left:0;right:0;height:12px;display:none}.nav-item-wrapper:hover:after{display:block}.dropdown-menu{background-color:#fefbf5;border-radius:var(--corner-extra-small, 4px);padding:var(--space-large-increased, 24px) var(--space-large, 16px);gap:16px;min-width:520px;white-space:nowrap}.dropdown-menu--compact{min-width:auto}.dropdown-left{display:flex;flex-direction:column;gap:24px;flex:1;min-width:280px}.dropdown-divider{width:.5px;background-color:var(--cream-dark, #edeae4);align-self:stretch}.dropdown-right{display:flex;flex-direction:column;gap:24px;min-width:140px}.dropdown-item{display:flex;align-items:flex-start;gap:8px;padding:4px 8px;border-radius:8px;text-decoration:none;transition:background-color .15s ease}.dropdown-item:hover{background-color:#1f27530a}.dropdown-item-icon{display:flex;align-items:center;justify-content:center;padding:4px;flex-shrink:0;color:var(--navy, #1f2753)}.dropdown-item-icon svg{width:24px;height:24px}.dropdown-item-text{display:flex;flex-direction:column;gap:4px}.dropdown-item-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:var(--navy-dark, #1b2249);line-height:24px;letter-spacing:.15px}.dropdown-item-desc{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:#5a5d70;line-height:16px;letter-spacing:.4px;white-space:normal;max-width:280px}.dropdown-right-item{display:flex;align-items:center;gap:8px;padding:4px 8px;border-radius:8px;text-decoration:none;transition:background-color .15s ease}.dropdown-right-item:hover{background-color:#1f27530a}.dropdown-right-header{pointer-events:none;padding:0}.dropdown-right-header:hover{background-color:transparent}.dropdown-right-header .dropdown-right-title{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:500;color:var(--gray-navy-dark, #5a5d70);text-transform:uppercase;letter-spacing:.5px;line-height:16px}.dropdown-right-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:var(--navy-dark, #1b2249);line-height:24px;letter-spacing:.15px}.nav-actions{display:flex;align-items:center;flex-wrap:wrap;gap:var(--space-medium, 8px);flex-shrink:0}.btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px var(--space-large, 16px);font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;letter-spacing:.5px;line-height:24px;cursor:pointer;transition:background-color .2s ease,border-radius .2s ease;border:none;border-radius:0;white-space:nowrap}.btn-with-no-outline{background:transparent;color:var(--navy, #1f2753)}.btn-outline{background:transparent;border:1px solid var(--navy, #1f2753);color:var(--navy, #1f2753)}.btn-outline:hover{background-color:#e0ddd6;border-radius:6px}.btn-outline svg{width:24px;height:24px}.btn-filled{background-color:#1f2753;color:#fff9f1;border:none}.btn-filled:hover{background-color:var(--navy-dark, #1b2249);border-radius:6px}.btn-filled svg{width:24px;height:24px}.btn-large{padding:var(--space-large, 16px) var(--space-large-increased, 24px)}.nav-hamburger{display:none;background:transparent;border:none;cursor:pointer;padding:4px;color:var(--navy, #1f2753);flex-shrink:0}.nav-hamburger svg{width:24px;height:24px;display:block}.mobile-overlay{display:none}.mobile-backdrop{position:fixed;inset:0;background-color:#0000;transition:background-color .3s ease;z-index:998}.mobile-overlay--open .mobile-backdrop{background-color:#0006}.mobile-drawer{position:fixed;top:0;right:0;bottom:0;width:85%;max-width:430px;background-color:#fff9f1;border-left:1px solid var(--navy, #1f2753);z-index:999;display:flex;flex-direction:column;gap:28px;padding:16px 18px 32px;overflow-y:auto;transform:translate(100%);transition:transform .3s ease;scrollbar-width:thin;scrollbar-color:transparent transparent}.mobile-drawer--open{transform:translate(0)}.mobile-drawer-header{display:flex;align-items:center;justify-content:space-between;width:100%}.mobile-drawer-close{display:flex;align-items:center;justify-content:center;background:transparent;border:none;cursor:pointer;padding:4px;color:var(--navy, #1f2753)}.mobile-drawer-close svg{width:24px;height:24px}.mobile-menu-links{display:flex;flex-direction:column;gap:4px;width:100%}.mobile-menu-group{display:flex;flex-direction:column}.mobile-menu-btn{display:flex;align-items:center;gap:0;padding:4px;background:transparent;border:none;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:var(--navy, #1f2753);letter-spacing:.5px;line-height:24px;white-space:nowrap;text-align:left}.mobile-menu-btn:hover{opacity:.7}.mobile-menu-chevron{display:flex;align-items:center;justify-content:center;transition:transform .2s ease;color:var(--navy, #1f2753)}.mobile-menu-chevron svg{width:24px;height:24px}.mobile-menu-chevron--open{transform:rotate(180deg)}.mobile-mega-menu{display:flex;flex-direction:column;gap:24px;background-color:#fefbf5;padding:16px;border-radius:4px;min-width:300px}.mobile-mega-section{display:flex;flex-direction:column;gap:10px}.mobile-mega-item{display:flex;align-items:flex-start;gap:8px;padding:4px 8px;text-decoration:none;transition:opacity .15s ease}.mobile-mega-item:hover{opacity:.7}.mobile-mega-item--simple{align-items:center}.mobile-mega-item--header{display:none}.mobile-mega-icon{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:var(--navy, #1f2753)}.mobile-mega-icon svg{width:24px;height:24px}.mobile-mega-text{display:flex;flex-direction:column;gap:4px}.mobile-mega-title{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:#1b2249;letter-spacing:.15px;line-height:24px}.mobile-mega-desc{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:#5a5d70;letter-spacing:.4px;line-height:16px}.mobile-menu-actions{display:flex;flex-direction:column;gap:8px;width:100%}.mobile-menu-cta{width:100%;justify-content:center}@media(max-width:1200px){.nav-actions .btn:nth-child(3){display:none}}@media(max-width:1024px){.navigation{padding-left:var(--space-extra-large, 32px);padding-right:var(--space-extra-large, 32px)}.nav-links,.nav-actions{display:none}.nav-hamburger{display:flex}.mobile-overlay{display:block;pointer-events:none}.mobile-overlay--open{pointer-events:auto}}@media(max-width:640px){.navigation{padding-left:var(--space-large, 16px);padding-right:var(--space-large, 16px)}}.footer{background-color:var(--cream);padding:64px 16px 0;position:relative}.footer-container{max-width:1512px;width:100%;margin:0 auto;display:flex;flex-direction:column;align-items:center;justify-content:space-between;gap:112px}.footer-links{display:flex;justify-content:space-between;width:100%;padding:0 32px}.footer-section{display:flex;gap:16px;flex:1;min-width:240px;align-items:flex-start}.footer-section-line{width:1px;height:140px;background-color:var(--navy);flex-shrink:0;position:relative}.footer-section-line:before{content:"";position:absolute;top:0;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;border-radius:50%;background-color:var(--navy)}.footer-section-content{display:flex;flex-direction:column;gap:16px}.footer-section-title{font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:500;color:#1b2249;letter-spacing:.1px;line-height:20px}.footer-section-list{list-style:none;display:flex;flex-direction:column;gap:6px}.footer-section-list li{transform:translate(0);transition:transform .2s ease-out}.footer-section-list li:hover{transform:translate(4px)}.footer-section-list a{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;color:#28315f;letter-spacing:.5px;line-height:24px;transition:color .2s ease-out;display:inline-block}.footer-section-list a:hover{color:var(--navy)}.footer-legal{position:absolute;left:16px;top:260px;display:flex;flex-direction:column;gap:33px;align-items:flex-start}.footer-legal-link{display:block;writing-mode:vertical-rl;font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:#5a5d70;letter-spacing:.4px;line-height:16px;transition:color .2s ease-out}.footer-legal-link:hover{color:var(--navy)}.footer-bottom{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.footer-tagline{display:flex;flex-direction:column;gap:2px;align-items:center}.footer-tagline-main{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:var(--navy);letter-spacing:.4px;line-height:16px}.footer-tagline-sub{font-family:Space Grotesk,sans-serif;font-size:12px;font-weight:400;color:#5a5d70;letter-spacing:.4px;line-height:16px;display:flex;gap:2px;flex-wrap:wrap;justify-content:center}.footer-social{display:flex;gap:16px;align-items:center;justify-content:center}.footer-social a{color:var(--navy);display:flex;align-items:center;justify-content:center;transition:all .2s ease-out}.footer-social a:hover{opacity:.7;transform:translateY(-2px)}.footer-social a:focus-visible{outline:2px solid var(--navy);outline-offset:2px;border-radius:2px}.footer-social-icon{display:block}.footer-logo{width:100%;max-width:min(1200px,100%)}.footer-logo img{display:block;width:100%;height:auto}@media(max-width:1024px){.footer{padding:48px 16px 0}.footer-container{min-height:auto;gap:80px}.footer-links{flex-wrap:wrap;gap:32px;padding:0 32px;justify-content:center}.footer-section{min-width:45%}}@media(max-width:640px){.footer{padding:40px 16px 0}.footer-container{gap:56px}.footer-links{flex-direction:column;align-items:center;gap:32px;padding:0 16px}.footer-section{min-width:auto;width:280px}.footer-section-line{height:100px}.footer-tagline-sub{flex-direction:column;align-items:center;gap:2px}}.cookie-banner{position:fixed;bottom:var(--space-large-increased, 24px);right:var(--space-large-increased, 24px);z-index:var(--z-overlay, 300);background:var(--cream-warm, #faf6ee);border:1px solid var(--cream-dark, #edeae4);border-radius:var(--corner-xl, 24px);padding:20px 20px 20px 24px;width:340px;max-width:calc(100vw - 32px)}.cookie-banner-close{position:absolute;top:16px;right:16px;background:transparent;border:none;color:var(--navy-muted, #3a4472);cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;border-radius:var(--corner-small, 8px);transition:color .15s ease}.cookie-banner-close:hover{color:var(--navy-dark, #1b2249)}.cookie-banner-title{font-family:Space Grotesk,sans-serif;font-size:var(--scale-05, 18px);font-weight:var(--weight-semibold, 600);color:var(--navy, #1f2753);margin:0 0 8px;line-height:1.2;padding-right:24px}.cookie-banner-text{color:var(--navy-muted, #3a4472);font-family:var(--font-plain, "DM Sans", sans-serif);font-size:var(--scale-02, 12px);font-weight:var(--weight-regular, 400);line-height:1.6;margin:0 0 16px}.cookie-banner-actions{display:flex;gap:10px}.cookie-banner-btn{flex:1;font-family:Space Grotesk,sans-serif;font-size:var(--scale-02, 12px);font-weight:var(--weight-medium, 500);padding:9px 12px;border-radius:var(--corner-small, 8px);cursor:pointer;border:1.5px solid transparent;transition:background .15s ease,border-color .15s ease,color .15s ease;line-height:1}.cookie-banner-btn--decline{background:transparent;color:var(--navy, #1f2753);border-color:var(--navy, #1f2753);border-width:1px}.cookie-banner-btn--decline:hover{background:#1f27530f}.cookie-banner-btn--accept{background:var(--navy, #1f2753);color:var(--cream, #f9f5eb);border-color:var(--navy, #1f2753)}.cookie-banner-btn--accept:hover{background:var(--navy-dark, #1b2249);border-color:var(--navy-dark, #1b2249)}@media(max-width:480px){.cookie-banner{bottom:0;right:0;left:0;width:100%;max-width:100%;border-radius:var(--corner-large, 16px) var(--corner-large, 16px) 0 0;padding:12px 16px;display:flex;flex-direction:row;align-items:center;gap:12px}.cookie-banner-title{display:none}.cookie-banner-close{position:static;order:3;flex-shrink:0;padding:2px}.cookie-banner-text{flex:1;margin:0;font-size:11px;line-height:1.4}.cookie-banner-actions{flex-shrink:0;gap:8px}.cookie-banner-btn{flex:none;padding:8px 14px;white-space:nowrap}}.decorative-line{width:3px;height:184px;flex-shrink:0;position:relative;display:flex;flex-direction:column;align-items:center}.decorative-line:after{content:"";position:absolute;top:0;left:50%;transform:translate(-50%);width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-top:16px solid var(--navy, #1f2753)}.decorative-line:before{content:"";position:absolute;top:14px;left:50%;transform:translate(-50%);width:2px;height:calc(100% - 15px);background-color:var(--navy, #1f2753)}.boxed-logo-section{width:100%;max-width:none;margin:0;padding:96px 0 48px;display:flex;flex-direction:column;align-items:center;gap:16px}.boxed-logo-heading{font-family:Space Grotesk,sans-serif;font-size:13px;font-weight:500;line-height:1.2;letter-spacing:.08em;text-transform:uppercase;color:var(--navy, #1f2753);text-align:center;margin:0}.boxed-logo-viewport{width:100%;overflow:hidden;border-top:1px solid var(--cream-darkest, #ceccc9);border-bottom:1px solid var(--cream-darkest, #ceccc9)}.boxed-logo-track{display:flex;width:fit-content;animation:boxed-logo-scroll 35s linear infinite}.boxed-logo-viewport:hover .boxed-logo-track{animation-play-state:paused}.boxed-logo-cell{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:200px;height:136px;border-left:1px solid var(--cream-darkest, #ceccc9);box-sizing:border-box}.boxed-logo-cell img{height:32px;width:auto;display:block;object-fit:contain;opacity:.85}.boxed-logo-cell img.bedrock,.boxed-logo-cell img.zendar{height:20px}.boxed-logo-cell img.mitsubishi{height:25px}.boxed-logo-cell img.autoware{height:40px}.boxed-logo-cell img.top-av-company{height:14px;max-width:160px}@keyframes boxed-logo-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(max-width:768px){.boxed-logo-section{padding:64px 0 32px;gap:12px}.boxed-logo-heading{font-size:11px}.boxed-logo-cell{width:160px;height:100px}.boxed-logo-track{animation-duration:25s}}.home-page{display:flex;flex-direction:column;align-items:center;background-color:var(--cream);overflow-x:clip}.home-page h1,.home-page h2,.home-page h3,.home-page h4,.home-page h5,.home-page h6{font-family:Space Grotesk,sans-serif;text-wrap:unset}.home-page p{max-width:none}.home-page p.iceberg-section-subtitle{max-width:720px}.home-hero,.home-how-it-works,.home-advantages-wrapper,.home-cta-section{width:100%;max-width:1608px;margin-left:auto;margin-right:auto;padding-left:var(--space-extra-large-increased, 48px);padding-right:var(--space-extra-large-increased, 48px)}.home-testimonials{width:100%;margin-left:0;margin-right:0}.home-page .home-hero-viewport:has(+.home-statement-band)>.home-logo-marquee-wrap .boxed-logo-section{padding-bottom:0}.home-page .home-hero-viewport:has(+.home-statement-band)>.home-logo-marquee-wrap .boxed-logo-viewport{border-bottom:none}.home-page .home-hero-viewport+.home-statement-band{margin-top:0;padding-top:env(safe-area-inset-top,0px)}.home-statement-band{position:relative;isolation:isolate;width:100%;box-sizing:border-box;background-color:var(--navy-darker, #111323);min-height:82vh;min-height:82dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:var(--space-extra-large-increased, 48px);padding-right:var(--space-extra-large-increased, 48px);padding-top:max(24px,env(safe-area-inset-top,0px));padding-bottom:max(24px,env(safe-area-inset-bottom,0px));overflow:hidden}.home-statement-bg{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.home-statement-bg-scale{position:absolute;left:-15%;top:-15%;width:130%;height:130%;transform-origin:50% 50%;will-change:transform;backface-visibility:hidden}.home-statement-pattern-fill{position:absolute;inset:0;opacity:.1;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='478'%20height='260'%20viewBox='0%200%20478%20260'%20fill='none'%3e%3cg%20transform='translate(0,0)'%3e%3crect%20width='186.987'%20height='105.18'%20rx='17.4249'%20fill='%23FEFBF5'/%3e%3cpath%20d='M107.985%2050.4388C109.644%2051.3969%20109.644%2053.7922%20107.985%2054.7503L88.1175%2066.2208C86.458%2067.1789%2084.3836%2065.9812%2084.3836%2064.065L84.3836%2041.1241C84.3836%2039.2079%2086.458%2038.0102%2088.1175%2038.9683L107.985%2050.4388Z'%20fill='%231F2753'/%3e%3c/g%3e%3cg%20transform='translate(239,0)'%3e%3crect%20width='186.987'%20height='105.18'%20rx='17.4249'%20fill='%23FEFBF5'/%3e%3cpath%20d='M107.985%2050.4388C109.644%2051.3969%20109.644%2053.7922%20107.985%2054.7503L88.1175%2066.2208C86.458%2067.1789%2084.3836%2065.9812%2084.3836%2064.065L84.3836%2041.1241C84.3836%2039.2079%2086.458%2038.0102%2088.1175%2038.9683L107.985%2050.4388Z'%20fill='%231F2753'/%3e%3c/g%3e%3cg%20transform='translate(-119.5,130)'%3e%3crect%20width='186.987'%20height='105.18'%20rx='17.4249'%20fill='%23FEFBF5'/%3e%3cpath%20d='M107.985%2050.4388C109.644%2051.3969%20109.644%2053.7922%20107.985%2054.7503L88.1175%2066.2208C86.458%2067.1789%2084.3836%2065.9812%2084.3836%2064.065L84.3836%2041.1241C84.3836%2039.2079%2086.458%2038.0102%2088.1175%2038.9683L107.985%2050.4388Z'%20fill='%231F2753'/%3e%3c/g%3e%3cg%20transform='translate(119.5,130)'%3e%3crect%20width='186.987'%20height='105.18'%20rx='17.4249'%20fill='%23FEFBF5'/%3e%3cpath%20d='M107.985%2050.4388C109.644%2051.3969%20109.644%2053.7922%20107.985%2054.7503L88.1175%2066.2208C86.458%2067.1789%2084.3836%2065.9812%2084.3836%2064.065L84.3836%2041.1241C84.3836%2039.2079%2086.458%2038.0102%2088.1175%2038.9683L107.985%2050.4388Z'%20fill='%231F2753'/%3e%3c/g%3e%3cg%20transform='translate(358.5,130)'%3e%3crect%20width='186.987'%20height='105.18'%20rx='17.4249'%20fill='%23FEFBF5'/%3e%3cpath%20d='M107.985%2050.4388C109.644%2051.3969%20109.644%2053.7922%20107.985%2054.7503L88.1175%2066.2208C86.458%2067.1789%2084.3836%2065.9812%2084.3836%2064.065L84.3836%2041.1241C84.3836%2039.2079%2086.458%2038.0102%2088.1175%2038.9683L107.985%2050.4388Z'%20fill='%231F2753'/%3e%3c/g%3e%3c/svg%3e");background-repeat:repeat;--brick-module-w: min(320px, max(140px, 26vw));background-size:var(--brick-module-w) calc(var(--brick-module-w) * 260 / 478)}.home-statement-pattern-fill--photos{opacity:.9;--brick-module-w: min(360px, max(200px, 30vw));background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20width='227'%20height='145'%20viewBox='0%200%20227%20145'%20fill='none'%3e%3cg%20transform='translate(20,20)'%3e%3crect%20width='186.987'%20height='105.18'%20rx='17.4249'%20fill='%23FEFBF5'/%3e%3cpath%20d='M107.985%2050.4388C109.644%2051.3969%20109.644%2053.7922%20107.985%2054.7503L88.1175%2066.2208C86.458%2067.1789%2084.3836%2065.9812%2084.3836%2064.065L84.3836%2041.1241C84.3836%2039.2079%2086.458%2038.0102%2088.1175%2038.9683L107.985%2050.4388Z'%20fill='%231F2753'/%3e%3c/g%3e%3c/svg%3e");background-size:calc(var(--brick-module-w) * 227 / 478) calc(var(--brick-module-w) * 145 / 478)}.home-statement-pattern-fill--photos:after{content:"";position:absolute;inset:0;background:#11132380;pointer-events:none}.home-statement-bg-wash{position:absolute;inset:0;z-index:2;background:radial-gradient(ellipse 85% 76% at 50% 48%,#111323f0,#1113239e 48%,#11132352)}.home-statement-bg-wash--photos{background:radial-gradient(ellipse 90% 80% at 50% 50%,#111323fa,#111323eb 18%,#11132394 42%,#111323c7 72%,#111323fc)}.home-statement-photo-fill{position:absolute;inset:0;overflow:hidden;contain:paint}.home-statement-photo-fill:after{content:"";position:absolute;inset:0;background:#11132380;pointer-events:none;z-index:1}.home-statement-photo-fill-inner{position:absolute;inset:0;width:100%;min-height:100%;padding:clamp(14px,1.8vw,26px);box-sizing:border-box;display:grid;grid-template-columns:repeat(auto-fill,minmax(min(140px,14vw),1fr));gap:clamp(14px,1.8vw,26px);align-content:start;align-items:start;justify-items:stretch}.home-statement-photo-tile{width:100%;min-width:0;height:0;padding-bottom:54.39%;position:relative;border-radius:clamp(4px,.6vw,10px);overflow:hidden}.home-statement-photo-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;display:block;filter:saturate(.92)}.home-statement-band--photos .home-statement-heading{font-size:clamp(28px,3.6vw,52px);line-height:1.25;letter-spacing:-.02em;text-shadow:0 1px 2px rgba(17,19,35,.7),0 0 36px rgba(17,19,35,.55),0 10px 40px rgba(17,19,35,.45)}.home-statement-band--photos .home-statement-inner{max-width:72rem}.home-statement-band+.home-statement-band{margin-top:0}.home-statement-inner{position:relative;z-index:3;max-width:56rem;margin-left:auto;margin-right:auto;width:100%}.home-statement-heading{margin:0;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:clamp(28px,4.2vw,44px);line-height:1.35;letter-spacing:-.02em;color:var(--white, #ffffff);text-align:center;display:flex;flex-direction:column;align-items:center;gap:0}.home-statement-line{display:block}@media(max-width:768px){.home-statement-pattern-fill{--brick-module-w: min(240px, 72vw)}.home-statement-photo-fill-inner{width:100%;min-height:100%;grid-template-columns:repeat(auto-fill,minmax(min(110px,28vw),1fr));gap:clamp(10px,2.8vw,20px);padding:clamp(10px,2.8vw,20px)}}.home-data-insights{width:100%;background-color:var(--cream, #f9f5eb);padding:80px 0 96px}.home-data-insights-inner{width:100%;max-width:1608px;margin:0 auto;padding-left:var(--space-extra-large-increased, 48px);padding-right:var(--space-extra-large-increased, 48px);box-sizing:border-box}.home-data-insights-heading{margin:0 0 48px;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:clamp(28px,3vw,36px);line-height:1.18;letter-spacing:-.02em;color:var(--navy-darker, #111323)}.home-data-insights-frame{--hdi-rule: 1px dashed rgba(17, 19, 35, .35);display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:auto auto auto}.home-data-insights-num-cell{grid-row:1;display:flex;align-items:flex-end;padding:24px 24px 16px;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:28px;line-height:36px;color:var(--navy-darker, #111323);border-left:var(--hdi-rule)}.home-data-insights-num-cell:nth-of-type(3){border-right:var(--hdi-rule)}.home-data-insights-card{grid-row:2;position:relative;display:flex;flex-direction:column;padding:0 0 36px;border-left:var(--hdi-rule);border-top:var(--hdi-rule);border-bottom:var(--hdi-rule);min-height:540px}.home-data-insights-card:nth-of-type(3){border-right:var(--hdi-rule)}.home-data-insights-stub{grid-row:3;display:block;height:24px;border-left:var(--hdi-rule)}.home-data-insights-stub:last-child{border-right:var(--hdi-rule)}.home-data-insights-pattern-wrap{position:relative;width:100%;height:336px}.home-data-insights-pattern{position:absolute;inset:0;background-image:radial-gradient(circle,rgba(17,19,35,.12) 1px,transparent 1.4px);background-size:12px 12px;background-position:0 0;mask-image:linear-gradient(to bottom,#000,#000000d9 60%,#0000);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,.85) 60%,rgba(0,0,0,0) 100%)}.home-data-insights-graphic{position:absolute;top:50%;left:50%;transform:translate(-50%,calc(-50% - 28px));width:min(100%,406px);height:auto;pointer-events:none;mask-image:linear-gradient(to bottom,#000 0% 90%,#0000);-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,1) 0%,rgba(0,0,0,1) 70%,rgba(0,0,0,0) 100%)}.home-data-insights-graphic--solid{mask-image:none;-webkit-mask-image:none}.home-data-insights-text{display:flex;flex-direction:column;gap:38px;margin-top:-32px;padding:0 24px;color:var(--navy-darker, #111323)}.home-data-insights-card-title{margin:0;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:28px;line-height:36px;letter-spacing:0}.home-data-insights-card-body{margin:0;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;max-width:470px}@media(max-width:1024px){.home-data-insights{padding:64px 0 72px}.home-data-insights-inner{padding-left:var(--space-large, 16px);padding-right:var(--space-large, 16px)}.home-data-insights-frame{grid-template-columns:1fr;grid-template-rows:none}.home-data-insights-num-cell,.home-data-insights-card,.home-data-insights-stub{grid-row:auto}.home-data-insights-num-cell:nth-of-type(1){order:1}.home-data-insights-card:nth-of-type(1){order:2}.home-data-insights-num-cell:nth-of-type(2){order:3}.home-data-insights-card:nth-of-type(2){order:4}.home-data-insights-num-cell:nth-of-type(3){order:5}.home-data-insights-card:nth-of-type(3){order:6}.home-data-insights-stub{display:none}.home-data-insights-frame{display:flex;flex-direction:column;border-left:var(--hdi-rule);border-right:var(--hdi-rule)}.home-data-insights-num-cell{border-left:none;border-right:none}.home-data-insights-num-cell:nth-of-type(3){border-right:none}.home-data-insights-card{border-left:none;border-right:none;border-bottom:none;min-height:auto;padding:0 0 36px}.home-data-insights-card:nth-of-type(3){border-right:none;border-bottom:var(--hdi-rule)}.home-data-insights-pattern-wrap{height:220px}.home-data-insights-graphic{width:min(calc(100% - 80px),320px);transform:translate(-50%,-50%)}.home-data-insights-text{gap:24px}}@media(max-width:600px){.home-data-insights-heading{margin-bottom:32px}.home-data-insights-pattern-wrap{height:180px}.home-data-insights-graphic{width:min(calc(100% - 64px),260px)}.home-data-insights-card-title{font-size:24px;line-height:32px}}.home-hero-viewport{width:100%;display:flex;flex-direction:column;align-items:stretch}.home-hero-viewport .home-hero{flex:0 0 auto}.home-hero-viewport>.home-logo-marquee-wrap{display:block;width:100%;margin:0;padding:0}.home-hero-viewport>.home-logo-marquee-wrap .boxed-logo-section,.home-page .home-hero+.boxed-logo-section{padding:16px 0 24px;gap:12px}.home-hero-viewport>.home-logo-marquee-wrap .boxed-logo-cell{height:96px}.home-hero{display:flex;align-items:flex-start;justify-content:space-between;padding-top:88px;padding-bottom:0;gap:62px}.home-hero-content{display:flex;flex-direction:column;flex:1;gap:32px;min-width:0}.home-hero-text{display:flex;flex-direction:column;gap:32px}.announcement-badge{display:inline-flex;align-items:center;gap:12px;padding:4px 16px;border:1px dashed var(--navy);border-radius:1000px;cursor:pointer;width:fit-content;transition:background-color .2s ease}.announcement-badge:hover{background-color:#1f27530a}.announcement-dot{width:8px;height:8px;background-color:var(--navy);border-radius:50%;flex-shrink:0;animation:dot-blink 1.4s step-end infinite}@keyframes dot-blink{0%,to{opacity:1}50%{opacity:0}}.announcement-message{gap:4px;color:var(--navy);font-family:Space Grotesk,sans-serif;font-size:16px;line-height:24px;letter-spacing:.5px}.announcement-message strong{font-weight:700}.hero-text-wrapper{display:flex;flex-direction:column;gap:16px}.hero-heading{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:56px;line-height:68px;letter-spacing:-.5px;color:var(--Navy-Darker, #111323);max-width:660px;white-space:pre-line}.hero-subtext{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--Navy, #1f2753);max-width:560px}.hero-cta-buttons{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.hero-cta-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 24px;background-color:var(--navy);color:var(--cream-light);border:1px solid transparent;cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:22px;letter-spacing:.3px;width:220px;white-space:nowrap;border-radius:0;transition:background-color .2s ease,border-radius .2s ease}@keyframes cta-pulse{0%,to{transform:scale(1)}50%{transform:scale(1.04)}}.hero-cta-btn--pulse{animation:cta-pulse 1.2s ease-in-out infinite}.hero-cta-btn--pulse:hover{animation:none}.hero-cta-btn:hover{background-color:var(--navy-dark);border-radius:6px}.hero-cta-btn svg{width:22px;height:22px;flex-shrink:0}.hero-cta-btn-outline{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:10px 24px;background-color:transparent;color:var(--navy);border:1px solid var(--navy);cursor:pointer;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:22px;letter-spacing:.3px;width:220px;white-space:nowrap;border-radius:0;transition:background-color .2s ease,border-radius .2s ease}.hero-cta-btn-outline:hover{background-color:#e0ddd6;border-radius:6px}.hero-cta-btn-outline svg{width:22px;height:22px;flex-shrink:0}.hero-cta-text{text-align:center;line-height:22px}.hero-steps{display:flex;flex-direction:column}.hero-step-btn{display:flex;align-items:flex-start;gap:16px;padding:12px 0 12px 16px;border:none;border-left:2px solid #e0ddd8;background:none;cursor:pointer;text-align:left;transition:border-color .2s ease}.hero-step-btn--active{border-left-color:#111323}.hero-step-btn:hover:not(.hero-step-btn--active){border-left-color:#8e8e93}.hero-step-num{font-family:Space Grotesk,sans-serif;font-size:12px;line-height:20px;letter-spacing:.4px;color:#8e8e93;flex-shrink:0;margin-top:3px}.hero-step-info{display:flex;flex-direction:column;gap:2px}.hero-step-name{font-family:Space Grotesk,sans-serif;font-size:15px;line-height:24px;letter-spacing:.15px;color:#111323;font-weight:400}.hero-step-btn--active .hero-step-name{font-weight:600}.hero-step-desc{font-family:Space Grotesk,sans-serif;font-size:13px;line-height:18px;letter-spacing:.25px;color:#8e8e93}.hero-demo-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px;width:min(100%,669px);flex:0 0 auto;min-width:0}.hero-demo-media{width:100%;aspect-ratio:16 / 9;overflow:hidden;line-height:0}.hdp-cat-tabs{display:flex;align-items:center;justify-content:center;gap:32px;padding:0 var(--space-extra-large, 32px);order:-1}.hdp-cat-tabs--hidden{visibility:hidden;pointer-events:none}.hdp-step-pills{display:none}.hdp-cat-tab{display:flex;flex-direction:column;align-items:center;gap:6px;border:none;background:none;cursor:pointer;padding:0;flex:0 0 auto}.hdp-cat-thumb{width:80px;height:52px;border-radius:37px;overflow:hidden;border:1px solid transparent;transition:border-color .25s ease,transform .25s ease;flex-shrink:0}.hdp-cat-tab--active .hdp-cat-thumb{border-color:var(--navy, #1f2753);transform:scale(1.08)}.hdp-cat-tab:hover:not(.hdp-cat-tab--active) .hdp-cat-thumb{border-color:#11132359}.hdp-cat-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hdp-cat-thumb picture{width:100%;height:100%;display:block}.hdp-cat-label{font-family:Space Grotesk,sans-serif;font-size:15px;font-weight:400;color:#8e8e93;white-space:nowrap;transition:color .25s ease}.hdp-cat-tab--active .hdp-cat-label{color:#111323}.hero-demo-media .how-it-works-lottie-root{position:relative;width:100%!important;height:100%!important;aspect-ratio:unset!important}.hero-demo-media .how-it-works-lottie-fade-wrap{position:absolute;inset:0;opacity:0;transition:opacity .4s ease}.hero-demo-media .how-it-works-lottie-fade-wrap--active{opacity:1}.hero-demo-media .how-it-works-lottie-player,.hero-demo-media .how-it-works-lottie-player>div{width:100%!important;height:100%!important}.hero-demo-media .how-it-works-lottie-player svg{width:100%!important;height:100%!important;display:block}.hero-demo-video{width:100%;height:100%;display:block;background:none;outline:0;border:0;border-radius:0;box-shadow:none;object-fit:contain!important;object-position:center center;margin:0;padding:0;-webkit-appearance:none}@media(min-width:1025px){.hero-demo-wrapper{width:669px}}@keyframes hdp-flash-transition{0%{opacity:1;filter:none}18%{opacity:.08;filter:brightness(3.5) saturate(0)}45%{opacity:.65;filter:brightness(1.5) saturate(1.3)}72%{opacity:.92;filter:brightness(1.05)}to{opacity:1;filter:none}}.hdp-transitioning .hero-demo-video{animation:hdp-flash-transition .7s ease-out forwards}.home-iceberg-section{overflow:visible;width:100%;max-width:1512px;margin-left:auto;margin-right:auto;z-index:1}.home-iceberg-section--condensed{position:relative}.iceberg-heading-row{position:relative;width:100%;max-width:1273px;height:56px;margin:72px auto 32px}.iceberg-heading-line{position:absolute;top:20px;left:0;right:0;height:0;display:flex;align-items:center;justify-content:center;overflow:visible;transform:rotate(180deg)}.iceberg-heading-line img{width:98%;height:15px;display:block;margin-top:-7px;object-fit:fill}.iceberg-heading-text{position:absolute;top:0;left:50%;transform:translate(-50%);z-index:1;background-color:var(--cream, #f9f5eb);padding:0 48px;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:36px;line-height:40px;color:var(--navy-dark);white-space:nowrap;text-align:center}.iceberg-section-subtitle{max-width:720px;margin:-16px auto 28px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:26px;letter-spacing:.3px;color:var(--navy, #1f2753);text-align:center;opacity:.8}.iceberg-solution-desc{font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:400;line-height:15px;letter-spacing:.2px;color:var(--navy-dark, #111323);text-align:center;margin:6px 0 0;padding:6px 10px;max-width:200px;background:#f9f5ebd1;border-radius:8px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.iceberg-graphic-wrapper{position:relative;width:91.5%;max-width:1383px;margin:0 auto;aspect-ratio:1383 / 1050;overflow:visible}.iceberg-graphic-img{position:absolute;top:0;left:0;width:100%;height:100%;display:block;object-fit:contain;object-position:top center}.iceberg-graphic-wrapper--condensed{width:60%;max-width:800px;aspect-ratio:1383 / 520;overflow:hidden;margin-bottom:0}.iceberg-graphic-wrapper--condensed .iceberg-graphic-img{height:auto;object-fit:initial}.iceberg-solutions-row{position:absolute;inset:24.5% 0 -60px;z-index:2;display:flex;justify-content:space-between;padding:0 clamp(16px,3vw,48px);gap:clamp(12px,2vw,32px);clip-path:inset(0 -10px -20px -10px)}.iceberg-solution-col{display:flex;flex-direction:column;align-items:center;gap:clamp(16px,3vw,48px);flex:1;position:relative}.iceberg-solution-col:before{content:"";position:absolute;bottom:var(--line-bottom, 0px);left:50%;transform:translate(-50%);width:1px;background-color:var(--navy-light, #28315f);z-index:0;transition:bottom .05s linear}.iceberg-solution-col:nth-child(1):before{top:-10%}.iceberg-solution-col:nth-child(2):before{top:-18%}.iceberg-solution-col:nth-child(3):before{top:-28%}.iceberg-solution-col:after{content:"";position:absolute;bottom:calc(var(--line-bottom, 0px) - 4px);left:50%;transform:translate(-50%);width:6px;height:6px;border-radius:50%;background-color:var(--navy-light, #28315f);z-index:0;transition:bottom .05s linear}.iceberg-solution-col:nth-child(1){margin-top:8%}.iceberg-solution-col:nth-child(2){margin-top:8%}.iceberg-solution-col:nth-child(3){margin-top:8%}.iceberg-solution-label{display:flex;align-items:center;justify-content:center;padding:6px 16px;border-radius:1000px;background:var(--cream-lighter, #fefbf5);font-family:Space Grotesk,sans-serif;font-weight:400;font-size:clamp(14px,1.6vw,24px);line-height:1.4;color:#1f2753;position:relative;z-index:1;white-space:nowrap}.iceberg-solution-cards{display:flex;flex-direction:column;align-items:center;gap:clamp(12px,2vw,32px);width:100%}.iceberg-media-card{display:flex;flex-direction:column;align-items:center;gap:6px;width:100%;background-color:var(--cream-lighter, #fefbf5);border:1px solid #ceccc9;border-radius:8px;overflow:hidden;padding:clamp(4px,.5vw,8px) clamp(4px,.5vw,8px) clamp(8px,1vw,16px);box-sizing:border-box;position:relative;will-change:transform;box-shadow:0 2px 8px #00000014;transition:box-shadow .35s ease,filter .35s ease,outline .35s ease;cursor:pointer}.iceberg-media-card:hover{box-shadow:0 4px 20px #00000026}.video-expand-overlay{position:fixed;inset:0;background:#000000e0;display:flex;align-items:center;justify-content:center;z-index:9999;padding:24px;box-sizing:border-box}.video-expand-content{position:relative;max-width:min(90vw,1000px);width:100%;display:flex;flex-direction:column;gap:12px}.video-expand-close{position:absolute;top:-44px;right:0;background:none;border:none;color:#fff;font-size:24px;cursor:pointer;line-height:1;padding:4px 8px;opacity:.8;transition:opacity .2s}.video-expand-close:hover{opacity:1}.video-expand-meta{display:flex;align-items:center;gap:8px}.video-expand-label{font-family:Space Grotesk,sans-serif;font-size:14px;color:#ceccc9}.video-expand-video{width:100%;max-height:75vh;object-fit:contain;border-radius:8px;display:block}.video-expand-footer{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:500;color:#fff;text-align:center}.iceberg-card-num{position:absolute;top:8px;right:10px;font-family:Space Grotesk,sans-serif;font-size:11px;font-weight:500;color:#1f275366;letter-spacing:.6px;z-index:1;pointer-events:none;-webkit-user-select:none;user-select:none}.iceberg-card-query-row{display:flex;align-items:flex-start;gap:7px;width:100%;padding:0 4px;opacity:.55;transition:opacity .4s ease}.iceberg-media-card--active .iceberg-card-query-row{opacity:1;animation:queryRowReveal .5s ease both}@keyframes queryRowReveal{0%{opacity:.55;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.iceberg-query-badge{flex-shrink:0;font-family:Space Grotesk,sans-serif;font-size:clamp(8px,.75vw,11px);font-weight:700;letter-spacing:.6px;color:#fff;background:#1f2753;border-radius:4px;padding:3px 6px;line-height:1.3;margin-top:1px}.iceberg-query-text{font-family:Space Grotesk,sans-serif;font-size:clamp(12px,1.15vw,16px);font-weight:600;color:#1f2753;line-height:1.3;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.iceberg-card-footer{display:flex;align-items:baseline;justify-content:space-between;width:100%;padding:0 2px;gap:6px}.iceberg-card-label{font-family:Space Grotesk,sans-serif;font-weight:500;font-size:clamp(10px,1.1vw,15px);line-height:1.4;color:#1f2753;flex-shrink:0}.iceberg-card-insight{font-family:Space Grotesk,sans-serif;font-size:clamp(7px,.72vw,10px);font-weight:400;color:#1f275373;text-align:right;line-height:1.35;flex-shrink:1;min-width:0;opacity:0;transform:translateY(4px);transition:opacity .45s ease .25s,transform .45s ease .25s}.iceberg-media-card--active .iceberg-card-insight{opacity:1;transform:translateY(0)}.iceberg-step-dots{display:flex;gap:8px;align-items:center;justify-content:center;padding:4px 0 2px}.iceberg-step-dot{width:6px;height:6px;border-radius:50%;background:#1f275333;transition:background .4s ease,transform .4s cubic-bezier(.16,1,.3,1);flex-shrink:0}.iceberg-step-dot.active{background:#1f2753;transform:scale(1.6)}.iceberg-media-card video,.iceberg-media-card mux-video{width:100%;aspect-ratio:215 / 121;object-fit:contain;border-radius:8px;display:block}.iceberg-heading-text br{display:none}.iceberg-stack-cards{position:relative;width:100%;max-width:1100px;margin:0 auto;padding:0 clamp(8px,1.8vw,24px);padding-bottom:120px}.iceberg-stack-card{position:sticky;display:flex;flex-direction:column;border-radius:24px;background:var(--cream, #f9f5eb);box-shadow:none;border:1px solid rgba(31,39,83,.1);overflow:hidden}.iceberg-stack-card-header{display:flex;align-items:center;gap:16px;padding:12px 20px;border-bottom:1px solid #ceccc9;font-family:Space Grotesk,sans-serif;flex-shrink:0}.iceberg-vtab-tag-col{width:160px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.iceberg-vtab-tag{display:grid;grid-template-columns:auto 1fr;align-items:center;gap:12px;width:100%;padding:6px 12px;border:1px solid transparent;border-radius:47px;background:var(--cream-lighter, #fefbf5);transition:border-color .25s ease;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:var(--navy, #1f2753);white-space:nowrap;box-sizing:border-box;text-align:center}.iceberg-vtab-dot{width:11px;height:11px;border-radius:50%;border:1.5px solid var(--navy, #1f2753);flex-shrink:0;transition:background .25s ease}.iceberg-vtab-dot.filled{background:var(--navy, #1f2753)}.iceberg-stack-card--active .iceberg-vtab-tag{border-color:var(--navy, #1f2753)}.iceberg-vtab-sep{width:1px;align-self:stretch;background:#ceccc9;flex-shrink:0}.iceberg-vtab-header-right{display:flex;align-items:center;justify-content:space-between;flex:1;min-width:0}.iceberg-vtab-headline{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.15px;color:var(--gray-navy-dark, #5a5d70);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.iceberg-vtab-arrow{flex-shrink:0;color:var(--gray-navy-dark, #5a5d70);display:flex;align-items:center;padding:6px;text-decoration:none;transition:color .2s ease}.iceberg-vtab-arrow:hover{color:var(--navy, #1f2753)}.iceberg-vtab-arrow svg{width:20px;height:20px}.iceberg-stack-card-body{display:flex;align-items:stretch;gap:clamp(24px,2.8vw,44px);flex:1;padding:24px 28px 16px 24px;min-height:0}.iceberg-vtab-body-info{flex:0 1 34%;min-width:0;max-width:500px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;gap:12px;padding-left:20px;padding-right:8px}.iceberg-vtab-pill{display:none}.iceberg-vtab-body-title{font-family:Space Grotesk,sans-serif;font-size:24px;font-weight:400;line-height:32px;color:var(--navy, #1f2753);width:auto;max-width:100%}.iceberg-vtab-body-desc{font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:var(--navy, #1f2753);width:auto;max-width:100%}.iceberg-vtab-body-link{background:none;border:none;padding:0;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:#1f2753;text-decoration:underline;text-underline-offset:3px;cursor:pointer;width:auto;max-width:100%;transition:opacity .2s ease}.iceberg-vtab-body-link:hover{opacity:.65}.iceberg-vtab-body-buttons{display:flex;flex-direction:row;gap:12px;width:100%;margin-top:4px}.iceberg-solution-btn{display:inline-flex;align-items:center;justify-content:center;gap:4px;padding:8px 16px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;cursor:pointer;border-radius:6px;transition:all .2s ease;white-space:nowrap}.iceberg-solution-btn svg{width:20px;height:20px;flex-shrink:0}.iceberg-solution-btn-filled{background-color:var(--navy, #1f2753);color:var(--cream-light, #fff9f1);border:none;box-shadow:0 2px 12px #1f275333}.iceberg-solution-btn-filled:hover{background-color:var(--navy-dark, #1b2249);transform:translateY(-1px);box-shadow:0 4px 16px #1f27534d}.iceberg-solution-btn-filled:active{transform:translateY(0)}.iceberg-solution-btn-outline{background-color:transparent;color:var(--navy, #1f2753);border:1px solid var(--navy, #1f2753)}.iceberg-solution-btn-outline:hover{background-color:#e0ddd6}.iceberg-solution-btn-outline:active{transform:translateY(0)}.iceberg-vtab-body-preview{flex:1 1 62%;width:auto;max-width:840px;height:auto;aspect-ratio:16 / 9;overflow:hidden;border:none;background:transparent;cursor:pointer;margin-left:auto}.iceberg-vtab-body-preview video{width:100%;height:100%;display:block;object-fit:cover}.home-how-it-works{display:flex;flex-direction:column;align-items:center;gap:10px;padding-top:96px;padding-bottom:80px}.home-how-it-works .how-top-section,.home-how-it-works .how-content-area{max-width:1200px;width:100%}.how-text-block{display:flex;flex-direction:column;align-items:center;gap:7px;max-width:554px;text-align:center;color:var(--navy-dark)}.how-text-block h2{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:36px;line-height:48px;letter-spacing:0;color:var(--navy-dark)}.how-text-block p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy-dark);max-width:100%}@media(min-width:641px){.how-text-block{max-width:min(960px,100%)}.how-text-block p{text-wrap:balance}}.how-top-section{display:flex;flex-direction:column;align-items:center;gap:24px;width:100%}.how-tabs-selector{position:relative;display:flex;align-items:center;gap:0;width:100%;border:1px solid var(--navy-light, #28315f);border-radius:1000px;padding:10px 48px 14px}.how-tab{flex:1;display:flex;flex-direction:column;align-items:center;gap:4px;text-align:center;cursor:pointer;background:none;border:none;padding:8px 16px;transition:opacity .2s ease}.how-tab:hover{opacity:.7}.how-tab.active{opacity:1}.how-tab h3{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:20px;line-height:28px;letter-spacing:0;color:var(--navy-dark, #1b2249);white-space:normal;text-wrap:balance;margin:0}.how-tab-arrow{flex-shrink:0;width:51px;display:flex;align-items:center;justify-content:center}.how-tab-arrow svg{width:51px;height:auto;color:var(--navy-dark, #1b2249)}.how-tab-indicator{position:absolute;bottom:-5px;width:118px;height:15px;background-color:var(--cream-lighter, #fefbf5);border:1px solid var(--navy-light, #28315f);border-radius:1000px;transition:left .4s cubic-bezier(.16,1,.3,1)}.how-content-area{width:100%;margin-top:4px;border-radius:24px;overflow:hidden;position:relative;border:1px solid #1f2753;background:repeating-conic-gradient(#e8e5dd 0% 25%,#f5f2ea 0% 50%) 0 0 / 40px 40px}.how-content-area:has(.how-content-lottie){background:var(--cream, #f9f5eb)}.how-content-area .how-content-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;border-radius:28px;opacity:0;transition:opacity .4s ease}.how-content-area .how-content-video.active{position:relative;opacity:1}.how-content-area img{display:block;width:100%;height:auto;border-radius:28px}.how-it-works-lottie-root{background:var(--cream, #f9f5eb)}.how-content-area .how-it-works-lottie-root{position:relative;width:100%;max-width:100%;box-sizing:border-box}.how-content-area .how-it-works-lottie-fade-wrap{position:absolute;inset:0;opacity:0;transition:opacity .4s ease}.how-content-area .how-it-works-lottie-fade-wrap--active{opacity:1}.how-content-area .how-it-works-lottie-player,.how-content-area .how-it-works-lottie-player>div{width:100%!important;height:100%!important}.how-content-area .how-it-works-lottie-player svg{width:100%!important;height:100%!important;display:block}.how-mobile-image .how-it-works-lottie-root{position:relative;width:100%;border-radius:0 0 30px 30px;overflow:hidden}.how-mobile-image .how-it-works-lottie-fade-wrap{position:absolute;inset:0;opacity:0;transition:opacity .4s ease}.how-mobile-image .how-it-works-lottie-fade-wrap--active{opacity:1}.how-mobile-image .how-it-works-lottie-player,.how-mobile-image .how-it-works-lottie-player>div{width:100%!important;height:100%!important}.how-mobile-image .how-it-works-lottie-player svg{width:100%!important;height:100%!important;display:block}@media(prefers-reduced-motion:reduce){.home-statement-bg-scale{will-change:auto}.how-content-area .how-it-works-lottie-fade-wrap,.how-mobile-image .how-it-works-lottie-fade-wrap{transition:none;opacity:1}}.how-mobile-stacked{display:flex;flex-direction:column;gap:24px;width:100%}.home-deferred-section{width:100%}.home-deferred-section--how-it-works,.home-deferred-section--media-updates{background:var(--cream)}.home-testimonials{display:flex;align-items:flex-start;justify-content:center;gap:64px;padding-top:128px;padding-bottom:128px;padding-left:clamp(32px,5vw,72px);padding-right:clamp(32px,5vw,72px);background:var(--cream-light, #fff9f1)}.customer-stories-layout{display:grid;grid-template-columns:min(623px,48%) minmax(0,min(681px,52%));column-gap:64px;row-gap:0;justify-content:center;align-items:start;width:100%;max-width:1348px}.customer-stories-visual-column{display:contents}.customer-stories-tabs{display:flex;flex-wrap:nowrap;align-items:center;justify-content:center;gap:clamp(12px,2.5vw,28px);padding:10px 16px 18px;border-radius:16px 16px 0 0;grid-column:1;grid-row:1;align-self:start;width:100%;box-sizing:border-box}.customer-stories-tab{border:none;background:transparent;padding:0;cursor:pointer;opacity:.5;transition:opacity .2s ease;flex:1 1 0;min-width:0;display:flex;align-items:center;justify-content:center;height:clamp(30px,4vw,36px);max-width:none;box-sizing:border-box}.customer-stories-tab:hover{opacity:.75}.customer-stories-tab--active{opacity:1}.customer-stories-tab-logo{display:block;max-height:clamp(14px,1.8vw,18px);width:auto;max-width:100%;height:auto;object-fit:contain;object-position:center}.customer-stories-tab-logo--natix{max-height:clamp(22px,2.6vw,28px)}.customer-stories-tab-label{box-sizing:border-box;width:100%;margin:0;padding:0 4px;display:flex;align-items:center;justify-content:center;font-family:Space Grotesk,sans-serif;font-size:clamp(9px,1.35vw,11px);font-weight:600;line-height:1.2;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:var(--navy, #1f2753);white-space:normal}.customer-stories-tab-label--text-brand{display:block;padding:0 2px;width:100%;max-width:100%;font-size:clamp(10px,1.35vw,13px);font-weight:600;line-height:1.15;letter-spacing:.02em;text-transform:none;text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.customer-stories-visual-card{position:relative;width:100%;height:520px;border-radius:clamp(40px,11vw,72px);overflow:hidden;background:var(--navy-darker, #111323);grid-column:1;grid-row:2;align-self:start}.customer-stories-visual-slide{position:absolute;inset:0;z-index:1}.customer-stories-visual-controls-anchor{position:absolute;inset:0;z-index:2;display:flex;align-items:flex-end;justify-content:flex-end;padding:0 32px 24px;pointer-events:none}.customer-stories-visual-controls-anchor .customer-stories-controls{pointer-events:auto}.customer-stories-visual-img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none;filter:grayscale(1)}.customer-stories-visual-gradient{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:32px 32px 52px;gap:clamp(64px,9vw,96px);background:linear-gradient(180deg,#1113232e,#1113239e 45%,#111323f5)}.customer-stories-visual-gradient--no-attribution{gap:0;padding-bottom:clamp(160px,22vw,200px)}.customer-stories-visual-quote{margin:0;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:24px;line-height:1.4;letter-spacing:.5px;color:var(--white, #ffffff);max-width:min(560px,calc(100% - 248px))}.customer-stories-visual-footer{display:flex;align-items:center;justify-content:space-between;gap:24px}.customer-stories-visual-footer--with-controls-slot{display:grid;grid-template-columns:minmax(0,1fr) min(232px,52%);gap:24px;align-items:center}.customer-stories-quoter{display:flex;flex-direction:column;gap:2px;min-width:0}.customer-stories-quoter-name{margin:0;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:1.25;letter-spacing:.15px;color:var(--cream-lighter, #fefbf5)}.customer-stories-quoter-role{margin:0;font-family:Space Grotesk,sans-serif;font-size:14px;font-weight:400;line-height:1.25;letter-spacing:.1px;color:var(--cream-lighter, #fefbf5)}.customer-stories-controls{display:flex;align-items:center;justify-content:flex-end;flex-shrink:0}.customer-stories-controls-ribbon-wrap{position:relative;width:min(232px,100%);flex-shrink:0;line-height:0}.customer-stories-controls-ribbon{width:100%;height:auto;display:block;-webkit-user-select:none;user-select:none;pointer-events:none}.customer-stories-controls-ribbon-hits{position:absolute;inset:0;display:grid;grid-template-columns:66fr 98fr 67fr;pointer-events:none}.customer-stories-controls-ribbon-hit{pointer-events:auto;box-sizing:border-box;border:none;padding:0;margin:0;background:transparent;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--cream-lighter, #fefbf5)}.customer-stories-controls-ribbon-hit--playback{position:relative}.customer-stories-playback-fill{position:absolute;inset:2px;border-radius:50%;overflow:hidden;background:#fefbf51f;pointer-events:none}.customer-stories-playback-fill-bar{display:block;height:100%;width:0;background:#fefbf552}.customer-stories-controls-ribbon-hit:focus-visible{outline:2px solid var(--white, #ffffff);outline-offset:2px;border-radius:4px}.customer-stories-controls-play-icon{position:relative;z-index:1;width:28px;height:28px}.customer-stories-detail{display:flex;flex-direction:column;gap:0;width:100%;max-width:681px;min-width:0;grid-column:2;grid-row:2;align-self:center}.customer-stories-detail-motion{display:flex;flex-direction:column;gap:30px;width:100%;min-width:0}.customer-stories-detail-logo{height:30px;width:auto;max-width:200px;object-fit:contain;align-self:flex-start;margin-left:0;object-position:left center}.customer-stories-detail-logo--text{height:auto;max-width:none;margin:0;font-family:Space Grotesk,sans-serif;font-size:26px;font-weight:500;line-height:1.2;letter-spacing:-.01em;color:var(--navy, #1f2753);text-transform:uppercase}.customer-stories-detail-headline{margin:0;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:24px;line-height:1.35;letter-spacing:.5px;color:var(--navy, #1f2753)}.customer-stories-block{display:flex;flex-direction:column;gap:8px}.customer-stories-label{margin:0;font-family:Space Grotesk,sans-serif;font-weight:700;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy-light, #28315f)}.customer-stories-body{margin:0;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy, #1f2753)}.customer-stories-cta{box-sizing:border-box;display:inline-flex;align-items:center;gap:16px;align-self:flex-start;padding:8px 19px;border:1px solid var(--navy, #1f2753);border-radius:0;background:transparent;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;color:var(--navy, #1f2753);text-decoration:none;cursor:pointer;transition:background-color .2s ease,border-radius .2s ease}.customer-stories-cta svg{width:22px;height:22px;flex-shrink:0}.customer-stories-cta:hover{background-color:#e0ddd6;border-radius:6px;color:var(--navy, #1f2753)}.customer-stories-cta:hover svg{color:var(--navy, #1f2753)}.home-advantages-pin-track{position:relative;height:300vh}.home-advantages-pin-track--static{height:auto}.home-advantages-pin{position:sticky;top:0;height:100vh;display:flex;align-items:center;justify-content:center}.home-advantages-pin-track--static .home-advantages-pin{position:static;height:auto}.home-advantages-pin>.home-advantages-wrapper{width:100%}.home-advantages-wrapper{padding-top:0;padding-bottom:0}.home-advantages-heading{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:28px;line-height:36px;letter-spacing:0px;color:var(--navy-dark);margin:0;text-align:center;padding-top:48px;padding-bottom:24px}.home-advantages{display:flex;align-items:center;width:100%;max-width:1200px;margin-left:auto;margin-right:auto;min-height:750px;border-radius:16px;background-color:var(--cream);padding:20px 48px;gap:48px;position:relative}.advantages-visual{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:0}.advantages-visual-top{display:flex;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:640px;padding-top:16px;padding-bottom:32px}.advantages-image-row{display:flex;align-items:flex-start;justify-content:center;gap:27.5%;width:100%}.advantages-thumbnail{display:flex;flex-direction:column;align-items:center;width:34.8%;flex-shrink:1}.advantages-snapshot{display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;background-color:var(--cream-lighter);padding:6px 6px 16px;border-radius:8px;border:.48px solid #ceccc9;box-sizing:border-box}.advantages-snapshot .snapshot-img{width:100%;aspect-ratio:160 / 90;object-fit:cover;border-radius:8px;display:block}.advantages-snapshot .snapshot-label{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:18px;line-height:24px;color:var(--navy-darker)}.advantages-connector{width:1px;height:20px;background-color:#1b2249;opacity:1}.advantages-timeline{display:flex;flex-direction:column;align-items:center;gap:8px;width:100%;position:relative}.timeline-labels{display:flex;justify-content:space-between;width:65.3%}.timeline-labels span{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:#111323}.timeline-bar{width:100%;height:1px;background:#1f2753;opacity:1;position:relative}.timeline-dot{position:absolute;width:7px;height:7px;background-color:#1b2249;border-radius:50%;top:-3px}.timeline-markers{display:flex;justify-content:space-between;align-items:center;width:102%;margin-left:2%}.timeline-markers span:first-child{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:22px;line-height:28px;color:var(--navy-darker)}.timeline-markers span:nth-child(2){font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px;color:var(--navy-darker)}.timeline-markers span:last-child{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:22px;line-height:28px;color:var(--navy-darker)}.advantages-bottom-comparison{display:flex;align-items:stretch;width:100%;border-top:1px solid #ceccc9;overflow:hidden}.comparison-side{flex:1;display:flex;flex-direction:column;gap:12px;padding:16px}.comparison-side.left{align-items:flex-end}.comparison-side.right{align-items:flex-start}.comparison-icon{width:36px;height:36px;flex-shrink:0}.comparison-icon img{width:100%;height:100%;object-fit:contain}.comparison-icon.ai-badge{display:flex;align-items:center;justify-content:center;border:2px solid var(--navy);border-radius:10px;font-family:Space Grotesk,sans-serif;font-weight:400;font-size:24px;line-height:32px;color:var(--navy)}.comparison-scroller{height:56px;overflow:hidden;border-radius:12px;width:100%;max-width:300px}.comparison-values{display:flex;flex-direction:column;font-family:Space Grotesk,sans-serif;font-weight:400;transition:transform .8s cubic-bezier(.25,.46,.45,.94);color:var(--navy-dark)}.comparison-value{display:flex;flex-direction:column;justify-content:center;align-items:center;height:56px;flex-shrink:0;text-align:center}.comparison-value .big-number{font-size:42px;line-height:56px;letter-spacing:-.25px;text-align:center}.comparison-value .big-number .unit{font-size:28px;line-height:32px}.comparison-value .money{font-size:42px;line-height:56px;letter-spacing:-.25px;text-align:center}.comparison-value .accuracy{font-size:28px;line-height:32px;text-align:center}.comparison-divider-vertical{width:1px;background:#ceccc9;flex-shrink:0}.advantages-vertical-divider{width:1px;height:100%;min-height:680px;background:#5a5d70;flex-shrink:0;position:relative}.advantages-scrollbar-indicator{position:absolute;left:50%;transform:translate(-50%) rotate(-90deg);width:118px;height:15px;background-color:var(--cream-lighter);border:1px solid var(--navy-light);border-radius:1000px;transition:top .4s cubic-bezier(.16,1,.3,1)}.advantages-info{display:flex;flex-direction:column;justify-content:center;gap:80px;width:280px;flex-shrink:0;padding:12px 0}.advantage-block{display:flex;flex-direction:column;gap:8px;cursor:pointer;transition:opacity .2s ease}.advantage-block:hover{opacity:.85}.advantage-block.active{opacity:1}.advantage-block h3{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:22px;line-height:30px;color:var(--navy-darker)}.advantage-block p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.15px;color:var(--navy-darker);max-width:100%}.home-cta-section-wrap{width:100%}.home-cta-section{display:flex;align-items:center;justify-content:center;min-height:437px;padding-top:0;padding-bottom:0;position:relative;overflow:hidden}.home-cta-bg-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;pointer-events:none}.home-page .cta-content-wrapper{display:flex;align-items:flex-start;justify-content:center;gap:32px;padding:32px;background-color:var(--cream);position:relative;z-index:1}.home-page .cta-text-container{display:flex;flex-direction:column;gap:48px;max-width:588px;flex:1}.home-page .cta-text-block{display:flex;flex-direction:column;gap:8px;color:var(--navy-dark)}.home-page .cta-text-block h2{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:32px;line-height:40px;color:var(--navy-dark)}.home-page .cta-text-block p{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.5px;color:var(--navy-dark);max-width:522px}.home-page .cta-buttons{display:flex;gap:32px;align-items:center;width:100%}.home-page .cta-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:4px;padding:8px 16px;font-family:Space Grotesk,sans-serif;font-size:16px;font-weight:400;line-height:24px;letter-spacing:.5px;cursor:pointer;transition:all .2s ease;border:none;white-space:nowrap}.home-page .cta-btn svg{width:24px;height:24px;flex-shrink:0}.home-page .cta-btn.filled{background-color:var(--navy);color:var(--cream-light);border:none}.home-page .cta-btn.filled:hover{background-color:var(--navy-dark)}.home-page .cta-btn.outlined{background:transparent;border:1px solid var(--navy);color:var(--navy)}.home-page .cta-btn.outlined:hover{background-color:var(--navy);color:var(--cream-light)}@media(max-width:1200px){.home-advantages{flex-direction:column;min-height:auto;gap:32px}.advantages-vertical-divider{position:static;width:0;height:0;min-height:0;overflow:visible;background:none}.advantages-scrollbar-indicator{display:block;position:absolute;transform:translate(-50%) translateY(-50%);width:7px;height:52px;border-radius:1000px;transition:top .4s cubic-bezier(.16,1,.3,1)}.advantages-visual{order:-1;width:100%;max-width:808px}.advantages-info{width:100%;max-width:100%;flex-direction:column;gap:32px;border-left:.6px solid #5a5d70;padding-left:16px;padding-top:16px;padding-bottom:16px}.advantage-block{flex:none;min-width:auto}.iceberg-heading-text br{display:block}}@media(max-width:1024px){.home-hero,.home-how-it-works,.home-testimonials,.home-advantages-wrapper,.home-cta-section{padding-left:var(--space-extra-large, 32px);padding-right:var(--space-extra-large, 32px)}.home-hero-content{gap:24px}.iceberg-stack-cards{padding:0 16px 80px}.iceberg-stack-card-header{padding:12px 16px;gap:12px}.iceberg-vtab-tag-col{width:160px}.iceberg-vtab-body-preview{width:55%;height:auto;aspect-ratio:16 / 9}.iceberg-vtab-body-info{flex:1 1 45%;max-width:none;padding-left:16px}.iceberg-vtab-body-title{width:auto;max-width:240px}.iceberg-vtab-body-desc,.iceberg-vtab-body-link{width:auto;max-width:250px}.home-hero{flex-direction:column;gap:48px;min-height:auto;padding:96px 0 20px}.home-hero-content{padding-left:var(--space-extra-large, 32px);padding-right:var(--space-extra-large, 32px)}.hero-demo-wrapper{width:100%;flex:none}.hero-heading{font-size:44px;line-height:56px}.home-testimonials{flex-direction:column;align-items:stretch;gap:40px;padding-bottom:84px}.customer-stories-layout{display:flex;flex-direction:column;align-items:stretch;gap:40px}.customer-stories-visual-column{display:flex;flex-direction:column;gap:0;width:100%;max-width:560px;margin-left:auto;margin-right:auto}.customer-stories-tabs{grid-column:unset;grid-row:unset;align-self:unset;justify-content:center;gap:clamp(8px,2vw,14px);padding:8px 12px 14px}.customer-stories-tab{height:clamp(26px,7vw,32px)}.customer-stories-tab-logo{max-height:clamp(12px,3vw,16px)}.customer-stories-tab-label{font-size:9px;letter-spacing:.05em;padding:0 2px}.customer-stories-tab-label--text-brand{font-size:clamp(9px,2.8vw,12px);line-height:1.15}.customer-stories-visual-card{grid-column:unset;grid-row:unset;align-self:unset;height:min(440px,80vw);border-radius:clamp(28px,9vw,48px)}.customer-stories-detail{grid-column:unset;grid-row:unset;align-self:unset;width:100%;max-width:none}.customer-stories-detail-headline,.customer-stories-visual-quote{font-size:18px}.customer-stories-visual-quote{max-width:min(560px,calc(100% - 132px))}.customer-stories-visual-gradient{padding:24px 24px 40px;gap:28px}.customer-stories-visual-gradient--no-attribution{padding-bottom:clamp(132px,30vw,168px)}.customer-stories-visual-controls-anchor{padding:0 24px 40px}.customer-stories-visual-footer--with-controls-slot{grid-template-columns:minmax(0,1fr) min(200px,56%)}.customer-stories-controls-ribbon-wrap{width:min(208px,100%)}.home-advantages{padding:32px;gap:24px}.advantages-visual{order:-1;width:100%;max-width:100%}.advantages-info{width:100%;max-width:100%}.how-tabs-selector{width:100%;padding:12px 32px 20px}.how-tab{padding:8px 12px;min-width:0}.how-tab h3{font-size:20px;line-height:28px}.how-tab-arrow{width:32px}.how-tab-arrow svg{width:32px}.iceberg-heading-text{font-size:28px;line-height:36px;padding:0 32px}.iceberg-heading-row{margin-top:80px;margin-bottom:40px}}@media(max-width:1024px)and (min-width:641px){.how-top-section{gap:28px;width:100%;max-width:100%}.how-tabs-selector{padding:8px 20px 14px;max-width:min(100%,920px);margin:0 auto;box-sizing:border-box}.how-tab{padding:6px;min-width:0}.how-tab h3{font-size:17px;line-height:22px;white-space:normal;text-wrap:balance}.how-tab-arrow{width:22px;flex-shrink:0}.how-tab-arrow svg{width:22px;height:auto}.how-tab-indicator{width:88px;height:12px;bottom:-4px}.how-content-area{margin-top:6px;border-radius:20px;max-width:min(100%,920px);margin-left:auto;margin-right:auto}}@media(max-width:640px){.hero-subtext-br{display:none}.home-how-it-works,.home-testimonials,.home-advantages-wrapper,.home-cta-section{padding-left:var(--space-large, 16px);padding-right:var(--space-large, 16px)}.home-hero{padding-left:0;padding-right:0;align-items:center}.home-hero-content{padding-left:var(--space-large, 16px);padding-right:var(--space-large, 16px);align-items:center;text-align:center}.iceberg-stack-cards{padding:0 16px 60px}.iceberg-stack-card{border-radius:14px}.iceberg-stack-card-header{padding:10px 12px;gap:10px}.iceberg-vtab-tag-col{width:140px}.iceberg-vtab-tag{padding:4px 14px;font-size:13px;gap:8px}.iceberg-vtab-dot{width:9px;height:9px}.iceberg-stack-card-body{flex-direction:column;gap:12px;padding:14px 14px 8px 20px}.iceberg-vtab-headline{font-size:11px}.iceberg-vtab-arrow svg{width:16px;height:16px}.iceberg-vtab-body-info{flex:0 0 auto;padding-left:0;justify-content:flex-start}.iceberg-vtab-body-title{font-size:20px;line-height:26px;width:auto}.iceberg-vtab-body-desc,.iceberg-vtab-body-link{width:auto}.iceberg-vtab-body-preview{order:-1;width:100%;height:auto;aspect-ratio:16 / 9;border-radius:8px;flex:0 0 auto}.home-hero{padding-top:24px;padding-bottom:16px;gap:24px;align-items:center}.home-hero-content{gap:16px;align-items:center;text-align:center}.hero-text-wrapper{align-items:center;text-align:center}.hero-heading{font-size:28px;line-height:36px;white-space:normal;text-align:center}.hero-subtext{font-size:14px;line-height:20px;text-align:center}.hero-steps{display:none}.hero-cta-buttons{flex-direction:row;width:100%;gap:8px;justify-content:center}.hero-cta-btn,.hero-cta-btn-outline{font-size:13px;padding:12px 16px;flex:1;justify-content:center;gap:6px}.hero-cta-text{line-height:18px}.hero-cta-btn svg,.hero-cta-btn-outline svg{width:18px;height:18px}.hero-demo-wrapper{width:100%}.hdp-step-pills{display:flex;width:100%;border:1px solid var(--navy, #1f2753);border-radius:1000px 1000px 0 0;overflow:hidden;margin-top:16px}.hdp-step-pill{flex:1;min-width:0;border:none;border-right:1px solid var(--navy, #1f2753);background:none;color:var(--navy, #1f2753);padding:8px 0;font-family:Space Grotesk,sans-serif;font-size:14px;line-height:20px;letter-spacing:.5px;white-space:nowrap;text-align:center;cursor:pointer;transition:background .2s ease,color .2s ease;display:flex;align-items:center;justify-content:center;gap:8px}.hdp-step-pill:last-child{border-right:none}.hdp-step-pill:before{content:"";width:9px;height:9px;border-radius:50%;border:1.5px solid var(--navy, #1f2753);flex-shrink:0;transition:background .25s ease}.hdp-step-pill--active{background:var(--white, #ffffff)}.hdp-step-pill--active:before{background:var(--navy, #1f2753)}.hdp-cat-tabs{width:100%;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));justify-content:stretch;gap:8px;padding:0 4px;overflow:visible;order:unset}.hdp-cat-tab{flex-direction:column;justify-content:flex-start;align-items:center;gap:6px;width:100%;min-width:0}.hdp-cat-thumb{width:68px;height:44px;border-radius:37px}.hdp-cat-tab--active .hdp-cat-thumb{transform:none}.hdp-cat-label{font-size:12px;line-height:14px;text-align:center;white-space:normal;overflow-wrap:anywhere}.hero-demo-video{width:100%;height:100%;border-radius:0}.iceberg-cta-btn{margin-top:24px;width:calc(100% - 32px)}.iceberg-graphic-wrapper--condensed{width:75%;aspect-ratio:1383 / 500;margin-top:24px;margin-bottom:0}.iceberg-heading-row{margin-top:16px;margin-bottom:4px}.iceberg-section-subtitle{font-size:14px;line-height:20px;margin-bottom:12px;padding:0 24px}.iceberg-stack-card-header{padding:8px 10px;gap:6px}.iceberg-vtab-tag-col{width:110px}.iceberg-vtab-tag{padding:3px 10px;font-size:11px;gap:6px}.iceberg-vtab-dot{width:8px;height:8px}.iceberg-stack-card{border-radius:16px}.iceberg-stack-card-body{flex-direction:column;gap:10px;padding:10px 12px 6px 18px}.iceberg-vtab-headline{font-size:10px}.iceberg-vtab-body-info{flex:0 0 auto;padding-left:0;padding-right:0;max-width:100%;width:100%}.iceberg-vtab-body-title{font-size:16px;line-height:22px;width:100%;max-width:100%}.iceberg-vtab-body-desc{font-size:12px;line-height:17px;width:100%;max-width:100%}.iceberg-vtab-body-link{font-size:12px;width:auto}.iceberg-vtab-body-buttons{gap:8px;margin-top:8px}.iceberg-solution-btn{font-size:13px;padding:6px 12px;gap:4px;white-space:normal;text-align:center}.iceberg-solution-btn svg{width:18px;height:18px}.how-top-section{gap:24px}.home-how-it-works.home-how-it-works--layout-mobile{gap:24px;padding-top:64px;padding-bottom:64px}.how-mobile-item{display:flex;flex-direction:column;align-items:stretch;gap:0;width:100%}.how-mobile-label{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;box-sizing:border-box;width:100%;padding:14px 0 16px;text-align:center;border:1px solid var(--gray-navy-medium, #7a7d8e);border-bottom:none;border-radius:32px 32px 0 0;background:var(--cream, #f9f5eb)}.how-mobile-image{width:100%;border-radius:0 0 32px 32px;overflow:hidden;border:1px solid var(--gray-navy-medium, #7a7d8e);border-top:none;background:repeating-conic-gradient(#e8e5dd 0% 25%,#f5f2ea 0% 50%) 0 0 / 40px 40px;box-sizing:border-box}.how-mobile-image:has(.how-it-works-lottie-root){background:var(--cream, #f9f5eb)}.how-mobile-image video,.how-mobile-image img{display:block;width:100%;height:auto;border-radius:0 0 30px 30px}.how-mobile-label h3{font-family:Space Grotesk,sans-serif;font-weight:400;font-size:20px;line-height:28px;color:var(--navy-dark);width:100%;box-sizing:border-box;margin:0;padding:0 16px;border:none}.how-text-block h2{font-size:28px;line-height:36px}.home-page .cta-buttons{flex-direction:column}.home-page .cta-btn{width:100%}.home-page .cta-text-container{max-width:100%}.home-page .decorative-line{display:none}.home-page .cta-text-block{text-align:center}.iceberg-heading-row{display:flex;flex-direction:column;align-items:center;height:auto;margin-top:48px;margin-bottom:24px;gap:16px}.iceberg-heading-line{position:relative;top:auto;left:auto;right:auto;width:80%;height:auto;transform:rotate(180deg);overflow:visible}.iceberg-heading-line img{margin-top:0;height:15px;transform:scaleY(2)}.iceberg-heading-text{position:relative;top:auto;left:auto;transform:none;display:block;white-space:normal;text-align:center;font-size:24px;line-height:32px;padding:0 24px;order:-1}.home-advantages{padding:16px;gap:16px;align-items:center}.advantages-info{max-width:100%;width:100%;gap:32px}.advantage-block{gap:4px}.advantage-block h3{font-size:14px;line-height:20px;letter-spacing:.1px}.advantage-block p{font-size:11px;line-height:16px;letter-spacing:.5px;font-weight:500}.advantages-visual{max-width:100%;width:100%}.advantages-visual-top{padding-top:0;padding-bottom:16px;gap:10px;max-width:100%}.advantages-image-row{gap:32px;justify-content:center;padding-left:0}.advantages-thumbnail{width:auto;flex-shrink:1}.advantages-snapshot{width:152px;padding:4px 4px 12px;gap:8px;border-radius:8px;border:.48px solid #ceccc9}.advantages-snapshot .snapshot-label{font-size:11px;line-height:14px}.advantages-connector{height:14px}.timeline-labels{width:56%}.timeline-labels span{font-size:10px;line-height:15px}.timeline-markers span:first-child,.timeline-markers span:last-child{font-size:13px;line-height:17px}.timeline-markers span:nth-child(2){font-size:10px;line-height:15px}.timeline-dot{width:4px;height:4px;top:-1.5px}.advantages-bottom-comparison{max-width:362px;width:100%}.comparison-icon{width:23px;height:23px}.comparison-icon.ai-badge{font-size:16px;line-height:20px;border-width:1px;border-radius:6px}.comparison-scroller{height:45px;max-width:none;border-radius:10px}.comparison-value{height:45px}.comparison-value .big-number{font-size:34px;line-height:43px}.comparison-value .big-number .unit{font-size:22px;line-height:24px}.comparison-value .money{font-size:24px;line-height:32px}.comparison-value .accuracy{font-size:22px;line-height:28px}.comparison-side{padding:8px}}.app{min-height:100vh;display:flex;flex-direction:column}.site-header{position:sticky;top:0;z-index:var(--z-sticky, 200);isolation:isolate}.main-content{flex:1;position:relative;z-index:0}
