@charset "UTF-8";
:root{--ink:#15171b;--muted:#505761;--paper:#f7f9fc;--white:#fff;--blue:#2449e8;--red:#ed4638;--rule:#cbd2dd;--gutter:clamp(24px,5.4vw,96px);--font:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Yu Gothic",sans-serif;color:var(--ink);background:var(--paper);font-family:var(--font);font-synthesis:none;scroll-padding-top:110px}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;overflow-x:clip}button,a{-webkit-tap-highlight-color:transparent;touch-action:manipulation}a{color:inherit;text-underline-offset:5px}button{font:inherit}button:disabled{cursor:default}button,a{outline-offset:6px}button:focus-visible,a:focus-visible{outline:3px solid #1a50ce}::selection{background:#dce5ff;color:#15171b}img{display:block;max-width:100%;height:auto}p{font-size:1rem;line-height:1.95;margin:0 0 1.4em;overflow-wrap:anywhere}h1,h2,h3{margin:0;font-weight:650;letter-spacing:-.045em;overflow-wrap:anywhere;text-wrap:balance}h2{font-size:clamp(1.9rem,3.15vw,3rem);line-height:1.5}h3{font-size:1.25rem;line-height:1.6;letter-spacing:-.025em}button{cursor:pointer}a{text-decoration-thickness:1px}.shell{width:min(100%,1600px);margin-inline:auto;padding-inline:var(--gutter)}.section{padding-block:116px}.eyebrow{font-size:.75rem;font-weight:700;line-height:1.5;letter-spacing:.15em;margin:0 0 32px;color:var(--blue)}.arrow{display:inline-block;font-family:Arial,sans-serif;font-size:1.25em;line-height:1;transition:transform .24s}.text-link,.button,.header-contact{display:inline-flex;align-items:center;justify-content:space-between;gap:28px;min-height:48px;text-decoration:none;font-size:.9375rem;font-weight:600}.text-link{border-bottom:1px solid currentColor;padding-block:10px}.text-link:hover .arrow,.button:hover .arrow,.header-contact:hover .arrow{transform:translate(3px,-3px)}.button{padding:18px 25px;min-height:58px;border:1px solid transparent;transition:background .2s,transform .2s}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--blue);color:white}.button-primary:hover{background:#1535bd}.button-dark{background:var(--ink);color:white}.button-dark:hover{background:#343840}.button-light{background:white;color:#152458}.button-light:hover{background:#e2e9ff}.skip-link{position:fixed;z-index:100;top:10px;left:16px;padding:12px 20px;background:var(--ink);color:white;transform:translateY(-180%)}.skip-link:focus{transform:none}[hidden]{display:none!important}
.site-header{position:sticky;top:0;z-index:30;background:rgba(247,249,252,.96);border-bottom:1px solid rgba(21,23,27,.15);backdrop-filter:blur(16px)}.header-inner{height:90px;width:min(100%,1600px);margin:auto;padding-inline:var(--gutter);display:flex;gap:32px;align-items:center}.brand{display:flex;align-items:center;justify-content:center;flex:none;text-decoration:none;width:65px;height:82px;margin-right:auto}.brand-window{display:block;position:relative;width:60px;height:77px;overflow:hidden}.brand img{position:absolute;width:126px;height:126px;max-width:none;left:-33px;top:-16px}.desktop-links{display:flex;align-items:center;gap:32px}.desktop-links a{text-decoration:none;font-size:.875rem;font-weight:600;position:relative;min-height:44px;display:flex;align-items:center}.desktop-links a::after{content:"";position:absolute;bottom:4px;left:0;right:0;height:1px;background:var(--blue);transform:scaleX(0);transform-origin:left;transition:transform .25s}.desktop-links a:hover::after{transform:scaleX(1)}.language-switch{display:flex;align-items:center;gap:11px;font-size:.8125rem;white-space:nowrap}.language-switch a{min-height:44px;display:flex;align-items:center;text-decoration:none;color:var(--muted)}.language-switch span[aria-current]{font-weight:700}.language-switch>span:not([aria-current]){color:#8b94a1}.header-contact{padding:11px 19px;min-height:44px;font-size:.8125rem;border:1px solid #aeb8c8;gap:30px}.header-contact:hover{background:white}.menu-toggle{display:none;width:48px;height:48px;border:0;background:transparent;padding:13px}.menu-toggle span{display:block;height:1px;background:var(--ink);margin:7px 0;transition:transform .2s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(4px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-4px) rotate(-45deg)}.mobile-menu{padding:8px var(--gutter) 25px;background:var(--paper);border-top:1px solid var(--rule)}.mobile-menu a{display:block;padding-block:16px;text-decoration:none;font-size:1rem;border-bottom:1px solid #d9dfe8}
.hero{position:relative;min-height:720px;height:min(850px,calc(100svh - 90px));isolation:isolate;overflow:hidden;background:#fbfcfe}.hero-media{position:absolute;inset:0;z-index:-1;pointer-events:none}.hero-media picture,.hero-media img,.hero-media video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;display:block}.hero-media video{opacity:0;transition:opacity .4s}.hero-media video.ready{opacity:1}.hero-content{position:relative;padding-top:clamp(72px,10.3vh,125px);padding-bottom:125px}.hero .eyebrow{color:#1436b3;margin-bottom:30px;font-size:.75rem;letter-spacing:.13em;max-width:650px}.hero h1{font-size:clamp(3.3rem,5.05vw,5.25rem);line-height:1.3;font-weight:700;letter-spacing:-.065em;margin-bottom:30px;max-width:780px;animation:hero-enter .9s both}.hero-lead{font-size:clamp(1rem,1.24vw,1.125rem);line-height:1.9;max-width:470px;margin-bottom:15px;animation:hero-enter 1s .12s both}.hero-intro{font-size:.875rem;line-height:1.9;max-width:430px;color:#404956;animation:hero-enter 1s .2s both}.hero-actions{display:flex;gap:30px;align-items:center;flex-wrap:wrap;margin-top:30px;animation:hero-enter 1s .3s both}.hero-bottom{position:absolute;left:0;right:0;bottom:28px;display:flex;align-items:center;gap:30px;font-size:.75rem}.hero-index{font-weight:600;letter-spacing:.06em}.scroll-link{margin-left:auto;display:flex;gap:18px;align-items:center;text-decoration:none;min-height:44px;font-size:.8125rem}.scroll-link span{font-size:1.25rem}.motion-toggle{font-size:.75rem;border:1px solid #9ba5b5;padding:10px 12px;background:#fffffff0;min-height:44px;color:var(--ink)}html[lang=en] .hero h1{font-size:clamp(3.15rem,5vw,5.25rem);max-width:720px;line-height:1.08;letter-spacing:-.065em}html[lang=en] .hero-lead{max-width:450px}html[lang=en] .hero-intro{max-width:450px}
.business{border-top:1px solid var(--rule);background:var(--paper)}.section-split{display:grid;grid-template-columns:1.05fr 1fr;gap:11%}.body-copy h3{margin:6px 0 24px;font-size:1.25rem}.body-copy p{color:#424b57}.body-copy .text-link{margin-top:13px}.section-split h2{max-width:570px}.section-intro{align-self:end;max-width:550px;color:#46515f;margin-bottom:4px}.compact{gap:11%;margin-bottom:55px}.approach{background:#eef2f8;border-top:1px solid var(--rule);border-bottom:1px solid var(--rule)}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:0}.process-step{position:relative;padding:20px 26px 35px 0;margin-right:26px;border-top:1px solid #abb7c9;display:flex;flex-direction:column}.process-step:last-child{margin-right:0;padding-right:0}.step-meta{display:flex;justify-content:space-between;align-items:baseline;gap:8px;margin-bottom:24px;font-size:.625rem;font-weight:700;letter-spacing:.05em;color:#4a586b}.step-number{font-size:clamp(3rem,5vw,4.875rem);font-weight:300;letter-spacing:-.09em;line-height:1.25;color:var(--blue)}.process-step h3{font-size:1.0625rem;font-weight:650;line-height:1.85;min-height:4em;margin-bottom:16px}.process-step p{font-size:.9375rem;line-height:1.95;color:#414d5b;flex:1}.step-line{position:absolute;bottom:0;left:0;width:calc(100% - 26px);height:3px;background:#cbd6e7;overflow:hidden}.step-line span{display:block;width:100%;height:100%;background:var(--blue);transform:scaleX(.08);transform-origin:left;transition:transform 1s cubic-bezier(.2,.7,.2,1)}.process-step.active .step-line span{transform:scaleX(1)}.process-step.active .step-number{color:#173cc5}.process-step:nth-child(2) .step-line span{background:var(--red)}.process-step:nth-child(4) .step-line span{background:#161c26}.working>.eyebrow{margin-bottom:24px}.work-list{margin-top:64px;border-top:1px solid var(--rule)}.work-row{display:grid;grid-template-columns:1.05fr 1fr;gap:11%;padding:38px 0;border-bottom:1px solid var(--rule);align-items:start}.work-row h3{font-size:1.375rem;line-height:1.8;font-weight:600;position:relative;padding-left:26px}.work-row h3::before{content:"";position:absolute;left:0;top:15px;width:8px;height:8px;background:var(--blue)}.work-row:nth-child(2) h3::before{background:var(--red)}.work-row:nth-child(3) h3::before{background:var(--ink)}.work-row p{margin:0;color:#46505c}
.product{background:#e6edfb;border-block:1px solid #bfcceb}.product-grid{display:grid;grid-template-columns:1fr 1fr;gap:10%;align-items:center}.product-intro h2{max-width:520px;margin-bottom:30px}.product-intro p:not(.eyebrow){max-width:460px;color:#424e60}.product-feature{background:#fff;padding:42px 45px 45px;box-shadow:16px 16px 0 #d3dff5;border:1px solid #cad4e7;position:relative}.product-icon{width:82px;height:82px;border-radius:19px;margin-bottom:26px}.product-feature .eyebrow{margin-bottom:10px}.product-feature h3{font-size:1.75rem;line-height:1.5;margin-bottom:15px}.product-tagline{font-size:1.125rem;font-weight:600;margin-bottom:18px}.product-feature>p:not(.eyebrow):not(.product-tagline){color:#46505c}.product-feature .button{margin-top:8px}.product-feature .link-note{font-size:.8125rem;margin-top:12px;margin-bottom:0}.company{position:relative}.anchor-alias{position:absolute;top:0}.company-grid{display:grid;grid-template-columns:.85fr 1.1fr;gap:12%}.company h2{font-size:clamp(1.6rem,2.5vw,2.5rem);margin-bottom:25px;letter-spacing:-.045em}.company-grid>div p{color:#46505c;max-width:410px}.company-table{margin:0;border-top:1px solid var(--rule)}.company-table>div{display:grid;grid-template-columns:145px 1fr;gap:26px;padding:22px 0;border-bottom:1px solid var(--rule);font-size:.9375rem;line-height:1.9}.company-table dt{color:#505b6a;font-weight:500;font-size:.875rem}.company-table dd{margin:0;overflow-wrap:anywhere}.news{padding-top:0}.news-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:34px;gap:30px}.news-row{display:flex;gap:45px;align-items:center;text-decoration:none;border-block:1px solid var(--rule);padding:29px 0;font-size:1rem;line-height:1.7}.news-row time{font-size:.875rem;color:var(--muted);min-width:125px}.news-row>.arrow{margin-left:auto;color:var(--blue);font-size:1.5rem}.news-row:hover{background:#fff}.news-row:hover>.arrow{transform:translate(3px,-3px)}.contact{background:#1a2b5b;color:white}.contact .eyebrow{color:#bfccff}.contact-grid{display:grid;grid-template-columns:1.25fr .85fr;gap:13%;align-items:center}.contact h2{font-size:clamp(2rem,3.7vw,3.5rem);margin-bottom:30px}.contact p{color:#d5dff3;max-width:580px}.contact-actions{display:flex;flex-direction:column;align-items:start}.contact-actions .button{min-width:260px}.contact-address{font-size:clamp(1.15rem,1.65vw,1.5rem);letter-spacing:-.025em;text-decoration:none;margin:25px 0 9px;overflow-wrap:anywhere}.contact-actions .contact-note{font-size:.8125rem;color:#c7d2eb;margin:0 0 22px}.contact-policy{font-size:.875rem}.contact a:focus-visible{outline-color:#a8c3ff}.site-footer{padding-block:45px;background:var(--paper)}.footer-main{display:flex;justify-content:space-between;gap:24px;align-items:center;margin-bottom:42px}.footer-name{font-size:1.0625rem;font-weight:700;text-decoration:none;letter-spacing:-.025em}.footer-main nav{display:flex;gap:28px;flex-wrap:wrap}.footer-main nav a{font-size:.8125rem;min-height:36px;display:inline-flex;align-items:center;text-decoration:none}.footer-main nav a:hover{text-decoration:underline}.footer-bottom{display:flex;justify-content:space-between;font-size:.75rem;color:#58616e}
.page-wrap{padding-top:42px;padding-bottom:130px;min-height:65svh}.breadcrumb{margin-bottom:70px;font-size:.8125rem;line-height:1.7;color:#566271}.breadcrumb ol{list-style:none;display:flex;flex-wrap:wrap;gap:10px;margin:0;padding:0}.breadcrumb li:not(:first-child)::before{content:"/";padding-right:10px;color:#9aa3af}.breadcrumb a{text-decoration:none}.page-wrap h1{font-size:clamp(2rem,4.1vw,3.75rem);line-height:1.4;max-width:1040px;margin-bottom:26px}.page-intro{margin-bottom:65px;color:var(--muted)}.prose{max-width:1100px}.prose h1{margin-bottom:40px}.prose>p{font-size:1rem;line-height:2.05;max-width:840px}.prose>h2{font-size:1.5rem;line-height:1.6;margin:45px 0 20px;letter-spacing:-.025em}.prose>.eyebrow{display:block;margin-bottom:22px}.article-facts{margin:32px 0;border-top:1px solid var(--rule)}.article-facts>div{display:grid;grid-template-columns:155px 1fr;gap:25px;border-bottom:1px solid var(--rule);padding:15px 0;font-size:.9375rem;line-height:1.9}.article-facts dt{color:var(--muted)}.article-facts dd{margin:0}.prose>.article-note{font-size:.875rem;color:#515b68;background:#eaf0f9;padding:20px}.privacy .date-note{font-size:.875rem;color:#596371;margin-bottom:35px}.not-found{padding-block:110px}.not-found .button{margin:20px 32px 0 0}.not-found>p{max-width:650px}.not-found>.eyebrow{font-size:1rem;letter-spacing:.1em}.page-wrap~.site-footer{border-top:1px solid var(--rule)}
.reveal{transition:opacity .7s,transform .7s cubic-bezier(.2,.7,.25,1)}.reveal.pending{opacity:0;transform:translateY(24px)}.reveal.visible{opacity:1;transform:none}@keyframes hero-enter{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}
@media(min-width:1700px){.hero-media{max-width:1800px;margin:auto}.hero-media::before{content:"";position:absolute;inset:0;box-shadow:inset 80px 0 50px #fbfcfe,inset -80px 0 50px #fbfcfe;z-index:1}}
@media(max-width:1100px){.header-inner{gap:20px}.desktop-links{gap:20px}.header-contact{gap:15px}.hero h1{font-size:clamp(3rem,5.2vw,4rem)}.hero-lead{max-width:420px}.hero-intro{max-width:385px}.hero-media img,.hero-media video{object-position:57% center}.hero-actions{gap:20px}.hero-actions .text-link{font-size:.8125rem}.section-split,.work-row{gap:7%}.process-grid{grid-template-columns:1fr 1fr;gap:40px 36px}.process-step{margin:0;padding-right:0}.process-step h3{min-height:0}.step-line{width:100%}.step-meta{font-size:.75rem}.product-feature{padding:32px}.company-grid{gap:7%}.company-table>div{grid-template-columns:110px 1fr;gap:20px}.contact-grid{gap:8%}.footer-main{align-items:start;flex-direction:column}.hero-bottom{gap:18px}}
@media(max-width:800px){:root{scroll-padding-top:94px}.header-inner{height:80px;gap:14px}.brand{height:76px;width:55px}.brand-window{transform:scale(.9)}.desktop-links,.header-contact{display:none}.menu-toggle{display:block}.language-switch{margin-left:auto}.hero{height:auto;min-height:880px;display:flex;flex-direction:column;padding-bottom:62px}.hero-media{position:relative;height:365px;order:2;inset:auto;width:100%;margin-top:-20px}.hero-media img,.hero-media video{object-fit:contain;object-position:center}.hero-content{padding-top:56px;padding-bottom:25px;order:1}.hero .eyebrow{font-size:.6875rem;letter-spacing:.08em;line-height:1.65;max-width:100%;margin-bottom:22px}.hero h1{font-size:clamp(2.75rem,7.6vw,4.3rem);line-height:1.3;letter-spacing:-.06em;margin-bottom:22px}.hero-lead{font-size:1rem;max-width:550px;line-height:1.9;margin-bottom:12px}.hero-intro{font-size:.875rem;max-width:530px;line-height:1.85}.hero-actions{margin-top:23px;gap:20px}.hero-actions .button{font-size:.875rem;padding:15px 20px;min-height:53px}.hero-actions .text-link{font-size:.875rem}.hero-bottom{position:absolute;bottom:17px;gap:10px}.hero-index{font-size:.625rem}.scroll-link{font-size:.75rem;gap:10px}.motion-toggle{margin-left:auto;font-size:.6875rem;padding:8px}html[lang=en] .hero h1{font-size:clamp(2.9rem,8.6vw,4.8rem);line-height:1.05}html[lang=en] .hero-intro,html[lang=en] .hero-lead{max-width:550px}.section{padding-block:75px}.section-split,.company-grid,.product-grid,.contact-grid{grid-template-columns:1fr;gap:30px}.section-split h2{max-width:600px}.eyebrow{margin-bottom:22px}.body-copy h3{margin:0 0 20px}.body-copy .text-link{margin-top:0}.compact{gap:22px;margin-bottom:38px}.process-grid{gap:35px 25px}.step-number{font-size:3.75rem}.step-meta{flex-wrap:wrap;gap:0;margin-bottom:14px}.step-meta>span:last-child{font-size:.625rem}.process-step h3{font-size:1rem}.process-step p{font-size:.9375rem}.work-list{margin-top:35px}.work-row{grid-template-columns:1fr;gap:15px;padding-block:27px}.work-row h3{font-size:1.1875rem}.work-row h3::before{top:13px}.product-intro h2{margin-bottom:23px;max-width:none}.product-feature{margin-right:12px;padding:30px;box-shadow:12px 12px 0 #d3dff5}.product-icon{width:70px;height:70px}.product-feature h3{font-size:1.6rem}.company h2{font-size:1.75rem}.company-grid>div p{max-width:none;margin-bottom:0}.company-table>div{grid-template-columns:115px 1fr;gap:20px;font-size:.9375rem;padding-block:18px}.company-table dt{font-size:.8125rem}.news{padding-top:0}.news-heading{margin-bottom:20px}.news-heading .text-link{font-size:.8125rem;gap:18px}.news-row{display:grid;grid-template-columns:1fr 25px;gap:10px;padding-block:24px}.news-row time{grid-column:1/-1}.news-row>.arrow{grid-column:2;grid-row:2}.contact h2{margin-bottom:25px}.contact-grid{gap:24px}.contact p{margin-bottom:0}.contact-actions .button{min-width:245px}.contact-address{font-size:1.3rem}.site-footer{padding-block:35px}.footer-main{gap:20px;margin-bottom:32px}.footer-main nav{gap:6px 22px}.footer-bottom{font-size:.6875rem}.page-wrap{padding-top:25px;padding-bottom:75px}.breadcrumb{margin-bottom:44px;font-size:.75rem}.page-wrap h1{font-size:clamp(1.9rem,6vw,2.75rem);margin-bottom:27px}.page-intro{margin-bottom:40px}.prose>h2{font-size:1.3rem}.article-facts>div{grid-template-columns:110px 1fr;gap:20px}.not-found{padding-block:65px}}
@media(max-width:420px){.hero{min-height:895px}.hero-media{height:300px;margin-top:-2px}.hero h1{font-size:2.65rem}.hero-actions{gap:12px}.hero-actions .button{padding:14px 17px;font-size:.8125rem}.hero-actions .text-link{font-size:.75rem;gap:12px}.hero .eyebrow{font-size:.625rem}.hero-index{display:none}.scroll-link{margin-left:0}.process-grid{grid-template-columns:1fr;gap:30px}.step-meta{flex-wrap:nowrap;justify-content:start;gap:28px}.step-meta>span:last-child{font-size:.75rem}.process-step{padding-bottom:20px}.process-step h3{font-size:1.0625rem}.process-step p{margin-bottom:13px}.company-table>div{grid-template-columns:95px 1fr;gap:14px}.company-table dd{font-size:.875rem}.product-feature{padding:25px}.product-feature .button{font-size:.8125rem;gap:20px}.news-heading{gap:15px}.news-heading .text-link{font-size:.75rem;gap:10px}.article-facts>div{grid-template-columns:1fr;gap:4px}}
.hero-intro,.process-step p,.product-feature .link-note,.contact-actions .contact-note,.prose>.article-note,.company-table>div,.company-table dd{font-size:1rem}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.pending{opacity:1;transform:none}.step-line span{transform:scaleX(1)}.hero-media video{display:none!important}.motion-toggle{display:none!important}}
@media print{.site-header,.hero-media,.hero-bottom,.menu-toggle,.contact-actions,.site-footer{display:none!important}.hero{min-height:0;height:auto}.hero-content{padding-top:0;padding-bottom:25px}.section{padding-block:30px}.shell{padding-inline:0}.section-split,.product-grid,.company-grid{display:block}.reveal.pending{opacity:1;transform:none}.contact{color:var(--ink);background:white}.contact p,.contact .eyebrow{color:var(--ink)}a{color:var(--ink)}.product-feature{box-shadow:none}.company-table>div,.process-step,.work-row{break-inside:avoid}}
