:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*,*:before,*:after{box-sizing:border-box}html{scroll-padding-top:calc(var(--site-header-top-offset, 0px) + var(--site-header-height, 76px) + 16px);width:100%;overflow-x:clip}@supports not (overflow: clip){html{overflow-x:hidden}}@media(prefers-reduced-motion:no-preference){html{scroll-behavior:smooth}}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;min-width:320px;min-height:100vh;display:block;width:100%;overflow-x:clip;background:var(--parsey-bg, #0b1e3a);color:var(--parsey-text, rgba(255, 255, 255, .87));font-family:var( --parsey-font-body, system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif )}@supports not (overflow: clip){body{overflow-x:hidden}}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--parsey-primary-1: #123a6a;--parsey-primary-2: #2d6ab3;--parsey-secondary-1: #86b7ea;--parsey-secondary-2: #f1f4f9;--parsey-accent: #22b8b2;--parsey-bg-dark: #0b1e3a;--parsey-bg-light: #fbfcff;--parsey-white: #ffffff;--site-header-height: 70px;--site-header-top-offset: 20px;--parsey-font-body: Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;--parsey-font-heading: Barlow, Inter, ui-sans-serif, system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;--parsey-bg: var(--parsey-bg-light);--parsey-text: var(--parsey-primary-1);--parsey-surface: rgba(255, 255, 255, .82);--parsey-border: rgba(18, 58, 106, .14);--parsey-shadow: 0 18px 48px rgba(18, 58, 106, .1)}@media(prefers-color-scheme:dark){:root{--parsey-bg: var(--parsey-bg-dark);--parsey-text: var(--parsey-secondary-2);--parsey-surface: rgba(18, 58, 106, .5);--parsey-border: rgba(241, 244, 249, .16);--parsey-shadow: 0 18px 48px rgba(11, 30, 58, .55)}}#root{width:100%;min-height:100vh;margin:0;padding:0;color:var(--parsey-text);font-family:var(--parsey-font-body)}#root h1,#root h2,#root h3,#root h4,#root h5,#root h6{font-family:var(--parsey-font-heading)}.app{min-height:100vh;background:var(--parsey-bg)}.homeContact{position:relative;isolation:isolate;overflow:hidden;padding:clamp(5rem,7vw,8rem) 0;background-color:var(--parsey-secondary-2);border-top:1px solid rgba(15,47,95,.12)}.homeContact__inner{position:relative;z-index:2;width:min(860px,90%);margin:0 auto}.homeContact__header{text-align:center;margin-bottom:clamp(2rem,4vw,3rem)}.homeContact__title{margin:0 0 1rem;font-family:var(--parsey-font-body);font-weight:800;letter-spacing:-.03em;line-height:1.08;font-size:clamp(2.2rem,5.5vw,4rem);color:var(--parsey-primary-1)}.homeContact__titleAccent{background:linear-gradient(90deg,var(--parsey-accent) 0%,var(--parsey-secondary-1) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.homeContact__lead{margin:0 0 1.5rem;font-family:var(--parsey-font-body);font-weight:400;font-size:clamp(1rem,2vw,1.15rem);line-height:1.65;color:#0f2f5fb3}.homeContact__badges{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.homeContact__badge{display:inline-flex;align-items:center;gap:.4rem;padding:.35rem .85rem;border:1px solid rgba(31,167,161,.45);border-radius:9999px;font-family:var(--parsey-font-body);font-size:.82rem;font-weight:500;color:#0f2f5fbf;background:#1fa7a114}.homeContact__content{display:flex;flex-direction:column;gap:1.25rem}.homeContactForm{position:relative;min-width:0;background:var(--parsey-primary-1);border:1px solid rgba(95,143,203,.22);border-radius:16px;padding:clamp(1.5rem,3vw,2.25rem)}.homeContactForm__topBar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.homeContactForm__cardBadge{display:inline-block;padding:.3rem .8rem;border:1px solid var(--parsey-accent);border-radius:9999px;font-family:var(--parsey-font-body);font-size:.78rem;font-weight:600;color:var(--parsey-accent);white-space:nowrap;margin-bottom:.65rem}.homeContactForm__heading{margin:0;font-family:var(--parsey-font-body);font-weight:700;font-size:1.25rem;color:var(--parsey-secondary-2)}.homeContactForm__grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.homeContactForm__row{display:flex;flex-direction:column;gap:.4rem}.homeContactForm__row--full{grid-column:1 / -1}.homeContactForm__label{font-family:var(--parsey-font-body);font-weight:500;font-size:.88rem;color:#e6e9efcc}.homeContactForm__input,.homeContactForm__textarea{width:100%;box-sizing:border-box;border-radius:8px;border:1px solid rgba(95,143,203,.28);background:var(--parsey-bg-dark);color:#e6e9eff2;padding:.7rem .9rem;font-family:var(--parsey-font-body);font-size:.97rem;line-height:1.4;transition:border-color .15s ease}.homeContactForm__input::placeholder,.homeContactForm__textarea::placeholder{color:#e6e9ef59}.homeContactForm__textarea{resize:vertical;min-height:110px}.homeContactForm__input:focus-visible,.homeContactForm__textarea:focus-visible{outline:none;border-color:var(--parsey-accent);box-shadow:0 0 0 3px #1fa7a133}.homeContactForm__trust{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.5rem;margin-top:1rem;justify-content:center}.homeContactForm__trustItem{font-family:var(--parsey-font-body);font-size:.82rem;font-weight:500;color:#0f2f5f99;display:inline-flex;align-items:center;gap:.35rem}.homeContactForm__trustPhone{color:#0f2f5fd9;text-decoration:none;border-bottom:1px solid rgba(31,167,161,.5);transition:color .15s ease,border-color .15s ease}.homeContactForm__trustPhone:hover{color:var(--parsey-accent);border-bottom-color:var(--parsey-accent)}.homeContactForm__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.65rem;margin-top:1.25rem}.homeContactForm__submit{display:inline-flex;align-items:center;justify-content:center;height:48px;padding:0 2rem;border-radius:9999px;border:none;background:var(--parsey-accent);color:var(--parsey-bg-dark);font-family:var(--parsey-font-body);font-weight:700;font-size:.95rem;cursor:pointer;transition:background .15s ease,transform .15s ease}.homeContactForm__submit:hover{background:var(--parsey-secondary-1);transform:translateY(-2px)}@media(prefers-reduced-motion:reduce){.homeContactForm__submit,.homeContactForm__input,.homeContactForm__textarea{transition:none}.homeContactForm__submit:hover{transform:none}}.homeContactForm--success{display:flex;align-items:center;justify-content:center;min-height:200px;border-radius:16px;background:var(--parsey-primary-1);border:1px solid rgba(95,143,203,.22)}.homeContactForm__successMsg{margin:0;font-family:var(--parsey-font-body);font-size:1.1rem;font-weight:600;color:var(--parsey-accent);text-align:center}.homeContactForm__error{margin:0;font-family:var(--parsey-font-body);font-size:.85rem;line-height:1.4;color:#ff7864e6}.homeContactForm__input:disabled,.homeContactForm__textarea:disabled{opacity:.5;cursor:not-allowed}.homeContact__direct{background:#0f2f5f0a;border:1px solid rgba(15,47,95,.12);border-radius:12px;padding:1.1rem 1.5rem}.homeContact__directTitle{margin:0 0 .75rem;font-family:var(--parsey-font-body);font-weight:600;letter-spacing:.12em;text-transform:uppercase;font-size:.78rem;color:#0f2f5f8c}.homeContact__directList{margin:0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.5rem 1.75rem}.homeContact__directList li{display:flex;align-items:center;gap:.6rem}.homeContact__directLink{color:var(--parsey-primary-1);text-decoration:none;font-weight:600;font-size:.97rem;border-bottom:1px solid rgba(31,167,161,.55);transition:border-color .15s ease,color .15s ease}.homeContact__directLink:hover{color:var(--parsey-accent);border-bottom-color:var(--parsey-accent)}.homeContact__directLink:focus-visible{outline:3px solid rgba(31,167,161,.6);outline-offset:3px}.homeContact__directHint{font-family:var(--parsey-font-body);font-weight:600;letter-spacing:.1em;text-transform:uppercase;font-size:.7rem;color:#0f2f5f73;border:1px solid rgba(15,47,95,.18);border-radius:4px;padding:.12rem .4rem}@media(max-width:600px){.homeContactForm__grid{grid-template-columns:1fr}.homeContactForm__actions{align-items:stretch}.homeContactForm__submit{width:100%}}.home{min-height:100vh;--home-section-h2-size: clamp(2rem, 3.2vw, 2.7rem)}.homeReveal{opacity:1;transform:translateZ(0)}.homeReveal--hidden{opacity:0;transform:translate3d(0,18px,0)}.homeReveal--visible{opacity:1;transform:translateZ(0)}.homeReveal.homeReveal--hidden,.homeReveal.homeReveal--visible{transition:opacity .72s cubic-bezier(.2,.9,.2,1),transform .76s cubic-bezier(.2,.9,.2,1);will-change:opacity,transform}@media(prefers-reduced-motion:reduce){.homeReveal,.homeReveal--hidden,.homeReveal--visible{transition:none;transform:none;opacity:1}}.home section{scroll-margin-top:calc(var(--site-header-top-offset, 0px) + var(--site-header-height) + 16px)}.homeServices{position:relative;isolation:isolate;overflow:hidden;padding:clamp(5rem,7vw,7.5rem) 0 clamp(3.5rem,5vw,5.5rem);background:var(--parsey-white);border-top:1px solid rgba(15,47,95,.12);--homeServices-introToContentGap: .5rem}.homeServices--approach{background:var(--parsey-white);border-top:1px solid rgba(15,47,95,.14)}.homeServices--approach:before{content:none}.homeServices--approach .homeServices__inner{flex-direction:row;align-items:flex-start;gap:clamp(2rem,4vw,4rem)}.homeServices--approach .homeServices__offerSection{flex:1;min-width:0}.homeAbout{position:relative;isolation:isolate;overflow:hidden;padding:clamp(4.5rem,6vw,6.5rem) 0;--homeAbout-headerToPeopleGap: clamp(1.6rem, 2.4vw, 2.4rem);background:var(--parsey-white);border-top:1px solid rgba(15,47,95,.18)}.homeAbout:before,.homeAbout:after{content:none}.homeAbout__shapeField{display:none}.homeAboutShape{position:absolute;left:var(--shape-x);top:var(--shape-y);width:var(--shape-w);height:var(--shape-h);opacity:var(--shape-o);--shape-dx: 0px;--shape-dy: 0px;transform:translate3d(-50%,-50%,0) translate3d(var(--shape-dx),var(--shape-dy),0) rotate(var(--shape-r));will-change:transform;backface-visibility:hidden;mix-blend-mode:multiply}.homeAboutShape--dot{border-radius:999px;background:var(--shape-c)}.homeAboutShape--block{background:var(--shape-c);box-shadow:0 0 0 1px #0f2f5f14 inset}.homeAboutShape--triangle{background:var(--shape-c);clip-path:polygon(0 0,100% 0,0 100%)}.homeAboutShape--ring{border-radius:999px;background:transparent;border:2px solid var(--shape-c)}.homeAboutShape--dash{background:var(--shape-c);border-radius:2px}@media(prefers-reduced-motion:reduce){.homeAboutShape{transform:translate3d(-50%,-50%,0) rotate(var(--shape-r))}}.homeAbout__inner{position:relative;z-index:2;width:min(1500px,100%);margin:0 auto;padding:0 clamp(1.25rem,3vw,2rem)}.homeAbout__header{max-width:72ch;margin:0 0 var(--homeAbout-headerToPeopleGap)}.homeAbout__eyebrow{margin:0 0 .6rem;font-family:var(--parsey-font-body);font-weight:600;letter-spacing:.18em;text-transform:uppercase;font-size:.85rem;color:#0f2f5fe6}.homeAbout__title{margin:0;font-family:var(--parsey-font-body);font-weight:600;letter-spacing:-.03em;line-height:1.05;font-size:var(--home-section-h2-size);color:var(--parsey-primary-1)}.homeAbout__lead{margin:.9rem 0 1.75rem;font-family:var(--parsey-font-body);font-weight:400;font-size:1.05rem;line-height:1.6;color:#0f2f5fdb}.homeAboutPeople{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:clamp(2rem,3.2vw,3rem)}.homeAboutPerson{position:relative;display:block;height:100%}.homeAboutPerson:before{content:none}.homeAboutPerson__card{position:relative;display:grid;grid-template-columns:auto 1fr;align-items:start;gap:clamp(1.1rem,2.2vw,1.6rem);padding:clamp(1.1rem,2.4vw,1.4rem);border:1px solid rgba(15,47,95,.16);background:#e6e9ef80;border-radius:0;overflow:hidden;height:100%;align-content:start}.homeAboutPerson__card:before{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#1fa7a124 0 14%,#0000 14% 100%);mix-blend-mode:multiply;opacity:.7}.homeAboutPerson__card:after{content:"";position:absolute;left:0;top:0;bottom:0;width:10px;background:var(--parsey-accent)}.homeAboutPerson__card>*{position:relative;z-index:1}.homeAboutPerson__avatarWrap{margin-left:10px}.homeAboutPerson__avatarWrap{position:relative;width:clamp(132px,16vw,176px);aspect-ratio:1 / 1;border-radius:999px;overflow:hidden;border:2px solid rgba(15,47,95,.18);box-shadow:none;background:#e6e9ef8c}.homeAboutPerson__avatarWrap:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#0f2f5f38 0 18%,#0000 18% 100%),linear-gradient(315deg,#1fa7a11f 0 12%,#0000 12% 100%);mix-blend-mode:multiply}.homeAboutPerson__avatar{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(1.05) contrast(1.02)}.homeAboutPerson__content{display:grid;gap:.65rem;max-width:60ch}@media(max-width:900px){.homeAboutPerson__card{grid-template-columns:1fr}.homeAboutPerson__avatarWrap{margin-left:10px}}.homeAboutPerson__header{display:grid;gap:.35rem}.homeAboutPerson__name{margin:0;font-family:var(--parsey-font-body);font-weight:700;letter-spacing:-.01em;color:var(--parsey-primary-1);font-size:1.35rem;line-height:1.1}.homeAboutPerson__role{margin:0;font-family:var(--parsey-font-body);font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;color:#0f2f5fd1}.homeAboutPerson__contact{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-family:var(--parsey-font-body);color:#0f2f5fd6}.homeAboutPerson__contactLabel{font-weight:700;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;color:#0f2f5fb3}.homeAboutPerson__email{font-weight:700;text-decoration:none;color:var(--parsey-primary-1);border-bottom:1px solid rgba(31,167,161,.55);width:fit-content}.homeAboutPerson__email:hover{border-bottom-color:#1fa7a1e6}.homeAboutPerson__email:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}.homeAboutPerson__bio{margin:0;font-family:var(--parsey-font-body);line-height:1.65;color:#0f2f5fd6}.homeAboutPerson__tags{margin:.5rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}.homeAboutPerson__tags li{display:inline-flex;align-items:center;padding:.25rem .55rem;border:1px solid rgba(15,47,95,.18);background:#e6e9ef99;font-size:.82rem;color:#0f2f5fdb}.homeAbout__cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));--homeAbout-colGap: clamp(10rem, 2.5vw, 1.6rem);--homeAbout-rowGap: clamp(2.1rem, 4vw, 2.8rem);column-gap:var(--homeAbout-colGap);row-gap:var(--homeAbout-rowGap)}.homeAboutCard{position:relative;display:grid;grid-template-columns:160px 1fr;background:#ffffffeb;border:1px solid rgba(15,47,95,.14);box-shadow:16px 16px #1fa7a138;overflow:hidden;transition:transform .22s cubic-bezier(.2,.9,.2,1);contain:paint;will-change:transform;transform:translateZ(0);backface-visibility:hidden}.homeAboutCard:before{content:"";position:absolute;left:0;top:0;bottom:0;width:10px;background:var(--parsey-accent)}.homeAboutCard:hover{transform:translate3d(0,-10px,0) rotate(-.8deg);border-color:#1fa7a152;box-shadow:16px 16px #1fa7a138}@media(prefers-reduced-motion:reduce){.homeAboutCard{transition:border-color .18s ease}.homeAboutCard:hover{transform:none}}.homeAboutCard__media{position:relative;padding-left:10px}.homeAboutCard__img{width:100%;height:auto;aspect-ratio:1 / 1;object-fit:cover;display:block;filter:saturate(1.05) contrast(1.02)}.homeAboutCard__media:after{content:"";position:absolute;inset:0;pointer-events:none;background:linear-gradient(135deg,#0f2f5f33 0 18%,#0000 18% 100%),linear-gradient(315deg,#1fa7a11f 0 12%,#0000 12% 100%);mix-blend-mode:multiply}.homeAboutCard__content{padding:1.05rem 1.1rem 1.15rem;padding-left:calc(1.1rem + 10px)}.homeAboutCard__name{margin:0;font-family:var(--parsey-font-body);font-weight:600;letter-spacing:-.01em;color:var(--parsey-primary-1);font-size:1.25rem;line-height:1.15}.homeAboutCard__role{margin:.45rem 0 .75rem;font-family:var(--parsey-font-body);font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-size:.78rem;color:#0f2f5fd1}.homeAboutCard__contact{margin:-.25rem 0 .85rem;display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem;font-family:var(--parsey-font-body);color:#0f2f5fd6}.homeAboutCard__contactLabel{font-weight:600;letter-spacing:.14em;text-transform:uppercase;font-size:.75rem;color:#0f2f5fb3}.homeAboutCard__email{font-weight:600;text-decoration:none;color:var(--parsey-primary-1);border-bottom:1px solid rgba(31,167,161,.55)}.homeAboutCard__email:hover{border-bottom-color:#1fa7a1e6}.homeAboutCard__email:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}.homeAboutCard__bio{margin:0;font-family:var(--parsey-font-body);line-height:1.65;color:#0f2f5fd6}.homeAboutCard__tags{margin:.95rem 0 0;padding:0;list-style:none;display:flex;flex-wrap:wrap;gap:.45rem}.homeAboutCard__tags li{display:inline-flex;align-items:center;padding:.25rem .5rem;border:1px solid rgba(15,47,95,.18);background:#e6e9ef99;font-size:.82rem;color:#0f2f5fdb}.homeServices:before{content:none}.homeServices__inner{width:min(1500px,100%);margin:0 auto;padding:0 clamp(1.25rem,3vw,2rem);display:flex;flex-direction:column;gap:clamp(2.5rem,4vw,3.5rem)}.homeServices__leftIntro{max-width:62ch}.homeServices__eyebrow{margin:0 0 .6rem;font-family:var(--parsey-font-body);font-weight:600;letter-spacing:.18em;text-transform:uppercase;font-size:.85rem;color:#0f2f5fe6}.homeServices__title{margin:0;font-family:var(--parsey-font-body);font-weight:600;letter-spacing:-.03em;line-height:1.05;font-size:var(--home-section-h2-size);color:var(--parsey-primary-1)}.homeServices__title--approach{font-size:var(--home-section-h2-size);letter-spacing:-.03em;line-height:1.2;font-weight:700}.homeServices__titleBrand{color:var(--parsey-accent);font-weight:800;letter-spacing:.04em}.homeServices__titleAccent{background:linear-gradient(90deg,var(--parsey-accent) 0%,var(--parsey-secondary-1) 100%);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.homeServices__lead--title{font-size:var(--home-section-h2-size);font-weight:700;letter-spacing:-.03em;line-height:1.2;color:var(--parsey-primary-1)}.homeServices__leftIntro--approach{border-left:4px solid var(--parsey-accent);padding-left:clamp(1rem,2vw,1.5rem);max-width:42ch}.homeServices__lead{margin:.9rem 0 1.25rem;max-width:60ch;font-family:var(--parsey-font-body);font-weight:400;font-size:1.05rem;line-height:1.6;color:#0f2f5fdb}.homeServices--services .homeServices__eyebrow{color:#0f2f5fe6}.homeServices--services .homeServices__title{color:var(--parsey-primary-1)}.homeServices--services .homeServices__lead{color:#0f2f5fdb}.homeServices__leftIntro .homeServices__lead{margin-bottom:var(--homeServices-introToContentGap)}.homeServices__cards{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.homeApproachTabs{position:relative;background:#e6e9efeb;border:1px solid rgba(15,47,95,.18);border-radius:14px;color:#0f2f5feb;overflow:hidden;clip-path:none;isolation:isolate}.homeApproachTabs:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:none;opacity:1}.homeApproachTabs__tablist{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));background:#0b1e3afa;position:relative;z-index:1}.homeApproachTabs__tab{appearance:none;border:0;background:transparent;color:#e6e9efe0;cursor:pointer;border-radius:0;padding:2.1rem 1.6rem;display:block;text-align:left;min-height:132px;border-right:none;font-family:var(--parsey-font-body);font-weight:800;letter-spacing:-.01em;line-height:1.2;transition:background-color .16s ease,color .16s ease;box-shadow:none}.homeApproachTabs__tab:first-child{border-top-left-radius:14px}.homeApproachTabs__tab:last-child{border-top-right-radius:14px}.homeApproachTabs__tab:not(:last-child){box-shadow:inset -1px 0 #e6e9ef1a}.homeApproachTabs__tabLabel{display:block;font-size:1.8rem}.homeApproachTabs__tab[aria-selected=true]{color:#0f2f5ff5;background:#e6e9effa;border:1px solid rgba(15,47,95,.14);border-bottom:0;margin-bottom:-1px;position:relative;z-index:2;border-bottom-left-radius:0;border-bottom-right-radius:0}.homeApproachTabs__tab:hover{background-color:#1e4e8c59;color:#e6e9eff5}.homeApproachTabs__tab[aria-selected=true]:hover{background-color:#fffffffa;color:#0f2f5ffa}.homeApproachTabs__tab:focus-visible{outline:3px solid rgba(31,167,161,.6);outline-offset:-3px}.homeApproachTabs__tab:focus{outline:none}.homeApproachTabs__panelWrap{position:relative;--homeApproach-panel-pad-top: 1.8rem;--homeApproach-panel-pad-x: 2.5rem;--homeApproach-panel-pad-bottom: 2.7rem;padding:var(--homeApproach-panel-pad-top) var(--homeApproach-panel-pad-x) var(--homeApproach-panel-pad-bottom);z-index:1}.homeApproachTabs__measure{position:absolute;top:var(--homeApproach-panel-pad-top);left:var(--homeApproach-panel-pad-x);right:var(--homeApproach-panel-pad-x);bottom:auto;pointer-events:none;visibility:hidden;z-index:-1;overflow:visible}.homeApproachTabs__panel--measure{display:block}.homeApproachTabs__panel{margin:0}.homeApproachTabs__panelHeader{display:flex;align-items:center;margin-bottom:.75rem}.homeApproachTabs__panelTitle{margin:0;font-family:var(--parsey-font-body);font-weight:800;letter-spacing:-.02em;line-height:1.1;font-size:1.6rem;color:#0f2f5ff5}.homeApproachTabs__panelTitle--srOnly{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.homeApproachTabs__panelText{margin:0;max-width:78ch;font-size:1.35rem;line-height:1.75;color:#0f2f5fd1}@media(max-width:900px){.homeServices--approach .homeServices__inner{flex-direction:column}.homeApproachTabs__tablist{grid-template-columns:1fr}.homeApproachTabs__tab{border-right:none;border-bottom:1px solid rgba(95,143,203,.18);padding:1.5rem 1.25rem;min-height:96px}.homeApproachTabs__tab:last-child{border-bottom:none}.homeApproachTabs__panelWrap{position:relative;--homeApproach-panel-pad-top: 1.35rem;--homeApproach-panel-pad-x: 1.25rem;--homeApproach-panel-pad-bottom: 1.75rem;padding:var(--homeApproach-panel-pad-top) var(--homeApproach-panel-pad-x) var(--homeApproach-panel-pad-bottom)}}@media(prefers-reduced-motion:reduce){.homeApproachTabs__tab{transition:none}}.homeServiceCard{display:flex;flex-direction:column;gap:.75rem;padding:1.5rem;background:#0b1e3af7;border:1px solid rgba(95,143,203,.2);border-radius:10px;color:#e6e9eff2;transition:border-color .2s ease,transform .2s ease}.homeServiceCard:hover{border-color:#1fa7a18c;transform:translateY(-3px)}@media(prefers-reduced-motion:reduce){.homeServiceCard{transition:border-color .2s ease}.homeServiceCard:hover{transform:none}}.homeServiceCard__iconWrap{width:44px;height:44px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#1fa7a12e;color:var(--parsey-accent);flex-shrink:0}.homeServiceCard--dev .homeServiceCard__iconWrap{background:#1e4e8c80;color:#5f8fcbf2}.homeServiceCard--upskill .homeServiceCard__iconWrap{background:#5f8fcb2e;color:#5f8fcbf2}.homeServiceCard__title{margin:0;font-family:var(--parsey-font-body);font-weight:700;font-size:1.05rem;line-height:1.2;color:#e6e9effa}.homeServiceCard__desc{margin:0;font-size:.9rem;line-height:1.6;color:#e6e9efa6}.homeServiceCard__toggle{align-self:flex-start;margin-top:auto;padding:0;border:none;background:none;cursor:pointer;font-family:var(--parsey-font-body);font-weight:700;font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--parsey-accent);transition:color .15s ease}.homeServiceCard__toggle:hover{color:#1fa7a1bf}.homeServiceCard__toggle:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}.homeServiceCard:focus-within{outline:3px solid rgba(31,167,161,.6);outline-offset:3px}.homeServices--services{background:var(--parsey-secondary-2);border-top:1px solid rgba(15,47,95,.18)}.homeServices--services:before{content:none}.homeServices--services:after{content:none}.homeServices__inner--services{flex-direction:row-reverse;align-items:flex-start;gap:clamp(2rem,4vw,4rem)}.homeServices__leftIntro--services{border-left:4px solid var(--parsey-accent);padding-left:clamp(1rem,2vw,1.5rem);max-width:42ch;flex-shrink:0}.homeServices__inner--services .homeServicesTabs{flex:1;min-width:0}@media(max-width:900px){.homeServices__inner--services{flex-direction:column}}.homeServicesTabs{position:relative;display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,2.2fr);gap:0;overflow:hidden;background:#e6e9efeb;border:1px solid rgba(15,47,95,.18);border-radius:14px;color:#0f2f5feb;clip-path:none;isolation:isolate}.homeServicesTabs:before{content:none}.homeServicesTabs__rail,.homeServicesTabs__panelWrap{position:relative;z-index:1}.homeServicesTabs__rail{display:grid;align-content:start;background:#0b1e3afa;box-shadow:1px 0 #0f2f5f24}.homeServicesTabs__tab{appearance:none;border:0;border-bottom:1px solid rgba(230,233,239,.1);background:transparent;cursor:pointer;border-top-right-radius:0;border-bottom-right-radius:0;padding:1.25rem 1.05rem;display:grid;grid-template-columns:auto 1fr;align-items:baseline;gap:.8rem;text-align:left;font-family:var(--parsey-font-body);color:#e6e9efdb;transition:background-color .16s ease,color .16s ease}.homeServicesTabs__tab:first-child{border-top-left-radius:14px}.homeServicesTabs__tab:last-child{border-bottom-left-radius:14px}.homeServicesTabs__tab:last-child{border-bottom:none}.homeServicesTabs__tab:hover{background-color:#1e4e8c59;color:#e6e9eff5}.homeServicesTabs__tab:focus-visible{outline:3px solid rgba(31,167,161,.6);outline-offset:-3px}.homeServicesTabs__tab[aria-selected=true]{background:var(--parsey-white);color:#0f2f5ff5;border:1px solid rgba(15,47,95,.14);border-right:0;margin-right:-1px;position:relative;z-index:2}.homeServicesTabs__index{font-weight:800;letter-spacing:-.04em;font-size:1.45rem;line-height:1;color:#e6e9ef3d}.homeServicesTabs__tab[aria-selected=true] .homeServicesTabs__index{color:#0f2f5f38}.homeServicesTabs__label{font-weight:800;letter-spacing:-.02em;line-height:1.15;font-size:1.35rem}.homeServicesTabs__panelWrap{padding:clamp(1.25rem,2.4vw,1.8rem);background:var(--parsey-white)}.homeServicesTabs__panel{margin:0}.homeServicesTabs__panelHeader{display:flex;align-items:center;margin-bottom:.75rem}.homeServicesTabs__panelTitle{margin:0;font-family:var(--parsey-font-body);font-weight:800;letter-spacing:-.02em;line-height:1.1;font-size:clamp(1.35rem,2.1vw,1.6rem);color:#0f2f5ff5}.homeServicesTabs__bullets{margin:0;padding:0;list-style:none;display:grid;gap:.55rem}.homeServicesTabs__bullets li{display:grid;grid-template-columns:14px 1fr;gap:.65rem;align-items:start;line-height:1.55;color:#0f2f5fd6}.homeServicesTabs__bullets li:before{content:"";width:12px;height:12px;margin-top:.25rem;background-color:var(--parsey-accent);clip-path:polygon(0 0,100% 0,0 100%)}@media(max-width:900px){.homeServicesTabs{grid-template-columns:1fr}.homeServicesTabs__rail{border-right:none;border-bottom:1px solid rgba(95,143,203,.18)}.homeServicesTabs__tab{padding:.95rem 1rem}}@media(prefers-reduced-motion:reduce){.homeServicesTabs__tab{transition:none}}.homeServicesOffer{display:grid;grid-template-columns:1fr;gap:clamp(1rem,2.2vw,1.4rem)}.homeServicesOfferItem{position:relative;padding:1.35rem 1.25rem 1.2rem;color:#e6e9eff2;background-color:#0b1e3afa;border:1px solid rgba(95,143,203,.22);border-radius:10px;clip-path:none;box-shadow:none;display:grid;grid-template-columns:1fr;gap:.65rem;transition:transform .22s cubic-bezier(.2,.9,.2,1),background-color .24s ease,color .24s ease,border-color .2s ease,box-shadow .24s ease;will-change:transform;transform:translateZ(0);isolation:isolate}.homeServicesOfferItem__summary{display:block;cursor:pointer;-webkit-user-select:none;user-select:none}.homeServicesOfferItem__summary::-webkit-details-marker{display:none}.homeServicesOfferItem__summary::marker{content:""}.homeServicesOfferItem__summary:focus-visible{outline:3px solid rgba(31,167,161,.6);outline-offset:4px}.homeServicesOfferItem__details{display:grid;gap:.65rem}.homeServicesOfferItem__srHint{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.homeServicesOfferItem[open]{border-color:#1fa7a16b}.homeServicesOfferItem:before{content:"";position:absolute;inset:0;border-radius:inherit;z-index:0;pointer-events:none;background:linear-gradient(135deg,rgba(95,143,203,.2) 0 14%,transparent 14% 100%),linear-gradient(315deg,rgba(31,167,161,.16) 0 10%,transparent 10% 100%),radial-gradient(circle at 20% 20%,rgba(31,167,161,.14),transparent 55%),radial-gradient(circle at 78% 70%,rgba(95,143,203,.12),transparent 55%);mix-blend-mode:multiply;opacity:.9;transition:opacity .24s ease}.homeServicesOfferItem:after{content:"";position:absolute;inset:0;border-radius:inherit;z-index:0;pointer-events:none;background:linear-gradient(135deg,rgba(95,143,203,.22) 0 14%,transparent 14% 100%),linear-gradient(315deg,rgba(31,167,161,.14) 0 10%,transparent 10% 100%),radial-gradient(circle at 20% 20%,rgba(31,167,161,.1),transparent 55%),radial-gradient(circle at 78% 70%,rgba(15,47,95,.09),transparent 55%);mix-blend-mode:normal;opacity:0;transition:opacity .24s ease}.homeServicesOfferItem:hover{transform:translateZ(0) scale(1.03);background-color:#e6e9efeb;color:#0f2f5feb;border-color:#0f2f5f29;box-shadow:none;z-index:2}.homeServicesOfferItem:hover:before{opacity:0}.homeServicesOfferItem:hover:after{opacity:1}.homeServicesOfferItem:hover .homeServicesOfferItem__index{color:#0f2f5f1f}.homeServicesOfferItem:hover .homeServicesOfferItem__title{color:var(--parsey-primary-1)}.homeServicesOfferItem:hover .homeServicesOfferItem__desc{color:#0f2f5fd1}.homeServicesOfferItem:hover .homeServicesOfferItem__bullets li{color:#0f2f5fe0}.homeServicesOfferItem:hover .homeServicesOfferItem__bullets li:before{background-color:var(--parsey-primary-2)}@media(prefers-reduced-motion:reduce){.homeServicesOfferItem{transition:border-color .16s ease}.homeServicesOfferItem:before,.homeServicesOfferItem:after,.homeServicesOfferItem__index,.homeServicesOfferItem__title,.homeServicesOfferItem__desc,.homeServicesOfferItem__bullets li,.homeServicesOfferItem__bullets li:before{transition:none}.homeServicesOfferItem:hover{transform:none;z-index:auto}.homeServicesOfferItem:hover:before{opacity:1}.homeServicesOfferItem:hover:after{opacity:0}}.homeServicesOfferItem:focus-within{outline:3px solid rgba(31,167,161,.6);outline-offset:4px}.homeServicesOfferItem__index{position:absolute;top:.75rem;right:.85rem;z-index:1;font-family:var(--parsey-font-body);font-weight:800;letter-spacing:-.04em;font-size:clamp(2.4rem,4.8vw,3.4rem);line-height:1;color:#e6e9ef24;transition:color .24s ease}.homeServicesOfferItem__title,.homeServicesOfferItem__desc,.homeServicesOfferItem__bullets{position:relative;z-index:1}.homeServicesOfferItem__title{margin:0;max-width:22ch;font-family:var(--parsey-font-body);font-weight:700;letter-spacing:-.02em;line-height:1.1;font-size:1.25rem;color:#e6e9effa;transition:color .24s ease}.homeServicesOfferItem__desc{margin:0;max-width:62ch;font-size:.98rem;line-height:1.65;color:#e6e9efbd;transition:color .24s ease}.homeServicesOfferItem__bullets{margin:.15rem 0 0;padding:0;list-style:none;display:grid;gap:.45rem}.homeServicesOfferItem__bullets li{display:grid;grid-template-columns:14px 1fr;gap:.55rem;align-items:start;color:#e6e9efd9;line-height:1.45;transition:color .24s ease}.homeServicesOfferItem__bullets li:before{content:"";width:12px;height:12px;margin-top:.2rem;background-color:var(--parsey-accent);clip-path:polygon(0 0,100% 0,0 100%);transition:background-color .24s ease}@media(min-width:900px){.homeServicesOffer{grid-template-columns:repeat(6,minmax(0,1fr));align-items:stretch}.homeServicesOfferItem{height:100%;grid-column:span 2}.homeServicesOfferItem:nth-child(4),.homeServicesOfferItem:nth-child(5){grid-column:span 3}}@media(max-width:900px){.homeServices__cards,.homeAboutPeople{grid-template-columns:1fr}}.homeHero{position:relative;isolation:isolate;min-height:100vh;display:grid;align-items:center;justify-items:start;--hero-bg: url(/assets/herosectionimagev2-D0CYM4et.jpg);--hero-bg-size: 80% auto;--hero-bg-position: 100% 40%;--hero-gap-end: 30%;--hero-gap-gradient: linear-gradient(90deg, var(--parsey-primary-1) 0%, var(--parsey-white) var(--hero-gap-end));--hero-photo-fade-start: calc(var(--hero-gap-end) - 0%);--hero-photo-fade-end: calc(var(--hero-gap-end) + 24%);--hero-photo-fade-feather: 6%;background-color:var(--parsey-primary-1);background-image:var(--hero-gap-gradient);background-size:100% 100%;background-repeat:no-repeat;background-position:0 0}@media(max-width:700px){.homeHero{--hero-bg-size: cover;--hero-bg-position: 50% 35%;--hero-gap-end: 0%;--hero-gap-gradient: none;--hero-photo-fade-start: 0%;--hero-photo-fade-end: 0%;--hero-photo-fade-feather: 0%}}.homeHero:before{content:"";position:absolute;inset:0;z-index:0;pointer-events:none;background-image:var(--hero-bg);background-size:var(--hero-bg-size);background-repeat:no-repeat;background-position:var(--hero-bg-position);filter:blur(14px);opacity:.55;-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(var(--hero-photo-fade-start) - var(--hero-photo-fade-feather)),rgba(0,0,0,1) var(--hero-photo-fade-start),rgba(0,0,0,1) var(--hero-photo-fade-end),rgba(0,0,0,0) calc(var(--hero-photo-fade-end) + var(--hero-photo-fade-feather)),rgba(0,0,0,0) 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) calc(var(--hero-photo-fade-start) - var(--hero-photo-fade-feather)),rgba(0,0,0,1) var(--hero-photo-fade-start),rgba(0,0,0,1) var(--hero-photo-fade-end),rgba(0,0,0,0) calc(var(--hero-photo-fade-end) + var(--hero-photo-fade-feather)),rgba(0,0,0,0) 100%)}.homeHero:after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background-image:var(--hero-bg);background-size:var(--hero-bg-size);background-repeat:no-repeat;background-position:var(--hero-bg-position);-webkit-mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) var(--hero-photo-fade-start),rgba(0,0,0,1) var(--hero-photo-fade-end),rgba(0,0,0,1) 100%);mask-image:linear-gradient(90deg,rgba(0,0,0,0) 0%,rgba(0,0,0,0) var(--hero-photo-fade-start),rgba(0,0,0,1) var(--hero-photo-fade-end),rgba(0,0,0,1) 100%)}.homeHero__grid{display:none}.homeHero__content{position:relative;z-index:2;width:min(1000px,100%);padding:clamp(2.75rem,5vw,4.75rem) clamp(1.25rem,4vw,3rem) clamp(2.5rem,4.5vw,4rem) clamp(1.25rem,4vw,3rem);margin:0;margin-left:clamp(.25rem,4vw,4.25rem);display:grid;align-content:center;gap:1.1rem;font-family:var(--parsey-font-body);font-weight:400;background:transparent;border:none;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;clip-path:none;border-left:10px solid var(--parsey-accent)}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.homeHero:before{-webkit-backdrop-filter:none;backdrop-filter:none}.homeHero__content{-webkit-backdrop-filter:none;backdrop-filter:none}}.homeHero__kicker{margin:0;letter-spacing:.18em;text-transform:uppercase;font-weight:600;font-size:.85rem;color:#e6e9efe6}.homeHero__title{margin:0;font-family:var(--parsey-font-body);font-weight:700;letter-spacing:-.03em;line-height:.98;font-size:clamp(3.9rem,8.8vw,7.9rem);color:var(--parsey-secondary-2);text-shadow:0 2px 18px rgba(0,0,0,.62),0 1px 0 rgba(0,0,0,.35)}.homeHeroI18nFade{display:inline-block;opacity:1;transition:opacity .22s ease;will-change:opacity}.homeHeroI18nFade--hidden{opacity:0}@media(prefers-reduced-motion:reduce){.homeHeroI18nFade{transition:opacity .12s linear}}.homeI18nFade{opacity:1;transition:opacity .22s ease;will-change:opacity}.homeI18nFade--hidden{opacity:0}@media(prefers-reduced-motion:reduce){.homeI18nFade{transition:opacity .12s linear}}.homeHero__lead{margin:0;max-width:62ch;font-size:clamp(1.15rem,2.2vw,1.45rem);color:#e6e9efe6;text-shadow:0 2px 14px rgba(0,0,0,.45)}@media(max-width:700px){.homeHero__content{margin-left:0;border-left-width:8px}}.homeHero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.5rem}.homeHero__btn{display:inline-flex;align-items:center;justify-content:center;height:44px;padding:0 1.1rem;border-radius:0;border:1px solid rgba(230,233,239,.2);text-decoration:none;font-weight:600;letter-spacing:.02em;text-transform:uppercase;font-size:.9rem}.homeHero__btn--primary{background:var(--parsey-accent);color:var(--parsey-secondary-2);border-color:#1fa7a1d9;border-radius:9999px}.homeHero__btn--primary:hover{filter:saturate(1.05) contrast(1.05)}.homeHero__btn--ghost{background:#0000002e;color:#e6e9eff5}.homeHero__btn:focus-visible{outline:3px solid rgba(95,143,203,.95);outline-offset:3px}.homeHero__meta{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.homeHero__tag{display:inline-flex;align-items:center;padding:.25rem .5rem;border:1px solid rgba(230,233,239,.2);background:#e6e9ef12;font-size:.8rem;letter-spacing:.12em;font-weight:600;color:#e6e9efe6}@media(prefers-reduced-motion:reduce){.homeHero__btn--primary{box-shadow:none}}.homeFooter{position:relative;overflow:hidden;isolation:isolate;background:var(--parsey-bg-dark);color:#e6e9efe0;border-top:1px solid rgba(95,143,203,.22)}.homeFooter:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background:linear-gradient(135deg,#1fa7a129 0 27%,#0000 27% 100%);opacity:.9}.homeFooter__inner{position:relative;z-index:1;width:min(1500px,100%);margin:0 auto;padding:clamp(2rem,3.5vw,3rem) clamp(1.25rem,3vw,2rem);display:grid;align-content:start;gap:.35rem}.homeFooter__line{margin:0;font-family:var(--parsey-font-body);font-size:.95rem;line-height:1.55}.homeFooter__line:first-child{font-weight:700;letter-spacing:.02em;color:#e6e9eff0}.homeFooter__line:nth-child(2){font-weight:700;letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;color:#e6e9efb8}.siteHeader{position:fixed;top:var(--site-header-top-offset, 0px);left:0;right:0;z-index:200;height:var(--site-header-height);background:#0f2f5f9e;border-bottom:1px solid rgba(230,233,239,.14);color:#e6e9efeb;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%);pointer-events:none;opacity:1;transform:translateZ(0);transition:opacity .72s cubic-bezier(.2,.9,.2,1),transform .76s cubic-bezier(.2,.9,.2,1);will-change:opacity,transform}.siteHeader--scrollHidden{opacity:0;transform:translate3d(0,-18px,0)}.siteHeader--scrollHidden .siteHeader__inner{pointer-events:none}.siteHeaderI18nFade{display:inline-block;opacity:1;transition:opacity .22s ease;will-change:opacity}.siteHeaderI18nStack{display:inline-grid;grid-template-areas:"copy";place-items:center;text-align:center}.siteHeaderI18nStack__item{grid-area:copy}.siteHeaderI18nStack__item[data-active=false]{visibility:hidden}.siteHeaderI18nFade--hidden{opacity:0}.siteHeader--menuOpen{pointer-events:auto;border-bottom-color:transparent;background:#0f2f5feb;-webkit-backdrop-filter:none;backdrop-filter:none}.siteHeader--menuOpen:after{content:"";position:absolute;left:0;right:0;bottom:-2px;height:2px;background:#0f2f5feb}.siteHeader:before{content:none}.siteHeader__inner{position:relative;height:100%;box-sizing:border-box;width:100%;margin:0 auto;padding:0 clamp(1rem,2.5vw,2rem);display:grid;grid-template-columns:1fr auto 1fr;align-items:center;pointer-events:auto}.siteHeader__right{justify-self:end;display:inline-flex;align-items:center;gap:.75rem}.siteHeaderLang{display:inline-grid;grid-auto-flow:column;gap:0;border:1px solid rgba(230,233,239,.18);background:#0b1e3a59;box-shadow:6px 6px #1fa7a124}.siteHeaderLang--mobile{display:inline-grid}.siteHeaderLang__option{appearance:none;border:none;border-radius:0;background:transparent;color:#e6e9efdb;height:34px;min-width:36px;padding:0 .55rem;font-family:var(--parsey-font-body);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:.9rem;cursor:pointer}.siteHeaderLang__option+.siteHeaderLang__option{border-left:1px solid rgba(230,233,239,.18)}.siteHeaderLang__option:hover{color:var(--parsey-accent)}.siteHeaderLang__option:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}.siteHeaderLang__option--active{color:#0b1e3aeb;background:#e6e9efe6}@media(min-width:721px){.siteHeader__mobileToggle{display:none}}.siteHeader__brand{display:inline-flex;align-items:center;gap:.65rem;text-decoration:none;color:inherit;justify-self:start}.siteHeader__brand:focus-visible{outline:3px solid rgba(95,143,203,.85);outline-offset:4px}.siteHeader__logo{height:55px;width:auto;display:block;filter:drop-shadow(0 8px 20px rgba(0,0,0,.4))}.siteHeader__nav{display:flex;align-items:center;gap:.85rem;justify-self:center}.siteHeader__link{position:relative;display:inline-flex;align-items:center;height:34px;padding:0 .55rem;text-decoration:none;color:#e6e9efb8;font-family:var(--parsey-font-body);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:clamp(.58rem,1.1vw,.85rem);border:none;background:none;transition:color .15s ease}.siteHeader__link:hover{color:var(--parsey-accent)}.siteHeader__link:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}.siteHeader__cta{display:inline-flex;align-items:center;height:34px;padding:0 .5rem;text-decoration:none;color:var(--parsey-bg-dark, #0B1E3A);font-family:var(--parsey-font-body);font-weight:800;letter-spacing:.08em;text-transform:uppercase;font-size:clamp(1.05rem,2vw,1rem);white-space:nowrap;background:var(--parsey-accent, #1FA7A1);border:1px solid transparent;border-radius:9999px;transition:background .15s ease,transform .15s ease}.siteHeader__mobileToggle{display:none;appearance:none;border:1px solid rgba(230,233,239,.22);background:#0b1e3a59;color:#e6e9efeb;height:34px;width:34px;padding:0;border-radius:0;cursor:pointer;box-shadow:6px 6px #1fa7a124;transition:transform .15s ease,border-color .15s ease,background .15s ease}.siteHeader__mobileToggle--open{background:var(--parsey-secondary-2);border-color:#0b1e3a8c;color:#0b1e3aeb;-webkit-backdrop-filter:none;backdrop-filter:none}.siteHeader__mobileToggle--open:hover{border-color:#0b1e3abf}.siteHeader__mobileToggle:hover{transform:translateY(-1px);border-color:#1fa7a16b}.siteHeader__mobileToggle:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}.siteHeader__mobileToggleIcon{position:relative;display:block;width:22px;height:2px;margin:0 auto;background:#e6e9efeb}.siteHeader__mobileToggleIcon:before,.siteHeader__mobileToggleIcon:after{content:"";position:absolute;left:0;right:0;height:2px;background:#e6e9efeb;transform-origin:center;transition:transform .15s ease,top .15s ease}.siteHeader__mobileToggleIcon:before{top:-7px}.siteHeader__mobileToggleIcon:after{top:7px}.siteHeader__mobileToggle--open .siteHeader__mobileToggleIcon{background:transparent}.siteHeader__mobileToggle--open .siteHeader__mobileToggleIcon:before,.siteHeader__mobileToggle--open .siteHeader__mobileToggleIcon:after{background:#0b1e3aeb}.siteHeader__mobileToggle--open .siteHeader__mobileToggleIcon:before{top:0;transform:rotate(45deg)}.siteHeader__mobileToggle--open .siteHeader__mobileToggleIcon:after{top:0;transform:rotate(-45deg)}.siteHeaderMobileMenu{position:fixed;inset:calc(var(--site-header-top-offset) + var(--site-header-height) - 1px) 0 0 0;z-index:150;display:grid;align-items:start;justify-items:end;padding:0 12px 12px;pointer-events:auto;background:#0b1e3a59;-webkit-backdrop-filter:blur(10px) saturate(140%);backdrop-filter:blur(10px) saturate(140%)}.siteHeaderMobileMenu__panel{width:min(360px,calc(100vw - 24px));border:1px solid rgba(230,233,239,.18);border-top:0;background:#0f2f5fd1;box-shadow:18px 18px #1fa7a129;padding:12px;max-height:calc(100dvh - var(--site-header-top-offset) - var(--site-header-height) - 24px);overflow:auto;pointer-events:auto}.siteHeaderMobileMenu__topRow{display:flex;justify-content:flex-end;margin-bottom:10px}.siteHeaderMobileMenu__nav{display:grid;gap:6px}.siteHeaderMobileMenu__link{display:flex;align-items:center;min-height:50px;padding:.35rem .75rem;text-decoration:none;color:#e6e9efeb;font-family:var(--parsey-font-body);font-weight:900;letter-spacing:.12em;text-transform:uppercase;font-size:.95rem;border:1px solid rgba(230,233,239,.14);background:linear-gradient(135deg,#1fa7a124 0 10%,#0000 10% 100%),#0b1e3a47}.siteHeaderMobileMenu__link:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}.siteHeader__cta:hover{background:#1fa7a1d1;transform:translateY(-1px)}.siteHeader__cta:focus-visible{outline:3px solid rgba(31,167,161,.55);outline-offset:3px}@media(max-width:720px){.siteHeader__inner{display:flex;justify-content:space-between;gap:.75rem}.siteHeader__nav{display:none}.siteHeader__logo{height:30px}.siteHeader__right{gap:.5rem}.siteHeaderLang{display:none}.siteHeaderLang--mobile{display:inline-grid}.siteHeaderLang__option{height:31px;min-width:32px;padding:0 .45rem;font-size:.7rem}.siteHeader__cta{height:31px;padding:0 .7rem;font-size:.8rem;letter-spacing:.06em}.siteHeader__mobileToggle{display:inline-flex;align-items:center;justify-content:center}}@media(prefers-reduced-motion:reduce){.siteHeader{-webkit-backdrop-filter:none;backdrop-filter:none;transition:none;transform:none;opacity:1}.siteHeader--scrollHidden{opacity:1;transform:none}.siteHeaderI18nFade{transition:opacity .12s linear}}
