:root{--brand-hero-bg:#020817;--brand-hero-overlay:#0a1628;--brand-navy-solid:#001126;--navy-900:#001126;--navy-800:#0d1a40;--navy-700:#122152;--navy-600:#1a2a64;--brand-gold:#f2bf66;--brand-gold-rgb:242,191,102;--gold-500:var(--brand-gold);--gold-text:var(--brand-gold);--gold-400:var(--brand-gold);--gold-300:#f5cd85;--gold-600:#e5b35c;--ink-900:#0c1430;--ink-700:#1f2a4b;--ink-500:#4b557a;--ink-400:#6b7393;--line:#e6e8f0;--soft:#f5f6f9;--cream:#f7f5f4;--white:#ffffff;--cta-height:48px;--cta-height-sm:40px;--cta-padding-x:22px;--cta-padding-x-sm:17px;--cta-font-size:0.9375rem;--cta-font-size-sm:0.8125rem;--cta-radius:12px;--cta-radius-sm:6px;--cta-gap:18px;--cta-gap-sm:10px;--cta-icon-size:0.875rem;--cta-shadow:0 8px 24px -10px rgba(242,191,102,0.55);--cta-shadow-hover:0 12px 32px -8px rgba(242,191,102,0.5);--cta-transition:transform 0.25s ease,background-color 0.25s ease,box-shadow 0.25s ease;--process-icon-bg:#001b44;--process-icon-shadow:0 8px 24px rgba(0,16,40,0.28);--service-icon-size:72px;--footer-navy-top:#02122d;--footer-navy-mid:#041936;--footer-navy-bot:#03142d;--footer-gold:#f2bf66;--footer-gold-deep:#e5b35c;--footer-gold-light:#f5cd85;--footer-gold-accent:#f2bf66;--footer-gold-heading:#f2bf66;--footer-btn-text:#111111}.App,body,html{background:var(--white)}html{scrollbar-gutter:stable}body{font-family:var(--font-dm-sans),"DM Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;color:var(--ink-900);-webkit-font-smoothing:antialiased;font-feature-settings:"ss01","cv11"}.font-display{font-family:var(--font-dm-sans),"DM Sans",sans-serif;letter-spacing:-.02em}:root{--font-primary:var(--font-dm-sans);--hero-eyebrow-gap:1rem;--hero-title-gap:1rem;--hero-subtitle-gap:1.5rem}.hero-title{font-family:var(--font-primary),"DM Sans",sans-serif;font-weight:800;font-size:1.5rem;line-height:1.12;letter-spacing:-.03em;color:#fff;text-align:left}@media (min-width:640px){.hero-title{font-size:1.875rem;line-height:.95}}@media (min-width:768px){.hero-title{font-size:2.25rem}}@media (min-width:1024px){.hero-title{font-size:3rem}}.hero-subtitle{font-family:var(--font-primary),"DM Sans",sans-serif;font-size:.875rem;line-height:1.625;color:#fff;max-width:28rem}@media (min-width:768px){.hero-subtitle{font-size:1rem}}.hero-eyebrow{margin-bottom:var(--hero-eyebrow-gap)}.hero-title--stacked{margin-bottom:var(--hero-title-gap)}.hero-subtitle--stacked{margin-bottom:var(--hero-subtitle-gap)}.eyebrow{font-family:var(--font-inter),var(--font-dm-sans),"Plus Jakarta Sans",sans-serif;font-size:13px;font-weight:800;letter-spacing:.18em;line-height:1;text-transform:uppercase;color:var(--gold-500);text-shadow:0 1px 0 rgba(0,0,0,.08)}.about-page .about-industries-footer{margin-top:2rem;text-align:center}@media (min-width:1024px){.about-page .about-industries-footer{margin-top:2.25rem}}.about-page .about-industries-divider{width:100%;height:1px;margin:0 0 1.25rem;background:#e8eaef;border:none}.about-page .about-industries-foot{font-family:var(--font-inter),var(--font-dm-sans),sans-serif;font-size:14px;font-weight:400;letter-spacing:-.01em;line-height:1.45;color:#5a6d8c;margin:0;max-width:40rem;margin-inline:auto}.challenge-section__eyebrow{font-weight:700;letter-spacing:.12em;font-size:13px}.btn-gold,.btn-primary,.cta-button,a.btn-gold,a.btn-primary,a.cta-button,button.btn-gold,button.btn-primary,button.cta-button{background:var(--gold-500);color:var(--navy-900);font-weight:600;border:none;border-radius:var(--cta-radius);min-height:var(--cta-height);height:var(--cta-height);padding:0 var(--cta-padding-x);font-size:var(--cta-font-size);display:inline-flex;align-items:center;justify-content:center;gap:var(--cta-gap);text-decoration:none;cursor:pointer;font-family:inherit;line-height:1.2;white-space:nowrap;transition:var(--cta-transition);box-shadow:var(--cta-shadow)}.btn-gold:hover,.btn-primary:hover,.cta-button:hover,a.btn-gold:hover,a.btn-primary:hover,a.cta-button:hover,button.btn-gold:hover,button.btn-primary:hover,button.cta-button:hover{background:var(--gold-300);color:var(--navy-900);transform:translateY(-1px);box-shadow:var(--cta-shadow-hover)}.btn-gold:focus-visible,.btn-primary:focus-visible,.cta-button:focus-visible{outline:2px solid var(--gold-500);outline-offset:2px}.btn-gold--sm,.cta-button--sm{min-height:var(--cta-height-sm);height:var(--cta-height-sm);padding:0 var(--cta-padding-x-sm);gap:var(--cta-gap-sm);font-size:var(--cta-font-size-sm);border-radius:var(--cta-radius-sm)}.btn-gold--block,.cta-button--block{width:100%}@media (min-width:768px){.btn-gold--lead,.cta-button--lead{min-width:200px;justify-content:center}}.cta-button__label{display:inline-flex;align-items:center}.btn-gold .fa-solid,.btn-gold svg,.btn-primary .fa-solid,.btn-primary svg,.cta-button .fa-solid,.cta-button svg,.cta-button__icon{flex-shrink:0;font-size:var(--cta-icon-size);width:1em;height:1em;transition:transform .25s ease}.btn-gold:hover .fa-solid,.btn-gold:hover svg,.btn-primary:hover .fa-solid,.btn-primary:hover svg,.cta-button:hover .cta-button__icon,.cta-button:hover .fa-solid,.cta-button:hover svg{transform:translateX(3px)}.site-header a[data-testid=header-book-assessment-btn],.site-header a[data-testid=mobile-book-btn]{background:var(--gold-500);color:var(--navy-900);font-weight:600;border:none;border-radius:var(--cta-radius-sm);min-height:unset;height:auto;display:inline-flex;align-items:center;text-decoration:none;cursor:pointer;font-family:inherit;line-height:1.2;white-space:nowrap;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;box-shadow:0 8px 24px -10px rgba(244,184,68,.55)}.site-header a[data-testid=header-book-assessment-btn]{min-height:40px;height:40px;padding:0 17px;font-size:.8125rem;font-weight:600;gap:10px;justify-content:center}.site-header a[data-testid=mobile-book-btn]{padding:14px 24px;justify-content:center}.site-header a[data-testid=header-book-assessment-btn]:hover,.site-header a[data-testid=mobile-book-btn]:hover{background:var(--gold-300);color:var(--navy-900);transform:translateY(-1px);box-shadow:0 8px 24px -10px rgba(244,184,68,.55)}.site-header a[data-testid=header-book-assessment-btn]:focus-visible,.site-header a[data-testid=mobile-book-btn]:focus-visible{outline:2px solid var(--gold-500);outline-offset:2px}.site-header a[data-testid=header-book-assessment-btn] .fa-solid,.site-header a[data-testid=header-book-assessment-btn]:hover .fa-solid,.site-header a[data-testid=mobile-book-btn] .fa-solid,.site-header a[data-testid=mobile-book-btn]:hover .fa-solid{transform:none}.vdits-exact.hero-ctas .hero-cta-primary{background:var(--gold-500);color:var(--navy-900);font-weight:600;border:none;border-radius:var(--cta-radius-sm);min-height:unset;height:auto;padding:10px 20px;font-size:13.5px;gap:12px;display:inline-flex;align-items:center;justify-content:center;text-decoration:none;cursor:pointer;font-family:inherit;line-height:1.2;white-space:nowrap;transition:transform .25s ease,background-color .25s ease,box-shadow .25s ease;box-shadow:0 8px 24px -10px rgba(242,191,102,.55)}.vdits-exact.hero-ctas .hero-cta-primary:hover{background:var(--gold-300);color:var(--navy-900);transform:translateY(-1px);box-shadow:0 6px 20px rgba(238,190,102,.4)}.vdits-exact.hero-ctas .hero-cta-primary:focus-visible{outline:2px solid var(--gold-500);outline-offset:2px}.vdits-exact.hero-ctas .hero-cta-primary .arr{transition:transform .25s ease}.vdits-exact.hero-ctas .hero-cta-primary:hover .arr{transform:translateX(3px)}.btn-outline-light{background:transparent;color:#ffffff;border:1px solid rgba(255,255,255,.35);font-weight:500;border-radius:var(--cta-radius);min-height:var(--cta-height);height:var(--cta-height);padding:0 var(--cta-padding-x);font-size:var(--cta-font-size);display:inline-flex;align-items:center;justify-content:center;gap:var(--cta-gap);transition:border-color .25s ease,background-color .25s ease,transform .25s ease}.btn-outline-light:hover{border-color:var(--gold-500);background:rgba(var(--brand-gold-rgb),.08);transform:translateY(-1px)}.nav-link{color:rgba(255,255,255,.85);font-weight:500;font-size:15px;position:relative;padding:6px 2px;transition:color .2s ease}.nav-link:hover{color:#fff}.nav-link.active{color:var(--gold-text)}.nav-link.active:after{content:"";position:absolute;left:0;right:0;bottom:-6px;height:2px;background:var(--gold-text)}.hero{position:relative;background:radial-gradient(1200px 500px at 70% 10%,rgba(255,255,255,.03),transparent 60%),linear-gradient(180deg,var(--brand-hero-bg) 0,var(--brand-navy-solid) 100%);overflow:hidden}.hero:before{background-image:url(https://images.unsplash.com/photo-1506146332389-18140dc7b2fb?auto=format&fit=crop&w=1920&q=70);background-size:cover;background-position:50%;opacity:.12;filter:saturate(.5) hue-rotate(-10deg) brightness(.7)}.hero:after,.hero:before{content:"";position:absolute;inset:0}.hero:after{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-hero-overlay) 65%,transparent) 0,color-mix(in srgb,var(--brand-hero-overlay) 90%,transparent) 70%,var(--brand-hero-bg) 100%)}.home-hero-overlay{background:radial-gradient(ellipse 85% 75% at 12% 88%,rgba(0,12,40,.55) 0,rgba(0,12,40,.28) 45%,transparent 72%),linear-gradient(90deg,rgba(0,12,40,.8),rgba(0,12,40,.6) 35%,rgba(0,12,40,.35) 65%,rgba(0,12,40,.15))}@media (max-width:1023px){.home-hero-overlay{background:linear-gradient(0deg,rgba(0,12,40,.82),rgba(0,12,40,.48) 42%,rgba(0,12,40,.2) 68%,transparent 88%),linear-gradient(90deg,rgba(0,12,40,.88),rgba(0,12,40,.74) 45%,rgba(0,12,40,.42))}}#home .container p,.cinematic-page-hero .site-container p,.cinematic-page-hero [data-testid=breadcrumb],.cinematic-page-hero [data-testid=breadcrumb] a,.hero [data-testid=breadcrumb],.hero [data-testid=breadcrumb] a,.hero.hero--skyline .site-container .fade-up>p,.hero[data-testid=careers-hero] .site-container p{color:#fff}.hero.hero--deep-navy{background-color:var(--brand-hero-bg);background-image:none}.hero.hero--deep-navy:before{opacity:.035;filter:saturate(0) brightness(.35)}.hero.hero--deep-navy:after{background:linear-gradient(180deg,color-mix(in srgb,var(--brand-hero-overlay) 20%,transparent) 0,color-mix(in srgb,var(--brand-hero-overlay) 82%,transparent) 72%,var(--brand-hero-bg) 100%)}.hero.hero--deep-navy .hero-grid-dots{opacity:.4;z-index:2}.hero.hero--deep-navy .hero-cost-wave{position:absolute;left:0;right:0;bottom:0;height:100px;pointer-events:none;z-index:1;opacity:.22;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 120' preserveAspectRatio='none'%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='1.2' stroke-opacity='0.35' d='M0 80 C240 40 480 100 720 70 C960 40 1200 90 1440 60'/%3E%3Cpath fill='none' stroke='%23ffffff' stroke-width='0.9' stroke-opacity='0.2' d='M0 95 C200 75 400 110 600 85 C800 60 1000 100 1200 78 C1320 65 1380 72 1440 68'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100% 100%;background-position:bottom}.hero.hero--deep-navy.hero--premium-finance{background-color:var(--brand-hero-bg);background-image:radial-gradient(circle at 18% 18%,rgba(37,99,235,.2),transparent 34%),radial-gradient(circle at 82% 70%,rgba(250,204,21,.13),transparent 32%),radial-gradient(ellipse 95% 65% at 50% 108%,rgba(15,23,42,.9),transparent 58%),linear-gradient(135deg,var(--brand-hero-bg) 0,#071226 44%,#0a1f3d 100%)}.hero.hero--deep-navy.hero--premium-finance:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='160' height='160'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");background-size:180px 180px;opacity:.05;filter:none}.hero.hero--deep-navy.hero--premium-finance:after{background:radial-gradient(640px circle at calc(100% + 48px) -8%,rgba(30,64,175,.45),transparent 70%),radial-gradient(520px circle at -10% 92%,rgba(234,179,8,.09),transparent 62%),linear-gradient(180deg,rgba(2,8,23,.02) 0,color-mix(in srgb,var(--brand-hero-overlay) 82%,transparent) 70%,var(--brand-hero-bg) 100%);filter:none}.hero.hero--deep-navy.hero--premium-finance .hero-grid-dots{opacity:.35}.hero-luxury-orb{position:absolute;border-radius:999px;pointer-events:none;z-index:1}.hero-luxury-orb--a{left:8%;top:20%;width:18rem;height:18rem;background:rgba(59,130,246,.22);filter:blur(120px)}.hero-luxury-orb--b{right:4%;bottom:10%;width:22rem;height:22rem;background:rgba(250,204,21,.12);filter:blur(140px)}@media (prefers-reduced-motion:reduce){.cost-hero-dashboard-shell{animation:none!important}}@keyframes costHeroDashboardFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}.cost-hero-dashboard-shell{animation:costHeroDashboardFloat 6.5s ease-in-out infinite;will-change:transform}.service-hero-sub--premium{font-size:clamp(18px,1.55vw,22px);line-height:1.6;color:#fff;max-width:620px}.service-hero-body--premium{font-size:16px;line-height:1.65;color:#fff;max-width:620px}.btn-outline-light.btn-outline-premium{border-radius:var(--cta-radius);min-height:var(--cta-height);height:var(--cta-height);padding:0 var(--cta-padding-x);border:1px solid rgba(255,255,255,.22);background:rgba(255,255,255,.04);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px)}.btn-outline-light.btn-outline-premium:hover{background:rgba(255,255,255,.08);border-color:rgba(255,255,255,.32)}.hero.hero--skyline{background:var(--navy-900)}.hero.hero--skyline:after,.hero.hero--skyline:before{display:none}.hero.hero--skyline .page-hero-skyline{position:absolute;inset:0;z-index:0;pointer-events:none}.hero.hero--skyline .page-hero-skyline__img{z-index:0;transform:none}.hero.hero--skyline .page-hero-skyline[data-skyline-tone=default] .page-hero-skyline__img{filter:brightness(1.18) saturate(1.08) contrast(1.04)}.hero.hero--skyline .page-hero-skyline[data-skyline-tone=custom] .page-hero-skyline__img{filter:none}.hero.hero--skyline .page-hero-skyline--next:before{content:none}.hero.hero--skyline .page-hero-skyline:after{content:"";position:absolute;inset:0;z-index:1;background-image:linear-gradient(90deg,rgba(0,17,38,.18),rgba(0,17,38,.04) 55%,rgba(0,17,38,0)),linear-gradient(180deg,rgba(3,7,20,.5),rgba(3,7,20,.78) 72%,rgba(3,7,20,.88));pointer-events:none}.hero.hero--skyline .hero-grid-dots{z-index:1}.gold-strip{width:44px;height:3px;border-radius:999px;flex-shrink:0;background:linear-gradient(90deg,var(--gold-600) 0,var(--gold-500) 50%,var(--gold-300) 100%);box-shadow:0 0 8px rgba(var(--brand-gold-rgb),.45),0 0 18px rgba(var(--brand-gold-rgb),.2)}.lead-cta-band-section:not([data-testid=cases-lead-cta]):not([data-testid=careers-lead-cta]),section[data-testid$=-lead-cta]:not([data-testid=cases-lead-cta]):not([data-testid=careers-lead-cta]),section[data-testid=cta-section],section[data-testid=lead-cta-band]{background-color:#ffffff}section[data-testid=careers-lead-cta],section[data-testid=cases-lead-cta]{background-color:var(--soft)}.lead-cta-band__btn-wrap{width:100%}.lead-cta-band__card .lead-cta-band__btn.cta-button--lead{box-sizing:border-box;display:inline-flex;width:100%;min-height:var(--cta-height);height:var(--cta-height);padding:0 var(--cta-padding-x);font-family:var(--font-inter),var(--font-dm-sans),sans-serif;font-size:var(--cta-font-size);font-weight:600;line-height:1.2;border-radius:var(--cta-radius);justify-content:center;white-space:nowrap}@media (min-width:768px){.lead-cta-band__btn-wrap{width:auto}.lead-cta-band__card .lead-cta-band__btn.cta-button--lead{width:240px;min-width:240px;max-width:240px}}.about-page .approach-section{padding-bottom:var(--section-py-md)}.cta-accent-bar{display:block;width:48px;height:3px;border-radius:999px;flex-shrink:0;background:var(--gold-500)}.about-title-accent{display:block;margin-top:14px}.about-ref-line,.about-ref-lines{display:block}#open-positions,#our-approach{scroll-margin-top:88px}@media (max-width:1023px){.about-industry-desc-lines.about-ref-lines,.about-industry-title-lines.about-ref-lines{display:block;height:auto}.about-industry-desc-lines .about-ref-line,.about-industry-title-lines .about-ref-line{display:block;height:auto;white-space:normal}}@media (min-width:1024px){.about-page .about-ref-lines--lock .about-ref-line{white-space:nowrap}.about-page .about-who-intro{width:31.5rem;max-width:31.5rem;line-height:1.72;margin-bottom:1.125rem}.about-page .about-copy{max-width:31.5rem}.about-page .about-focus-desc-ref{display:block;width:100%;max-width:100%;line-height:1.58}.about-page .about-focus-desc-ref.about-ref-lines--lock .about-ref-line{white-space:normal}.about-page .about-section .focus-content p,.about-page .about-section .focus-content-desc{line-height:1.58;overflow:visible;min-width:0}.about-page .about-approach-title{max-width:none;width:-moz-max-content;width:max-content;line-height:1.12;margin-bottom:28px}.about-page .about-approach-title .about-ref-line{white-space:nowrap}.about-page .about-leadership-copy{width:31.5rem;max-width:31.5rem}.about-page .about-leadership-copy .about-ref-lines{line-height:1.72;margin-bottom:18px}.about-page .about-leadership-copy .about-ref-lines:last-child{margin-bottom:0}.about-page .about-leadership-intro.about-ref-lines{display:grid;grid-template-rows:repeat(3,calc(17px * 1.72));row-gap:0;width:31.5rem;max-width:31.5rem}.about-page .about-leadership-intro .about-ref-line{width:-moz-max-content;width:max-content;max-width:31.5rem;height:calc(17px * 1.72);white-space:nowrap;overflow:visible}.about-page .experience-grid{grid-template-columns:repeat(4,1fr)}.about-page .experience-item{padding:0 22px}.about-page .about-industries-grid-ref{align-items:stretch}.about-page .about-industries-section{--about-ind-icon:5.75rem;--about-ind-glyph:5.25rem;--about-ind-title-lines:1;--about-ind-title-font:14px;--about-ind-text-w:92%;--about-ind-title-h:calc(var(--about-ind-title-lines) * var(--about-ind-title-font) * var(--about-ind-title-lh))}.about-page .about-industries-grid-ref{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.about-page .about-industry-card--layout,.about-page .about-industry-card.about-industry-card--layout{min-width:0;padding:22px 16px 18px}.about-page .about-industry-title-lines.about-ref-lines--lock .about-ref-line{white-space:nowrap}.about-page .about-industry-desc-lines.about-ref-lines--lock .about-ref-line{white-space:normal;overflow:hidden}}@media (min-width:1600px){.about-page .about-industries-section{--about-ind-icon:5.5rem;--about-ind-glyph:5rem;--about-ind-title-font:clamp(12px,0.72vw,13px);--about-ind-title-lh:1.25;--about-ind-title-lines:1;--about-ind-desc-font:12px;--about-ind-desc-lh:1.5;--about-ind-text-w:90%;--about-ind-zone-gap:0.375rem;--about-ind-body-gap:0.25rem;--about-ind-title-h:calc(var(--about-ind-title-lines) * var(--about-ind-title-font) * var(--about-ind-title-lh));--about-ind-desc-h:calc(var(--about-ind-desc-lines) * var(--about-ind-desc-font) * var(--about-ind-desc-lh))}.about-page .about-industries-grid-ref{grid-template-columns:repeat(6,minmax(0,1fr));gap:1rem}.about-page .about-industry-card--layout,.about-page .about-industry-card.about-industry-card--layout{min-width:0;min-height:220px;height:100%;padding:16px 12px 14px}.about-page .about-industry-desc-band,.about-page .about-industry-title-band{max-width:90%;padding-inline:0}.about-page .about-industry-title-lines.about-ref-lines--lock .about-ref-line{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.about-page .about-industry-desc-lines.about-ref-lines--lock .about-ref-line{white-space:normal;max-width:100%}}.about-section{background:#ffffff;padding-block:var(--section-py-md)}.about-container{width:100%;max-width:1180px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:minmax(0,1.28fr) minmax(0,1fr);gap:clamp(36px,5vw,56px);align-items:start}.about-col-text{text-align:left}.about-col-card,.about-col-text{justify-self:stretch;min-width:0}.about-col-card{width:100%}.about-title{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:clamp(32px,3.35vw,40px);line-height:1.12;letter-spacing:-.045em;font-weight:700;color:#07152f;max-width:26rem;margin:0}.about-copy{margin-top:22px;max-width:30rem}.about-copy p{font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:16px;line-height:1.72;letter-spacing:-.012em;color:#1e2d4b;margin:0 0 1.125rem;text-align:left}.about-copy p:last-child{margin-bottom:0}.about-section .focus-card{background:#f4f5f7;border:1px solid #e8eaef;border-radius:12px;padding:36px 40px 32px;box-shadow:0 1px 2px rgba(7,21,47,.04);overflow:visible;min-width:0}.about-section .focus-card-title{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:18px;line-height:1.25;letter-spacing:-.03em;font-weight:700;color:#07152f;margin:0 0 8px;text-align:left}.about-section .focus-row{display:flex;align-items:flex-start;gap:18px;padding:20px 0;position:relative}.about-section .focus-icon{width:52px;height:52px;border-radius:999px;background:#001126;display:flex;align-items:center;justify-content:center;flex-shrink:0}.about-section .focus-icon i{font-size:22px;line-height:1;color:#d6a24c}.about-section .focus-icon--asset{padding:5px;overflow:hidden}.about-section .focus-icon--asset .focus-icon-img{display:block;width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.about-section .focus-row:not(:last-child):after{content:"";position:absolute;left:12px;right:12px;bottom:0;height:1px;background:#dfe3ea}.about-section .focus-content{flex:1;min-width:0;text-align:left;overflow:visible}.about-section .focus-content-desc{margin:0;font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:15px;line-height:1.58;letter-spacing:-.01em;color:#394867;overflow:visible;min-width:0}.about-section .focus-content h4{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:17px;line-height:1.22;letter-spacing:-.028em;font-weight:700;color:#07152f;margin:0 0 6px}.about-section .focus-content p,.about-section .focus-content-desc .about-ref-line{font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:15px;line-height:1.58;letter-spacing:-.01em;color:#394867}.about-section .focus-content p{margin:0}@media (max-width:980px){.about-container{grid-template-columns:1fr;gap:40px}.about-copy,.about-title{max-width:36rem}}@media (max-width:640px){.about-container{padding:0 22px;gap:32px}.about-title{font-size:clamp(28px,8vw,34px)}.about-section .focus-card{padding:28px 22px 24px}.about-section .focus-row{gap:14px;align-items:flex-start;padding:18px 0}.about-section .focus-row:not(:last-child):after{left:8px;right:8px}.about-section .focus-icon i{font-size:20px}}.experience-section{background:#ffffff;padding-block:var(--section-py-md)}.experience-container{width:100%;max-width:1180px;margin:0 auto;padding:0 40px}.experience-header{text-align:center;margin-bottom:var(--section-head-gap)}.experience-title{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:clamp(26px,2.65vw,32px);line-height:1.18;letter-spacing:-.04em;font-weight:700;color:#07152f;max-width:52rem;margin:0 auto}.experience-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));align-items:stretch;gap:0}.experience-item{padding:0 28px;position:relative;text-align:left;display:flex;flex-direction:column;align-items:flex-start;min-width:0}.experience-item:not(:last-child):after{content:"";position:absolute;top:0;bottom:0;right:0;width:1px;height:auto;background:#dfe3ea}.experience-top{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:8px;margin-bottom:18px;width:100%}.experience-icon{width:64px;height:64px;border-radius:999px;border:1.5px solid #d6a24c;display:flex;align-items:center;justify-content:center;flex-shrink:0}.experience-icon i{font-size:21px;line-height:1;color:#d6a24c}.experience-icon--asset{border:none;padding:0;overflow:hidden;flex:0 0 64px;width:64px;height:64px}.experience-icon--asset .experience-icon-img,.experience-icon--asset img{display:block;width:100%!important;height:100%!important;max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.experience-value{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:clamp(28px,2.85vw,36px);line-height:1.05;letter-spacing:-.045em;font-weight:700;color:#07152f;flex:1;min-width:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:0 6px}.experience-suffix{font-size:clamp(17px,1.65vw,20px);font-weight:700;letter-spacing:-.03em;color:#07152f}.experience-description{font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:16px;line-height:1.65;letter-spacing:-.01em;color:#1c2d4a;max-width:220px;margin:0;text-align:left;min-height:4.95em}.about-page .experience-section{--about-exp-metric-h:5rem;--about-exp-desc-w:14.5rem;--about-exp-font:16px;--about-exp-lh:1.65;--about-exp-desc-lines:3;--about-exp-desc-h:calc(var(--about-exp-desc-lines) * var(--about-exp-font) * var(--about-exp-lh));--about-exp-block-gap:1.25rem}.about-page .about-industries-section{--about-ind-icon:5.75rem;--about-ind-glyph:5.25rem;--about-ind-title-font:14px;--about-ind-title-lh:1.3;--about-ind-title-lines:2;--about-ind-title-h:calc(var(--about-ind-title-lines) * var(--about-ind-title-font) * var(--about-ind-title-lh));--about-ind-desc-font:13px;--about-ind-desc-lh:1.5;--about-ind-desc-lines:2;--about-ind-desc-h:calc(var(--about-ind-desc-lines) * var(--about-ind-desc-font) * var(--about-ind-desc-lh));--about-ind-text-w:100%;--about-ind-zone-gap:0.75rem;--about-ind-body-gap:0.375rem}.about-page .about-industries-grid-ref{align-items:stretch;min-width:0}.about-page .experience-item{display:grid;grid-template-rows:var(--about-exp-metric-h) var(--about-exp-desc-h);row-gap:var(--about-exp-block-gap);align-content:start;align-items:start;min-height:calc(var(--about-exp-metric-h) + var(--about-exp-block-gap) + var(--about-exp-desc-h))}.about-page .experience-metric{display:grid;grid-template-columns:64px minmax(0,1fr);-moz-column-gap:4px;column-gap:4px;align-items:center;width:100%;height:var(--about-exp-metric-h);min-height:var(--about-exp-metric-h);max-height:var(--about-exp-metric-h);box-sizing:border-box}.about-page .experience-metric-value{min-width:0;display:flex;align-items:center}.about-page .experience-value-inner{display:inline-flex;flex-wrap:nowrap;align-items:baseline;-moz-column-gap:.3em;column-gap:.3em;white-space:nowrap;max-width:100%}.about-page .experience-suffix,.about-page .experience-value-primary{flex-shrink:0}.about-page .experience-value-primary{font-family:var(--font-dm-sans),"Plus Jakarta Sans",sans-serif;font-size:clamp(22px,2.15vw,26px);line-height:1.1;letter-spacing:-.02em;font-weight:700;color:#07152f}.about-page .experience-suffix{font-size:clamp(18px,1.75vw,22px);font-weight:700;letter-spacing:-.02em}.about-page .experience-desc-region{width:var(--about-exp-desc-w);max-width:100%;height:var(--about-exp-desc-h);min-height:var(--about-exp-desc-h);max-height:var(--about-exp-desc-h);flex-shrink:0;box-sizing:border-box}.about-page .experience-desc-lines.about-ref-lines{display:grid;grid-template-rows:repeat(3,calc(var(--about-exp-font) * var(--about-exp-lh)));row-gap:0;width:100%;height:var(--about-exp-desc-h);font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:var(--about-exp-font);line-height:var(--about-exp-lh);letter-spacing:-.01em;color:#1c2d4a;text-align:left}.about-page .experience-desc-lines .about-ref-line{display:block;height:calc(var(--about-exp-font) * var(--about-exp-lh));line-height:var(--about-exp-lh);overflow:visible;white-space:normal}@media (max-width:980px){.experience-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:40px;-moz-column-gap:0;column-gap:0}.experience-item:nth-child(2n):after{display:none}}@media (max-width:640px){.experience-container{padding:0 22px}.experience-grid{grid-template-columns:1fr}.experience-item{padding:0 0 28px}.experience-item:after{display:none}.experience-description{max-width:100%}}.approach-section{background:#ffffff;padding-block:var(--section-py-md)}.approach-container{width:100%;max-width:1180px;margin:0 auto;padding:0 40px;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:clamp(40px,5vw,72px);align-items:start;position:relative}.approach-container:after{content:"";position:absolute;top:0;bottom:0;left:50%;transform:translateX(-50%);width:1px;background:#dfe3ea;pointer-events:none}.approach-column{position:relative;text-align:left}.approach-column:first-child{padding-right:clamp(8px,1.5vw,20px)}.approach-column:last-child{padding-left:clamp(8px,1.5vw,20px)}.approach-section .section-title{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:clamp(30px,3.2vw,36px);line-height:1.12;letter-spacing:-.045em;font-weight:700;color:#07152f;margin:0 0 var(--section-head-gap)}.approach-section .section-title--narrow{max-width:22rem}.approach-section .section-title--wide{max-width:26rem}.approach-section .section-copy{max-width:30rem}.approach-section .section-copy p{font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:17px;line-height:1.72;letter-spacing:-.012em;color:#1c2d4a;margin:0 0 18px;text-align:left}.approach-section .section-copy p:last-child{margin-bottom:0}.approach-list{display:flex;flex-direction:column;gap:24px;position:relative;padding:0;margin:0}.approach-list:before{content:"";position:absolute;left:26px;top:26px;bottom:26px;width:2px;transform:translateX(-50%);background:var(--gold-500);border-radius:2px;z-index:0}.approach-item{display:flex;align-items:flex-start;gap:18px;position:relative;z-index:1}.approach-icon{width:52px;height:52px;border-radius:999px;background:var(--process-icon-bg);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-sizing:border-box;padding:7px;box-shadow:var(--process-icon-shadow)}.approach-icon i{font-size:22px;line-height:1;color:#ffffff}.approach-item-content{text-align:left}.approach-item-content h4{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:17px;line-height:1.25;letter-spacing:-.02em;font-weight:700;color:#07152f;margin:1px 0 6px}.approach-item-content p{font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:16px;line-height:1.6;letter-spacing:-.01em;color:#394867;max-width:22rem;margin:0}.approach-section .commitment-card{margin-top:32px;background:#ffffff;border-radius:16px;padding:28px 36px;display:flex;align-items:center;gap:28px;border:1px solid #dfe3ea;box-shadow:0 4px 16px rgba(10,31,61,.08)}.approach-section .commitment-icon{width:80px;height:80px;border-radius:999px;background:transparent;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:none}.approach-section .commitment-icon svg{width:72px;height:72px;display:block;flex-shrink:0}.approach-section .commitment-content{text-align:left}.approach-section .commitment-content h4{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:22px;line-height:1.25;letter-spacing:-.025em;font-weight:700;color:#07152f;margin:0 0 8px}.approach-section .commitment-content p{font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:17px;line-height:1.6;letter-spacing:-.01em;color:#394867;margin:0}@media (min-width:981px) and (max-width:1023px){.about-page .about-leadership-copy{width:31.5rem;max-width:min(31.5rem,100%)}.about-page .about-leadership-intro.about-ref-lines{display:grid;grid-template-rows:repeat(3,calc(17px * 1.72));row-gap:0;width:31.5rem;max-width:min(31.5rem,100%)}.about-page .about-leadership-intro .about-ref-line{width:-moz-max-content;width:max-content;max-width:31.5rem;height:calc(17px * 1.72);white-space:nowrap;overflow:visible}}@media (max-width:980px){.about-page .about-leadership-intro.about-ref-lines{display:block;width:auto;max-width:100%}.about-page .about-leadership-intro .about-ref-line{width:auto;max-width:100%;height:auto;white-space:normal}.approach-container{grid-template-columns:1fr;gap:48px}.approach-container:after{display:none}.approach-column:first-child,.approach-column:last-child{padding-left:0;padding-right:0}.approach-list:before{display:none}.approach-item-content p,.approach-section .section-copy,.approach-section .section-title--narrow,.approach-section .section-title--wide{max-width:100%}}@media (max-width:640px){.approach-container{padding:0 22px}.approach-section .section-title{font-size:clamp(28px,9vw,40px)}.approach-icon{width:48px;height:48px}.approach-icon i{font-size:20px}.approach-section .commitment-icon{width:72px;height:72px}.approach-section .commitment-icon svg{width:64px;height:64px}.approach-section .commitment-card{align-items:flex-start}}.about-page .about-industry-card--layout,.about-page .about-industry-card.about-industry-card--layout{box-sizing:border-box;display:flex;flex-direction:column;align-items:center;height:100%;min-width:0;min-height:0;padding:14px 16px 18px}.about-industry-icon-zone{display:flex;flex-shrink:0;align-items:center;justify-content:center}.about-industry-icon-zone svg{display:block;flex-shrink:0;transform-origin:center center}.about-page .about-industry-icon-zone{display:flex;flex-shrink:0;align-items:center;justify-content:center;width:var(--about-ind-icon);height:var(--about-ind-icon);min-height:var(--about-ind-icon);margin-bottom:var(--about-ind-zone-gap);color:var(--navy-900)}.about-page .about-industry-icon-glyph,.about-page .about-industry-icon-zone svg{display:block;width:var(--about-ind-glyph)!important;height:var(--about-ind-glyph)!important;max-width:100%;max-height:100%;flex-shrink:0;transform-origin:center center}.about-industry-icon-zone--banking-financial-services svg,.about-page .about-industry-icon-zone--banking-financial-services svg{transform:scale(.98)}.about-industry-icon-zone--healthcare svg,.about-page .about-industry-icon-zone--healthcare svg{transform:scale(.96)}.about-industry-icon-zone--government-public-sector svg,.about-page .about-industry-icon-zone--government-public-sector svg{transform:translateY(5px) scale(.97)}.about-industry-icon-zone--manufacturing svg,.about-page .about-industry-icon-zone--manufacturing svg{transform:scale(.94)}.about-industry-icon-zone--retail-ecommerce svg,.about-page .about-industry-icon-zone--retail-ecommerce svg{transform:scale(.96)}.about-industry-icon-zone--technology-saas svg,.about-page .about-industry-icon-zone--technology-saas svg{transform:translateY(10px) scale(1.08)}.about-page .about-industry-card-body{flex:1 1 auto;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-width:0;min-height:0;gap:var(--about-ind-body-gap)}.about-page .about-industry-title-band{min-height:var(--about-ind-title-h);margin-bottom:0}.about-page .about-industry-desc-band,.about-page .about-industry-title-band{display:flex;flex-shrink:0;align-items:flex-start;justify-content:center;width:100%;max-width:var(--about-ind-text-w);padding:0 .25rem;box-sizing:border-box;overflow:visible}.about-page .about-industry-desc-band{min-height:var(--about-ind-desc-h)}.about-page .about-industry-title-lines.about-ref-lines{display:grid;grid-template-rows:repeat(var(--about-ind-title-lines,1),minmax(calc(var(--about-ind-title-font) * var(--about-ind-title-lh)),auto));row-gap:0;width:100%;min-height:var(--about-ind-title-h);margin-inline:auto;overflow:visible}.about-page .about-industry-title-lines .about-ref-line{text-align:center;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:var(--about-ind-title-font);font-weight:700;line-height:var(--about-ind-title-lh);min-height:calc(var(--about-ind-title-font) * var(--about-ind-title-lh));height:auto;color:#07152f;overflow:visible}.about-page .about-industry-desc-lines.about-ref-lines{display:grid;grid-template-rows:repeat(var(--about-ind-desc-lines,2),minmax(calc(var(--about-ind-desc-font) * var(--about-ind-desc-lh)),auto));row-gap:0;width:100%;max-width:100%;min-height:var(--about-ind-desc-h);margin-inline:auto;text-align:center;line-height:var(--about-ind-desc-lh);overflow:hidden;text-wrap:pretty}.about-page .about-industry-desc-lines .about-ref-line{text-align:center;font-family:var(--font-inter),"Inter",var(--font-dm-sans),sans-serif;font-size:var(--about-ind-desc-font);font-weight:400;line-height:var(--about-ind-desc-lh);min-height:calc(var(--about-ind-desc-font) * var(--about-ind-desc-lh));height:auto;color:var(--ink-500);overflow:visible}.about-page .about-industry-desc-lines .about-ref-line--spacer,.about-page .about-industry-title-lines .about-ref-line--spacer{visibility:hidden;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media (max-width:1023px){.about-page .experience-item{display:flex;flex-direction:column;min-height:0}.about-page .experience-metric{display:flex;gap:4px;height:auto;min-height:var(--about-exp-metric-h);max-height:none}.about-page .experience-desc-region{height:auto;min-height:var(--about-exp-desc-h);max-height:none}.about-page .experience-desc-lines.about-ref-lines{display:block;height:auto}.about-page .experience-desc-lines .about-ref-line{height:auto;white-space:normal}.about-page .about-industry-card--layout,.about-page .about-industry-card-body{min-height:0}.about-page .about-industry-desc-band,.about-page .about-industry-title-band{height:auto;min-height:0;max-height:none}.about-page .about-industry-desc-lines.about-ref-lines,.about-page .about-industry-title-lines.about-ref-lines{display:block;height:auto}.about-page .about-industry-desc-lines .about-ref-line,.about-page .about-industry-title-lines .about-ref-line{display:block;height:auto;white-space:normal}}.about-industries-footer{margin-top:24px;display:flex;flex-direction:column;align-items:center;gap:0}.about-industries-divider{width:100%;height:1px;background:#e8eaef}.about-industries-foot{font-family:var(--font-inter),"Inter",sans-serif;font-size:14px;line-height:1.45;color:var(--ink-500);text-align:center;margin:0}.about-industries-foot-title{font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:14px;font-weight:700;line-height:1.32;color:#07152f;text-align:center;margin:0 0 10px;max-width:none;white-space:nowrap}@media (max-width:480px){.about-industries-foot-title{white-space:normal;max-width:18rem}}.about-industries-foot-gold{margin:0 0 14px}.about-industries-divider--full{width:100vw;margin-left:calc(50% - 50vw);margin-top:0}.footer-accent-line{width:48px;height:2px;margin-bottom:18px;border-radius:999px;background:linear-gradient(90deg,var(--gold-300) 0,var(--gold-500) 50%,var(--gold-300) 100%)}.about-page .hero-grid-dots{display:none}.hero-grid-dots{position:absolute;left:0;bottom:0;width:50%;height:60%;background-image:radial-gradient(rgba(var(--brand-gold-rgb),.18) 1px,transparent 1px);background-size:12px 12px;mask-image:linear-gradient(180deg,transparent,#000 50%,#000);-webkit-mask-image:linear-gradient(180deg,transparent,#000 50%,#000);pointer-events:none}.dash-card{background:linear-gradient(180deg,#0e1a44,#0a1334);border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:22px;color:#e8ecf6;box-shadow:0 30px 80px -30px rgba(0,0,0,.6),inset 0 1px 0 rgba(255,255,255,.03)}.kpi-tile{background:rgba(255,255,255,.02);border:1px solid rgba(255,255,255,.05);border-radius:8px;padding:16px}.spark{height:28px;width:100%;margin-top:10px}.bar-track{height:6px;border-radius:4px;background:rgba(255,255,255,.06);position:relative;overflow:hidden}.bar-fill{position:absolute;inset:0;background:linear-gradient(90deg,var(--gold-500),var(--gold-300));border-radius:4px}.donut{width:130px;height:130px;border-radius:50%;background:conic-gradient(var(--gold-500) 0 42%,#2b3a72 42% 67%,#4f63a8 67% 85%,#7a8bc9 85% 95%,#b9c2e0 95% 100%);display:grid;place-items:center;position:relative}.donut:after{content:"";width:70px;height:70px;background:#0a1334;border-radius:50%}@media (max-width:639px){.dash-card .donut{width:104px;height:104px}.dash-card .donut:after{width:56px;height:56px}}.sol-card{background:#fff;border:1px solid var(--line);border-radius:10px;padding:32px;transition:transform .3s ease,box-shadow .3s ease,border-color .3s ease}.sol-card:hover{transform:translateY(-4px);box-shadow:0 30px 60px -30px rgba(10,21,53,.18);border-color:rgba(var(--brand-gold-rgb),.4)}.sol-icon{width:56px;height:56px;border-radius:50%;background:var(--navy-900);color:var(--gold-text);display:grid;place-items:center;margin-bottom:22px}.sol-icon i{font-size:22px;line-height:1}.sol-icon.size-lg{width:64px;height:64px}.sol-icon.size-lg i{font-size:26px}.check-li{display:flex;gap:10px;align-items:flex-start;color:var(--ink-700);font-size:15px;padding:4px 0}.check-li i,.check-li svg{color:var(--gold-text);margin-top:4px;font-size:13px;flex-shrink:0}.filled-card__bullets{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.filled-card__bullet-row{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;line-height:1.45;color:var(--ink-500)}.filled-card__bullet-row .gold-checkbox-bullet{flex-shrink:0}@media (min-width:1024px){.cost-whatwedo-section .filled-card:first-child .filled-card__desc{max-width:min(100%,15.25rem)}.cost-whatwedo-section .filled-card:nth-child(2) .filled-card__desc{max-width:min(100%,16.625rem)}.cost-whatwedo-section .filled-card:nth-child(3) .filled-card__desc,.cost-whatwedo-section .filled-card:nth-child(4) .filled-card__desc{max-width:min(100%,16.125rem)}}.step-num{background:var(--gold-500);color:var(--navy-900);place-items:center;font-weight:700;font-size:20px;border-radius:4px}.step-icon,.step-num{width:56px;height:56px;display:grid}.step-icon{border-radius:50%;background:var(--process-icon-bg);place-items:center;color:#fff}.approach-step-icon-well,.assess-card-icon-well,.cost-approach-icon-well,.kpi-approach-icon-well,.process-icon-well,.services-value-step-icon,.vdits-exact .step-icon{background:var(--process-icon-bg)!important;background-image:none!important;box-shadow:var(--process-icon-shadow)}.approach-step-icon-well:after,.approach-step-icon-well:before,.process-icon-well:after,.process-icon-well:before,.vdits-exact .step-icon:after,.vdits-exact .step-icon:before{display:none!important;content:none!important}.why-icon{width:64px;height:64px;display:grid;place-items:center;color:var(--gold-text);font-size:30px;margin:0 auto 18px}.site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:100;overflow:visible}.site-header .site-header__inner>nav{position:relative;z-index:5;overflow:visible}.site-header .header-actions{position:relative;z-index:1;flex-shrink:0}.services-nav-dropdown{position:relative;z-index:20}.services-nav-dropdown__menu{position:absolute;left:50%;top:100%;z-index:250;margin-top:12px;transform:translateX(-50%);pointer-events:auto}.services-nav-dropdown__panel{position:static!important;width:280px;pointer-events:auto}.site-header .header-brand{position:relative;z-index:1;margin-left:clamp(-12px,-1vw,-6px)}.site-header.transparent{background:transparent;transition:background-color .28s ease,box-shadow .28s ease}.site-header.transparent.site-header--scrolled{background:var(--navy-900);box-shadow:0 1px 0 rgba(255,255,255,.06)}.site-header.solid{background:var(--navy-900)}.site-header__inner{position:relative;z-index:2;width:100%;max-width:1320px;margin:0 auto;padding:18px var(--site-gutter,clamp(20px,4vw,48px));display:flex;align-items:center;justify-content:space-between;gap:24px;overflow:visible}.icon-btn{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:999px;color:rgba(255,255,255,.85);border:none;background:transparent;transition:background-color .2s ease,color .2s ease,border-color .2s ease;cursor:pointer}@media (min-width:1024px){.icon-btn.\!lg\:hidden,.icon-btn.lg\:hidden{display:none}}.icon-btn:hover{color:var(--gold-text)}.region-pill{display:inline-flex;align-items:center;gap:8px;padding:9px 16px;border-radius:999px;background:rgba(10,21,53,.55);color:#ffffff;font-weight:600;font-size:13.5px;cursor:pointer;border:1px solid var(--gold-text);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 6px 20px -8px rgba(var(--brand-gold-rgb),.35);transition:transform .2s ease,box-shadow .2s ease,background-color .2s ease}.region-pill:hover{background:rgba(var(--brand-gold-rgb),.12);transform:translateY(-1px);box-shadow:0 10px 24px -6px rgba(var(--brand-gold-rgb),.45)}.region-pill .pin{color:var(--gold-text);font-size:14px}.region-pop{position:absolute;top:calc(100% + 10px);right:0;width:240px;background:var(--navy-900);border-radius:12px;box-shadow:0 18px 50px -10px rgba(0,0,0,.5);border:1px solid rgba(var(--brand-gold-rgb),.35);padding:6px 0 8px;z-index:50}.region-pop__head{padding:14px 22px 12px;font-size:11px;font-weight:800;color:var(--gold-text);letter-spacing:.2em;text-transform:uppercase;border-bottom:1px solid rgba(255,255,255,.08);margin-bottom:4px}.region-pop__item{display:flex;align-items:center;justify-content:space-between;padding:14px 22px;font-size:17px;font-weight:700;color:#ffffff;cursor:pointer;font-family:DM Sans;transition:color .2s ease,background-color .2s ease}.region-pop__item:hover{background:rgba(var(--brand-gold-rgb),.08);color:var(--gold-text)}.region-pop__item.active{color:var(--gold-text)}.region-pop__item .check{color:var(--gold-text);font-size:14px}.mobile-drawer{position:fixed;inset:0;background:rgba(8,16,43,.96);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);z-index:150;display:flex;flex-direction:column;padding:24px;overflow-y:auto;animation:fadeUp .25s ease}.mobile-drawer .nav-link{font-size:22px;padding:14px 0;border-bottom:1px solid rgba(255,255,255,.08);display:flex;align-items:center;justify-content:space-between}.search-overlay{position:fixed;inset:0;background:#000000;z-index:200;display:flex;flex-direction:column;animation:fadeUp .25s ease;overflow-y:auto}.search-overlay__top{display:flex;align-items:center;justify-content:space-between;padding:22px 32px}.search-overlay__field{display:flex;align-items:center;gap:22px;padding:96px 0 28px;border-bottom:1px solid rgba(255,255,255,.4);max-width:1180px;width:100%;margin:0 auto}.search-overlay__field i.fa-magnifying-glass{color:rgba(255,255,255,.9);font-size:30px}.search-overlay__field input{flex:1;background:transparent;border:none;outline:none;color:#fff;font-size:44px;font-weight:600;font-family:DM Sans;letter-spacing:-.02em;caret-color:var(--gold-text);position:relative;z-index:2;width:100%}.search-overlay__field input::-moz-placeholder{color:transparent}.search-overlay__field input::placeholder{color:transparent}@media (max-width:639px){.search-overlay__field{padding:48px 0 20px;gap:14px}.search-overlay__field input,.search-overlay__ghost{font-size:22px}.search-overlay__top{padding:16px 20px}.search-overlay__panel{padding:32px 20px 28px;margin-top:32px}.search-overlay__panel h3{font-size:28px}}.search-overlay__ghost{position:absolute;inset:0;display:flex;align-items:center;pointer-events:none;font-size:44px;font-weight:600;font-family:DM Sans;letter-spacing:-.02em;color:rgba(255,255,255,.55);z-index:1}.search-overlay__ghost.hide{display:none}.search-overlay__caret{color:var(--gold-text);margin-left:2px;transition:opacity .1s linear}.search-overlay__panel{max-width:1180px;width:100%;margin:56px auto 80px;border:1px solid rgba(255,255,255,.18);padding:56px 56px 40px}.search-overlay__panel h3{font-family:DM Sans;font-weight:700;font-size:44px;color:#fff;margin:0 0 28px;letter-spacing:-.02em}.search-overlay__panel ul li{padding:18px 0;border-bottom:1px solid rgba(255,255,255,.08)}.search-overlay__panel ul li:last-child{border-bottom:none}.search-overlay__panel ul li a{color:var(--gold-text);font-size:17px;font-weight:500;transition:color .2s ease}.search-overlay__panel ul li a:hover{color:#fff}.step-row{display:flex;align-items:center;gap:18px}.step-row .step-num{place-items:center;background:var(--gold-500);color:var(--navy-900);font-weight:800;font-size:18px;border-radius:6px}.step-row .step-icon,.step-row .step-num{width:56px;height:56px;display:grid;flex-shrink:0}.step-row .step-icon{border-radius:50%;background:rgba(255,255,255,.08);color:#fff;place-items:center;font-size:20px}.step-row .step-icon.dark{background:rgba(var(--brand-gold-rgb),.12);color:var(--gold-text);border:1px solid rgba(var(--brand-gold-rgb),.28)}.step-row .step-text{min-width:0}.step-row .step-text .t{font-family:DM Sans;font-weight:700;font-size:18px;color:#fff;letter-spacing:-.01em}.step-row .step-text.light .t{color:var(--navy-900)}.step-row .step-text .d{color:rgba(255,255,255,.65);font-size:13.5px;margin-top:4px}.step-row .step-text.light .d{color:var(--ink-500)}.site-container .service-card-icon-frame{display:flex;align-items:center;justify-content:center;box-sizing:border-box;min-width:0;min-height:0}.site-container .filled-card__icon>.service-card-icon-frame,.site-container .outline-card__icon>.service-card-icon-frame{flex:1 1 0;width:100%;height:100%}.site-container .outline-card__icon--image>.service-card-icon-frame{width:100%;height:100%}.site-container .outline-card__icon-img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;transform:scale(1.14)}.site-container .approach-pillar .ring>.service-card-icon-frame{width:100%;height:100%}.site-container .impact-stripe__icon-well{position:relative;width:72px;height:72px;min-width:72px;min-height:72px;max-width:72px;max-height:72px;flex-shrink:0;background:var(--navy-900)}.site-container .impact-stripe__icon-img{width:100%!important;height:100%!important;max-width:none!important;max-height:none!important;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.site-container .impact-stripe__icon-img--fill-outer{transform:scale(1.06)}.site-container .service-card-icon-frame img{box-sizing:border-box;display:block;max-width:100%;max-height:100%;width:auto;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.approach-pillar{text-align:center;position:relative}.approach-pillar .ring{width:78px;height:78px;margin:0 auto 18px;border-radius:50%;background:var(--process-icon-bg);color:var(--gold-text);display:grid;place-items:center;font-size:26px;position:relative;z-index:2;box-shadow:var(--process-icon-shadow)}.approach-pillar .ring.outline{background:transparent;border:2px solid var(--gold-text)}.approach-pillar .pill{display:inline-block;padding:4px 14px;border-radius:999px;border:1px solid var(--gold-text);color:var(--gold-text);font-weight:700;font-size:12px;margin-bottom:12px}.approach-pillar .t{font-family:DM Sans;font-weight:700;font-size:17px;color:var(--navy-900)}.approach-pillar .t.dark{color:#fff}.approach-pillar .d{color:var(--ink-500);font-size:13.5px;line-height:1.55;margin-top:8px;max-width:220px;margin-left:auto;margin-right:auto}.approach-pillar .d.dark{color:rgba(255,255,255,.65)}.service-approach--homepage-colors .approach-pillar .t,.service-approach--homepage-colors .service-approach-heading{color:#001126}.service-approach--homepage-colors .approach-pillar .d{color:#0c1430}.service-approach--homepage-colors .approach-pillar .pill{border-color:var(--gold-500);color:var(--gold-500)}.service-approach--homepage-colors .approach-pillar .ring{color:var(--gold-500)}.approach-row{display:grid;grid-template-columns:repeat(var(--steps,4),minmax(0,1fr));gap:32px 16px;position:relative}@media (max-width:1023px){.approach-row{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px 24px}}@media (max-width:559px){.approach-row{grid-template-columns:1fr}}.approach-row .connector{position:absolute;top:39px;left:0;right:0;height:0;border-top:1px dashed rgba(15,21,53,.18);z-index:0;margin:0 calc(100% / (var(--steps, 4) * 2))}.approach-row.dark .connector{border-top-color:rgba(255,255,255,.18)}@media (max-width:1023px){.approach-row .connector{display:none}}.approach-row--cards .connector{display:none}.approach-row--cards{gap:20px}@media (min-width:1024px){.approach-row--cards{gap:24px}}.approach-row--cards .approach-pillar--card{text-align:left;background:#fff;border:1px solid var(--line);border-radius:12px;padding:22px 22px 24px;box-sizing:border-box}.approach-row--cards .approach-pillar--card .ring{width:64px;height:64px;margin:0 0 16px;border-radius:50%;background:#fff;border:2px solid var(--gold-500);color:var(--gold-text);font-size:22px}.approach-row--cards .approach-pillar--card .ring.outline{background:#fff}.approach-row--cards .approach-pillar--card .pill{display:none}.approach-row--cards .approach-pillar--card .t{text-align:left}.approach-row--cards .approach-pillar--card .d{max-width:none;margin-left:0;margin-right:0;text-align:left}.gold-checkbox-bullet{display:block;flex-shrink:0;width:16px;height:16px;margin-top:.2em;box-sizing:border-box;border:1.5px solid #d89b2b;border-radius:50%;background-color:rgba(216,155,43,.04);background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23D89B2B' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'><path d='M4.5 8.2L7 10.6l4.5-5'/></svg>");background-repeat:no-repeat;background-position:50%;background-size:10px 10px}.gold-checkbox-bullet--sm{width:12px;height:12px;margin-top:.15em;border-width:1.25px;background-size:8px 8px}.gold-checkbox-bullet--assess{width:15px;height:15px;margin-top:0;border:1.5px solid var(--gold-500);border-radius:50%;background-color:transparent;background-size:8px 8px}@media (max-width:1279px){.cyber-assess-grid-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.cyber-assess-grid{min-width:1120px}.cyber-assess-grid>[role=listitem]{min-width:212px;flex:1 1 212px}}@media (min-width:1280px){.cyber-assess-grid-wrap{overflow:visible}.cyber-assess-grid,.cyber-assess-grid>[role=listitem]{min-width:0}}[data-testid=sec-what-we-assess] .gold-checkbox-bullet--assess{margin-top:2px}[data-testid=sec-what-we-assess] .assess-card-icon-slot{height:80px}.service-page-shell [data-testid=sec-what-we-assess] .assess-card-icon-well,.site-container [data-testid=sec-what-we-assess] .assess-card-icon-well,[data-testid=sec-what-we-assess] .assess-card-icon-well{flex-shrink:0;overflow:hidden}[data-testid=sec-what-we-assess] .assess-card-title{min-height:2.85em}[data-testid=sec-what-we-assess] .assess-card-desc{min-height:4.65em}[data-testid=sec-what-we-assess] .assess-card-bullets{margin-top:0}[data-testid=kpi-whatyouget-section] [role=listitem],[data-testid=sec-what-you-get] [role=listitem]{min-width:0}[data-testid=sec-what-you-get] .what-you-get-icon-row{height:88px}[data-testid=kpi-whatyouget-section] .what-you-get-icon-row{height:64px}[data-testid=kpi-whatyouget-section] .what-you-get-card-title,[data-testid=sec-what-you-get] .what-you-get-card-title{min-height:2.7em}[data-testid=kpi-whatyouget-section] .what-you-get-card-desc,[data-testid=sec-what-you-get] .what-you-get-card-desc{min-height:4.8em}.what-you-get-icon-slot--glyph{border:2px solid var(--gold-500);border-radius:50%;background:#fff;box-sizing:border-box}.service-page-shell .what-you-get-icon-img--glyph,.site-container .what-you-get-icon-img--glyph,[data-testid=kpi-whatyouget-section] .what-you-get-icon-img--glyph{width:52px!important;height:52px!important;transform:scale(1)}.service-page-shell .cyber-section-icon-img,.site-container .cyber-section-icon-img{display:block!important;flex-shrink:0!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center}.service-page-shell .what-you-get-icon-img,.site-container .what-you-get-icon-img,[data-testid=sec-what-you-get] .what-you-get-icon-img{width:64px!important;height:64px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:scale(1.1)}[data-testid=kpi-whatyouget-section] .what-you-get-icon-slot--plain{border:none;border-radius:0;background:transparent;box-sizing:content-box;width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important}.service-page-shell [data-testid=kpi-whatyouget-section] .what-you-get-icon-img--plain,.site-container [data-testid=kpi-whatyouget-section] .what-you-get-icon-img--plain,[data-testid=kpi-whatyouget-section] .what-you-get-icon-img--plain{width:64px!important;height:64px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:left center;object-position:left center;transform:none}.service-page-shell .assess-icon-well-img,.site-container .assess-icon-well-img,[data-testid=sec-what-we-assess] .assess-icon-well-img{width:52px!important;height:52px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:scale(1.12)}.service-page-shell .impact-card-icon-slot,.site-container .impact-card-icon-slot{flex-shrink:0}.service-page-shell .impact-card-icon-row,.site-container .impact-card-icon-row,[data-testid=sec-impact-industries-impact] .impact-card-icon-row,[data-testid=sec-the-impact] .impact-card-icon-row{height:96px}.service-page-shell .impact-icon-img,.site-container .impact-icon-img,[data-testid=sec-impact-industries-impact] .impact-icon-img,[data-testid=sec-the-impact] .impact-icon-img{width:72px!important;height:72px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:scale(1.08)}[data-testid=sec-impact-industries-impact] .impact-card-title,[data-testid=sec-the-impact] .impact-card-title{min-height:1.35em}[data-testid=sec-impact-industries-impact] .impact-card-desc,[data-testid=sec-the-impact] .impact-card-desc{min-height:4.8em}.service-page-shell .approach-step-icon-well,.site-container .approach-step-icon-well{flex-shrink:0;box-sizing:border-box;border:none!important;overflow:hidden;border-radius:9999px;background:var(--process-icon-bg)!important}.service-page-shell .approach-step-icon-img,.site-container .approach-step-icon-img{width:56px!important;height:56px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:scale(1.1)}[data-testid=kpi-approach-section] .kpi-approach-icon-well{box-sizing:border-box;flex-shrink:0!important;border:1.5px solid var(--gold-500)!important;border-radius:9999px!important;overflow:hidden!important;background:#040714!important;background-image:none!important}.kpi-page [data-testid=kpi-approach-section]{background:var(--brand-navy-solid)!important}.service-page-shell .kpi-approach-icon-img,.site-container .kpi-approach-icon-img,[data-testid=kpi-approach-section] .kpi-approach-icon-img{width:72px!important;height:72px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:none}[data-testid=kpi-approach-section] .kpi-approach-step-num{border-color:var(--gold-500);background:transparent;color:#ffffff}[data-testid=kpi-approach-section] h2,[data-testid=kpi-approach-section] h3,[data-testid=kpi-approach-section] p{text-wrap:normal}[data-testid=kpi-approach-section] .kpi-approach-step-desc{box-sizing:border-box}[data-testid=kpi-impact-section] [role=listitem]{min-width:0}[data-testid=kpi-impact-section] .kpi-impact-icon-row{height:56px}[data-testid=kpi-impact-section] .kpi-impact-icon-slot{border:none;border-radius:0;background:transparent}.service-page-shell [data-testid=kpi-impact-section] .kpi-impact-icon-img--plain,.site-container [data-testid=kpi-impact-section] .kpi-impact-icon-img--plain,[data-testid=kpi-impact-section] .kpi-impact-icon-img--plain{width:48px!important;height:48px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:none}[data-testid=kpi-impact-section] h2,[data-testid=kpi-impact-section] h3,[data-testid=kpi-impact-section] p{text-wrap:normal}@media (max-width:1023px){[data-testid=kpi-impact-section] .kpi-impact-col{border-left:none!important}}[data-testid=cost-who-we-work-with] .about-industries-grid-ref,[data-testid=kpi-who-we-work-with] .about-industries-grid-ref{gap:14px}@media (min-width:1280px){[data-testid=cost-who-we-work-with] .about-industries-grid-ref,[data-testid=kpi-who-we-work-with] .about-industries-grid-ref{grid-template-columns:repeat(6,minmax(0,1fr))}}[data-testid=cost-who-we-work-with] .about-industry-card.about-industry-card--layout,[data-testid=kpi-who-we-work-with] .about-industry-card.about-industry-card--layout{min-height:0;padding:28px 16px 20px;border-radius:10px;border-color:#e0e0e0;box-shadow:none}[data-testid=cost-who-we-work-with] .about-industry-icon-zone,[data-testid=kpi-who-we-work-with] .about-industry-icon-zone{width:80px;height:80px;min-height:80px;margin-bottom:14px;color:#1a1a2e}[data-testid=cost-who-we-work-with] .about-industry-icon-zone svg,[data-testid=kpi-who-we-work-with] .about-industry-icon-zone svg{width:72px!important;height:72px!important}[data-testid=cost-who-we-work-with] .about-industry-title-lines .about-ref-line,[data-testid=kpi-who-we-work-with] .about-industry-title-lines .about-ref-line{font-size:13px;font-weight:600;line-height:1.5;color:#111111}[data-testid=cost-who-we-work-with] .about-industry-title-band,[data-testid=kpi-who-we-work-with] .about-industry-title-band{min-height:2.5rem}.it-cost-page [data-testid=cost-achieve-section] .cost-achieve-icon-row,[data-testid=cost-achieve-section] .cost-achieve-icon-row{height:72px}[data-testid=cost-achieve-section] .cost-achieve-icon-slot{border:none!important;background:transparent!important}.it-cost-page [data-testid=cost-achieve-section] .cost-achieve-icon-img--plain,.service-page-shell [data-testid=cost-achieve-section] .cost-achieve-icon-img--plain,[data-testid=cost-achieve-section] .cost-achieve-icon-img--plain{display:block!important;flex-shrink:0!important;width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:left center;object-position:left center;transform:none}.it-cost-page [data-testid=cost-achieve-section] .cost-achieve-card-title{min-height:1.35em}.it-cost-page [data-testid=cost-achieve-section] .cost-achieve-card-desc{min-height:4.5em}[data-testid=cost-whatwedo-section] [role=listitem]{display:flex;min-height:100%;min-width:0}[data-testid=cost-whatwedo-section] .cost-wedo-card{box-sizing:border-box}.it-cost-page [data-testid=cost-whatwedo-section] .cost-wedo-icon-slot,[data-testid=cost-whatwedo-section] .cost-wedo-icon-slot{display:flex;height:80px;flex-shrink:0;align-items:flex-start;justify-content:flex-start}.it-cost-page [data-testid=cost-whatwedo-section] .cost-wedo-icon-well,.service-page-shell [data-testid=cost-whatwedo-section] .cost-wedo-icon-well,[data-testid=cost-whatwedo-section] .cost-wedo-icon-well{box-sizing:border-box;flex-shrink:0!important}.it-cost-page [data-testid=cost-whatwedo-section] .cost-wedo-icon-img--cost,.service-page-shell [data-testid=cost-whatwedo-section] .cost-wedo-icon-img--cost,[data-testid=cost-whatwedo-section] .cost-wedo-icon-img--cost{display:block!important;flex-shrink:0!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:none}[data-testid=cost-whatwedo-section] .cost-wedo-card-title{min-height:3.65em;box-sizing:border-box}[data-testid=cost-whatwedo-section] .cost-wedo-card-desc{min-height:4.8em;margin-bottom:0;box-sizing:border-box}[data-testid=cost-whatwedo-section] .cost-wedo-card-bullets{margin-top:1.25rem;gap:.25rem;box-sizing:border-box;flex-shrink:0}[data-testid=cost-whatwedo-section] .cost-wedo-bullet-row{min-height:0;box-sizing:border-box}[data-testid=cost-whatwedo-section] .cost-wedo-bullet-mark{margin-top:0}[data-testid=cost-whatwedo-section] h2,[data-testid=cost-whatwedo-section] h3,[data-testid=cost-whatwedo-section] li span,[data-testid=cost-whatwedo-section] p{text-wrap:normal}[data-testid=kpi-track-section] [role=listitem]{display:flex;min-height:100%;min-width:0}[data-testid=kpi-track-section] .kpi-track-card{box-sizing:border-box}[data-testid=kpi-track-section] .kpi-track-icon-slot{display:flex;height:64px;flex-shrink:0;align-items:flex-start;justify-content:center}[data-testid=kpi-track-section] .kpi-track-icon-well{box-sizing:border-box;flex-shrink:0!important}[data-testid=kpi-track-section] .kpi-track-icon-img{display:block!important;flex-shrink:0!important;width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:none}[data-testid=kpi-data-sources-section] .kpi-section-heading,[data-testid=kpi-track-section] .kpi-section-heading{margin:0;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:28px;font-weight:700;line-height:1.25;letter-spacing:-.02em;text-transform:none;color:var(--navy-900)}@media (min-width:480px){[data-testid=kpi-data-sources-section] .kpi-section-heading,[data-testid=kpi-track-section] .kpi-section-heading{font-size:32px}}@media (min-width:1024px){[data-testid=kpi-data-sources-section] .kpi-section-heading,[data-testid=kpi-track-section] .kpi-section-heading{font-size:36px}}[data-testid=kpi-data-sources-section] .kpi-section-subline{margin:1rem auto 0;max-width:32rem;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:14px;font-weight:400;line-height:1.65;color:#666666;text-align:center}.kpi-data-sources-section{background:var(--soft)}[data-testid=kpi-data-sources-section] .kpi-data-sources-grid{display:grid;grid-template-columns:1fr;align-items:stretch;gap:1rem}@media (min-width:640px){[data-testid=kpi-data-sources-section] .kpi-data-sources-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.125rem}}@media (min-width:1024px){[data-testid=kpi-data-sources-section] .kpi-data-sources-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}}[data-testid=kpi-data-sources-section] .kpi-data-sources-grid-item{display:flex;min-width:0;min-height:100%}[data-testid=kpi-data-sources-section] .kpi-data-source-card{box-sizing:border-box;display:flex;flex-direction:column;width:100%;min-height:100%;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:#fff;box-shadow:0 1px 6px rgba(0,17,38,.06)}[data-testid=kpi-data-sources-section] .kpi-data-source-body{box-sizing:border-box;display:grid;flex:1 1 auto;grid-template-columns:52px minmax(0,1fr);-moz-column-gap:.875rem;column-gap:.875rem;align-items:start;padding:1rem 1.125rem}@media (min-width:1024px){[data-testid=kpi-data-sources-section] .kpi-data-source-body{padding:1.125rem 1.25rem}}[data-testid=kpi-data-sources-section] .kpi-data-source-icon-well{display:flex;width:52px;height:52px;min-width:52px;min-height:52px;flex-shrink:0;align-items:center;justify-content:center;border:1px solid rgba(var(--brand-gold-rgb),.35);border-radius:999px;background:var(--navy-900);box-shadow:var(--process-icon-shadow)}[data-testid=kpi-data-sources-section] .kpi-data-source-icon-well i{font-size:22px;color:var(--gold-text)}[data-testid=kpi-data-sources-section] .kpi-data-source-copy{min-width:0}[data-testid=kpi-data-sources-section] .kpi-data-source-card-title{margin:0 0 .5rem;min-height:calc(2 * 1.3 * 15px);font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:15px;font-weight:700;line-height:1.3;color:var(--navy-900)}@media (min-width:1024px){[data-testid=kpi-data-sources-section] .kpi-data-source-card-title{font-size:16px;min-height:calc(2 * 1.3 * 16px)}}[data-testid=kpi-data-sources-section] .kpi-data-source-list{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none}[data-testid=kpi-data-sources-section] .kpi-data-source-list-item{display:flex;align-items:flex-start;gap:.4rem;min-height:1.2rem}[data-testid=kpi-data-sources-section] .kpi-data-source-bullet{margin-top:.15rem}[data-testid=kpi-data-sources-section] .kpi-data-source-list-text{min-width:0;font-size:12px;font-weight:400;line-height:1.4;color:var(--ink-700)}@media (min-width:1024px){[data-testid=kpi-data-sources-section] .kpi-data-source-list-text{font-size:13px}}[data-testid=kpi-data-sources-section] .kpi-data-source-footer{box-sizing:border-box;display:flex;flex-shrink:0;align-items:center;gap:.625rem;margin-top:auto;min-height:3.75rem;padding:.5rem 1.125rem;border-top:1px solid rgba(0,17,38,.08);background:color-mix(in srgb,var(--navy-900) 4.5%,white)}@media (min-width:1024px){[data-testid=kpi-data-sources-section] .kpi-data-source-footer{height:3.25rem;min-height:3.25rem;padding:.5rem 1.25rem}}[data-testid=kpi-data-sources-section] .kpi-data-source-footer-icon-wrap{display:flex;width:1.125rem;height:1.125rem;flex-shrink:0;align-items:center;justify-content:center}[data-testid=kpi-data-sources-section] .kpi-data-source-footer-icon{flex-shrink:0;font-size:18px;line-height:1;color:var(--gold-text)}[data-testid=kpi-data-sources-section] .kpi-data-source-footer-text{margin:0;font-size:11px;font-weight:500;line-height:1.35;color:var(--ink-500)}@media (min-width:1024px){[data-testid=kpi-data-sources-section] .kpi-data-source-footer-text{font-size:11px;line-height:1.35}}[data-testid=kpi-track-section] .kpi-track-card-copy{box-sizing:border-box}.kpi-page [data-testid=kpi-track-section] .kpi-track-card-copy{min-height:7.25em}[data-testid=kpi-track-section] .kpi-track-card-title{margin:0 0 .35rem;min-height:0;box-sizing:border-box}[data-testid=kpi-track-section] .kpi-track-card-desc{margin:0;min-height:0;box-sizing:border-box}[data-testid=kpi-track-section] .kpi-track-card-bullets{margin-top:.75rem;gap:.25rem;box-sizing:border-box;flex-shrink:0}.kpi-page [data-testid=kpi-track-section] .kpi-track-card-bullets{margin-top:.9rem;gap:.4rem}[data-testid=kpi-track-section] .cost-wedo-bullet-row{min-height:0;box-sizing:border-box;align-items:flex-start}[data-testid=kpi-track-section] .kpi-track-bullet-mark{margin-top:2px}[data-testid=kpi-track-section] .kpi-track-bullet-text{display:block}[data-testid=kpi-track-section] h2,[data-testid=kpi-track-section] h3,[data-testid=kpi-track-section] li span,[data-testid=kpi-track-section] p{text-wrap:normal}.it-cost-page [data-testid=cost-impact] .cost-impact-icon-well,.service-page-shell [data-testid=cost-impact] .cost-impact-icon-well,[data-testid=cost-impact] .cost-impact-icon-well{box-sizing:border-box;flex-shrink:0!important;border:1.5px solid var(--gold-500)!important;background-color:#0d0d1a!important}.it-cost-page [data-testid=cost-impact] .cost-impact-icon-img--inset,.service-page-shell [data-testid=cost-impact] .cost-impact-icon-img--inset,[data-testid=cost-impact] .cost-impact-icon-img--inset{display:block!important;flex-shrink:0!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:none}[data-testid=cost-approach-steps]{--value-ring:80px;--value-arrow:120px;--value-arrow-h:14px}[data-testid=cost-approach-steps] .cost-approach-track{grid-template-columns:minmax(0,1fr) var(--value-arrow) minmax(0,1fr) var(--value-arrow) minmax(0,1fr) var(--value-arrow) minmax(0,1fr);align-items:start;-moz-column-gap:clamp(8px,1.2vw,16px);column-gap:clamp(8px,1.2vw,16px);max-width:1160px;margin-inline:auto}[data-testid=cost-approach-steps] .cost-approach-track__item{display:flex;min-width:0;justify-content:center}[data-testid=cost-approach-steps] .cost-approach-connector{display:flex;align-items:center;justify-content:center;align-self:start;margin-top:calc((var(--value-ring) - var(--value-arrow-h)) / 2)}[data-testid=cost-approach-steps] .cost-approach-connector__arrow{display:block;width:var(--value-arrow);height:var(--value-arrow-h);flex-shrink:0}.approach-dashed-connector svg{display:block;flex-shrink:0}.it-cost-page [data-testid=cost-approach-steps] .cost-approach-icon-well,.service-page-shell [data-testid=cost-approach-steps] .cost-approach-icon-well,[data-testid=cost-approach-steps] .cost-approach-icon-well{box-sizing:border-box;width:var(--value-ring,80px)!important;height:var(--value-ring,80px)!important;min-width:var(--value-ring,80px)!important;min-height:var(--value-ring,80px)!important;max-width:var(--value-ring,80px)!important;max-height:var(--value-ring,80px)!important;flex-shrink:0!important;background:#0a2540!important}.it-cost-page .cost-approach-icon-img,.row .cost-approach-icon-img,.service-page-shell .cost-approach-icon-img,[data-testid=cost-approach-steps] .cost-approach-icon-img{display:block!important;flex-shrink:0!important;width:var(--value-ring,80px)!important;height:var(--value-ring,80px)!important;min-width:var(--value-ring,80px)!important;min-height:var(--value-ring,80px)!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center;transform:scale(.82);transform-origin:center}@media (min-width:1024px){.it-cost-page [data-testid=cost-impact] .cost-impact-stats{gap:0}.it-cost-page [data-testid=cost-impact] .cost-impact-stat{padding-left:2rem;padding-right:2rem}.it-cost-page [data-testid=cost-impact] .cost-impact-stat:first-child{padding-left:0}.it-cost-page [data-testid=cost-impact] .cost-impact-stat:last-child{padding-right:0}}.it-cost-page [data-testid=cost-achieve-section] .cost-achieve-icon-img--plain{transform-origin:center;-o-object-position:center!important;object-position:center!important}.it-cost-page [data-testid=cost-achieve-section-card-1] .cost-achieve-icon-img--plain{transform:scale(.88)}.it-cost-page [data-testid=cost-achieve-section-card-2] .cost-achieve-icon-img--plain{transform:scale(.86)}.it-cost-page [data-testid=cost-achieve-section-card-3] .cost-achieve-icon-img--plain{transform:scale(1)}.it-cost-page [data-testid=cost-achieve-section-card-4] .cost-achieve-icon-img--plain{transform:scale(1.03)}.it-cost-page [data-testid=cost-impact] .cost-impact-icon-img--inset{transform-origin:center}.it-cost-page [data-testid=cost-impact-avg-it-spend] .cost-impact-icon-img--inset{transform:scale(.96)}.it-cost-page [data-testid=cost-impact-time-to-savings] .cost-impact-icon-img--inset{transform:scale(1.02)}.it-cost-page [data-testid=cost-impact-visibility-spend] .cost-impact-icon-img--inset{transform:scale(1.04)}.it-cost-page [data-testid=cost-impact-financial-governance] .cost-impact-icon-img--inset{transform:scale(1.02)}.it-cost-page [data-testid=cost-approach-steps] .approach-step-icon-img{transform:scale(1.1);transform-origin:center}.it-cost-page [data-testid=dark-approach-step-04] .approach-step-icon-img{transform:scale(1.4)}.kpi-page [data-testid=kpi-whatyouget-section] .what-you-get-icon-row{height:64px;display:flex;align-items:flex-start}.kpi-page [data-testid=kpi-whatyouget-section] .what-you-get-icon-slot--plain{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.kpi-page [data-testid=kpi-whatyouget-section] .what-you-get-icon-img--plain{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;transform:none!important;transform-origin:center}.kpi-page [data-testid=kpi-whatyouget-section-card-1] .what-you-get-icon-img--plain,.kpi-page [data-testid=kpi-whatyouget-section-card-2] .what-you-get-icon-img--plain{transform:scale(.84)!important}.kpi-page [data-testid=kpi-track-section] .kpi-track-icon-img{transform-origin:center}.kpi-page [data-testid=track-1] .kpi-track-icon-img{transform:scale(.97)}.kpi-page [data-testid=track-2] .kpi-track-icon-img{transform:scale(1.04)}.kpi-page [data-testid=track-3] .kpi-track-icon-img{transform:scale(1.02)}.kpi-page [data-testid=track-4] .kpi-track-icon-img{transform:scale(.98)}.kpi-page [data-testid=track-5] .kpi-track-icon-img{transform:scale(1)}.kpi-page [data-testid=kpi-approach-section] .kpi-approach-icon-img{transform-origin:center}.kpi-page [data-testid=kpi-approach-step-01] .kpi-approach-icon-img{transform:scale(.96)}.kpi-page [data-testid=kpi-approach-step-02] .kpi-approach-icon-img{transform:scale(1.02)}.kpi-page [data-testid=kpi-approach-step-03] .kpi-approach-icon-img{transform:scale(.98)}.kpi-page [data-testid=kpi-approach-step-04] .kpi-approach-icon-img{transform:scale(1)}.kpi-page [data-testid=kpi-approach-step-05] .kpi-approach-icon-img{transform:scale(1.04)}.kpi-page [data-testid=kpi-impact-section] .kpi-impact-icon-row{height:96px;display:flex;align-items:center;justify-content:center}.kpi-page [data-testid=kpi-impact-section] .kpi-impact-icon-slot{width:80px!important;height:80px!important;min-width:80px!important;min-height:80px!important;display:flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important}.kpi-page [data-testid=kpi-impact-section] .kpi-impact-icon-img--plain{width:76px!important;height:76px!important;min-width:76px!important;min-height:76px!important;max-width:none!important;max-height:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;transform-origin:center}.kpi-page [data-testid=impact-1] .kpi-impact-icon-img--plain{transform:scale(1.06)}.kpi-page [data-testid=impact-2] .kpi-impact-icon-img--plain{transform:scale(1.08)}.kpi-page [data-testid=impact-3] .kpi-impact-icon-img--plain{transform:scale(1.04)}.kpi-page [data-testid=impact-4] .kpi-impact-icon-img--plain{transform:scale(1)}.kpi-page [data-testid=impact-5] .kpi-impact-icon-img--plain{transform:scale(1.1)}.cyber-approach-section{background:linear-gradient(90deg,#05050f,#0d0d2b)}.cybersecurity-page [data-testid=sec-approach],.it-cost-page [data-testid=cost-approach-steps],.kpi-page [data-testid=kpi-approach-section]{background:var(--brand-navy-solid)!important;min-height:0;box-sizing:border-box}.cybersecurity-page [data-testid=sec-approach] .approach-step-icon-well,.it-cost-page [data-testid=cost-approach-steps] .approach-step-icon-well,.kpi-page [data-testid=kpi-approach-section] .approach-step-icon-well{box-sizing:border-box;border:1.5px solid var(--gold-500)!important;background:#040714!important;background-image:none!important}.cybersecurity-page [data-testid=sec-what-you-get] .what-you-get-icon-row{height:64px}.cybersecurity-page [data-testid=sec-what-you-get] .what-you-get-card-title{min-height:0;margin-bottom:6px}.cybersecurity-page [data-testid=sec-what-you-get] .what-you-get-icon-img,.cybersecurity-page [data-testid=sec-what-you-get] .what-you-get-icon-slot{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important}.cybersecurity-page [data-testid=sec-what-you-get] .what-you-get-icon-img{max-width:none!important;max-height:none!important;transform:none!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center;object-position:center}.cybersecurity-page [data-testid=sec-what-we-assess] .assess-icon-well-img{transform:scale(1);transform-origin:center}.cybersecurity-page [data-testid=sec-what-we-assess-card-1] .assess-icon-well-img{transform:scale(.98)}.cybersecurity-page [data-testid=sec-what-we-assess-card-2] .assess-icon-well-img{transform:scale(1.02)}.cybersecurity-page [data-testid=sec-what-we-assess-card-3] .assess-icon-well-img{transform:scale(1)}.cybersecurity-page [data-testid=sec-what-we-assess-card-4] .assess-icon-well-img{transform:scale(.97)}.cybersecurity-page [data-testid=sec-what-we-assess-card-5] .assess-icon-well-img{transform:scale(1.04)}.cybersecurity-page [data-testid=sec-approach] .approach-step-icon-img{transform:scale(1);transform-origin:center}.cybersecurity-page [data-testid=dark-approach-step-01] .approach-step-icon-img{transform:scale(.98)}.cybersecurity-page [data-testid=dark-approach-step-02] .approach-step-icon-img{transform:scale(1.04)}.cybersecurity-page [data-testid=dark-approach-step-03] .approach-step-icon-img{transform:scale(1.02)}.cybersecurity-page [data-testid=dark-approach-step-04] .approach-step-icon-img{transform:scale(.96)}.kpi-page [data-testid=dark-approach-step-05] .approach-step-icon-img{transform:scale(1.14)}.cybersecurity-page [data-testid=sec-impact-industries-impact] .impact-icon-img,.cybersecurity-page [data-testid=sec-the-impact] .impact-icon-img{transform:scale(1);transform-origin:center}.cybersecurity-page [data-testid=sec-impact-industries-impact-card-1] .impact-icon-img,.cybersecurity-page [data-testid=sec-the-impact-card-1] .impact-icon-img{transform:scale(.98)}.cybersecurity-page [data-testid=sec-impact-industries-impact-card-2] .impact-icon-img,.cybersecurity-page [data-testid=sec-the-impact-card-2] .impact-icon-img{transform:scale(1.02)}.cybersecurity-page [data-testid=sec-impact-industries-impact-card-3] .impact-icon-img,.cybersecurity-page [data-testid=sec-the-impact-card-3] .impact-icon-img{transform:scale(1)}.cybersecurity-page [data-testid=sec-impact-industries-impact-card-4] .impact-icon-img,.cybersecurity-page [data-testid=sec-the-impact-card-4] .impact-icon-img{transform:scale(1.1)}.cybersecurity-page [data-testid=sec-impact-industries-impact-card-5] .impact-icon-img,.cybersecurity-page [data-testid=sec-the-impact-card-5] .impact-icon-img{transform:scale(1.04)}[data-testid=cost-impact] h2,[data-testid=kpi-data-sources-section] h2,[data-testid=kpi-data-sources-section] p,[data-testid=kpi-impact-section] h2,[data-testid=kpi-track-section] h2,[data-testid=kpi-track-section] p,[data-testid=kpi-whatyouget-section] h2,[data-testid=kpi-whatyouget-section] h3,[data-testid=kpi-whatyouget-section] p,[data-testid=sec-approach] h2,[data-testid=sec-approach] h3,[data-testid=sec-approach] p,[data-testid=sec-impact-industries-impact] h2,[data-testid=sec-impact-industries] h3,[data-testid=sec-impact-industries] p,[data-testid=sec-the-impact] h2,[data-testid=sec-what-we-assess] h2,[data-testid=sec-what-we-assess] h3,[data-testid=sec-what-we-assess] li span,[data-testid=sec-what-we-assess] p,[data-testid=sec-what-you-get] h2,[data-testid=sec-what-you-get] h3,[data-testid=sec-what-you-get] p,[data-testid=services-why-choose-section] h2{text-wrap:normal}@media (max-width:1279px){.cyber-impact-grid-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.cyber-impact-grid{min-width:1040px}.cyber-impact-grid>[role=listitem]{min-width:196px;flex:1 1 196px}}@media (min-width:1280px){.cyber-impact-grid-wrap{overflow:visible}.cyber-impact-grid,.cyber-impact-grid>[role=listitem]{min-width:0}}[data-testid=sec-impact-industries-impact] [role=listitem],[data-testid=sec-the-impact] [role=listitem]{min-width:0}[data-testid=sec-impact-industries-industries] .about-industries-grid-ref,[data-testid=sec-who-we-work-with] .about-industries-grid-ref{gap:14px}@media (min-width:1280px){[data-testid=sec-impact-industries-industries] .about-industries-grid-ref,[data-testid=sec-who-we-work-with] .about-industries-grid-ref{grid-template-columns:repeat(6,minmax(0,1fr))}}[data-testid=sec-impact-industries-industries] .about-industry-card.about-industry-card--layout,[data-testid=sec-who-we-work-with] .about-industry-card.about-industry-card--layout{min-height:0;padding:28px 16px 20px;border-radius:10px;border-color:#e0e0e0;box-shadow:none}[data-testid=sec-impact-industries-industries] .about-industry-icon-zone,[data-testid=sec-who-we-work-with] .about-industry-icon-zone{width:80px;height:80px;min-height:80px;margin-bottom:14px;color:#1a1a2e}[data-testid=sec-impact-industries-industries] .about-industry-icon-zone svg,[data-testid=sec-who-we-work-with] .about-industry-icon-zone svg{width:72px!important;height:72px!important}[data-testid=sec-impact-industries-industries] .about-industry-title-lines .about-ref-line,[data-testid=sec-who-we-work-with] .about-industry-title-lines .about-ref-line{font-size:13px;font-weight:600;line-height:1.5;color:#111111}[data-testid=sec-impact-industries-industries] .about-industry-title-band,[data-testid=sec-who-we-work-with] .about-industry-title-band{min-height:2.5rem}.approach-row--list{display:block;max-width:640px;margin-left:auto;margin-right:auto}.approach-list-item{display:flex;align-items:flex-start;gap:18px;padding:22px 0;border-bottom:1px solid rgba(15,21,53,.1)}.approach-list-item:last-child{border-bottom:none;padding-bottom:0}.approach-list-item:first-child{padding-top:0}.approach-list-item__bullet{flex-shrink:0;display:flex;align-items:flex-start;justify-content:center;margin-top:1px}.approach-list-item__title{font-weight:700;font-size:17px;color:var(--navy-900);line-height:1.35;margin-bottom:8px}.approach-list-item__title--dark{color:#fff}.approach-list-item__desc{font-size:14px;line-height:1.55;color:var(--ink-500)}.approach-list-item__desc--dark{color:rgba(255,255,255,.65)}.site-footer{font-family:var(--font-inter),"Inter",var(--font-dm-sans),"Manrope",system-ui,-apple-system,"Segoe UI",Roboto,sans-serif;color:#ffffff;position:relative;overflow:hidden;isolation:isolate;background:linear-gradient(180deg,var(--footer-navy-top) 0,var(--footer-navy-mid) 42%,var(--footer-navy-bot) 100%)}.site-footer:before{background:radial-gradient(900px 540px at 96% 32%,rgba(231,180,74,.16),transparent 60%),radial-gradient(640px 420px at 100% 80%,rgba(231,180,74,.08),transparent 65%)}.site-footer:after,.site-footer:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.site-footer:after{background-image:radial-gradient(rgba(255,255,255,.04) 1px,transparent 0);background-size:4px 4px;opacity:.4;mix-blend-mode:overlay}.site-footer__contain{position:relative;z-index:2;width:100%;max-width:var(--site-max,1180px);margin-left:auto;margin-right:auto;padding-left:var(--site-gutter,clamp(20px,4vw,48px));padding-right:var(--site-gutter,clamp(20px,4vw,48px))}.footer-mesh{position:absolute;top:0;right:0;width:72%;max-width:980px;height:100%;pointer-events:none;overflow:hidden;z-index:1}.footer-mesh svg{position:absolute;inset:0;width:100%;height:100%;display:block}@media (max-width:767px){.footer-mesh{width:100%;opacity:.5}}.footer-cta{position:relative;z-index:2}.footer-cta:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 78% 50%,rgba(255,255,255,.1) 0,transparent 45%),radial-gradient(640px 360px at 92% 78%,rgba(231,180,74,.07),transparent 70%);pointer-events:none;z-index:0}.footer-cta__row{display:flex;flex-direction:column;align-items:flex-start;gap:40px;padding-top:64px;padding-bottom:64px;position:relative;z-index:2}@media (min-width:1024px){.footer-cta__row{flex-direction:row;justify-content:space-between;align-items:center;gap:56px;padding-top:72px;padding-bottom:72px}}@media (min-width:1440px){.footer-cta__row{gap:72px;padding-top:88px;padding-bottom:88px}}.footer-cta__left{flex:1 1 auto;width:100%;min-width:0}@media (min-width:1024px){.footer-cta__left{flex:1 1 0;max-width:720px}}.footer-cta__right{width:100%;display:flex;justify-content:flex-start;position:relative}@media (min-width:1024px){.footer-cta__right{width:auto;flex:0 0 auto;justify-content:flex-end;align-self:center}}.footer-cta__title{margin:0;max-width:720px;font-family:var(--font-inter),"Inter","Manrope",system-ui,sans-serif;font-size:clamp(32px,4vw,48px);font-weight:700;line-height:1.05;letter-spacing:-.04em;color:#ffffff;text-wrap:balance}@media (min-width:1280px){.footer-cta__title{font-size:52px}}@media (min-width:1440px){.footer-cta__title{font-size:60px}}@media (min-width:1600px){.footer-cta__title{font-size:64px}}.footer-cta__br{display:none}@media (min-width:1024px){.footer-cta__br{display:inline}}.footer-cta__desc{margin:24px 0 0;max-width:640px;font-size:18px;font-weight:400;line-height:1.6;color:rgba(255,255,255,.72)}@media (min-width:1024px){.footer-cta__desc{font-size:22px}}.footer-cta__btn{width:100%}.footer-cta__btn:after{display:none}@media (min-width:640px){.footer-cta__btn{width:auto;min-width:280px}}@media (min-width:1024px){.footer-cta__btn{width:320px}}.footer-cta__btn-arrow{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;color:var(--footer-btn-text);transition:transform .3s ease}.footer-cta__btn:hover .footer-cta__btn-arrow{transform:translateX(3px)}.footer-divider{height:1px;background:rgba(255,255,255,.1);margin:0;border:none;position:relative;z-index:2}.site-footer__main{position:relative;z-index:2;padding-top:80px;padding-bottom:72px}.site-footer__grid{display:grid;gap:48px;align-items:start}@media (min-width:640px){.site-footer__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:56px 64px;align-items:start}}@media (min-width:1024px){.site-footer__grid{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:72px;align-items:start}}.site-footer__col{min-width:0}.site-footer__brand-col{grid-column:1/-1;display:flex;flex-direction:column}@media (min-width:640px){.site-footer__brand-col{grid-column:1/-1}}@media (min-width:1024px){.site-footer__brand-col{grid-column:auto}}.footer-brand{display:inline-flex;align-items:center;gap:16px;text-decoration:none}.footer-brand--img{gap:0}.footer-brand__mark{width:56px;height:60px;flex-shrink:0;filter:drop-shadow(0 4px 14px rgba(231,180,74,.18))}.footer-brand__text{display:flex;flex-direction:column;justify-content:center}.footer-brand__title{margin:0;font-family:var(--font-inter),"Inter","Manrope",system-ui,sans-serif;font-size:clamp(36px,5vw,52px);font-weight:700;letter-spacing:.08em;line-height:1;color:#ffffff;text-transform:uppercase}.footer-brand__subtitle{margin:8px 0 0;font-size:12px;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:rgba(255,255,255,.62)}.header-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none}.header-brand--img{gap:0}.header-brand__logo-img{height:40px;width:auto;max-width:min(200px,52vw);-o-object-fit:contain;object-fit:contain}@media (min-width:1024px){.header-brand__logo-img{height:54px;max-width:min(280px,52vw)}}.header-brand .footer-brand__mark{width:32px;height:36px;filter:drop-shadow(0 2px 8px rgba(231,180,74,.25))}.header-brand__text{display:flex;flex-direction:column;line-height:1}.header-brand__title{margin:0;font-family:var(--font-inter),"Inter","Manrope",system-ui,sans-serif;font-size:22px;font-weight:800;letter-spacing:.02em;color:#fff}.header-brand__subtitle{margin:4px 0 0;font-size:9.5px;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--gold-text)}.footer-about{margin:24px 0 0;max-width:320px;font-size:18px;line-height:1.7;font-weight:400;color:rgba(255,255,255,.72)}.footer-linkedin{margin-top:32px;width:54px;height:54px;border-radius:50%;border:1px solid rgba(255,255,255,.32);display:inline-flex;align-items:center;justify-content:center;color:#ffffff;background:transparent;transition:border-color .3s ease,background-color .3s ease,color .3s ease,transform .3s ease}.footer-linkedin:hover{border-color:var(--footer-gold);color:var(--footer-gold);background:rgba(231,180,74,.06);transform:translateY(-2px)}.footer-col-heading{font-family:var(--font-inter),"Inter",system-ui,sans-serif;font-size:16px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--footer-gold-heading);margin:0 0 26px}.footer-nav{display:flex;flex-direction:column}.footer-link{display:inline-block;font-family:var(--font-inter),"Inter",system-ui,sans-serif;font-size:19px;font-weight:500;line-height:2;color:rgba(255,255,255,.9);text-decoration:none;transition:color .3s ease,transform .3s ease;width:-moz-fit-content;width:fit-content}.footer-link:hover{color:var(--footer-gold);transform:translateX(3px)}.footer-link--muted{cursor:default;color:rgba(255,255,255,.9)}.footer-link--muted:hover{color:rgba(255,255,255,.9);transform:none}.footer-contact{display:flex;flex-direction:column;gap:20px}.footer-contact__row{display:flex;align-items:center;gap:14px;font-family:var(--font-inter),"Inter",system-ui,sans-serif;font-size:17px;font-weight:500;line-height:1.4;color:rgba(255,255,255,.92);text-decoration:none;transition:color .3s ease,transform .3s ease}.footer-contact__row:hover{color:var(--footer-gold);transform:translateX(3px)}.footer-contact__row--static{cursor:default}.footer-contact__row--static:hover{color:rgba(255,255,255,.92);transform:none}.footer-contact__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:rgba(255,255,255,.78)}.footer-contact__icon,.footer-contact__icon svg{width:22px;height:22px}.footer-contact__row:hover .footer-contact__icon{color:var(--footer-gold)}.footer-contact__row--static:hover .footer-contact__icon{color:rgba(255,255,255,.78)}.site-footer__legal{position:relative;z-index:2;border-top:1px solid rgba(255,255,255,.1)}.site-footer__legal-inner{position:relative;z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:12px;padding-top:24px;padding-bottom:24px;font-family:var(--font-inter),"Inter",system-ui,sans-serif;font-size:15px;font-weight:400;color:rgba(255,255,255,.55)}@media (min-width:640px){.site-footer__legal-inner{flex-direction:row;justify-content:space-between;align-items:center;padding-top:32px;padding-bottom:32px}}.site-footer__legal-inner a{color:rgba(255,255,255,.55);text-decoration:none;transition:color .3s ease}.site-footer__legal-inner a:hover{color:rgba(255,255,255,.9)}.site-footer__legal-sep{color:rgba(255,255,255,.28);padding:0 8px}.footer-wave{position:absolute;right:0;bottom:0;width:40%;height:100%;pointer-events:none;opacity:.7;background-image:radial-gradient(circle at 80% 80%,rgba(var(--brand-gold-rgb),.18) 0,transparent 40%)}.footer-wave:before{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(var(--brand-gold-rgb),.35) 1px,transparent 1px);background-size:14px 14px;mask-image:radial-gradient(circle at 90% 80%,#000 0,transparent 60%);-webkit-mask-image:radial-gradient(circle at 90% 80%,#000 0,transparent 60%)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.fade-up{animation:fadeUp .7s ease both}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.2s}.delay-3{animation-delay:.3s}.delay-4{animation-delay:.4s}.contact-scheduler{background:#fff}.it-cost-hero-section.cinematic-page-hero{--it-cost-hero-ratio:calc(3764 / 6688);align-items:stretch}.it-cost-hero-section.cinematic-page-hero:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,#020817,rgba(2,8,23,.96) 30%,rgba(2,8,23,.72) 46%,rgba(2,8,23,.25) 58%,transparent 72%)}.it-cost-hero-section.cinematic-page-hero .site-container{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;flex:1;width:100%;padding-top:1.75rem}.it-cost-hero-section.cinematic-page-hero [data-testid=breadcrumb]{margin-top:.75rem;margin-bottom:1.75rem}.it-cost-hero-section .it-cost-hero-content{text-align:left}.it-cost-hero-section .it-cost-hero-ctas{flex-wrap:nowrap}.it-cost-hero-section .it-cost-hero-ctas .btn-gold,.it-cost-hero-section .it-cost-hero-ctas .btn-outline-light{flex-shrink:0;white-space:nowrap}@media (max-width:639px){.it-cost-hero-section .it-cost-hero-ctas{flex-wrap:wrap}}@media (max-width:1023px){.it-cost-hero-section.cinematic-page-hero{min-height:max(28rem,calc(100vw * var(--it-cost-hero-ratio)))}.it-cost-hero-section.cinematic-page-hero>img{-o-object-fit:contain;object-fit:contain;-o-object-position:100% 62%;object-position:100% 62%}}@media (min-width:1024px){.it-cost-hero-section.cinematic-page-hero{height:min(38rem,calc(100vw * var(--it-cost-hero-ratio)));min-height:34rem}.it-cost-hero-section.cinematic-page-hero>img{-o-object-fit:contain;object-fit:contain;-o-object-position:100% 66%;object-position:100% 66%}.it-cost-hero-section.cinematic-page-hero .site-container{padding-top:2rem}.it-cost-hero-section.cinematic-page-hero [data-testid=breadcrumb]{margin-top:1.25rem;margin-bottom:2rem}}.kpi-hero-section.cinematic-page-hero{--kpi-hero-ratio:calc(750 / 1600);align-items:stretch;overflow-x:clip;background:#000f26}.kpi-hero-section.cinematic-page-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#020817,rgba(2,8,23,.94) 20%,rgba(2,8,23,.62) 34%,rgba(2,8,23,.12) 48%,transparent 58%)}.kpi-hero-section.cinematic-page-hero>img{-o-object-fit:cover;object-fit:cover;-o-object-position:88% 74%;object-position:88% 74%;transform:none}.kpi-hero-section.cinematic-page-hero>div[aria-hidden=true]:not(.site-container){opacity:1;background:linear-gradient(90deg,rgba(10,22,40,.78),rgba(10,22,40,.48) 20%,rgba(10,22,40,.1) 40%,transparent 54%)!important}.kpi-hero-section.cinematic-page-hero .site-container{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;flex:1;width:100%;padding-top:1.75rem}.kpi-hero-section.cinematic-page-hero [data-testid=breadcrumb]{margin-top:.75rem;margin-bottom:1.75rem}.kpi-hero-section .kpi-hero-content{text-align:left}.kpi-hero-section .kpi-hero-ctas{flex-wrap:nowrap}.kpi-hero-section .kpi-hero-ctas .btn-gold,.kpi-hero-section .kpi-hero-ctas .btn-outline-light{flex-shrink:0;white-space:nowrap}@media (max-width:639px){.kpi-hero-section .kpi-hero-ctas{flex-wrap:wrap}}@media (max-width:1023px){.kpi-hero-section.cinematic-page-hero{min-height:max(28rem,calc(100vw * var(--kpi-hero-ratio)))}.kpi-hero-section.cinematic-page-hero>img{-o-object-fit:cover;object-fit:cover;-o-object-position:82% 70%;object-position:82% 70%;transform:none}}@media (min-width:1024px){.kpi-hero-section.cinematic-page-hero{height:min(40rem,calc(100vw * var(--kpi-hero-ratio)));min-height:36rem}.kpi-hero-section.cinematic-page-hero>img{-o-object-fit:cover;object-fit:cover;-o-object-position:88% 74%;object-position:88% 74%;transform:none}.kpi-hero-section.cinematic-page-hero .site-container{padding-top:2rem}.kpi-hero-section.cinematic-page-hero [data-testid=breadcrumb]{margin-top:1.25rem;margin-bottom:2rem}}.cyber-hero-section.cinematic-page-hero{--cyber-hero-ratio:calc(533 / 1600);align-items:stretch;overflow-x:clip;background:#000f26}.cyber-hero-section.cinematic-page-hero>img{-o-object-fit:cover;object-fit:cover;-o-object-position:72% 50%;object-position:72% 50%}.cyber-hero-section.cinematic-page-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,#020817,rgba(2,8,23,.94) 30%,rgba(2,8,23,.55) 46%,rgba(2,8,23,.1) 60%,transparent 82%)}.cyber-hero-section.cinematic-page-hero>div[aria-hidden=true]:not(.site-container){inset:0;height:auto;opacity:.35}.cyber-hero-section.cinematic-page-hero .site-container{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:center;flex:1;width:100%;padding-top:1.75rem}.cyber-hero-section.cinematic-page-hero [data-testid=breadcrumb]{margin-top:.75rem;margin-bottom:1.75rem}.cyber-hero-section .cyber-hero-content{text-align:left}.cyber-hero-section .cyber-hero-ctas{flex-wrap:nowrap;position:relative;z-index:2}.cyber-hero-section .cyber-hero-ctas .btn-gold,.cyber-hero-section .cyber-hero-ctas .btn-outline-light{flex-shrink:0;white-space:nowrap}@media (max-width:639px){.cyber-hero-section .cyber-hero-ctas{flex-wrap:wrap}}@media (max-width:1023px){.cyber-hero-section.cinematic-page-hero{min-height:max(28rem,calc(100vw * var(--cyber-hero-ratio)))}.cyber-hero-section.cinematic-page-hero>img{-o-object-fit:cover;object-fit:cover;-o-object-position:70% 56%;object-position:70% 56%}}@media (min-width:1024px){.cyber-hero-section.cinematic-page-hero{min-height:max(34rem,calc(100vw * var(--cyber-hero-ratio)));height:auto}.cyber-hero-section.cinematic-page-hero>img{-o-object-fit:cover;object-fit:cover;-o-object-position:72% 50%;object-position:72% 50%}.cyber-hero-section.cinematic-page-hero .site-container{padding-top:2rem;padding-bottom:.5rem}.cyber-hero-section.cinematic-page-hero [data-testid=breadcrumb]{margin-top:1.25rem;margin-bottom:2rem}}.contact-page .contact-hero-section.cinematic-page-hero{--contact-hero-ratio:calc(2892 / 8704);align-items:stretch;padding-top:7rem;padding-bottom:3.5rem}.contact-page .contact-hero-section.cinematic-page-hero>div.pointer-events-none.absolute{opacity:.38}.contact-page .contact-hero-section.cinematic-page-hero:before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,rgba(255,255,255,.26),rgba(255,255,255,.16) 32%,rgba(255,255,255,.08) 52%,transparent 68%)}.contact-page .contact-hero-section.cinematic-page-hero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(90deg,color-mix(in srgb,var(--brand-hero-bg) 74%,transparent) 0,color-mix(in srgb,var(--brand-hero-bg) 56%,transparent) 28%,color-mix(in srgb,var(--brand-hero-bg) 34%,transparent) 44%,color-mix(in srgb,var(--brand-hero-bg) 10%,transparent) 56%,transparent 70%)}.contact-page .contact-hero-section.cinematic-page-hero .site-container{position:relative;z-index:10}@media (min-width:640px){.contact-page .contact-hero-section.cinematic-page-hero{padding-top:7.5rem;padding-bottom:4rem}}@media (min-width:1024px){.contact-page .contact-hero-section.cinematic-page-hero{min-height:max(520px,calc(100vw * var(--contact-hero-ratio)));padding-top:6.75rem;padding-bottom:3rem}.contact-page .contact-hero-section.cinematic-page-hero>img{z-index:0;-o-object-fit:cover;object-fit:cover;-o-object-position:100% 82%;object-position:100% 82%}}@media (max-width:1023px){.contact-page .contact-hero-section.cinematic-page-hero{min-height:max(20rem,calc(100vw * var(--contact-hero-ratio) * .65))}.contact-page .contact-hero-section.cinematic-page-hero>img{z-index:0;-o-object-position:94% 64%;object-position:94% 64%}}.contact-hero-section{--contact-hero-icon:var(--contact-touch-icon);--contact-hero-icon-inner:100%;--contact-hero-icon-mask-scale:220%;--contact-hero-desc-min:2.75rem}.contact-hero-intro{width:100%}.contact-hero-features{margin-top:2rem;display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:stretch;width:100%;justify-items:start}@media (min-width:640px){.contact-hero-features{margin-top:2.25rem}}@media (min-width:1024px){.contact-hero-features{margin-top:2rem;display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:center;gap:2.25rem;width:100%;max-width:100%}}.contact-hero-feature{display:flex;flex-direction:row;align-items:center;gap:.5rem;text-align:left;height:100%;flex:0 1 auto}.contact-hero-feature-text{flex:1;min-width:0;display:flex;flex-direction:column;justify-content:center;gap:.125rem}.contact-hero-feature-icon-slot{flex:0 0 var(--contact-hero-icon);width:var(--contact-hero-icon);height:var(--contact-hero-icon);display:flex;align-items:center;justify-content:center;overflow:hidden;background:transparent}.contact-hero-feature-icon-slot .contact-gold-icon-mask.contact-hero-feature-icon,.contact-hero-feature-icon-slot .contact-hero-feature-icon{width:var(--contact-hero-icon-inner,94%);height:var(--contact-hero-icon-inner,94%);max-width:var(--contact-hero-icon-inner,94%);max-height:var(--contact-hero-icon-inner,94%);-webkit-mask-size:var(--contact-hero-icon-mask-scale,172%);mask-size:var(--contact-hero-icon-mask-scale,172%)}.contact-gold-icon-mask{display:block;background-color:var(--gold-500);-webkit-mask-size:contain;mask-size:contain;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-position:center;mask-position:center}.contact-hero-feature-title{margin:0;min-height:0;display:block;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:.9375rem;font-weight:700;line-height:1.25;color:#fff;white-space:nowrap}@media (min-width:640px){.contact-hero-feature-title{font-size:1rem}}@media (min-width:1024px){.contact-hero-feature-title{font-size:clamp(.75rem,.85vw,.875rem)}}.contact-hero-feature-desc{margin:0;min-height:0;font-size:.8125rem;font-weight:400;line-height:1.45;color:#fff;text-wrap:pretty}.contact-hero-feature-desc--fixed-lines{text-wrap:normal}.contact-hero-feature-desc-line{display:block;white-space:nowrap}@media (min-width:640px){.contact-hero-feature-desc{font-size:.875rem;line-height:1.5}}@media (min-width:1024px){.contact-hero-feature-desc{font-size:clamp(.75rem,.82vw,.875rem);line-height:1.45}}.careers-hero-features{margin-top:2.5rem;display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:start;width:100%}@media (min-width:768px){.careers-hero-features{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:flex-start;align-items:flex-start;gap:2.25rem}}@media (min-width:1024px){.careers-hero-features{margin-top:3rem}}.careers-hero-feature{display:flex;align-items:flex-start;gap:.5rem;min-width:0;max-width:100%;overflow:hidden;flex:0 1 auto}.careers-hero-feature-icon-slot{flex:0 0 3.75rem;width:3.75rem;height:3.75rem;display:grid;place-items:center;overflow:visible;border:none;background:transparent;padding:0;border-radius:0}.careers-hero-feature-icon{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.careers-hero-feature-copy{min-width:0;flex:1}.careers-hero-feature-title{margin:0;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:.9375rem;font-weight:700;line-height:1.3;color:#fff}@media (min-width:900px){.careers-hero-feature-title{white-space:nowrap}}.careers-hero-feature-desc{margin:.25rem 0 0;font-size:.78125rem;font-weight:400;line-height:1.35;color:#fff;min-height:calc(2 * 1.35 * .78125rem)}@media (min-width:640px){.careers-hero-feature-desc{font-size:.8125rem;min-height:calc(2 * 1.35 * .8125rem)}}.careers-line-copy{margin:0}.careers-line-keep{white-space:nowrap}.careers-line-copy--3{min-height:calc(3 * 1.6 * .8125rem)}@media (min-width:640px){.careers-line-copy--3{min-height:calc(3 * 1.6 * .8125rem)}}.careers-culture-intro{line-height:1.6}.careers-culture-card-title{white-space:nowrap}@media (max-width:639px){.careers-culture-card-title{white-space:normal}}.careers-culture-card-icon{width:6rem;height:6rem;flex-shrink:0;margin-inline:auto;margin-bottom:1rem;display:grid;place-items:center}.careers-culture-card-icon-img{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.careers-life-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem 1.5rem;align-items:start}@media (min-width:640px){.careers-life-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.careers-life-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem 1.25rem}}@media (min-width:1280px){.careers-life-grid{grid-template-columns:repeat(6,minmax(0,1fr));gap:1.5rem 1rem}}.careers-life-perk{min-width:0;max-width:100%;text-align:center;display:flex;flex-direction:column;align-items:center}.careers-life-perk-icon{width:6rem;height:6rem;flex-shrink:0;display:grid;place-items:center;margin-bottom:1rem}.careers-life-perk-icon-img{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.careers-life-section .careers-life-perk-title{margin:0 0 .5rem;font-family:var(--font-display),"DM Sans",sans-serif;font-size:.90625rem;font-weight:700;line-height:1.25;color:var(--navy-900);white-space:normal;max-width:100%}@media (min-width:1280px){.careers-life-section .careers-life-perk-title{white-space:nowrap}}.careers-life-perk-desc{margin:0;width:100%;max-width:11.5rem;font-size:.78125rem;line-height:1.5;color:var(--ink-500);text-wrap:balance}@media (min-width:640px){.careers-life-perk-desc{font-size:.8125rem}}.contact-page{--contact-touch-icon:3.25rem;--contact-social-icon:2.25rem}.contact-touch-disc{flex-shrink:0;width:var(--contact-touch-icon);height:var(--contact-touch-icon);min-width:var(--contact-touch-icon);min-height:var(--contact-touch-icon);display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:9999px}.contact-touch-row{display:flex;align-items:flex-start;gap:2rem;padding-block:1.25rem}.contact-touch-list>.contact-touch-row:first-child{padding-top:0}.contact-touch-icon-col{flex:0 0 6.5rem;width:6.5rem;min-width:6.5rem;display:flex;align-items:center;justify-content:center}.contact-touch-content{flex:1;min-width:0;text-align:left;margin-left:-2rem}.contact-touch-title{font-size:15px;font-weight:700;color:var(--navy-900);line-height:1.3}.contact-touch-value{margin-top:.125rem;font-size:14px;font-weight:400;line-height:1.5;color:var(--ink-700)}.contact-touch-value--link{display:block;text-decoration:none;transition:color .15s ease}.contact-touch-value--link:hover{color:#b8860b}.contact-touch-social-row{margin-top:.75rem;display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;padding:0;margin-left:0}.contact-touch-disc__img{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;transform-origin:center center}.contact-touch-disc__img--follow,.contact-touch-disc__img--hours{transform:scale(1.12)}.contact-touch-disc--fallback{background:#000;color:var(--gold-500)}.contact-touch-social-link{flex-shrink:0;display:flex;width:var(--contact-social-icon);height:var(--contact-social-icon);align-items:center;justify-content:center;overflow:hidden;border-radius:9999px;transition:opacity .15s ease}.contact-touch-social-link:hover{opacity:.85}.contact-touch-social-link__img{width:100%!important;height:100%!important;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}.contact-reasons-section{--contact-reason-icon:5.5rem;--contact-reason-icon-lg:6rem;--contact-reason-title-min:2.5rem;--contact-reason-desc-min:2.75rem;background:var(--brand-navy-solid,#001126);padding-top:1.25rem;padding-bottom:1rem}@media (min-width:640px){.contact-reasons-section{padding-top:1.5rem;padding-bottom:1.25rem}}@media (min-width:1024px){.contact-reasons-section{padding-top:1.75rem;padding-bottom:1.25rem}}.contact-reasons-heading{margin:0 0 1rem;color:#fff}@media (min-width:640px){.contact-reasons-heading{margin-bottom:1.25rem}}@media (min-width:1024px){.contact-reasons-heading{margin-bottom:1.5rem}}.contact-page .contact-reasons-section{margin-bottom:0}.contact-page-footer-spacer{display:block;width:100%;height:2rem;background:#fff}@media (min-width:640px){.contact-page-footer-spacer{height:2.5rem}}.contact-reasons-grid{display:grid;grid-template-columns:1fr;gap:1.5rem;align-items:start}@media (min-width:640px){.contact-reasons-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.25rem}}@media (min-width:768px){.contact-reasons-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:1024px){.contact-reasons-grid{grid-template-columns:repeat(5,minmax(0,1fr));grid-template-rows:var(--contact-reason-icon-lg) minmax(var(--contact-reason-title-min),auto) minmax(var(--contact-reason-desc-min),auto);gap:0;align-items:stretch}}.contact-reason-card{display:grid;grid-template-rows:auto auto 1fr;justify-items:center;align-content:start;text-align:center;width:100%;padding-inline:1rem}@media (min-width:1024px){.contact-reason-card{grid-template-rows:subgrid;grid-row:span 3;padding-inline:1.25rem;padding-block:.25rem}.contact-reason-card--bordered{border-left:1px solid rgb(255 255 255/.12)}}.contact-reason-icon-slot{grid-row:1;width:var(--contact-reason-icon);height:var(--contact-reason-icon);display:grid;place-items:center;margin-inline:auto}@media (min-width:1024px){.contact-reason-icon-slot{width:100%;height:100%;max-width:var(--contact-reason-icon-lg);max-height:var(--contact-reason-icon-lg);align-self:center;justify-self:center}}.contact-reason-icon-slot .contact-gold-icon-mask.contact-reason-icon,.contact-reason-icon-slot .contact-reason-icon{display:block;width:100%;height:100%;max-width:100%;max-height:100%}.contact-reason-title{grid-row:2;margin:.375rem 0 0;width:100%;max-width:13.75rem;min-height:var(--contact-reason-title-min);display:flex;align-items:center;justify-content:center;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-size:.9375rem;font-weight:700;line-height:1.35;color:#fff}@media (min-width:640px){.contact-reason-title{margin-top:.5rem;font-size:1rem}}@media (min-width:1024px){.contact-reason-title{margin-top:.375rem;align-self:start;justify-self:center}}.contact-reason-desc{grid-row:3;margin:.5rem 0 0;width:100%;max-width:13.75rem;min-height:var(--contact-reason-desc-min);font-size:.8125rem;font-weight:400;line-height:1.4;color:#fff}.contact-reason-desc-keep{white-space:nowrap}@media (min-width:640px){.contact-reason-desc{font-size:.875rem}}@media (min-width:1024px){.contact-reason-desc{margin-top:.5rem;align-self:start;justify-self:center}}.services-hero-section.cinematic-page-hero{--services-hero-ratio:calc(3284 / 7664);align-items:stretch;overflow:visible;padding-top:6.5rem;padding-bottom:3.5rem}@media (min-width:640px){.services-hero-section.cinematic-page-hero{padding-top:8rem}}.services-hero-section.cinematic-page-hero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,rgba(2,8,23,.58),rgba(2,8,23,.42) 30%,rgba(2,8,23,.28) 50%,rgba(2,8,23,.14) 68%,rgba(2,8,23,.06) 82%,transparent)}.services-hero-section.cinematic-page-hero:after{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background:linear-gradient(90deg,color-mix(in srgb,var(--brand-hero-bg) 96%,transparent) 0,color-mix(in srgb,var(--brand-hero-bg) 84%,transparent) 26%,color-mix(in srgb,var(--brand-hero-bg) 62%,transparent) 44%,color-mix(in srgb,var(--brand-hero-bg) 34%,transparent) 58%,color-mix(in srgb,var(--brand-hero-bg) 14%,transparent) 72%,transparent 88%)}.services-hero-section.cinematic-page-hero .site-container{position:relative;z-index:10;display:flex;flex-direction:column;justify-content:flex-start;flex:1;width:100%}.services-hero-section.cinematic-page-hero [data-testid=breadcrumb]{margin-bottom:1.5rem}@media (max-width:1023px){.services-hero-section.cinematic-page-hero{min-height:max(18rem,calc(100vw * var(--services-hero-ratio) * .68));padding-bottom:3.5rem}.services-hero-section.cinematic-page-hero>img{-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center}}@media (min-width:1024px){.services-hero-section.cinematic-page-hero{height:auto;min-height:max(24rem,calc(100vw * var(--services-hero-ratio) * .58));padding-top:6rem;padding-bottom:3.25rem}.services-hero-section.cinematic-page-hero>img{-o-object-fit:contain;object-fit:contain;-o-object-position:100% 50%;object-position:100% 50%}}.services-hero-ctas{flex-wrap:nowrap}.services-hero-ctas .btn-gold,.services-hero-ctas .btn-outline-light{flex-shrink:0;white-space:nowrap}@media (max-width:639px){.services-hero-ctas{flex-wrap:wrap}}.services-core-section{padding-block:var(--section-py-md,clamp(40px,4.5vw,56px));background:var(--soft,#f5f6f8)}.services-core-section__head{display:grid;grid-template-columns:minmax(0,5fr) minmax(0,7fr);gap:clamp(28px,4vw,56px);align-items:start;margin-bottom:var(--section-head-gap,clamp(20px,2.5vw,28px))}.services-core-section__head-right{padding-top:clamp(28px,.4vw + 24px,34px);color:#0c1430;font-size:15.5px;line-height:1.7}.services-core-section__head-right p{margin:0}.services-core-section__head-left .eyebrow{display:block;margin-bottom:14px}.services-core-section__title{font-size:clamp(24px,2.4vw,32px);line-height:1.2;font-weight:700;color:var(--navy-900);margin:0}.services-core-section .cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;text-align:left;align-items:stretch}.services-core-section .card{background:#fff;border:1px solid var(--line,#e6e8ee);border-radius:var(--radius-lg,12px);padding:30px clamp(28px,3.5vw,48px) clamp(36px,4.5vw,48px);display:flex;flex-direction:column;height:100%;box-sizing:border-box;transition:box-shadow .2s ease,border-color .2s ease}.services-core-section .card-body{flex:1 1 auto;display:flex;flex-direction:column;gap:10px;min-height:0}.services-core-section .card-body h3{margin:0;align-self:start}.services-core-section .card-body .desc{margin:0;min-height:4.85em;box-sizing:border-box;align-self:start}.services-core-section .card-body ul{align-self:start;margin-top:10px}.solution-desc-keep{white-space:nowrap}.services-core-section .card:hover{transform:none;box-shadow:var(--shadow-md,0 4px 16px rgba(10,31,61,.08));border-color:rgba(var(--brand-gold-rgb),.4)}.service-icon{--solution-icon:var(--service-icon-size,72px);position:relative;width:var(--solution-icon);height:var(--solution-icon);flex-shrink:0;margin-bottom:20px;line-height:0;border-radius:50%;overflow:visible;display:flex;align-items:center;justify-content:center;background:transparent}.service-icon>span{inset:auto!important;display:flex!important;align-items:center!important;justify-content:center!important;line-height:0!important;overflow:visible!important;border-radius:50%!important}.service-icon img,.service-icon-img,.service-icon>span{position:relative!important;width:var(--solution-icon)!important;height:var(--solution-icon)!important}.service-icon img,.service-icon-img{max-width:100%!important;max-height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center center;object-position:center center;display:block;transform:none!important}.service-icon--cost .service-icon-img,.service-icon--cost img,.service-icon--kpi .service-icon-img,.service-icon--kpi img,.service-icon--security .service-icon-img,.service-icon--security img{-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center center!important;object-position:center center!important;transform:none!important}.services-core-section .card h3{margin:0;color:var(--navy-900,#001126);font-size:18px;font-weight:600;line-height:1.25}.services-core-section .card .desc{margin:0;color:#0c1430;font-size:14.5px;line-height:1.55}.services-core-section .card ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px;align-self:stretch}.services-core-section .card li{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:var(--ink-500,#5b6478);line-height:1.45}.services-core-section .card li:before{content:"";flex-shrink:0;width:16px;height:16px;margin-top:2px;border:1.5px solid var(--gold-500,var(--gold-500));border-radius:50%;background-color:transparent;background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23F2BF66' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><path d='M4.5 8.2L7 10.6l4.5-5'/></svg>");background-repeat:no-repeat;background-position:50%;background-size:12px 12px}.services-core-section .card .explore{display:inline-flex;align-items:center;gap:8px;margin-top:20px;align-self:flex-start;flex-shrink:0;color:var(--gold-500,var(--gold-500));font-weight:600;font-family:var(--font-dm-sans),"Plus Jakarta Sans",sans-serif;font-size:14px;text-decoration:none;transition:color .2s ease}.services-core-section .card .explore:hover{color:#c9a227}.services-core-section .card .explore .arr{transition:transform .2s ease}@media (max-width:1023px){.services-core-section__head{grid-template-columns:1fr;gap:20px}.services-core-section__head-right{padding-top:0}.services-core-section .cards{grid-template-columns:1fr;gap:24px;max-width:none}}@media (min-width:768px) and (max-width:1023px){.services-core-section .cards{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}}.services-capabilities-section{--capability-icon:6rem;--capabilities-bg:#f4f6f9;padding-block:var(--section-py-md);background:var(--capabilities-bg)}.services-capabilities-section__head{text-align:center;max-width:800px;margin:0 auto var(--section-head-gap)}.services-capabilities-section__head .eyebrow,.services-value-section__head .eyebrow{display:block;margin-bottom:12px}.services-capabilities-section__title{margin:0;font-size:clamp(24px,2.4vw,32px);line-height:1.2;font-weight:700;color:var(--navy-900)}.services-capabilities-section__grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:0;max-width:1200px;margin-inline:auto}.services-capability{position:relative;display:flex;flex-direction:column;align-items:center;padding:0 clamp(14px,1.6vw,22px);text-align:center}.services-capability:not(:last-child):after{content:"";position:absolute;top:6%;right:0;width:1px;height:88%;background:#e2e5eb;pointer-events:none}.services-capability__icon{display:grid;place-items:center;flex-shrink:0;width:var(--capability-icon);height:var(--capability-icon);min-height:var(--capability-icon);margin-bottom:1rem;overflow:visible;background:transparent;border:none;border-radius:0;box-shadow:none;padding:0}.services-capability__icon img,.services-capability__icon-img{width:100%!important;height:100%!important;-o-object-fit:contain!important;object-fit:contain!important;-o-object-position:center!important;object-position:center!important;display:block;transform-origin:center!important}.services-capability__icon--it-strategy img{transform:scale(.96)!important}.services-capability__icon--cloud-strategy img{transform:scale(1)!important}.services-capability__icon--compliance img{transform:scale(1.1)!important}.services-capability__icon--infrastructure img{transform:scale(.98)!important}.services-capability__icon--managed-it img{transform:scale(1.08)!important}.services-capability__icon--vendor img{transform:scale(1.14)!important}.services-capability__title{margin:0 0 14px;font-size:15px;font-weight:700;line-height:1.35;color:var(--navy-900)}.services-capability__desc{margin:0;max-width:168px;font-size:13px;line-height:1.55;color:#5b6478}@media (max-width:1199px){.services-capabilities-section__grid{grid-template-columns:repeat(3,minmax(0,1fr));row-gap:40px;max-width:none}.services-capability{padding:0 clamp(16px,3vw,28px)}.services-capability:nth-child(3n):after{display:none}.services-capability:not(:nth-child(3n)):after{display:block}.services-capability__desc{max-width:220px}}@media (max-width:639px){.services-capabilities-section__grid{grid-template-columns:1fr;row-gap:36px}.services-capability:after{display:none!important}.services-capability{padding:0 20px;max-width:320px;margin-inline:auto}.services-capability__desc{max-width:280px}}.services-value-section{position:relative;overflow:hidden;padding-block:var(--section-py-md,clamp(40px,4.5vw,56px));background:var(--brand-navy-solid);color:#fff}.services-value-section .site-container{position:relative;z-index:1}.services-value-section__head{text-align:center;margin-bottom:var(--section-head-gap,clamp(20px,2.5vw,28px))}.services-value-section__title{margin:0;font-size:clamp(24px,2.4vw,32px);line-height:1.2;font-weight:700;color:#fff}.services-value-section__track{--value-ring:80px;--value-num:40px;--value-copy-width:168px;--value-arrow:40px;display:grid;grid-template-columns:minmax(0,1fr) var(--value-arrow) minmax(0,1fr) var(--value-arrow) minmax(0,1fr) var(--value-arrow) minmax(0,1fr);align-items:start;-moz-column-gap:clamp(8px,1.2vw,16px);column-gap:clamp(8px,1.2vw,16px);max-width:1160px;margin-inline:auto;padding-inline:clamp(8px,1.5vw,20px)}.services-value-step{width:calc(var(--value-num) + 12px + var(--value-copy-width));max-width:100%;justify-self:center}.services-value-connector{display:flex;align-items:center;justify-content:center;align-self:start;margin-top:calc((var(--value-ring) - var(--value-arrow)) / 2);margin-inline:-6px;color:var(--gold-500)}.services-value-connector__arrow{display:block;width:var(--value-arrow);height:var(--value-arrow);flex-shrink:0}.services-value-step__content{display:grid;grid-template-columns:var(--value-num) minmax(0,var(--value-copy-width));-moz-column-gap:12px;column-gap:12px;row-gap:0;align-items:start;text-align:left}.services-value-step__icon-wrap{grid-column:1/-1;grid-row:1;display:flex;justify-content:center;margin-bottom:14px}.services-value-step-icon{width:var(--value-ring);height:var(--value-ring);border-radius:9999px;border:none;background:#0a2540!important;background-image:none!important;display:flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden}.services-value-step-icon svg,.services-value-step-icon__svg{display:block;flex-shrink:0;width:100%!important;height:100%!important;transform:scale(.82);transform-origin:center;filter:drop-shadow(0 8px 18px rgba(var(--brand-gold-rgb),.18))}.services-value-step__text{grid-column:2;grid-row:2;display:flex;flex-direction:column;gap:0;min-width:0}.services-value-step__num{grid-column:1;grid-row:2;align-self:start;margin-top:0;flex-shrink:0;width:var(--value-num);height:var(--value-num);border-radius:8px;background:var(--gold-500);color:#0b132b;font-family:var(--font-dm-sans),"DM Sans",sans-serif;font-weight:800;font-size:14px;display:flex;align-items:center;justify-content:center;line-height:1}.services-value-step__title{display:block;margin:0;font-size:17px;font-weight:700;color:#fff;line-height:1.1}.services-value-step__desc{display:block;margin:4px 0 0;padding:0;font-size:14px;line-height:1.4;color:rgba(255,255,255,.88)}@media (max-width:1023px){.services-value-section__track{display:flex;flex-wrap:wrap;justify-content:center;gap:36px 24px;max-width:none}.services-value-connector{display:none}.services-value-step{flex:1 1 calc(50% - 24px);max-width:240px;justify-self:auto}}@media (max-width:559px){.services-value-section__track{flex-direction:column;align-items:center;gap:40px}.services-value-step{flex:1 1 auto;width:100%;max-width:280px}}.service-deliverables{margin-top:16px;padding-top:16px;border-top:1px solid var(--line,#e6e8ee)}.service-deliverables__heading{margin:0 0 12px;font-size:15px;font-weight:700;color:var(--navy-900,#001126)}.service-deliverables__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:10px}.service-deliverables__item{display:flex;align-items:flex-start;gap:10px;font-size:13.5px;line-height:1.45;color:var(--ink-500,#5b6478)}.service-deliverables__icon{flex-shrink:0;width:20px;margin-top:1px;text-align:center;font-size:15px}.service-deliverables--cost .service-deliverables__icon{color:#1a6b3c}.service-deliverables--security .service-deliverables__icon{color:#0d3b6e}.service-deliverables--kpi .service-deliverables__icon{color:#5b3a8c}.services-why-choose-section{--capability-icon:6rem}.services-why-choose-section h2,.services-why-choose-section h3,.services-why-choose-section p{text-wrap:normal}.services-why-choose-section .services-why-choose__icon{width:var(--capability-icon);height:var(--capability-icon);min-height:var(--capability-icon);flex-shrink:0}.services-why-choose-section .services-why-choose__icon img{transform-origin:center center!important}.services-why-choose-section .services-why-choose__icon--executive img{transform:scale(.71)!important}.services-why-choose-section .services-why-choose__icon--independent img{transform:scale(.9)!important}.services-why-choose-section .services-why-choose__icon--practical img{transform:scale(.72)!important}.services-why-choose-section .services-why-choose__icon--measurable img{transform:scale(.83)!important}.services-why-choose-section .services-why-choose__icon--partnership img{transform:scale(.76)!important}@media (max-width:1023px){[data-testid=services-why-choose-section] .services-why-choose__col{border-left:none!important}}@media (max-width:1279px){.services-why-choose__grid{overflow-x:auto;-webkit-overflow-scrolling:touch;flex-direction:row!important;flex-wrap:nowrap;gap:0!important;min-width:0;margin-inline:-1.25rem;padding-inline:1.25rem}.services-why-choose__grid>[role=listitem]{min-width:196px;flex:1 1 196px}[data-testid=services-why-choose-section] .services-why-choose__col{border-left:none!important;padding-inline:12px}}@media (min-width:1280px){.services-why-choose__grid{overflow:visible;margin-inline:0;padding-inline:0}}