.Header-module__Af2_WG__header{z-index:100;height:var(--header-height);color:#fff;-webkit-backdrop-filter:blur(12px);background:#050d220d;border-bottom:1px solid #ffffff14;align-items:center;transition:background-color .3s,border-color .3s,color .3s;display:flex;position:fixed;inset:0 0 auto}.Header-module__Af2_WG__solid{border-bottom-color:var(--color-border);color:var(--color-text);-webkit-backdrop-filter:none;background:#fff}.Header-module__Af2_WG__solid .Header-module__Af2_WG__burger{color:#000}.Header-module__Af2_WG__inner{grid-template-columns:1fr auto 1fr;align-items:center;gap:1.5rem;width:100%;padding-inline:clamp(1.5rem,3vw,3rem);display:grid}.Header-module__Af2_WG__logo{justify-self:start;align-items:center;display:inline-flex}.Header-module__Af2_WG__logoImg{width:auto;height:50px;transition:filter .3s}.Header-module__Af2_WG__solid .Header-module__Af2_WG__logoImg{filter:none}.Header-module__Af2_WG__logoMark{background:var(--color-blue);color:#fff;border-radius:8px;place-items:center;width:2.1rem;height:2.1rem;font-size:1.2rem;font-weight:700;display:grid}.Header-module__Af2_WG__logoText{letter-spacing:-.02em;color:inherit;font-size:1.4rem;font-weight:700}.Header-module__Af2_WG__dot{color:var(--color-accent)}.Header-module__Af2_WG__nav{height:var(--header-height);justify-self:center;align-items:center;display:flex}.Header-module__Af2_WG__navList{align-items:stretch;height:100%;margin:0;padding:0;list-style:none;display:flex}.Header-module__Af2_WG__right{justify-self:end;align-items:center;gap:1.25rem;display:flex}.Header-module__Af2_WG__contactButtonIcon,.Header-module__Af2_WG__contactRipple{display:none}.Header-module__Af2_WG__burger{cursor:pointer;width:1.75rem;height:1.75rem;color:inherit;background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;padding:0;display:flex}.Header-module__Af2_WG__burger span{background:currentColor;border-radius:2px;width:26px;height:2px;transition:background-color .2s;display:block}.Header-module__Af2_WG__burger:hover span{background:var(--color-accent)}.Header-module__Af2_WG__backdrop{z-index:110;opacity:0;visibility:hidden;background:#0a153073;transition:opacity .3s,visibility .3s;position:fixed;inset:0}.Header-module__Af2_WG__backdropOpen{opacity:1;visibility:visible}.Header-module__Af2_WG__panel{z-index:120;border-right:1px solid var(--color-border);width:400px;max-width:85vw;height:100dvh;transition:transform .35s var(--ease-door);background:#fff;flex-direction:column;gap:1.75rem;padding:1.75rem;display:flex;position:fixed;top:0;left:0;overflow-y:auto;transform:translate(-100%);box-shadow:24px 0 60px #0a15302e}.Header-module__Af2_WG__panelOpen{transform:translate(0)}.Header-module__Af2_WG__panelContact{flex-direction:column;gap:.5rem;display:flex}.Header-module__Af2_WG__panelNav{flex-direction:column;display:flex}.Header-module__Af2_WG__panelLink{color:var(--color-text);padding:.15rem 0;font-size:1.05rem;font-weight:500;transition:color .2s,padding-left .2s}.Header-module__Af2_WG__panelLink:hover{color:var(--color-accent);padding-left:.4rem}.Header-module__Af2_WG__panelSection{flex-direction:column;gap:.75rem;display:flex}.Header-module__Af2_WG__panelHeading{letter-spacing:.18em;text-transform:uppercase;color:var(--color-text-muted);font-size:.75rem;font-weight:600}.Header-module__Af2_WG__contactList{flex-direction:column;gap:.1rem;list-style:none;display:flex}.Header-module__Af2_WG__contactList a{color:var(--color-text);font-size:.95rem;font-weight:500;transition:color .2s}.Header-module__Af2_WG__contactList a:hover{color:var(--color-accent)}.Header-module__Af2_WG__social{gap:.5rem;display:flex}.Header-module__Af2_WG__socialLink{border:1px solid var(--color-border);width:2.3rem;height:2.3rem;color:var(--color-text);border-radius:50%;place-items:center;font-size:.85rem;font-weight:700;transition:border-color .2s,color .2s;display:grid}.Header-module__Af2_WG__socialLink:hover{border-color:var(--color-accent);color:var(--color-accent)}@media (max-width:1024px){.Header-module__Af2_WG__nav{display:none}.Header-module__Af2_WG__inner{grid-template-columns:1fr auto}.Header-module__Af2_WG__contactButton{isolation:isolate;width:2.5rem;height:2.5rem;position:relative;overflow:visible;background:var(--color-accent)!important;border:0!important;border-radius:0!important;padding:0!important}.Header-module__Af2_WG__contactButton:hover{background:var(--color-accent)!important;color:#fff!important}.Header-module__Af2_WG__contactButtonText{display:none}.Header-module__Af2_WG__contactButtonIcon{fill:none;stroke:currentColor;stroke-linecap:square;stroke-linejoin:miter;stroke-width:1.4px;z-index:2;width:1.5rem;height:1.5rem;display:block;position:relative}.Header-module__Af2_WG__contactRipple{border:1px solid var(--color-accent);opacity:0;pointer-events:none;z-index:-1;animation:2.4s ease-out infinite Header-module__Af2_WG__contactSquareRipple;display:block;position:absolute;inset:0}.Header-module__Af2_WG__rippleTwo{animation-delay:.22s}.Header-module__Af2_WG__rippleThree{animation-delay:.44s}}@keyframes Header-module__Af2_WG__contactSquareRipple{0%,18%{opacity:0;transform:scale(1)}22%{opacity:.65}58%,to{opacity:0;transform:scale(1.75)}}@media (prefers-reduced-motion:reduce){.Header-module__Af2_WG__contactRipple{animation:none}}@media (max-width:560px){.Header-module__Af2_WG__inner{padding-inline:var(--page-gutter);gap:.75rem}.Header-module__Af2_WG__logoImg{max-width:170px;height:40px}.Header-module__Af2_WG__right{gap:.75rem}.Header-module__Af2_WG__panel{width:min(22rem,100%);max-width:100vw;padding:1.25rem}}
.NavDropdown-module__ZCWR5W__item{align-items:center;list-style:none;display:flex;position:relative}.NavDropdown-module__ZCWR5W__link{color:inherit;cursor:pointer;white-space:nowrap;border-radius:6px;align-items:center;gap:.3rem;padding:.55rem .9rem;font-size:1rem;font-weight:500;transition:color .2s;display:inline-flex}.NavDropdown-module__ZCWR5W__link:hover{color:var(--color-accent)}.NavDropdown-module__ZCWR5W__chevron{flex-shrink:0;width:14px;height:14px;transition:transform .2s}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__chevron{transform:rotate(180deg)}.NavDropdown-module__ZCWR5W__panel{border:1px solid var(--color-border);z-index:200;opacity:0;visibility:hidden;pointer-events:none;background:#fff;padding:40px 48px;transition:opacity .2s,visibility .2s,transform .2s;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 20px 64px #0a153024}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%)translateY(0)}.NavDropdown-module__ZCWR5W__cols3{gap:0;display:flex}.NavDropdown-module__ZCWR5W__col{border-left:1px solid var(--color-border);flex:1;min-width:200px;max-width:320px;padding:0 56px}.NavDropdown-module__ZCWR5W__col:first-child{border-left:none;padding-left:0}.NavDropdown-module__ZCWR5W__col:last-child{padding-right:0}.NavDropdown-module__ZCWR5W__panelProcess{border:1px solid var(--color-border);background:#fff;border-top:none;flex-direction:row;align-items:stretch;gap:0;min-width:900px;padding:3rem;display:flex;left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 20px 64px #0a153024}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelProcess{transform:translate(-50%)translateY(0)}.NavDropdown-module__ZCWR5W__processLeft{flex-direction:column;flex-shrink:0;justify-content:space-between;width:30%;padding-right:3rem;display:flex}.NavDropdown-module__ZCWR5W__processTagline{color:var(--color-text);font-size:1.5rem;font-weight:300;line-height:1.2}.NavDropdown-module__ZCWR5W__processCtaLink{background:var(--color-accent);color:#fff;border-radius:var(--radius-button);border:2px solid var(--color-accent);align-items:center;gap:.5rem;width:fit-content;margin-top:2rem;padding:.2rem 1.25rem;font-size:1rem;font-weight:400;text-decoration:none;transition:opacity .2s;display:inline-flex}.NavDropdown-module__ZCWR5W__processCtaLink:hover{opacity:.88;color:var(--color-accent);border:2px solid var(--color-accent);background:#fff}.NavDropdown-module__ZCWR5W__processCards{flex:1;grid-template-columns:repeat(3,1fr);gap:0;display:grid}.NavDropdown-module__ZCWR5W__processCard{color:#fff;flex-direction:column;justify-content:flex-end;min-height:15rem;text-decoration:none;transition:filter .2s;display:flex;position:relative;overflow:hidden}.NavDropdown-module__ZCWR5W__processCard:hover{filter:brightness(1.08)}.NavDropdown-module__ZCWR5W__processCardImg{object-fit:cover;object-position:center;width:100%;height:100%;display:block;position:absolute;inset:0}.NavDropdown-module__ZCWR5W__processCardLabel{z-index:1;-webkit-backdrop-filter:blur(16px)saturate(180%);color:#fff;background:#0a153073;border-top:1px solid #ffffff2e;padding:1.5rem;font-size:1rem;font-weight:400;line-height:1.3;position:relative}.NavDropdown-module__ZCWR5W__panelAppliedAI{left:calc(50% + 21rem);transform:translate(-50%)translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelAppliedAI{transform:translate(-50%)translateY(0)}.NavDropdown-module__ZCWR5W__panelServices{left:-15rem;transform:translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelServices{transform:translateY(0)}.NavDropdown-module__ZCWR5W__panelServices .NavDropdown-module__ZCWR5W__col:nth-child(2){border-left:none}.NavDropdown-module__ZCWR5W__panelAbout{top:var(--header-height);box-sizing:border-box;align-items:flex-start;gap:0;width:min(940px,100vw - 48px);max-width:calc(100vw - 48px);display:flex;position:fixed;left:auto;right:clamp(1.5rem,3vw,3rem);transform:translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelAbout{transform:translateY(0)}.NavDropdown-module__ZCWR5W__aboutLinks{border-right:1px solid var(--color-border);flex-shrink:0;min-width:260px;max-width:320px;padding-right:60px}.NavDropdown-module__ZCWR5W__aboutNumbers{flex:1;min-width:420px;padding-left:60px}.NavDropdown-module__ZCWR5W__numbersGrid{grid-template-columns:1fr 1fr;gap:20px 40px;margin-top:14px;display:grid}.NavDropdown-module__ZCWR5W__numberVal{color:var(--color-text);font-size:1.5rem;font-weight:500;line-height:1.1}.NavDropdown-module__ZCWR5W__numberLabel{color:var(--color-text-muted);margin-top:3px;font-size:.82rem;line-height:1.35}.NavDropdown-module__ZCWR5W__panelInsights{top:var(--header-height);box-sizing:border-box;gap:0;width:min(820px,100vw - 48px);max-width:calc(100vw - 48px);display:flex;position:fixed;left:auto;right:clamp(1.5rem,3vw,3rem);transform:translateY(8px)}.NavDropdown-module__ZCWR5W__item:hover .NavDropdown-module__ZCWR5W__panelInsights{transform:translateY(0)}.NavDropdown-module__ZCWR5W__insightsLinks{flex-shrink:0;min-width:220px;padding-right:60px}.NavDropdown-module__ZCWR5W__articleCard{border-left:1px solid var(--color-border);min-width:360px;max-width:500px;padding-left:60px}.NavDropdown-module__ZCWR5W__articleTitle{color:var(--color-text);margin-bottom:10px;font-size:1rem;font-weight:500;line-height:1.5}.NavDropdown-module__ZCWR5W__articleMeta{color:var(--color-text-muted);align-items:center;gap:8px;font-size:.82rem;display:flex}.NavDropdown-module__ZCWR5W__colTitle{letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent);margin-bottom:14px;font-size:.72rem;font-weight:600}.NavDropdown-module__ZCWR5W__colTitleSpacer{visibility:hidden;pointer-events:none}.NavDropdown-module__ZCWR5W__colLinks{flex-direction:column;gap:0;display:flex}.NavDropdown-module__ZCWR5W__colLink{color:var(--color-text);white-space:nowrap;padding:6px 0;font-size:1rem;font-weight:400;transition:color .15s,padding-left .15s;display:block}.NavDropdown-module__ZCWR5W__colLink:hover{color:var(--color-accent);padding-left:6px}.NavDropdown-module__ZCWR5W__colLinkLocked{color:var(--color-text);white-space:nowrap;cursor:default;pointer-events:none;padding:6px 0;font-size:1rem;font-weight:400;display:block}.NavDropdown-module__ZCWR5W__allLink{color:var(--color-accent);align-items:center;gap:6px;margin-top:5.5rem;font-size:1.25rem;font-weight:500;transition:gap .15s;display:inline-flex}.NavDropdown-module__ZCWR5W__allLink:after{content:"→"}@media (max-width:900px){.NavDropdown-module__ZCWR5W__panel{display:none}}.NavDropdown-module__ZCWR5W__allLink:after{content:"";background:0 0;width:17px;height:10px;margin-left:8px;display:inline-block;position:relative}.NavDropdown-module__ZCWR5W__allLink:before{content:""}.NavDropdown-module__ZCWR5W__allLink:after{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:6px 10px}@keyframes NavDropdown-module__ZCWR5W__navDropdownArrowMotion{0%{opacity:1;transform:translate(0)}49%{opacity:0;transform:translate(7px)}52%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:translate(0)}}.NavDropdown-module__ZCWR5W__allLink{gap:0;line-height:1.2}.NavDropdown-module__ZCWR5W__allLink:hover{gap:0}.NavDropdown-module__ZCWR5W__allLink:before,.NavDropdown-module__ZCWR5W__allLink:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;margin-left:8px;transition:all .1s;display:block;position:relative;top:0}.NavDropdown-module__ZCWR5W__allLink:after{opacity:0;margin-left:-6px}@keyframes NavDropdown-module__ZCWR5W__navDropdownArrowBefore{0%{opacity:1;transform:translate(0)}49%{opacity:0;transform:translate(7px)}52%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:translate(0)}}@keyframes NavDropdown-module__ZCWR5W__navDropdownArrowAfter{0%{opacity:0;transform:translate(-7px)}49%{opacity:1;transform:translate(0)}99%{opacity:0;transform:translate(7px)}to{opacity:0;transform:translate(-7px)}}.NavDropdown-module__ZCWR5W__allLink{padding-right:18px;position:relative}.NavDropdown-module__ZCWR5W__allLink:before,.NavDropdown-module__ZCWR5W__allLink:after{margin-left:0;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.NavDropdown-module__ZCWR5W__allLink:after{margin-left:0}.NavDropdown-module__ZCWR5W__allLink:hover:before{animation:1s linear infinite NavDropdown-module__ZCWR5W__navDropdownArrowBeforeFixed}.NavDropdown-module__ZCWR5W__allLink:hover:after{animation:1s linear infinite NavDropdown-module__ZCWR5W__navDropdownArrowAfterFixed}@keyframes NavDropdown-module__ZCWR5W__navDropdownArrowBeforeFixed{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes NavDropdown-module__ZCWR5W__navDropdownArrowAfterFixed{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}.NavDropdown-module__ZCWR5W__processCtaLink{width:fit-content;color:var(--color-accent);background:0 0;border:0;border-radius:0;align-items:center;gap:0;margin-top:2rem;padding:0 18px 0 0;font-size:1.25rem;font-weight:500;line-height:1.2;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.NavDropdown-module__ZCWR5W__processCtaLink:hover{color:var(--color-accent);opacity:1;background:0 0;border:0}.NavDropdown-module__ZCWR5W__processCtaLink:before,.NavDropdown-module__ZCWR5W__processCtaLink:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.NavDropdown-module__ZCWR5W__processCtaLink:after{opacity:0}.NavDropdown-module__ZCWR5W__processCtaLink:hover:before{animation:1s linear infinite NavDropdown-module__ZCWR5W__navDropdownArrowBeforeFixed}.NavDropdown-module__ZCWR5W__processCtaLink:hover:after{animation:1s linear infinite NavDropdown-module__ZCWR5W__navDropdownArrowAfterFixed}
.ContactModal-module__UgeCMa__overlay{z-index:9999;animation:.2s ContactModal-module__UgeCMa__overlayIn;position:fixed;inset:0;overflow:hidden auto}@keyframes ContactModal-module__UgeCMa__overlayIn{0%{opacity:0}to{opacity:1}}.ContactModal-module__UgeCMa__backdrop{background:#000c;position:fixed;inset:0}.ContactModal-module__UgeCMa__wrapper{z-index:1;justify-content:center;align-items:center;min-height:100%;padding:24px;display:flex;position:relative}.ContactModal-module__UgeCMa__modal{background:#fff;width:100%;max-width:1420px;animation:.25s ContactModal-module__UgeCMa__modalIn;display:flex;position:relative;overflow:hidden}@keyframes ContactModal-module__UgeCMa__modalIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.ContactModal-module__UgeCMa__modal:before{content:"";z-index:0;pointer-events:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='367' height='449' fill='none'%3E%3Cg filter='url(%23a)'%3E%3Ccircle cx='-43' cy='39' r='170' fill='%233CC4E5' fill-opacity='.12'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='a' width='820' height='820' x='-453' y='-371' color-interpolation-filters='sRGB' filterUnits='userSpaceOnUse'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur result='effect1_foregroundBlur_3780_17120' stdDeviation='120'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E");width:340px;height:340px;position:absolute;top:0;left:0}.ContactModal-module__UgeCMa__closeBtn{cursor:pointer;z-index:10;background:0 0;border:none;justify-content:center;align-items:center;width:24px;height:24px;padding:0;display:flex;position:absolute;top:32px;right:32px}.ContactModal-module__UgeCMa__closeBtn:hover svg path{stroke:var(--color-accent)}.ContactModal-module__UgeCMa__left{z-index:1;width:100%;padding:52px 120px 150px;position:relative}.ContactModal-module__UgeCMa__brand{align-items:center;gap:.5rem;display:flex}.ContactModal-module__UgeCMa__brandLogo{width:auto;height:62px}.ContactModal-module__UgeCMa__logoMark{background:var(--color-blue);color:#fff;border-radius:4px;justify-content:center;align-items:center;width:2.25rem;height:2.25rem;font-size:1.1rem;font-weight:700;display:inline-flex}.ContactModal-module__UgeCMa__logoText{color:var(--color-text);letter-spacing:-.01em;font-size:1.3rem;font-weight:700}.ContactModal-module__UgeCMa__dot{color:var(--color-accent)}.ContactModal-module__UgeCMa__emailDesc{color:var(--color-text);margin-top:40px;margin-bottom:16px;font-size:1rem;line-height:1.55}.ContactModal-module__UgeCMa__emailDesc a{color:var(--color-accent);font-weight:600}.ContactModal-module__UgeCMa__form{flex-direction:column;align-items:flex-end;margin-top:44px;display:flex}.ContactModal-module__UgeCMa__field{justify-content:flex-end;align-items:baseline;width:100%;margin-bottom:20px;display:flex}.ContactModal-module__UgeCMa__fieldTextarea{align-items:flex-start}.ContactModal-module__UgeCMa__fieldLabel{color:var(--color-text);text-align:right;white-space:nowrap;flex-shrink:0;margin-right:20px;font-size:16px;font-weight:400;line-height:22px}.ContactModal-module__UgeCMa__field input,.ContactModal-module__UgeCMa__field textarea{width:632px;min-width:0;max-width:632px;color:var(--color-text);font:inherit;resize:vertical;background:0 0;border:none;border-bottom:1px solid #899fb6;padding:4px 0 10px;font-size:1rem}.ContactModal-module__UgeCMa__field input::placeholder,.ContactModal-module__UgeCMa__field textarea::placeholder{color:#5e6d8e}.ContactModal-module__UgeCMa__field input:focus,.ContactModal-module__UgeCMa__field textarea:focus{border-bottom-color:var(--color-blue);outline:none}.ContactModal-module__UgeCMa__privacy{color:#899fb6;text-align:left;width:100%;max-width:632px;margin-top:16px;margin-bottom:20px;font-size:.875rem;line-height:1.55}.ContactModal-module__UgeCMa__privacy a{color:var(--color-accent)}.ContactModal-module__UgeCMa__formBottom{justify-content:space-between;align-items:center;width:100%;max-width:632px;display:flex}.ContactModal-module__UgeCMa__attach{color:var(--color-text);cursor:pointer;align-items:center;gap:.5rem;font-size:1rem;font-weight:600;text-decoration:none;display:inline-flex}.ContactModal-module__UgeCMa__attach:hover{text-decoration:none}.ContactModal-module__UgeCMa__sendBtn{border-radius:var(--radius-button);background:var(--color-accent);border:none;border:2px solid var(--color-accent);color:#fff;cursor:pointer;padding:.4rem 1.25rem;font-size:1rem;font-weight:700;transition:background .25s}.ContactModal-module__UgeCMa__sendBtn:hover{color:var(--color-accent);background:#fff}.ContactModal-module__UgeCMa__manager{border-top:1px solid #101e4d1f;justify-content:space-between;align-items:center;gap:1.5rem;width:100%;max-width:632px;margin-top:2rem;padding-top:2rem;display:flex}.ContactModal-module__UgeCMa__managerInfo{align-items:center;gap:.9rem;display:flex}.ContactModal-module__UgeCMa__avatar{object-fit:cover;border-radius:50%;width:56px;height:56px}.ContactModal-module__UgeCMa__managerName{color:var(--color-text);font-size:1rem;font-weight:600}.ContactModal-module__UgeCMa__managerRole{color:#899fb6;font-size:.875rem}.ContactModal-module__UgeCMa__bookBtn{border:2px solid var(--color-accent);border-radius:var(--radius-button);color:#fff;background:var(--color-accent);white-space:nowrap;justify-content:center;align-items:center;gap:.5rem;padding:.4rem 1.25rem;font-size:1rem;font-weight:700;transition:background .25s,color .25s;display:inline-flex}.ContactModal-module__UgeCMa__bookBtn:hover{color:var(--color-accent);background:#fff}.ContactModal-module__UgeCMa__success{text-align:center;flex-direction:column;align-items:center;width:100%;max-width:701px;margin:auto;display:flex}.ContactModal-module__UgeCMa__successIcon{margin-bottom:1.5rem}.ContactModal-module__UgeCMa__successTitle{color:var(--color-text);margin-bottom:1rem;font-size:3.5rem;font-weight:400;line-height:62px}.ContactModal-module__UgeCMa__successSub{color:var(--color-text);margin-bottom:2rem;font-size:1.375rem;line-height:36px}.ContactModal-module__UgeCMa__successLink{color:var(--color-accent);font-weight:400}.ContactModal-module__UgeCMa__successFooter{background:linear-gradient(135deg,#127aff0f 0%,#ff415c0a 100%);border-top:1px solid #101e4d1a;width:calc(100% + 240px);margin:0 -120px;padding:32px}.ContactModal-module__UgeCMa__successFooterText{color:var(--color-text);margin-bottom:1rem;font-size:1.125rem}.ContactModal-module__UgeCMa__successFooterNav{justify-content:center;gap:1rem;list-style:none;display:flex}.ContactModal-module__UgeCMa__successFooterNav a{color:var(--color-accent);font-weight:600}.ContactModal-module__UgeCMa__right{background:var(--color-accent-dark);flex-direction:column;flex:0 0 415px;padding:52px 32px 48px;display:flex;overflow-y:auto}.ContactModal-module__UgeCMa__rightHeading{letter-spacing:.1em;color:var(--color-text-muted);text-align:center;margin-bottom:1.25rem;font-size:.75rem;font-weight:600}.ContactModal-module__UgeCMa__clientLogos{flex-direction:column;display:flex}.ContactModal-module__UgeCMa__clientLogoRow{justify-content:center;align-items:center;height:80px;display:flex}.ContactModal-module__UgeCMa__clientLogo{filter:brightness(0)invert();opacity:1;object-fit:contain;max-height:62px}.ContactModal-module__UgeCMa__divider{border:none;border-top:1px solid #ffffff1a;margin:.75rem 0}.ContactModal-module__UgeCMa__badgeGrid{grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-top:auto;display:grid}.ContactModal-module__UgeCMa__badgeWrap{background:#fffffff5;border-radius:6px;justify-content:center;align-items:center;min-height:92px;padding:8px;display:flex}.ContactModal-module__UgeCMa__badge{object-fit:contain;filter:none;opacity:1;width:auto;max-width:100%;max-height:76px}@media screen and (min-width:1200px) and (max-width:1600px){.ContactModal-module__UgeCMa__left{max-width:760px;margin:0 auto;padding:48px 0 54px}.ContactModal-module__UgeCMa__form{margin-top:32px}.ContactModal-module__UgeCMa__field input,.ContactModal-module__UgeCMa__field textarea{width:626px;max-width:626px}.ContactModal-module__UgeCMa__privacy,.ContactModal-module__UgeCMa__formBottom,.ContactModal-module__UgeCMa__manager{max-width:626px}}@media (max-width:1199px){.ContactModal-module__UgeCMa__modal{flex-direction:column}.ContactModal-module__UgeCMa__right{display:none}.ContactModal-module__UgeCMa__left{padding:72px 24px 101px}.ContactModal-module__UgeCMa__form{align-items:flex-start;margin-top:40px}.ContactModal-module__UgeCMa__field{flex-direction:column;justify-content:flex-start}.ContactModal-module__UgeCMa__fieldLabel{text-align:left;margin-bottom:4px;margin-right:0}.ContactModal-module__UgeCMa__field input,.ContactModal-module__UgeCMa__field textarea{max-width:100%;min-width:unset;width:100%}.ContactModal-module__UgeCMa__privacy,.ContactModal-module__UgeCMa__formBottom,.ContactModal-module__UgeCMa__manager{max-width:100%}.ContactModal-module__UgeCMa__formBottom{flex-wrap:wrap;gap:1rem}.ContactModal-module__UgeCMa__manager{flex-wrap:wrap}.ContactModal-module__UgeCMa__successFooter{width:calc(100% + 48px);margin:0 -24px}}@media (max-width:768px){.ContactModal-module__UgeCMa__closeBtn{top:16px;right:16px}.ContactModal-module__UgeCMa__sendBtn{min-width:174px;max-width:174px}.ContactModal-module__UgeCMa__successTitle{font-size:2rem;line-height:35px}.ContactModal-module__UgeCMa__successSub{font-size:1rem;line-height:26px}.ContactModal-module__UgeCMa__wrapper{padding:0}.ContactModal-module__UgeCMa__modal{min-height:100vh}}
.ESDHero-module__ZPdYlq__section{width:100%;padding-top:calc(var(--header-height) + 26px);font-family:var(--font-inter-tight), sans-serif;position:relative;overflow:hidden}@media screen and (max-width:768px){.ESDHero-module__ZPdYlq__section{padding-top:88px}}@media screen and (min-width:1024px) and (max-width:1680px){.ESDHero-module__ZPdYlq__section{padding-top:calc(var(--header-height) + 26px)}}.ESDHero-module__ZPdYlq__bgWrapper{z-index:0;position:absolute;inset:0}.ESDHero-module__ZPdYlq__bgDesktop{width:100%;height:100%;display:block}.ESDHero-module__ZPdYlq__bgMobile{width:100%;height:100%;display:none}@media (max-width:768px){.ESDHero-module__ZPdYlq__bgDesktop{display:none}.ESDHero-module__ZPdYlq__bgMobile{display:block}}.ESDHero-module__ZPdYlq__bgSvg{object-fit:cover;width:100%;height:100%}.ESDHero-module__ZPdYlq__heroWrapper{z-index:1;width:100%;padding:0 0 8.5rem;position:relative}@media (max-width:768px){.ESDHero-module__ZPdYlq__heroWrapper{padding-top:40px;padding-bottom:72px}}@media (max-width:420px){.ESDHero-module__ZPdYlq__heroWrapper{padding-top:40px;padding-bottom:56px}}.ESDHero-module__ZPdYlq__container{max-width:min(100%,1540px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDHero-module__ZPdYlq__content{position:relative}.ESDHero-module__ZPdYlq__breadcrumbs{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:4px;margin:0 0 5rem;font-size:14px;line-height:20px;display:flex}.ESDHero-module__ZPdYlq__breadcrumbs a,.ESDHero-module__ZPdYlq__breadcrumbs span{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.ESDHero-module__ZPdYlq__breadcrumbs a{color:#ffffff80;font-family:var(--font-inter-tight), sans-serif;font-size:14px;font-weight:400;line-height:20px;transition:color .2s}.ESDHero-module__ZPdYlq__breadcrumbs a:hover{color:#ffffffe6}.ESDHero-module__ZPdYlq__breadcrumbs span{color:#ffffff59;font-family:var(--font-inter-tight), sans-serif;font-size:14px;font-weight:400;line-height:20px}.ESDHero-module__ZPdYlq__breadcrumbSep{align-items:center;display:flex}.ESDHero-module__ZPdYlq__title{color:#fff;font-family:var(--font-inter-tight), sans-serif;max-width:85rem;margin:0 0 1.5rem;font-size:clamp(2.5rem,4.2vw,4rem);font-weight:400;line-height:1.2}@media (max-width:768px){.ESDHero-module__ZPdYlq__title{font-size:clamp(2rem,10vw,2.5rem);line-height:1.2}}.ESDHero-module__ZPdYlq__description{color:#c8d5e8;font-family:var(--font-inter-tight), sans-serif;max-width:900px;margin:0 0 clamp(1.75rem,3vw,2.25rem);font-size:clamp(1.125rem,1.45vw,1.375rem);font-weight:400;line-height:1.62}@media (max-width:768px){.ESDHero-module__ZPdYlq__description{font-size:16px;line-height:26px}}.ESDHero-module__ZPdYlq__ctaRow{flex-wrap:wrap;align-items:center;gap:clamp(2.5rem,4vw,4.5rem);display:flex}@media (max-width:768px){.ESDHero-module__ZPdYlq__ctaRow{flex-direction:column;align-items:flex-start;gap:24px}}.ESDHero-module__ZPdYlq__ctaButton{background:var(--color-accent);color:#fff;border:2px solid var(--color-accent);border-radius:var(--radius-button);font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;justify-content:center;align-items:center;padding:.4rem 1.25rem;font-size:1rem;font-weight:600;line-height:1;text-decoration:none;transition:background-color .3s,color .3s,border-color .3s;display:inline-flex}.ESDHero-module__ZPdYlq__ctaButton:hover{color:var(--color-accent);background:0 0}.ESDHero-module__ZPdYlq__ratings{flex-direction:column;gap:4px;display:flex}.ESDHero-module__ZPdYlq__ratingsLabel{color:#c8d5e8;font-family:var(--font-inter-tight), sans-serif;margin:0;font-size:1rem;font-weight:400;line-height:1.35}.ESDHero-module__ZPdYlq__ratingsBadge{align-items:center;gap:4px;display:flex}.ESDHero-module__ZPdYlq__ratingsScore{color:#ffab00;font-family:var(--font-inter-tight), sans-serif;padding-left:2px;font-size:16px;font-weight:600;line-height:1}
.AipocLogos-module__TOK0Iq__section{z-index:4;font-family:var(--font-inter-tight), sans-serif;background:#fff;padding:32px 0;position:relative;overflow:hidden}.AipocLogos-module__TOK0Iq__section:before,.AipocLogos-module__TOK0Iq__section:after{content:"";z-index:2;pointer-events:none;width:clamp(4rem,11vw,10rem);height:100%;position:absolute;top:0}.AipocLogos-module__TOK0Iq__section:before{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.AipocLogos-module__TOK0Iq__section:after{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.AipocLogos-module__TOK0Iq__overflow{width:100%;overflow:hidden}.AipocLogos-module__TOK0Iq__marquee{will-change:transform;align-items:center;width:max-content;min-width:100%;animation:40s linear infinite AipocLogos-module__TOK0Iq__aipocLogoMarquee;display:flex}.AipocLogos-module__TOK0Iq__marquee:hover{animation-play-state:paused}.AipocLogos-module__TOK0Iq__track{justify-content:center;align-items:center;gap:0;display:flex}.AipocLogos-module__TOK0Iq__item{flex:none;justify-content:center;align-items:center;padding:12px 28px;display:flex}.AipocLogos-module__TOK0Iq__logo{object-fit:contain;filter:brightness(0)saturate(0)invert(35%)sepia(16%)saturate(10)hue-rotate(175deg)brightness(75%)contrast();width:auto;max-width:320px;max-height:38px;transition:filter .25s}.AipocLogos-module__TOK0Iq__item:hover .AipocLogos-module__TOK0Iq__logo{filter:none}@keyframes AipocLogos-module__TOK0Iq__aipocLogoMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.AipocLogos-module__TOK0Iq__marquee{flex-wrap:wrap;justify-content:center;width:100%;min-width:0;padding-inline:1rem;animation:none;transform:none}}
.ESDServicesBlock-module__yVaTxa__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0;position:relative;overflow:hidden}.ESDServicesBlock-module__yVaTxa__container{max-width:min(100%,1470px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDServicesBlock-module__yVaTxa__title{font-family:var(--font-inter-tight), sans-serif;color:#02102c;text-align:center;letter-spacing:-.01em;margin:0 0 24px;font-size:clamp(2rem,4vw,3.5rem);font-weight:400;line-height:1.15}.ESDServicesBlock-module__yVaTxa__accent{color:#3cc4e5}.ESDServicesBlock-module__yVaTxa__description{font-family:var(--font-inter-tight), sans-serif;color:#02102ca6;text-align:center;max-width:760px;margin:0 auto clamp(3rem,5vw,4rem);font-size:clamp(1rem,1.3vw,1.125rem);line-height:1.7}.ESDServicesBlock-module__yVaTxa__grid{grid-template-columns:repeat(3,1fr);gap:0;display:grid}@media (max-width:1024px){.ESDServicesBlock-module__yVaTxa__grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.ESDServicesBlock-module__yVaTxa__grid{grid-template-columns:1fr}}.ESDServicesBlock-module__yVaTxa__card{color:inherit;background:0 0;border:none;flex-direction:column;padding:40px 36px;text-decoration:none;transition:background .25s;display:flex}.ESDServicesBlock-module__yVaTxa__card:hover{background:#3cc4e50f}.ESDServicesBlock-module__yVaTxa__cardLinked:hover{cursor:pointer}.ESDServicesBlock-module__yVaTxa__icon{object-fit:contain;flex-shrink:0;width:56px;height:56px;margin-bottom:24px}.ESDServicesBlock-module__yVaTxa__cardTitle{font-family:var(--font-inter-tight), sans-serif;color:#02102c;margin:0 0 16px;font-size:clamp(1.125rem,1.5vw,1.375rem);font-weight:500;line-height:1.3;transition:color .25s}.ESDServicesBlock-module__yVaTxa__cardDesc{font-family:var(--font-inter-tight), sans-serif;color:#02102ca6;flex:1;margin:0 0 20px;font-size:clamp(.9375rem,1.1vw,1rem);font-weight:400;line-height:1.7}.ESDServicesBlock-module__yVaTxa__cardLink{font-family:var(--font-inter-tight), sans-serif;color:#3cc4e5;align-items:center;margin-top:auto;padding-right:22px;font-size:.9375rem;font-weight:600;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.ESDServicesBlock-module__yVaTxa__linkArrow{width:22px;height:12px;margin-left:6px;display:inline-block;position:relative}.ESDServicesBlock-module__yVaTxa__linkArrow:before,.ESDServicesBlock-module__yVaTxa__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:4px;transform:translateY(-50%)}.ESDServicesBlock-module__yVaTxa__linkArrow:after{opacity:0}.ESDServicesBlock-module__yVaTxa__card:hover .ESDServicesBlock-module__yVaTxa__linkArrow:before{animation:1s linear infinite ESDServicesBlock-module__yVaTxa__bounceBefore}.ESDServicesBlock-module__yVaTxa__card:hover .ESDServicesBlock-module__yVaTxa__linkArrow:after{animation:1s linear infinite ESDServicesBlock-module__yVaTxa__bounceAfter}@keyframes ESDServicesBlock-module__yVaTxa__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes ESDServicesBlock-module__yVaTxa__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media (max-width:768px){.ESDServicesBlock-module__yVaTxa__card{padding:28px 20px}}
.CaseCards-module__YIPDWW__section{z-index:4;background:var(--color-bg);padding:clamp(4.5rem,6vw,6rem) 0;position:relative;overflow:hidden}.CaseCards-module__YIPDWW__heading{color:var(--color-text);margin-bottom:2.5rem;font-size:clamp(2rem,4vw,3.2rem);font-weight:300}.CaseCards-module__YIPDWW__heading span{color:var(--color-accent-dark)}.CaseCards-module__YIPDWW__cards{gap:1.25rem;min-height:560px;display:flex;overflow:hidden}.CaseCards-module__YIPDWW__card{color:#fff;cursor:pointer;border-radius:20px;flex:0 0 110px;min-height:560px;transition:flex .6s;position:relative;overflow:hidden}.CaseCards-module__YIPDWW__active{cursor:default;flex:auto}.CaseCards-module__YIPDWW__banner{object-fit:cover}.CaseCards-module__YIPDWW__mask{background:linear-gradient(#050a181a,#050a188c);transition:background .6s;position:absolute;inset:0}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__mask{background:linear-gradient(105deg,#050a18e6 0%,#050a18a6 38%,#050a1826 70%),linear-gradient(#0000 55%,#050a18bf)}.CaseCards-module__YIPDWW__name{z-index:2;transform-origin:100% 0;white-space:nowrap;font-size:1.05rem;font-weight:600;line-height:1.2;transition:transform .6s cubic-bezier(.4,.2,.4,1),top .6s,right .6s,opacity .35s;position:absolute;top:30px;right:30px}.CaseCards-module__YIPDWW__card:not(.CaseCards-module__YIPDWW__active) .CaseCards-module__YIPDWW__name{right:40%;transform:rotate(90deg)translate(100%)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__name{font-size:1.1rem;transform:rotate(0)}.CaseCards-module__YIPDWW__arrow{z-index:2;border:1px solid var(--color-accent);border-radius:50%;place-items:center;width:2.2rem;height:2.2rem;font-size:.95rem;transition:opacity .3s;display:grid;position:absolute;bottom:1.5rem;left:50%;transform:translate(-50%)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__arrow{opacity:0;pointer-events:none}.CaseCards-module__YIPDWW__arrow:hover{background:var(--color-accent);color:var(--color-text)}.CaseCards-module__YIPDWW__body{z-index:1;opacity:0;pointer-events:none;flex-direction:column;justify-content:center;max-width:620px;height:100%;padding:2.5rem 2.5rem 0;transition:opacity .35s .15s,transform .6s;display:flex;position:absolute;top:0;left:0;transform:translate(40px)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__body{opacity:1;pointer-events:auto;transform:translate(0)}.CaseCards-module__YIPDWW__title{margin-bottom:1rem;font-size:clamp(1.6rem,2.6vw,2.6rem);font-weight:300;line-height:1.1}.CaseCards-module__YIPDWW__text{color:#dbe3f1;max-width:460px;margin-bottom:1.75rem;line-height:1.55}.CaseCards-module__YIPDWW__meta{z-index:1;opacity:0;pointer-events:none;justify-content:space-between;align-items:flex-end;gap:1.5rem;padding:2rem 2.5rem;transition:opacity .35s .2s,transform .6s;display:flex;position:absolute;bottom:0;left:0;right:0;transform:translate(40px)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__meta{opacity:1;pointer-events:auto;transform:translate(0)}.CaseCards-module__YIPDWW__tags{flex:1;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem 0;max-width:640px;list-style:none;display:grid}.CaseCards-module__YIPDWW__tags li{color:#fff;border-left:1px solid #ffffff40;padding:.2rem 1.5rem;font-size:.95rem;font-weight:500}.CaseCards-module__YIPDWW__tags li:nth-child(3n+1){border-left:none;padding-left:0}.CaseCards-module__YIPDWW__stats{flex-direction:column;flex:1;gap:.6rem;max-width:640px;list-style:none;display:flex}.CaseCards-module__YIPDWW__stats li{padding-left:1.6rem;font-weight:600;position:relative}.CaseCards-module__YIPDWW__stats li:before{content:"";border-left:2px solid var(--color-accent);border-bottom:2px solid var(--color-accent);width:.7rem;height:.4rem;position:absolute;top:.4em;left:0;transform:rotate(-45deg)}.CaseCards-module__YIPDWW__nav{flex:none;gap:.6rem;display:flex}.CaseCards-module__YIPDWW__nav button{border:1px solid var(--color-accent);color:#fff;cursor:pointer;background:0 0;border-radius:50%;width:2.6rem;height:2.6rem;font-size:1.1rem;transition:background-color .2s,color .2s}.CaseCards-module__YIPDWW__nav button:hover{background:var(--color-accent);color:var(--color-text)}@media (min-width:768px) and (max-width:1024px){.CaseCards-module__YIPDWW__cards{touch-action:pan-y;min-height:560px;overflow:hidden}.CaseCards-module__YIPDWW__card{display:none}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active,.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__tabletNext{display:block}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active{flex:auto;min-width:0}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slideNext{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromRight}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slidePrev{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromLeft}.CaseCards-module__YIPDWW__card.CaseCards-module__YIPDWW__tabletNext{flex:0 0 110px}}@media (max-width:767px){.CaseCards-module__YIPDWW__section{padding:72px 0}.CaseCards-module__YIPDWW__cards{touch-action:pan-y;min-height:0;display:block}.CaseCards-module__YIPDWW__card{flex:none;width:100%}.CaseCards-module__YIPDWW__card:not(.CaseCards-module__YIPDWW__active){display:none}.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slideNext{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromRight}.CaseCards-module__YIPDWW__active.CaseCards-module__YIPDWW__slidePrev{animation:.38s cubic-bezier(.22,1,.36,1) CaseCards-module__YIPDWW__caseSlideFromLeft}.CaseCards-module__YIPDWW__active{min-height:540px}.CaseCards-module__YIPDWW__name{top:1.5rem;left:1.5rem;right:auto;transform:rotate(0)}.CaseCards-module__YIPDWW__active .CaseCards-module__YIPDWW__name{left:1.5rem;right:auto}.CaseCards-module__YIPDWW__body{justify-content:center;padding:4rem 1.5rem 5.5rem}.CaseCards-module__YIPDWW__meta{flex-direction:row;justify-content:flex-start;align-items:center;padding:1.5rem}.CaseCards-module__YIPDWW__tags,.CaseCards-module__YIPDWW__stats{display:none}.CaseCards-module__YIPDWW__nav{margin:0}}@keyframes CaseCards-module__YIPDWW__caseSlideFromRight{0%{opacity:0;transform:translate(18%)}to{opacity:1;transform:translate(0)}}@keyframes CaseCards-module__YIPDWW__caseSlideFromLeft{0%{opacity:0;transform:translate(-18%)}to{opacity:1;transform:translate(0)}}@media (max-width:520px){.CaseCards-module__YIPDWW__active{min-height:540px}.CaseCards-module__YIPDWW__body{padding-inline:var(--page-gutter)}.CaseCards-module__YIPDWW__meta{padding:var(--page-gutter)}.CaseCards-module__YIPDWW__title{font-size:clamp(1.65rem,8vw,2.25rem)}.CaseCards-module__YIPDWW__text{margin-bottom:1.25rem;font-size:.95rem}}
.CSCitationBlock-module__oe6j3W__section{background:linear-gradient(90deg,#3cc4e51a 0%,#3cc4e508 100%);width:min(100% - clamp(2.5rem,6vw,6rem),73.75rem);margin:clamp(4.5rem,6vw,6.25rem) auto clamp(4.5rem,6vw,6rem);padding:clamp(3rem,4.5vw,4rem) clamp(2rem,5vw,4.5rem)}@media (max-width:768px){.CSCitationBlock-module__oe6j3W__section{padding:48px 24px}}.CSCitationBlock-module__oe6j3W__container{max-width:none;margin:0 auto}.CSCitationBlock-module__oe6j3W__row{align-items:center;gap:clamp(4rem,8vw,8rem);display:flex}@media (max-width:768px){.CSCitationBlock-module__oe6j3W__row{flex-direction:column;align-items:flex-start;gap:2rem}}.CSCitationBlock-module__oe6j3W__left{flex-direction:column;flex-shrink:0;align-items:flex-start;display:flex}.CSCitationBlock-module__oe6j3W__photo{object-fit:cover;border-radius:4px;width:72px;height:72px;margin-bottom:1.75rem;display:block}.CSCitationBlock-module__oe6j3W__name{font-family:var(--font-inter-tight), sans-serif;color:#124;font-size:clamp(1.125rem,1.5vw,1.375rem);font-weight:400;line-height:1.3}.CSCitationBlock-module__oe6j3W__position{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;margin-top:4px;font-size:.875rem;font-weight:400}.CSCitationBlock-module__oe6j3W__right{flex:1;align-items:flex-start;gap:clamp(1rem,2vw,1.5rem);display:flex}.CSCitationBlock-module__oe6j3W__quoteMark{color:#124;letter-spacing:-.05em;margin:-.2em 0 0;font-family:Georgia,serif;font-size:3.5rem;line-height:1;display:block}.CSCitationBlock-module__oe6j3W__quote{font-family:var(--font-inter-tight), sans-serif;color:#124;margin:0;font-size:clamp(1.125rem,1.55vw,1.375rem);font-style:italic;font-weight:400;line-height:1.65}@media (max-width:768px){.CSCitationBlock-module__oe6j3W__section{width:calc(100% - 2.5rem);margin-block:4rem}.CSCitationBlock-module__oe6j3W__photo{width:72px;height:72px}.CSCitationBlock-module__oe6j3W__quoteMark{font-size:2.5rem}}
.LetsStart-module__euaa5a__section{z-index:4;color:#fff;background:#fff;padding:clamp(4.5rem,6vw,6rem) 0;position:relative}.LetsStart-module__euaa5a__process{width:calc(100% - 2.5rem);max-width:90rem;margin:0 auto}.LetsStart-module__euaa5a__whitepapers{width:calc(100% - (2 * var(--page-gutter)));max-width:90rem;margin-left:auto;margin-right:auto}.LetsStart-module__euaa5a__library{background:var(--color-accent-dark);padding:0}.LetsStart-module__euaa5a__library .LetsStart-module__euaa5a__wrapper{max-width:none;padding:clamp(7rem,8vw,8rem) clamp(3rem,8.5vw,7.5rem)}.LetsStart-module__euaa5a__library .LetsStart-module__euaa5a__content{justify-content:flex-start}.LetsStart-module__euaa5a__library .LetsStart-module__euaa5a__title{color:#fff}.LetsStart-module__euaa5a__library .LetsStart-module__euaa5a__stepsEyebrow{padding-left:0}.LetsStart-module__euaa5a__wrapper{background:var(--color-accent-dark);max-width:1420px;min-height:716px;width:calc(100% - (2 * var(--page-gutter)));margin:0 auto;padding:clamp(5.5rem,6vw,6.5rem) clamp(4.5rem,7vw,7.5rem)}.LetsStart-module__euaa5a__content{flex-direction:row;justify-content:center;align-items:flex-start;display:flex}.LetsStart-module__euaa5a__left{flex-direction:column;width:100%;max-width:380px;margin-right:clamp(4rem,7vw,6rem);display:flex}.LetsStart-module__euaa5a__title{color:var(--color-accent);font-family:var(--font-inter-tight), sans-serif;letter-spacing:0;margin:0;font-size:clamp(3rem,4vw,3.5rem);font-weight:400;line-height:1.1}.LetsStart-module__euaa5a__steps{flex-direction:column;margin-top:4.6rem;margin-bottom:12px;padding-left:24px;display:flex;position:relative}.LetsStart-module__euaa5a__stepsEyebrow{color:#fff;letter-spacing:.08em;text-transform:uppercase;margin-bottom:.65rem;padding-left:22px;font-size:12px;font-weight:700;line-height:14px}.LetsStart-module__euaa5a__step{color:#fff;font-family:var(--font-inter-tight), sans-serif;font-size:1.5rem;font-weight:400;line-height:1.45;position:relative}.LetsStart-module__euaa5a__step:not(:last-child){padding-bottom:1.55rem}.LetsStart-module__euaa5a__step:before{box-sizing:border-box;content:"";border:2px solid #fff;border-radius:50%;width:11px;height:11px;position:absolute;top:.76rem;left:-25px}.LetsStart-module__euaa5a__step:first-of-type:before{border-color:var(--color-accent)}.LetsStart-module__euaa5a__step:after{content:"";background:#fff;width:2px;position:absolute;top:1.43rem;bottom:-.7rem;left:-20px}.LetsStart-module__euaa5a__step:last-of-type:after{display:none}.LetsStart-module__euaa5a__step:nth-last-child(2):after{bottom:-.3rem}.LetsStart-module__euaa5a__timelineArrow{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath stroke='%23fff' stroke-linecap='square' stroke-width='2' d='M19.5 9 12 16.5 4.5 9'/%3E%3C/svg%3E");width:24px;height:24px;position:absolute;top:-10px;left:-31px}.LetsStart-module__euaa5a__description{color:#fff;margin-top:clamp(4rem,8vw,6.4rem);font-size:1.3125rem;font-weight:400;line-height:1.6}.LetsStart-module__euaa5a__descriptionLarge{margin-top:84px}.LetsStart-module__euaa5a__description a{color:var(--color-accent);margin-top:.25rem;font-size:1.375rem;font-weight:600;text-decoration:none;display:inline-block}.LetsStart-module__euaa5a__description a:hover{text-decoration:underline}.LetsStart-module__euaa5a__right{width:100%;max-width:713px;padding-top:3.1rem}.LetsStart-module__euaa5a__form{flex-direction:column;display:flex}.LetsStart-module__euaa5a__field{flex-direction:row;align-items:baseline;gap:20px;margin-bottom:2.25rem;display:flex}.LetsStart-module__euaa5a__label{color:#fff;text-align:left;flex:0 0 113px;font-size:1rem;font-weight:700;line-height:1.35}.LetsStart-module__euaa5a__field input,.LetsStart-module__euaa5a__field textarea{color:#fff;font:inherit;resize:vertical;background:0 0;border:none;border-bottom:1px solid #ffffffdb;flex:1;min-width:0;padding:0 0 .75rem}.LetsStart-module__euaa5a__field input::placeholder,.LetsStart-module__euaa5a__field textarea::placeholder{color:#899fb6b8}.LetsStart-module__euaa5a__field input:focus,.LetsStart-module__euaa5a__field textarea:focus{border-bottom-color:var(--color-accent);outline:none}.LetsStart-module__euaa5a__privacy{color:#95a7bd;max-width:580px;margin:0 0 2rem 133px;font-size:.9rem;line-height:1.5}.LetsStart-module__euaa5a__privacy a{color:var(--color-accent);text-decoration:none}.LetsStart-module__euaa5a__bottom{justify-content:space-between;align-items:center;max-width:580px;margin-left:133px;display:flex}.LetsStart-module__euaa5a__attach{color:#fff;cursor:pointer;align-items:center;gap:.5rem;padding-bottom:4px;font-weight:700;text-decoration:none;display:inline-flex;position:relative}.LetsStart-module__euaa5a__attach:after{content:"";background:#fff;width:0;height:1px;transition:width .3s;position:absolute;bottom:0;left:0}.LetsStart-module__euaa5a__attach:hover:after{width:100%}.LetsStart-module__euaa5a__attach svg{width:24px;height:24px}.LetsStart-module__euaa5a__send{border:2px solid var(--color-accent);border-radius:var(--radius-button);color:var(--color-accent);cursor:pointer;background:0 0;padding:.4rem 1.25rem;font-size:1rem;font-weight:600;transition:background-color .25s,color .25s}.LetsStart-module__euaa5a__send:hover{background:var(--color-accent);color:#fff}.LetsStart-module__euaa5a__manager{border-top:1px solid #ffffff24;justify-content:space-between;align-items:center;gap:1.5rem;max-width:580px;margin-top:1.5rem;margin-left:133px;padding-top:1.5rem;display:flex}.LetsStart-module__euaa5a__managerInfo{align-items:center;gap:.9rem;display:flex}.LetsStart-module__euaa5a__avatar{object-fit:cover;border-radius:50%;width:56px;height:56px}.LetsStart-module__euaa5a__managerName{color:#fff;font-size:1rem;font-weight:700;line-height:1.35}.LetsStart-module__euaa5a__managerRole{color:#95a7bd;font-size:.875rem;line-height:1.35}.LetsStart-module__euaa5a__book{border:2px solid var(--color-accent);border-radius:var(--radius-button);color:var(--color-accent);white-space:nowrap;justify-content:center;align-items:center;gap:8px;padding:.4rem 1.25rem;font-weight:600;transition:background-color .25s,color .25s;display:inline-flex}.LetsStart-module__euaa5a__book svg{width:15px;height:15px}.LetsStart-module__euaa5a__book:hover{background:var(--color-accent);color:#fff}@media (max-width:1024px){.LetsStart-module__euaa5a__section{padding:72px 0}.LetsStart-module__euaa5a__wrapper{min-height:auto;padding:4rem clamp(1.5rem,6vw,3rem)}.LetsStart-module__euaa5a__content{flex-direction:column}.LetsStart-module__euaa5a__left{max-width:100%;margin-bottom:2.5rem;margin-right:0}.LetsStart-module__euaa5a__steps{display:none}.LetsStart-module__euaa5a__right{max-width:100%;padding-top:0}.LetsStart-module__euaa5a__title{font-size:32px;line-height:35px}.LetsStart-module__euaa5a__description{margin-top:2rem}.LetsStart-module__euaa5a__field{flex-direction:column;align-items:stretch;gap:.5rem}.LetsStart-module__euaa5a__label{flex-basis:auto}.LetsStart-module__euaa5a__privacy,.LetsStart-module__euaa5a__bottom,.LetsStart-module__euaa5a__manager{width:100%;max-width:none;margin-left:0}}@media (max-width:576px){.LetsStart-module__euaa5a__section{padding:72px 0}.LetsStart-module__euaa5a__wrapper{padding:3.5rem var(--page-gutter);width:100%}.LetsStart-module__euaa5a__step,.LetsStart-module__euaa5a__description{font-size:18px;line-height:1.55}.LetsStart-module__euaa5a__descriptionLarge{margin-top:48px}.LetsStart-module__euaa5a__bottom{flex-direction:column;align-items:stretch;gap:1rem}.LetsStart-module__euaa5a__send,.LetsStart-module__euaa5a__book{width:100%;min-width:0}.LetsStart-module__euaa5a__manager{flex-direction:column;align-items:flex-start}.LetsStart-module__euaa5a__book{text-align:center;white-space:normal}}
.ServicesHero-module__qYtEbG__hero{padding-top:calc(var(--header-height) + 26px);position:relative;overflow:hidden}.ServicesHero-module__qYtEbG__bgWrapper{z-index:0;position:absolute;inset:0}.ServicesHero-module__qYtEbG__desktopImage,.ServicesHero-module__qYtEbG__mobileImage{position:absolute;inset:0}.ServicesHero-module__qYtEbG__mobileImage{display:none}.ServicesHero-module__qYtEbG__bgSvg{object-fit:cover;width:100%;height:100%}.ServicesHero-module__qYtEbG__heroWrapper{z-index:1;padding:0 0 8.5rem;position:relative}.ServicesHero-module__qYtEbG__container{max-width:min(100%,1540px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ServicesHero-module__qYtEbG__content{max-width:900px}.ServicesHero-module__qYtEbG__breadcrumbs{color:#ffffff80;font-family:var(--font-inter-tight);flex-wrap:wrap;align-items:center;gap:4px;margin:0 0 5rem;font-size:.85rem;line-height:1.5;display:flex}.ServicesHero-module__qYtEbG__breadcrumbs a,.ServicesHero-module__qYtEbG__breadcrumbs span{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.ServicesHero-module__qYtEbG__breadcrumbs a{color:#ffffff80;transition:color .2s}.ServicesHero-module__qYtEbG__breadcrumbs a:hover{color:#ffffffe6}.ServicesHero-module__qYtEbG__breadcrumbs span{color:#ffffff59}.ServicesHero-module__qYtEbG__breadcrumbSep{align-items:center;display:flex}.ServicesHero-module__qYtEbG__title{font-family:var(--font-inter-tight);color:#fff;max-width:85rem;margin:0 0 44px;font-size:clamp(2.5rem,4vw,4rem);font-weight:400;line-height:1.18}.ServicesHero-module__qYtEbG__numbers{flex-wrap:wrap;gap:4rem;margin-bottom:27px;display:flex}.ServicesHero-module__qYtEbG__numberItem{flex-direction:column;gap:4px;display:flex}.ServicesHero-module__qYtEbG__numberData{align-items:flex-start;gap:0;display:flex}.ServicesHero-module__qYtEbG__numberValue{font-family:var(--font-inter-tight);color:#fff;font-size:clamp(2rem,3vw,2.5rem);font-weight:600;line-height:1}.ServicesHero-module__qYtEbG__numberSymbol{font-family:var(--font-inter-tight);color:#fff;margin-top:0;font-size:clamp(2rem,3vw,2.5rem);font-weight:600;line-height:1}.ServicesHero-module__qYtEbG__numberLabel{font-family:var(--font-inter-tight);color:#ffffffeb;max-width:140px;font-size:.875rem;font-weight:600;line-height:1.4}.ServicesHero-module__qYtEbG__description{margin-bottom:56px}.ServicesHero-module__qYtEbG__description p{font-family:var(--font-inter-tight);color:#fffffff0;margin:0;font-size:clamp(1rem,1.35vw,1.375rem);line-height:1.62}.ServicesHero-module__qYtEbG__buttons{flex-wrap:wrap;gap:16px;display:flex}.ServicesHero-module__qYtEbG__ctaButton{font-family:var(--font-inter-tight);white-space:nowrap;padding:14px 28px;font-size:1rem}@media (max-width:768px){.ServicesHero-module__qYtEbG__desktopImage{display:none}.ServicesHero-module__qYtEbG__mobileImage{display:block}.ServicesHero-module__qYtEbG__hero{min-height:700px}.ServicesHero-module__qYtEbG__heroWrapper{padding:96px 0 64px}.ServicesHero-module__qYtEbG__breadcrumbs{margin-bottom:36px}.ServicesHero-module__qYtEbG__title{margin-bottom:32px}.ServicesHero-module__qYtEbG__numbers{gap:20px}.ServicesHero-module__qYtEbG__description{margin-bottom:36px}}
.ARHero-module__0_Bpnq__section{padding-top:calc(var(--header-height) + 26px);color:#fff;background:#02102c;padding-bottom:8.5rem;position:relative;overflow:hidden}.ARHero-module__0_Bpnq__heroBgSvg{object-fit:cover;pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.ARHero-module__0_Bpnq__inner{z-index:1;width:100%;max-width:min(100%,1540px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem);position:relative}.ARHero-module__0_Bpnq__breadcrumb{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:5rem;font-size:.85rem;display:flex}.ARHero-module__0_Bpnq__breadcrumb a,.ARHero-module__0_Bpnq__breadcrumb span{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.ARHero-module__0_Bpnq__breadcrumb a{color:#ffffff80;transition:color .2s}.ARHero-module__0_Bpnq__breadcrumb a:hover{color:#ffffffe6}.ARHero-module__0_Bpnq__breadcrumb span{color:#ffffff59}.ARHero-module__0_Bpnq__breadcrumbSep{align-items:center;display:flex}.ARHero-module__0_Bpnq__title{color:#fff;letter-spacing:0;text-align:center;max-width:85rem;margin:0 auto 2.25rem;font-size:clamp(2.75rem,5.2vw,4rem);font-weight:300;line-height:1.18}.ARHero-module__0_Bpnq__title span{color:var(--color-accent)}.ARHero-module__0_Bpnq__desc{color:#fffffff2;text-align:center;max-width:76rem;margin:0 auto 4rem;font-size:clamp(1.05rem,1.55vw,1.375rem);font-weight:400;line-height:1.65}.ARHero-module__0_Bpnq__buttons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.ARHero-module__0_Bpnq__btnPrimary{min-height:2.625rem;font-family:var(--font-inter-tight), sans-serif;padding:.4rem 1.5rem;text-decoration:none}@media (max-width:768px){.ARHero-module__0_Bpnq__section{padding-top:calc(var(--header-height) + 48px);padding-bottom:64px}.ARHero-module__0_Bpnq__breadcrumb{margin-bottom:3rem}.ARHero-module__0_Bpnq__title{text-align:left;margin-left:0;font-size:clamp(2rem,10vw,2.4rem)}.ARHero-module__0_Bpnq__desc{text-align:left;margin-left:0}.ARHero-module__0_Bpnq__buttons{justify-content:flex-start;gap:1rem}}@media (max-width:420px){.ARHero-module__0_Bpnq__buttons{width:100%;min-width:0}.ARHero-module__0_Bpnq__buttons .btn{width:100%;min-width:0}}
.CSBlogSection-module__eNRKUq__section{background:#fff;padding:96px 0 40px}.CSBlogSection-module__eNRKUq__container{width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto}.CSBlogSection-module__eNRKUq__title{color:#124;letter-spacing:-.02em;margin-bottom:64px;font-size:clamp(2rem,4vw,3rem);font-weight:300}.CSBlogSection-module__eNRKUq__accent{color:var(--color-accent)}.CSBlogSection-module__eNRKUq__postsGrid{grid-template-columns:1fr 1fr;align-items:start;display:grid}.CSBlogSection-module__eNRKUq__featuredCol{display:block}.CSBlogSection-module__eNRKUq__featuredPost{color:inherit;text-decoration:none;display:block}.CSBlogSection-module__eNRKUq__featuredImageWrapper{margin-bottom:24px;position:relative;overflow:hidden}.CSBlogSection-module__eNRKUq__featuredImageWrapper:before{content:"";padding-top:56.21%;display:block}.CSBlogSection-module__eNRKUq__featuredImgInner{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.CSBlogSection-module__eNRKUq__featuredImg{object-fit:cover;width:100%;height:100%;display:block}.CSBlogSection-module__eNRKUq__featuredPostTitle{color:#000;margin:0 0 8px;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.3}.CSBlogSection-module__eNRKUq__sideCol{flex-direction:column;padding-left:clamp(2rem,5vw,3.875rem);display:flex}.CSBlogSection-module__eNRKUq__sidePost{color:inherit;border-bottom:1px solid #e6eff7;margin-bottom:32px;padding-bottom:32px;text-decoration:none;display:block}.CSBlogSection-module__eNRKUq__sidePost:last-of-type{margin-bottom:0}.CSBlogSection-module__eNRKUq__sidePostTitle{color:#000;margin-bottom:8px;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.3}.CSBlogSection-module__eNRKUq__postMeta{color:#5e6d8e;align-items:center;font-size:16px;line-height:22px;display:flex}.CSBlogSection-module__eNRKUq__readTime{color:#5e6d8e;align-items:center;padding-left:24px;font-size:16px;display:inline-flex;position:relative}.CSBlogSection-module__eNRKUq__readTime svg{position:absolute;top:50%;left:0;transform:translateY(-50%)}.CSBlogSection-module__eNRKUq__metaSep{opacity:.6;color:#5e6d8e;padding:0 6px}.CSBlogSection-module__eNRKUq__postDate{color:#5e6d8e}.CSBlogSection-module__eNRKUq__allArticlesWrapper{margin-top:8px}.CSBlogSection-module__eNRKUq__allArticlesLink{color:var(--color-accent);align-items:center;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.CSBlogSection-module__eNRKUq__linkArrow{width:17px;padding-left:6px;padding-right:17px;display:inline-block;position:relative}.CSBlogSection-module__eNRKUq__linkArrow:before,.CSBlogSection-module__eNRKUq__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.CSBlogSection-module__eNRKUq__linkArrow:after{opacity:0}.CSBlogSection-module__eNRKUq__allArticlesLink:hover .CSBlogSection-module__eNRKUq__linkArrow:before{animation:1s linear infinite CSBlogSection-module__eNRKUq__bounceBefore;right:6px}.CSBlogSection-module__eNRKUq__allArticlesLink:hover .CSBlogSection-module__eNRKUq__linkArrow:after{animation:1s linear infinite CSBlogSection-module__eNRKUq__bounceAfter;right:6px}@keyframes CSBlogSection-module__eNRKUq__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes CSBlogSection-module__eNRKUq__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media (max-width:768px){.CSBlogSection-module__eNRKUq__section{padding:64px 0 34px}.CSBlogSection-module__eNRKUq__title{margin-bottom:40px}.CSBlogSection-module__eNRKUq__postsGrid{grid-template-columns:1fr}.CSBlogSection-module__eNRKUq__sideCol{margin-top:16px;padding-left:10px}.CSBlogSection-module__eNRKUq__featuredPostTitle,.CSBlogSection-module__eNRKUq__sidePostTitle{font-size:20px;line-height:28px}.CSBlogSection-module__eNRKUq__postMeta{font-size:13px;line-height:18px}}
.AchievementsBlock-module__Viybja__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}@media (max-width:768px){.AchievementsBlock-module__Viybja__section{padding:72px 0}}.AchievementsBlock-module__Viybja__container{width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto;padding:0}.AchievementsBlock-module__Viybja__row{align-items:center;gap:clamp(2rem,4vw,3rem);display:flex}@media (max-width:768px){.AchievementsBlock-module__Viybja__row{flex-direction:column;align-items:flex-start;gap:0}}.AchievementsBlock-module__Viybja__left{flex:0 0 50%;max-width:50%}@media (max-width:768px){.AchievementsBlock-module__Viybja__left{flex:none;width:100%;max-width:100%}}.AchievementsBlock-module__Viybja__heading{font-family:var(--font-inter-tight), sans-serif;color:var(--color-text);margin:0;font-size:clamp(2rem,3.5vw,3.5rem);font-weight:400;line-height:1.2}.AchievementsBlock-module__Viybja__right{flex:1}@media (max-width:768px){.AchievementsBlock-module__Viybja__right{width:100%;margin-top:1.75rem}}.AchievementsBlock-module__Viybja__grid{grid-template-columns:1fr 1fr 1fr;gap:clamp(2rem,3vw,2.5rem) clamp(1rem,2vw,1.5rem);display:grid}@media (max-width:768px){.AchievementsBlock-module__Viybja__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem 1.5rem}}.AchievementsBlock-module__Viybja__item{flex-direction:column;display:flex}.AchievementsBlock-module__Viybja__number{font-family:var(--font-inter-tight), sans-serif;color:var(--color-text);font-size:clamp(2.5rem,5vw,4rem);font-weight:400;line-height:1}.AchievementsBlock-module__Viybja__label{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;margin-top:8px;font-size:clamp(.875rem,1.1vw,1rem);line-height:1.4}@media (max-width:768px){.AchievementsBlock-module__Viybja__heading{max-width:20rem;font-size:2rem;line-height:1.12}.AchievementsBlock-module__Viybja__number{font-size:2rem}.AchievementsBlock-module__Viybja__label{margin-top:.375rem;font-size:.875rem}}
.ESDCrosslinks-module__9GhWKG__section{background:#fff;padding:clamp(4rem,5vw,5rem) 0 clamp(3.5rem,4vw,4.5rem);position:relative;overflow:hidden}.ESDCrosslinks-module__9GhWKG__section:before{background:var(--color-accent,#3cc4e5);content:"";filter:blur(400px);opacity:.7;pointer-events:none;z-index:0;width:340px;height:340px;display:block;position:absolute;bottom:0;left:0;transform:translate(-47%,29%)}.ESDCrosslinks-module__9GhWKG__section:after{background:var(--color-accent,#3cc4e5);content:"";filter:blur(400px);opacity:.5;pointer-events:none;z-index:0;width:340px;height:340px;display:block;position:absolute;top:0;right:0;transform:translate(30%,-8%)}.ESDCrosslinks-module__9GhWKG__container{z-index:1;max-width:1200px;margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem);position:relative}.ESDCrosslinks-module__9GhWKG__header{margin-bottom:clamp(3rem,4vw,4rem)}.ESDCrosslinks-module__9GhWKG__title{font-family:var(--font-inter-tight), sans-serif;color:#02102c;letter-spacing:-.01em;margin:0;font-size:clamp(2.25rem,3.5vw,3.5rem);font-weight:400;line-height:1.2}.ESDCrosslinks-module__9GhWKG__accent{color:#3cc4e5}.ESDCrosslinks-module__9GhWKG__grid{grid-template-columns:repeat(3,1fr);gap:clamp(3rem,5vw,5rem);display:grid}@media (max-width:900px){.ESDCrosslinks-module__9GhWKG__grid{grid-template-columns:1fr;gap:2rem}}.ESDCrosslinks-module__9GhWKG__colTitle{font-family:var(--font-inter-tight), sans-serif;letter-spacing:0;color:#000;margin-bottom:1.25rem;font-size:clamp(1.5rem,1.8vw,1.875rem);font-weight:400}.ESDCrosslinks-module__9GhWKG__list{flex-direction:column;gap:1rem;display:flex}.ESDCrosslinks-module__9GhWKG__link{color:#171717;font-family:var(--font-inter-tight), sans-serif;font-size:clamp(1rem,1.15vw,1.125rem);font-weight:400;text-decoration:none;transition:color .2s;display:inline}.ESDCrosslinks-module__9GhWKG__link:hover{color:#171717;text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:.5px}.ESDCrosslinks-module__9GhWKG__linkArrow{padding-left:6px;padding-right:17px;display:inline;position:relative}.ESDCrosslinks-module__9GhWKG__linkArrow:before,.ESDCrosslinks-module__9GhWKG__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.ESDCrosslinks-module__9GhWKG__linkArrow:after{opacity:0}.ESDCrosslinks-module__9GhWKG__link:hover .ESDCrosslinks-module__9GhWKG__linkArrow:before{animation:1s linear infinite ESDCrosslinks-module__9GhWKG__bounceBefore;right:6px}.ESDCrosslinks-module__9GhWKG__link:hover .ESDCrosslinks-module__9GhWKG__linkArrow:after{animation:1s linear infinite ESDCrosslinks-module__9GhWKG__bounceAfter;right:6px}@keyframes ESDCrosslinks-module__9GhWKG__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes ESDCrosslinks-module__9GhWKG__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}
.ServicesArticleLayout-module__r6Wl0a__articleContent{grid-template-columns:100%;gap:1.5rem;max-width:1772px;margin:0 auto;display:grid}.ServicesArticleLayout-module__r6Wl0a__articleBody{min-width:0;overflow:hidden}:is(.ServicesArticleLayout-module__r6Wl0a__articleBody section[id],.ServicesArticleLayout-module__r6Wl0a__articleBody div[id]){scroll-margin-top:calc(var(--header-height) + 2rem)}.ServicesArticleLayout-module__r6Wl0a__navigation{min-width:0;display:none}@media (min-width:1366px){.ServicesArticleLayout-module__r6Wl0a__articleContent{grid-template-columns:minmax(200px,1420px) minmax(220px,16.242%);align-items:stretch;padding-right:1.5rem}.ServicesArticleLayout-module__r6Wl0a__navigation{padding-top:2.5rem;display:block}}.ServicesArticleLayout-module__r6Wl0a__navigationCard{max-height:calc(100vh - var(--header-height) - 4rem);top:calc(var(--header-height) + 2rem);background:#fff;border:1px solid #e6eff7;padding:1.75rem clamp(.9375rem,1.6vw,1.875rem) 2rem;position:sticky;overflow-y:auto}.ServicesArticleLayout-module__r6Wl0a__navigationCard h2{color:#000;margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;line-height:1.55}.ServicesArticleLayout-module__r6Wl0a__navigationCard nav{flex-direction:column;gap:1rem;display:flex}.ServicesArticleLayout-module__r6Wl0a__navigationCard a{color:#124;font-size:.875rem;line-height:1.45;text-decoration:none;transition:color .2s}.ServicesArticleLayout-module__r6Wl0a__navigationCard a:hover,.ServicesArticleLayout-module__r6Wl0a__navigationCard .ServicesArticleLayout-module__r6Wl0a__active{color:var(--color-accent)}.ServicesArticleLayout-module__r6Wl0a__navigationCard .ServicesArticleLayout-module__r6Wl0a__active{font-weight:700}@media (min-width:1024px) and (max-width:1680px){.ServicesArticleLayout-module__r6Wl0a__articleContent{max-width:100%}}
.AdlcArticleLayout-module__3YftYW__articleContent{grid-template-columns:100%;gap:1.5rem;max-width:1772px;margin:0 auto;display:grid}.AdlcArticleLayout-module__3YftYW__articleBody{min-width:0;overflow:hidden}:is(.AdlcArticleLayout-module__3YftYW__articleBody section[id],.AdlcArticleLayout-module__3YftYW__articleBody div[id]){scroll-margin-top:calc(var(--header-height) + 2rem)}.AdlcArticleLayout-module__3YftYW__navigation{min-width:0;display:none}@media (min-width:1366px){.AdlcArticleLayout-module__3YftYW__articleContent{grid-template-columns:minmax(200px,1420px) minmax(220px,16.242%);align-items:stretch;padding-right:1.5rem}.AdlcArticleLayout-module__3YftYW__navigation{padding-top:2.5rem;display:block}}.AdlcArticleLayout-module__3YftYW__navigationCard{max-height:calc(100vh - var(--header-height) - 4rem);top:calc(var(--header-height) + 2rem);background:#fff;border:1px solid #e6eff7;padding:1.75rem clamp(.9375rem,1.6vw,1.875rem) 2rem;position:sticky;overflow-y:auto}.AdlcArticleLayout-module__3YftYW__navigationCard h2{color:#000;margin:0 0 1.5rem;font-size:1.125rem;font-weight:600;line-height:1.55}.AdlcArticleLayout-module__3YftYW__navigationCard nav{flex-direction:column;gap:1rem;display:flex}.AdlcArticleLayout-module__3YftYW__navigationCard a{color:#124;font-size:.875rem;line-height:1.45;text-decoration:none;transition:color .2s}.AdlcArticleLayout-module__3YftYW__navigationCard a:hover,.AdlcArticleLayout-module__3YftYW__navigationCard .AdlcArticleLayout-module__3YftYW__active{color:var(--color-accent)}.AdlcArticleLayout-module__3YftYW__navigationCard .AdlcArticleLayout-module__3YftYW__active{font-weight:700}@media (min-width:1024px) and (max-width:1680px){.AdlcArticleLayout-module__3YftYW__articleContent{max-width:100%}}
.ARFoundation-module__KUytwq__section{background:#fff;padding:7rem 0 6.5rem}.ARFoundation-module__KUytwq__title{color:#000;letter-spacing:0;text-align:center;max-width:66rem;margin:0 auto 1.75rem;font-size:clamp(2.5rem,4.4vw,3.5rem);font-weight:300;line-height:1.12}.ARFoundation-module__KUytwq__desc{max-width:71rem;color:var(--color-text);text-align:center;margin:0 auto 4.5rem;font-size:clamp(1.05rem,1.55vw,1.375rem);font-weight:400;line-height:1.65}.ARFoundation-module__KUytwq__desc a{color:var(--color-accent);text-decoration:none}.ARFoundation-module__KUytwq__desc a:hover{text-decoration:underline}.ARFoundation-module__KUytwq__grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:4rem clamp(4rem,10vw,8.5rem);max-width:68.5rem;margin:0 auto;display:grid}.ARFoundation-module__KUytwq__card{background:0 0;border:0;border-radius:0;padding:0}.ARFoundation-module__KUytwq__icon{color:var(--color-accent);margin-bottom:1.35rem}.ARFoundation-module__KUytwq__icon svg{width:3rem;height:3rem;display:block}.ARFoundation-module__KUytwq__icon svg *{stroke:var(--color-accent)}.ARFoundation-module__KUytwq__cardTitle{color:#000;margin:0 0 1.25rem;font-size:clamp(1.4rem,2vw,1.875rem);font-weight:500;line-height:1.25}.ARFoundation-module__KUytwq__cardDesc{color:var(--color-text);margin:0;font-size:clamp(1rem,1.25vw,1.125rem);line-height:1.65}@media (max-width:768px){.ARFoundation-module__KUytwq__section{padding:4rem 0}.ARFoundation-module__KUytwq__title,.ARFoundation-module__KUytwq__desc{text-align:left}.ARFoundation-module__KUytwq__grid{grid-template-columns:1fr;gap:2.75rem}}
.EngCrosslinksBlock-module__yvCL2W__section{--text-color:#000;padding:clamp(4.5rem,6vw,6rem) 0;position:relative;overflow:hidden}.EngCrosslinksBlock-module__yvCL2W__bg{z-index:-1;background:#fff;width:auto;height:100%;position:absolute;top:0;left:0;right:17px}.EngCrosslinksBlock-module__yvCL2W__bg:before{background:var(--color-accent);content:"";filter:blur(400px);opacity:.76;width:340px;height:340px;display:block;position:absolute;bottom:0;left:0;transform:translate(-47%,29%)}.EngCrosslinksBlock-module__yvCL2W__bg:after{background:var(--color-blue);content:"";filter:blur(400px);opacity:.76;width:340px;height:340px;display:block;position:absolute;top:0;right:0;transform:translate(30%,-8%)}.EngCrosslinksBlock-module__yvCL2W__aiReadinessSection{margin-bottom:clamp(4.5rem,6vw,6rem)}.EngCrosslinksBlock-module__yvCL2W__container{max-width:min(100%,1504px);margin:0 auto;padding:0 clamp(1.25rem,3vw,2.5rem)}.EngCrosslinksBlock-module__yvCL2W__grid{grid-template-columns:repeat(auto-fit,minmax(min(100%,311px),1fr));gap:clamp(2.5rem,4vw,3.5rem) clamp(1.25rem,2vw,2rem);display:grid}.EngCrosslinksBlock-module__yvCL2W__col{max-width:36.25rem}.EngCrosslinksBlock-module__yvCL2W__colTitle{color:var(--text-color);margin-bottom:24px;font-size:20px;font-weight:600;line-height:120%}.EngCrosslinksBlock-module__yvCL2W__list{flex-direction:column;display:flex}.EngCrosslinksBlock-module__yvCL2W__item{margin-bottom:16px;line-height:1.35}.EngCrosslinksBlock-module__yvCL2W__item:last-child{margin-bottom:0}.EngCrosslinksBlock-module__yvCL2W__itemLink{color:var(--text-color);align-items:center;padding-right:17px;font-size:14px;font-weight:400;line-height:1.35;text-decoration:none;display:inline-flex;position:relative}.EngCrosslinksBlock-module__yvCL2W__itemLink:after{content:"";transform-origin:0;background:currentColor;width:auto;height:1px;transition:transform .25s;position:absolute;bottom:-2px;left:0;right:17px;transform:scaleX(0)}.EngCrosslinksBlock-module__yvCL2W__itemLink:hover:after{transform:scaleX(1)}.EngCrosslinksBlock-module__yvCL2W__itemLinkLast{white-space:nowrap;align-items:center;display:inline-flex}.EngCrosslinksBlock-module__yvCL2W__linkArrow{width:6px;height:10px;display:inline-block;position:absolute;top:50%;right:0;transform:translateY(-50%)}.EngCrosslinksBlock-module__yvCL2W__linkArrow:before,.EngCrosslinksBlock-module__yvCL2W__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:0;transform:translateY(-50%)}.EngCrosslinksBlock-module__yvCL2W__linkArrow:after{opacity:0}.EngCrosslinksBlock-module__yvCL2W__itemLink:hover .EngCrosslinksBlock-module__yvCL2W__linkArrow:before{animation:1s linear infinite EngCrosslinksBlock-module__yvCL2W__bounceBefore;right:6px}.EngCrosslinksBlock-module__yvCL2W__itemLink:hover .EngCrosslinksBlock-module__yvCL2W__linkArrow:after{animation:1s linear infinite EngCrosslinksBlock-module__yvCL2W__bounceAfter;right:6px}@keyframes EngCrosslinksBlock-module__yvCL2W__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes EngCrosslinksBlock-module__yvCL2W__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media screen and (min-width:769px){.EngCrosslinksBlock-module__yvCL2W__colTitle{font-size:28px;line-height:130%}.EngCrosslinksBlock-module__yvCL2W__itemLink{font-size:18px}}@media (max-width:768px){.EngCrosslinksBlock-module__yvCL2W__container{padding:0 20px}}@media (max-width:420px){.EngCrosslinksBlock-module__yvCL2W__itemLink{align-items:flex-start}.EngCrosslinksBlock-module__yvCL2W__itemLinkLast{white-space:normal}}
.ServicesLogos-module__8CVU7W__section{z-index:4;font-family:var(--font-inter-tight), sans-serif;background:#fff;padding:32px 0;position:relative;overflow:hidden}.ServicesLogos-module__8CVU7W__section:before,.ServicesLogos-module__8CVU7W__section:after{content:"";z-index:2;pointer-events:none;width:clamp(4rem,11vw,10rem);height:100%;position:absolute;top:0}.ServicesLogos-module__8CVU7W__section:before{background:linear-gradient(90deg,#fff 0%,#fff0 100%);left:0}.ServicesLogos-module__8CVU7W__section:after{background:linear-gradient(270deg,#fff 0%,#fff0 100%);right:0}.ServicesLogos-module__8CVU7W__overflow{width:100%;overflow:hidden}.ServicesLogos-module__8CVU7W__marquee{will-change:transform;align-items:center;width:max-content;min-width:100%;animation:40s linear infinite ServicesLogos-module__8CVU7W__servicesLogoMarquee;display:flex}.ServicesLogos-module__8CVU7W__marquee:hover{animation-play-state:paused}.ServicesLogos-module__8CVU7W__track{justify-content:center;align-items:center;gap:0;display:flex}.ServicesLogos-module__8CVU7W__item{flex:none;justify-content:center;align-items:center;padding:12px 28px;display:flex}.ServicesLogos-module__8CVU7W__logo{object-fit:contain;filter:brightness(0)saturate(0)invert(35%)sepia(16%)saturate(10)hue-rotate(175deg)brightness(75%)contrast();width:auto;max-width:320px;max-height:38px;transition:filter .25s;display:block}.ServicesLogos-module__8CVU7W__item:hover .ServicesLogos-module__8CVU7W__logo{filter:none}@keyframes ServicesLogos-module__8CVU7W__servicesLogoMarquee{0%{transform:translate(0)}to{transform:translate(-50%)}}@media (prefers-reduced-motion:reduce){.ServicesLogos-module__8CVU7W__marquee{flex-wrap:wrap;justify-content:center;width:100%;min-width:0;padding-inline:1rem;animation:none;transform:none}}
.AIHero-module__LbezSq__section{padding-top:calc(var(--header-height) + 26px);color:#fff;background:#02102c;padding-bottom:8.5rem;position:relative;overflow:hidden}.AIHero-module__LbezSq__heroBgSvg{object-fit:cover;pointer-events:none;z-index:0;width:100%;height:100%;position:absolute;inset:0}.AIHero-module__LbezSq__inner{z-index:1;width:100%;max-width:min(100%,1540px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem);position:relative}.AIHero-module__LbezSq__breadcrumb{color:#ffffff80;flex-wrap:wrap;align-items:center;gap:4px;margin-bottom:5rem;font-size:.85rem;display:flex}.AIHero-module__LbezSq__breadcrumb a,.AIHero-module__LbezSq__breadcrumb span{color:inherit;align-items:center;text-decoration:none;display:inline-flex}.AIHero-module__LbezSq__breadcrumb a{color:#ffffff80;transition:color .2s}.AIHero-module__LbezSq__breadcrumb a:hover{color:#ffffffe6}.AIHero-module__LbezSq__breadcrumb span{color:#ffffff59}.AIHero-module__LbezSq__breadcrumbSep{align-items:center;display:flex}.AIHero-module__LbezSq__title{color:#fff;letter-spacing:0;text-align:center;max-width:85rem;margin:0 auto 1.75rem;font-size:clamp(2.75rem,5vw,4rem);font-weight:300;line-height:1.15}.AIHero-module__LbezSq__title span{color:#fff}.AIHero-module__LbezSq__desc{color:#ffffffeb;text-align:center;max-width:52rem;margin:0 auto 4rem;font-size:clamp(1.05rem,1.6vw,1.375rem);font-weight:400;line-height:1.55}.AIHero-module__LbezSq__points{justify-content:space-between;gap:3rem;max-width:76rem;margin:0 auto 4rem;display:flex}.AIHero-module__LbezSq__point{text-align:left;flex:1 1 0;align-items:flex-start;gap:.75rem;max-width:22rem;padding:0;display:flex}.AIHero-module__LbezSq__checkIcon{width:22px;height:22px;color:var(--color-accent);flex-shrink:0;margin-top:4px}.AIHero-module__LbezSq__pointText{color:#fff;font-size:clamp(1rem,1.25vw,1.25rem);font-weight:400;line-height:1.45}.AIHero-module__LbezSq__buttons{flex-wrap:wrap;justify-content:center;gap:1.25rem;display:flex}.AIHero-module__LbezSq__btnPrimary{min-height:2.625rem;font-family:var(--font-inter-tight), sans-serif;padding:.4rem 1.5rem;text-decoration:none}@media (max-width:768px){.AIHero-module__LbezSq__section{padding-top:calc(var(--header-height) + 48px);padding-bottom:64px}.AIHero-module__LbezSq__breadcrumb{margin-bottom:3rem}.AIHero-module__LbezSq__title{text-align:left;margin-left:0;font-size:clamp(2rem,10vw,2.4rem)}.AIHero-module__LbezSq__desc{text-align:left;margin-left:0}.AIHero-module__LbezSq__points{flex-direction:column;gap:1.25rem;margin-bottom:2rem}.AIHero-module__LbezSq__point{max-width:100%}.AIHero-module__LbezSq__buttons{justify-content:flex-start;gap:1rem}}@media (max-width:420px){.AIHero-module__LbezSq__buttons{width:100%}.AIHero-module__LbezSq__buttons .btn{width:100%}}
.BlogSection-module___zzL6q__section{background:#fff;padding:clamp(4.5rem,6vw,6rem) 0}.BlogSection-module___zzL6q__container{width:min(100% - clamp(2.5rem,8vw,6rem),75rem);margin:0 auto}.BlogSection-module___zzL6q__title{color:#124;letter-spacing:-.02em;margin-bottom:64px;font-size:clamp(2rem,4vw,3rem);font-weight:300}.BlogSection-module___zzL6q__accent{color:var(--color-accent)}.BlogSection-module___zzL6q__postsGrid{grid-template-columns:1fr 1fr;align-items:start;display:grid}.BlogSection-module___zzL6q__featuredCol{display:block}.BlogSection-module___zzL6q__featuredPost{color:inherit;text-decoration:none;display:block}.BlogSection-module___zzL6q__featuredImageWrapper{margin-bottom:24px;position:relative;overflow:hidden}.BlogSection-module___zzL6q__featuredImageWrapper:before{content:"";padding-top:56.21%;display:block}.BlogSection-module___zzL6q__featuredImgInner{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.BlogSection-module___zzL6q__featuredImg{object-fit:cover;width:100%;height:100%;display:block}.BlogSection-module___zzL6q__featuredPostTitle{color:#000;margin:0 0 8px;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.3}.BlogSection-module___zzL6q__sideCol{flex-direction:column;padding-left:clamp(2rem,5vw,3.875rem);display:flex}.BlogSection-module___zzL6q__sidePost{color:inherit;border-bottom:1px solid #e6eff7;margin-bottom:32px;padding-bottom:32px;text-decoration:none;display:block}.BlogSection-module___zzL6q__sidePost:last-of-type{margin-bottom:0}.BlogSection-module___zzL6q__sidePostTitle{color:#000;margin-bottom:8px;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.3}.BlogSection-module___zzL6q__postMeta{color:#5e6d8e;align-items:center;font-size:16px;line-height:22px;display:flex}.BlogSection-module___zzL6q__readTime{color:#5e6d8e;align-items:center;padding-left:24px;font-size:16px;display:inline-flex;position:relative}.BlogSection-module___zzL6q__readTime svg{position:absolute;top:50%;left:0;transform:translateY(-50%)}.BlogSection-module___zzL6q__metaSep{opacity:.6;color:#5e6d8e;padding:0 6px}.BlogSection-module___zzL6q__postDate{color:#5e6d8e}.BlogSection-module___zzL6q__allArticlesWrapper{margin-top:8px}.BlogSection-module___zzL6q__allArticlesLink{font-family:var(--font-inter-tight), sans-serif;color:#3cc4e5;align-items:center;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.BlogSection-module___zzL6q__linkArrow{width:17px;padding-left:6px;padding-right:17px;display:inline-block;position:relative}.BlogSection-module___zzL6q__linkArrow:before,.BlogSection-module___zzL6q__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.BlogSection-module___zzL6q__linkArrow:after{opacity:0}.BlogSection-module___zzL6q__allArticlesLink:hover .BlogSection-module___zzL6q__linkArrow:before{animation:1s linear infinite BlogSection-module___zzL6q__bounceBefore;right:6px}.BlogSection-module___zzL6q__allArticlesLink:hover .BlogSection-module___zzL6q__linkArrow:after{animation:1s linear infinite BlogSection-module___zzL6q__bounceAfter;right:6px}@keyframes BlogSection-module___zzL6q__bounceBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes BlogSection-module___zzL6q__bounceAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media (max-width:768px){.BlogSection-module___zzL6q__section{padding:72px 0}.BlogSection-module___zzL6q__title{margin-bottom:40px}.BlogSection-module___zzL6q__postsGrid{grid-template-columns:1fr}.BlogSection-module___zzL6q__sideCol{margin-top:16px;padding-left:10px}.BlogSection-module___zzL6q__featuredPostTitle,.BlogSection-module___zzL6q__sidePostTitle{font-size:20px;line-height:28px}.BlogSection-module___zzL6q__postMeta{font-size:13px;line-height:18px}}
.ESDDataReadiness-module__E8i-Ea__section{background:#fff;padding:clamp(3rem,4vw,4.5rem) 0;position:relative}.ESDDataReadiness-module__E8i-Ea__container{max-width:min(100%,1470px);margin:0 auto;padding-inline:clamp(1.25rem,3vw,2.5rem)}.ESDDataReadiness-module__E8i-Ea__title{font-family:var(--font-inter-tight), sans-serif;color:#02102c;letter-spacing:-.01em;text-align:center;margin:0 0 clamp(1rem,2vw,1.5rem);font-size:clamp(2.25rem,4vw,3.75rem);font-weight:400;line-height:1.15}.ESDDataReadiness-module__E8i-Ea__accent{color:#3cc4e5}.ESDDataReadiness-module__E8i-Ea__desc{font-family:var(--font-inter-tight), sans-serif;color:#4a5568;margin:0 0 clamp(2rem,3.5vw,3rem);font-size:clamp(1.0625rem,1.35vw,1.25rem);line-height:1.7}.ESDDataReadiness-module__E8i-Ea__row{grid-template-columns:1fr 1fr;align-items:start;gap:clamp(2rem,4vw,4rem);display:grid}@media (max-width:768px){.ESDDataReadiness-module__E8i-Ea__row{grid-template-columns:1fr}}.ESDDataReadiness-module__E8i-Ea__left{flex-direction:column;display:flex}.ESDDataReadiness-module__E8i-Ea__listTitle{font-family:var(--font-inter-tight), sans-serif;color:#3cc4e5;margin:0 0 1rem;font-size:clamp(1rem,1.2vw,1.125rem);font-weight:700}.ESDDataReadiness-module__E8i-Ea__list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.ESDDataReadiness-module__E8i-Ea__list li{font-family:var(--font-inter-tight), sans-serif;color:#4a5568;padding-left:1.875rem;font-size:clamp(1.125rem,1.4vw,1.25rem);line-height:1.65;position:relative}.ESDDataReadiness-module__E8i-Ea__list li:before{content:"";background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none'%3E%3Cpath stroke='%233CC4E5' stroke-linecap='square' stroke-width='1.5' d='m13.5 4-7 7-3-3'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;width:18px;height:18px;position:absolute;top:.2em;left:0}.ESDDataReadiness-module__E8i-Ea__right{justify-content:center;align-items:flex-start;display:flex}.ESDDataReadiness-module__E8i-Ea__imgWrap{border-radius:8px;width:100%;position:relative;overflow:hidden}.ESDDataReadiness-module__E8i-Ea__img{object-fit:cover;width:100%;height:100%;display:block}
.ChallengesBlock-module__tPCCWq__section{background:#fff}.ChallengesBlock-module__tPCCWq__wrapper{padding:clamp(64px,5vw,92px) 0 88px}.ChallengesBlock-module__tPCCWq__container{max-width:1150px;margin:0 auto;padding:0 1rem}.ChallengesBlock-module__tPCCWq__title{font-family:var(--font-inter-tight);color:#000;text-align:center;margin:0 0 24px;font-size:clamp(2.25rem,3.2vw,3.5rem);font-weight:400;line-height:1.15}.ChallengesBlock-module__tPCCWq__accent{color:var(--color-accent)}.ChallengesBlock-module__tPCCWq__description{font-family:var(--font-inter-tight);color:#124;text-align:center;max-width:1120px;margin:0 auto 64px;font-size:clamp(1rem,1.35vw,1.375rem);line-height:1.65}.ChallengesBlock-module__tPCCWq__grid{grid-template-columns:1fr 1fr;gap:3.25rem 6.5rem;display:grid}.ChallengesBlock-module__tPCCWq__card{background:0 0;border:0;padding:0}.ChallengesBlock-module__tPCCWq__icon{margin-bottom:22px}.ChallengesBlock-module__tPCCWq__icon img{object-fit:contain;width:56px;height:56px}.ChallengesBlock-module__tPCCWq__cardTitle{font-family:var(--font-inter-tight);color:#000;margin:0 0 14px;font-size:clamp(1.25rem,1.6vw,1.75rem);font-weight:400;line-height:1.3}.ChallengesBlock-module__tPCCWq__cardText{font-family:var(--font-inter-tight);color:#124;margin:0;font-size:1.125rem;line-height:1.55}@media (max-width:767px){.ChallengesBlock-module__tPCCWq__wrapper{padding:56px 0}.ChallengesBlock-module__tPCCWq__title,.ChallengesBlock-module__tPCCWq__description{text-align:left}.ChallengesBlock-module__tPCCWq__description{margin-bottom:44px}.ChallengesBlock-module__tPCCWq__grid{grid-template-columns:1fr;row-gap:2.75rem}}
.AIDualRisks-module__E5OwkW__section{background:#fff;padding:96px 0}.AIDualRisks-module__E5OwkW__title{letter-spacing:-.02em;text-align:center;color:var(--color-text);margin-bottom:4rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.AIDualRisks-module__E5OwkW__title span{color:var(--color-accent)}.AIDualRisks-module__E5OwkW__desc{text-align:center;color:var(--color-text-muted);max-width:860px;margin:-2.5rem auto 4rem;font-size:clamp(1rem,1.4vw,1.375rem);font-weight:400;line-height:1.64}.AIDualRisks-module__E5OwkW__grid{gap:0;display:flex}.AIDualRisks-module__E5OwkW__col{flex:0 0 50%;max-width:50%;padding:0 1rem}.AIDualRisks-module__E5OwkW__card{height:100%;padding:2.5rem}.AIDualRisks-module__E5OwkW__cardIcon{width:56px;height:56px;margin-bottom:1.5rem;display:block}.AIDualRisks-module__E5OwkW__cardTitle{color:var(--color-text);margin-bottom:1rem;font-size:clamp(1.1rem,1.8vw,1.75rem);font-weight:400;line-height:1.3}.AIDualRisks-module__E5OwkW__cardBody{color:var(--color-text-muted);margin-bottom:1.5rem;font-size:clamp(.9rem,1.1vw,1.125rem);font-weight:400;line-height:1.75}.AIDualRisks-module__E5OwkW__cardHow{padding-top:1.25rem}.AIDualRisks-module__E5OwkW__cardHowLabel{color:var(--color-text);margin-bottom:.6rem;font-size:.95rem;font-weight:700;display:block}.AIDualRisks-module__E5OwkW__cardHowText{color:var(--color-text-muted);font-size:clamp(.9rem,1.1vw,1.125rem);font-weight:400;line-height:1.75}.AIDualRisks-module__E5OwkW__ctaBanner{background:linear-gradient(115deg, var(--color-accent-dark) 0%, #17163f 100%);color:#fff;grid-template-columns:minmax(0,1fr) auto;justify-content:space-between;align-items:center;gap:72px;min-height:234px;margin-top:4rem;padding:64px 134px;display:grid;overflow:hidden}.AIDualRisks-module__E5OwkW__ctaText h3{font-family:var(--font-inter-tight), sans-serif;margin:0 0 28px;font-size:clamp(2rem,2.8vw,2.375rem);font-weight:400}.AIDualRisks-module__E5OwkW__ctaText p{font-family:var(--font-inter-tight), sans-serif;color:#ffffffe0;margin:0;font-size:1.375rem}.AIDualRisks-module__E5OwkW__ctaBtn{font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;flex-shrink:0;min-height:2.625rem;padding:.4rem 1.5rem;text-decoration:none}@media (max-width:768px){.AIDualRisks-module__E5OwkW__section{padding:64px 0}.AIDualRisks-module__E5OwkW__grid{flex-direction:column}.AIDualRisks-module__E5OwkW__col{flex:none;max-width:100%;padding:0 0 1rem}}@media (max-width:700px){.AIDualRisks-module__E5OwkW__ctaBanner{grid-template-columns:1fr;padding:40px 28px}}
.ARFAQ-module__Usndsq__section{background:var(--color-bg);z-index:4;padding:96px 0;position:relative}.ARFAQ-module__Usndsq__title{letter-spacing:-.02em;color:var(--color-text);margin-bottom:4rem;font-size:clamp(2rem,4vw,3rem);font-weight:300}.ARFAQ-module__Usndsq__cards{flex-direction:column;display:flex}.ARFAQ-module__Usndsq__card{border-top:1px solid #e6eff7;padding:16px 0;transition:border-color .3s;position:relative}.ARFAQ-module__Usndsq__card:last-child{border-bottom:1px solid #e6eff7}.ARFAQ-module__Usndsq__card.ARFAQ-module__Usndsq__active{border-top-color:var(--color-accent)}.ARFAQ-module__Usndsq__question{cursor:pointer;text-align:left;width:100%;max-width:748px;color:var(--color-text);background:0 0;border:none;align-items:flex-start;gap:1rem;padding:0;font-family:inherit;font-size:22px;font-weight:400;line-height:36px;transition:color .3s;display:flex}.ARFAQ-module__Usndsq__bullet{border:2px solid #899fb6;border-radius:50%;flex:0 0 10px;width:10px;height:10px;margin-top:13px;transition:border-color .3s}.ARFAQ-module__Usndsq__active .ARFAQ-module__Usndsq__question{color:var(--color-accent)}.ARFAQ-module__Usndsq__active .ARFAQ-module__Usndsq__bullet{border-color:var(--color-accent)}.ARFAQ-module__Usndsq__card:hover .ARFAQ-module__Usndsq__question{color:var(--color-accent)}.ARFAQ-module__Usndsq__card:hover .ARFAQ-module__Usndsq__bullet{border-color:var(--color-accent)}.ARFAQ-module__Usndsq__answer{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.ARFAQ-module__Usndsq__active .ARFAQ-module__Usndsq__answer{grid-template-rows:1fr}.ARFAQ-module__Usndsq__answerInner{max-width:748px;padding-left:calc(10px + 1rem);overflow:hidden}.ARFAQ-module__Usndsq__answerInner p{color:var(--color-text-muted);margin-bottom:.5rem;padding-top:.5rem;font-size:1rem;line-height:1.375rem}.ARFAQ-module__Usndsq__answerInner p:last-child{margin-bottom:0;padding-bottom:1rem}.ARFAQ-module__Usndsq__loadMore{padding-top:32px;line-height:22px}.ARFAQ-module__Usndsq__loadMoreBtn{appearance:none;box-shadow:none;color:var(--color-accent);cursor:pointer;background:0 0;border:none;outline:none;align-items:center;gap:8px;margin:0;padding:0;font-family:inherit;font-size:16px;font-weight:400;line-height:22px;transition:color .2s;display:inline-flex}.ARFAQ-module__Usndsq__loadMoreBtn:hover{color:var(--color-accent)}.ARFAQ-module__Usndsq__arrow{flex:0 0 6px;align-self:center;width:6px;height:10px;display:inline-block;position:relative;transform:translateY(1px)}.ARFAQ-module__Usndsq__arrow:before,.ARFAQ-module__Usndsq__arrow:after{content:"";background:url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.59L3.59 5L0 1.41L1 0.5L5.5 5L1 9.5L0 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E") 50% no-repeat;position:absolute;inset:0}.ARFAQ-module__Usndsq__arrow:after{opacity:0}.ARFAQ-module__Usndsq__loadMoreBtn:hover .ARFAQ-module__Usndsq__arrow:before{animation:1s linear infinite ARFAQ-module__Usndsq__arFaqArrowBefore}.ARFAQ-module__Usndsq__loadMoreBtn:hover .ARFAQ-module__Usndsq__arrow:after{animation:1s linear infinite ARFAQ-module__Usndsq__arFaqArrowAfter}@keyframes ARFAQ-module__Usndsq__arFaqArrowBefore{0%{opacity:1;transform:translate(0)}49%{opacity:0;transform:translate(7px)}52%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:translate(0)}}@keyframes ARFAQ-module__Usndsq__arFaqArrowAfter{0%{opacity:0;transform:translate(-7px)}49%{opacity:1;transform:translate(0)}99%{opacity:0;transform:translate(7px)}to{opacity:0;transform:translate(-7px)}}@media (max-width:768px){.ARFAQ-module__Usndsq__section{padding:72px 0 70px}.ARFAQ-module__Usndsq__title{margin-bottom:2.5rem}.ARFAQ-module__Usndsq__card{padding:16px 0}.ARFAQ-module__Usndsq__question{font-size:1rem;line-height:1.625rem}.ARFAQ-module__Usndsq__bullet{margin-top:8px}}
.ESDArchitectureImage-module__XWjX0G__wrapper{background:#fff;padding:4.5rem 0 0;overflow:hidden}.ESDArchitectureImage-module__XWjX0G__inner{max-width:69rem;margin:0 auto}.ESDArchitectureImage-module__XWjX0G__img{object-fit:contain;width:100%;height:auto;max-height:29.25rem;display:block}@media (max-width:768px){.ESDArchitectureImage-module__XWjX0G__wrapper{padding-top:2.5rem}.ESDArchitectureImage-module__XWjX0G__inner{max-width:100%}}
.OurServicesCards-module__hYC6ya__section{background:#f7f9fe}.OurServicesCards-module__hYC6ya__wrapper{padding:clamp(72px,6vw,104px) 0}.OurServicesCards-module__hYC6ya__container{max-width:1150px;margin:0 auto;padding:0 1rem}.OurServicesCards-module__hYC6ya__title{font-family:var(--font-inter-tight);color:#000;text-align:center;margin:0 0 24px;font-size:clamp(2.25rem,3.2vw,3.5rem);font-weight:400;line-height:1.15}.OurServicesCards-module__hYC6ya__accent{color:var(--color-accent)}.OurServicesCards-module__hYC6ya__description{font-family:var(--font-inter-tight);color:#124;text-align:center;max-width:1120px;margin:0 auto 64px;font-size:clamp(1rem,1.35vw,1.375rem);line-height:1.65}.OurServicesCards-module__hYC6ya__grid{grid-template-columns:1fr 1fr;gap:4rem 6.5rem;display:grid}.OurServicesCards-module__hYC6ya__card{isolation:isolate;background:0 0;border:0;flex-direction:column;padding:0 0 1.5rem;text-decoration:none;display:flex;position:relative}.OurServicesCards-module__hYC6ya__card:before{content:"";z-index:-1;opacity:0;pointer-events:none;background:linear-gradient(135deg,#3cc4e51a,#3cc4e506);transition:opacity .25s;position:absolute;inset:-1.75rem -2.5rem}.OurServicesCards-module__hYC6ya__card:hover:before,.OurServicesCards-module__hYC6ya__card:focus-visible:before{opacity:1}.OurServicesCards-module__hYC6ya__icon{margin-bottom:20px}.OurServicesCards-module__hYC6ya__icon img{object-fit:contain;width:56px;height:56px}.OurServicesCards-module__hYC6ya__cardTitle{font-family:var(--font-inter-tight);color:#000;margin:0 0 12px;font-size:clamp(1.25rem,1.6vw,1.75rem);font-weight:400;line-height:1.3}.OurServicesCards-module__hYC6ya__cardText{flex:1}.OurServicesCards-module__hYC6ya__cardText p{font-family:var(--font-inter-tight);color:#124;margin:0 0 12px;font-size:1.125rem;line-height:1.55}.OurServicesCards-module__hYC6ya__cardText p:last-child{margin-bottom:0}.OurServicesCards-module__hYC6ya__cardLink{font-family:var(--font-inter-tight);color:var(--color-accent);align-items:center;gap:8px;margin-top:20px;font-size:.9375rem;font-weight:600;display:flex}.OurServicesCards-module__hYC6ya__arrow{width:6px;height:10px;margin-left:2px;display:inline-block;position:relative}.OurServicesCards-module__hYC6ya__arrow:before,.OurServicesCards-module__hYC6ya__arrow:after{content:"";background:url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 8.59L3.59 5L0 1.41L1 0.5L5.5 5L1 9.5L0 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E") 50% no-repeat;position:absolute;inset:0}.OurServicesCards-module__hYC6ya__arrow:after{opacity:0}.OurServicesCards-module__hYC6ya__card:hover .OurServicesCards-module__hYC6ya__arrow:before{animation:1s linear infinite OurServicesCards-module__hYC6ya__arrowBefore}.OurServicesCards-module__hYC6ya__card:hover .OurServicesCards-module__hYC6ya__arrow:after{animation:1s linear infinite OurServicesCards-module__hYC6ya__arrowAfter}@keyframes OurServicesCards-module__hYC6ya__arrowBefore{0%{opacity:1;transform:translate(0)}49%{opacity:0;transform:translate(7px)}52%{opacity:0;transform:translate(-7px)}to{opacity:1;transform:translate(0)}}@keyframes OurServicesCards-module__hYC6ya__arrowAfter{0%{opacity:0;transform:translate(-7px)}49%{opacity:1;transform:translate(0)}99%{opacity:0;transform:translate(7px)}to{opacity:0;transform:translate(-7px)}}@media (max-width:767px){.OurServicesCards-module__hYC6ya__title,.OurServicesCards-module__hYC6ya__description{text-align:left}.OurServicesCards-module__hYC6ya__description{margin-bottom:44px}.OurServicesCards-module__hYC6ya__grid{grid-template-columns:1fr;row-gap:3rem}.OurServicesCards-module__hYC6ya__card:before{inset:-1.25rem -.75rem}}
.TeamBlog-module__Phq89a__section{background:#fff;padding:clamp(4.5rem,7vw,6rem) 0 clamp(6rem,8vw,8rem)}.TeamBlog-module__Phq89a__container{max-width:1504px;margin:0 auto;padding-inline:clamp(1.25rem,4vw,3.75rem)}.TeamBlog-module__Phq89a__title{font-family:var(--font-inter-tight), sans-serif;color:#02102c;letter-spacing:normal;margin-top:0;margin-bottom:clamp(2.5rem,5vw,4rem);font-size:clamp(2rem,4vw,3rem);font-weight:300;line-height:1.2}.TeamBlog-module__Phq89a__accent{color:#3cc4e5}.TeamBlog-module__Phq89a__grid{grid-template-columns:1fr 1fr;align-items:start;gap:0;display:grid}.TeamBlog-module__Phq89a__featuredPost{color:inherit;text-decoration:none;display:block}.TeamBlog-module__Phq89a__featuredImgWrap{aspect-ratio:1/.5621;margin-bottom:16px;overflow:hidden}.TeamBlog-module__Phq89a__featuredImg{object-fit:cover;width:100%;height:100%;display:block}.TeamBlog-module__Phq89a__postTitle{font-family:var(--font-inter-tight), sans-serif;color:#02102c;margin-top:0;margin-bottom:8px;font-size:clamp(1.25rem,2vw,1.75rem);font-weight:400;line-height:1.4}.TeamBlog-module__Phq89a__postMeta{font-family:var(--font-inter-tight), sans-serif;color:#5e6d8e;align-items:center;gap:8px;font-size:14px;display:flex}.TeamBlog-module__Phq89a__smallPostsCol{flex-direction:column;padding-left:clamp(1.5rem,4vw,3.875rem);display:flex}.TeamBlog-module__Phq89a__smallPosts{flex-direction:column;gap:0;display:flex}.TeamBlog-module__Phq89a__smallPost{color:inherit;border-bottom:0;margin-bottom:2rem;padding:0;text-decoration:none;display:block}.TeamBlog-module__Phq89a__smallPost .TeamBlog-module__Phq89a__postTitle{font-size:clamp(1.125rem,2vw,1.75rem)}.TeamBlog-module__Phq89a__moreLink{margin-top:24px;display:block}.TeamBlog-module__Phq89a__moreLinkAnchor{font-family:var(--font-inter-tight), sans-serif;color:#3cc4e5;align-items:center;font-size:16px;font-weight:600;text-decoration:none;display:inline-flex;position:relative}.TeamBlog-module__Phq89a__linkArrow{width:17px;padding-left:6px;padding-right:17px;display:inline-block;position:relative}.TeamBlog-module__Phq89a__linkArrow:before,.TeamBlog-module__Phq89a__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.TeamBlog-module__Phq89a__linkArrow:after{opacity:0}.TeamBlog-module__Phq89a__moreLinkAnchor:hover .TeamBlog-module__Phq89a__linkArrow:before{animation:1s linear infinite TeamBlog-module__Phq89a__blogArrowBefore;right:6px}.TeamBlog-module__Phq89a__moreLinkAnchor:hover .TeamBlog-module__Phq89a__linkArrow:after{animation:1s linear infinite TeamBlog-module__Phq89a__blogArrowAfter;right:6px}@keyframes TeamBlog-module__Phq89a__blogArrowBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes TeamBlog-module__Phq89a__blogArrowAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media (max-width:767px){.TeamBlog-module__Phq89a__section{padding:4rem 0 4.5rem}.TeamBlog-module__Phq89a__title{margin-bottom:40px;font-size:32px;line-height:35px}.TeamBlog-module__Phq89a__grid{grid-template-columns:1fr;gap:32px}.TeamBlog-module__Phq89a__smallPostsCol{padding-left:0}.TeamBlog-module__Phq89a__postTitle{font-size:18px}.TeamBlog-module__Phq89a__smallPost .TeamBlog-module__Phq89a__postTitle{font-size:16px}}
.AIWhyFails-module__LE9YEG__section{background:var(--color-bg);padding:96px 0}.AIWhyFails-module__LE9YEG__title{letter-spacing:-.02em;color:var(--color-text);margin-bottom:1.5rem;font-size:clamp(2rem,4vw,3.5rem);font-weight:300;line-height:1.1}.AIWhyFails-module__LE9YEG__title span{color:var(--color-accent)}.AIWhyFails-module__LE9YEG__desc{color:var(--color-text-muted);max-width:760px;margin-bottom:4rem;font-size:clamp(.95rem,1.2vw,1.125rem);font-weight:400;line-height:1.75}.AIWhyFails-module__LE9YEG__tabs{align-items:flex-start;gap:64px;display:flex}.AIWhyFails-module__LE9YEG__menu{background:linear-gradient(#eaf2fd 0%,#dae7f7 100%);flex-shrink:0;align-self:stretch;width:100%;max-width:380px;min-height:420px;padding-top:16px}.AIWhyFails-module__LE9YEG__menuItem{text-align:left;width:100%;font-family:var(--font-inter-tight), sans-serif;color:#111;cursor:pointer;background:0 0;border:none;padding:24px 32px;font-size:1.125rem;font-weight:400;line-height:1.4;transition:background .2s,color .2s;display:block}.AIWhyFails-module__LE9YEG__menuItem:hover{color:var(--color-accent)}.AIWhyFails-module__LE9YEG__menuItemActive,.AIWhyFails-module__LE9YEG__menuItemActive:hover{background:var(--color-accent);color:#fff;font-weight:500}.AIWhyFails-module__LE9YEG__content{flex:1;max-width:680px}.AIWhyFails-module__LE9YEG__contentTitle{color:var(--color-text);margin-bottom:1.25rem;font-size:clamp(1.2rem,1.8vw,1.75rem);font-weight:400;line-height:1.3}.AIWhyFails-module__LE9YEG__contentBody{color:var(--color-text-muted);margin-bottom:2rem;font-size:clamp(.95rem,1.1vw,1.125rem);font-weight:400;line-height:1.75}.AIWhyFails-module__LE9YEG__contentReality{background:var(--color-blue-dark);color:#fff;padding:2rem}.AIWhyFails-module__LE9YEG__realityLabel{letter-spacing:.15em;text-transform:uppercase;color:var(--color-accent);margin-bottom:.75rem;font-size:.72rem;font-weight:700;display:block}.AIWhyFails-module__LE9YEG__realityText{color:#fffc;font-size:clamp(.9rem,1.1vw,1.05rem);font-weight:400;line-height:1.75}.AIWhyFails-module__LE9YEG__mobileAccordion{display:none}.AIWhyFails-module__LE9YEG__details{border-bottom:1px solid var(--color-border)}.AIWhyFails-module__LE9YEG__details:first-child{border-top:1px solid var(--color-border)}.AIWhyFails-module__LE9YEG__summary{color:var(--color-text);cursor:pointer;background:linear-gradient(105.87deg,#127aff0d 0%,#127aff1a 100%);justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;font-size:1rem;font-weight:600;list-style:none;display:flex}.AIWhyFails-module__LE9YEG__summary::-webkit-details-marker{display:none}.AIWhyFails-module__LE9YEG__summaryChevron{width:18px;height:18px;color:var(--color-accent);flex-shrink:0;transition:transform .2s}.AIWhyFails-module__LE9YEG__details[open] .AIWhyFails-module__LE9YEG__summary{background:var(--color-accent);color:#fff}.AIWhyFails-module__LE9YEG__details[open] .AIWhyFails-module__LE9YEG__summaryChevron{color:#fff;transform:rotate(180deg)}.AIWhyFails-module__LE9YEG__accordionContent{padding:1.5rem}.AIWhyFails-module__LE9YEG__accordionBody{color:var(--color-text-muted);margin-bottom:1.25rem;font-size:.95rem;line-height:1.75}.AIWhyFails-module__LE9YEG__accordionReality{background:var(--color-blue-dark);padding:1.25rem 1.5rem}@media (max-width:1024px){.AIWhyFails-module__LE9YEG__tabs{display:none}.AIWhyFails-module__LE9YEG__mobileAccordion{display:block}.AIWhyFails-module__LE9YEG__section{padding:64px 0}}
.ARTableOfContents-module__xClBrq__toc{top:calc(var(--header-height) + 2rem);max-height:calc(100vh - var(--header-height) - 4rem);border:1px solid var(--color-border);background:#fff;padding:1.75rem clamp(.9375rem,1.6vw,1.875rem) 2rem;position:sticky;overflow-y:auto}.ARTableOfContents-module__xClBrq__heading{color:var(--color-text-muted);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.875rem;font-size:.72rem;font-weight:600}.ARTableOfContents-module__xClBrq__list{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.ARTableOfContents-module__xClBrq__link{color:var(--color-text-muted);white-space:nowrap;border-left:2px solid #0000;padding:.35rem .75rem;font-size:.875rem;font-weight:400;line-height:1.45;text-decoration:none;transition:color .15s,border-color .15s;display:block}.ARTableOfContents-module__xClBrq__link:hover{color:var(--color-accent)}.ARTableOfContents-module__xClBrq__linkActive{border-left-color:var(--color-accent);color:var(--color-accent);font-weight:500}
.ESDDownloadCTA-module__On_S_G__section{background:linear-gradient(115deg, var(--color-accent-dark) 0%, #17163f 100%);padding:3.5rem 0;position:relative;overflow:hidden}.ESDDownloadCTA-module__On_S_G__section:before{content:none}.ESDDownloadCTA-module__On_S_G__container{z-index:1;max-width:min(100%,1470px);margin:0 auto;padding-inline:clamp(3rem,8.5vw,8.25rem);position:relative}.ESDDownloadCTA-module__On_S_G__row{grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:3rem;display:grid}@media (max-width:768px){.ESDDownloadCTA-module__On_S_G__section{padding:2.5rem 0}.ESDDownloadCTA-module__On_S_G__container{padding-inline:1.5rem}.ESDDownloadCTA-module__On_S_G__row{grid-template-columns:1fr;gap:2rem}.ESDDownloadCTA-module__On_S_G__title{white-space:normal}}.ESDDownloadCTA-module__On_S_G__title{font-family:var(--font-inter-tight), sans-serif;color:#fff;letter-spacing:-.01em;white-space:nowrap;margin:0 0 1rem;font-size:clamp(1.5rem,2.4vw,2.5rem);font-weight:400;line-height:1.2}.ESDDownloadCTA-module__On_S_G__desc{font-family:var(--font-inter-tight), sans-serif;color:#ffffffbf;margin:0;font-size:clamp(1rem,1.2vw,1.125rem);line-height:1.6}.ESDDownloadCTA-module__On_S_G__btnCol{justify-content:center;align-items:center;display:flex}.ESDDownloadCTA-module__On_S_G__btn{font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;min-height:2.625rem;padding:.4rem 1.5rem;text-decoration:none}
.ServicesDownloadCTA-module__FLYLVq__section{background:linear-gradient(110deg,#0d2042 0%,#123a76 63%,#704063 100%);padding:0}.ServicesDownloadCTA-module__FLYLVq__container{max-width:none;margin:0 auto;padding:0 clamp(2rem,8vw,7.5rem)}.ServicesDownloadCTA-module__FLYLVq__row{flex-wrap:wrap;align-items:center;gap:32px;min-height:198px;display:flex}.ServicesDownloadCTA-module__FLYLVq__left{flex:1;min-width:260px}.ServicesDownloadCTA-module__FLYLVq__title{font-family:var(--font-inter-tight);color:#fff;margin:0;font-size:clamp(1.625rem,2.2vw,2.125rem);font-weight:400;line-height:1.25}.ServicesDownloadCTA-module__FLYLVq__desc{font-family:var(--font-inter-tight);color:#ffffffb8;margin:12px 0 0;font-size:clamp(.9375rem,1.2vw,1.0625rem);line-height:1.6}.ServicesDownloadCTA-module__FLYLVq__right{flex-shrink:0;margin-right:clamp(1rem,6vw,5.5rem)}.ServicesDownloadCTA-module__FLYLVq__btn{background:var(--color-accent);color:#fff;font-family:var(--font-inter-tight);white-space:nowrap;justify-content:center;align-items:center;min-width:246px;min-height:49px;padding:14px 28px;font-size:1rem;font-weight:600;text-decoration:none;transition:opacity .2s;display:inline-flex}.ServicesDownloadCTA-module__FLYLVq__btn:hover{opacity:.88}.ServicesDownloadCTA-module__FLYLVq__fintech{background:linear-gradient(115deg, var(--color-accent-dark) 0%, #17163f 100%)}.ServicesDownloadCTA-module__FLYLVq__btnFintech{font-family:var(--font-inter-tight);white-space:nowrap;padding:14px 28px}
.TeamReviewSlider-module__OQhYYq__section{background:#fff;padding:clamp(4.5rem,7vw,6rem) 0}.TeamReviewSlider-module__OQhYYq__container{max-width:1230px;margin:0 auto;padding-inline:clamp(1.25rem,4vw,3.75rem)}.TeamReviewSlider-module__OQhYYq__sectionTitle{color:#02102c;text-align:center;letter-spacing:normal;font-size:56px;font-weight:400;line-height:62px;font-family:var(--font-inter-tight), sans-serif;margin-bottom:64px}.TeamReviewSlider-module__OQhYYq__accent{color:#3cc4e5}.TeamReviewSlider-module__OQhYYq__swiper{width:100%}.TeamReviewSlider-module__OQhYYq__slide{background:linear-gradient(90deg,#3cc4e51a 0%,#3cc4e508 100%);flex-direction:row-reverse;align-items:flex-start;gap:clamp(2rem,5vw,4.5rem);min-height:380px;padding:clamp(2.5rem,5vw,4rem) clamp(1.5rem,5vw,4.5rem);display:flex}.TeamReviewSlider-module__OQhYYq__rightContent{width:220px;max-width:220px;font-family:var(--font-inter-tight), sans-serif;flex-shrink:0}.TeamReviewSlider-module__OQhYYq__authorMedia{margin-bottom:16px}.TeamReviewSlider-module__OQhYYq__authorPhoto{object-fit:cover;border-radius:0;width:72px;height:72px;display:block}.TeamReviewSlider-module__OQhYYq__authorLogo{object-fit:contain;width:auto;max-width:172px;height:auto;max-height:72px;display:block}.TeamReviewSlider-module__OQhYYq__authorName{color:#124;font-size:22px;font-weight:400;line-height:36px;font-family:var(--font-inter-tight), sans-serif;margin:0}.TeamReviewSlider-module__OQhYYq__authorPosition{color:#5e6d8e;font-size:14px;line-height:20px;font-family:var(--font-inter-tight), sans-serif;margin:4px 0 0}.TeamReviewSlider-module__OQhYYq__leftContent{flex:1;padding-left:72px;position:relative}.TeamReviewSlider-module__OQhYYq__quoteIcon{justify-content:flex-start;align-items:flex-start;width:48px;height:48px;display:flex;position:absolute;top:-4px;left:0}.TeamReviewSlider-module__OQhYYq__quoteIcon svg{width:52px;height:52px}.TeamReviewSlider-module__OQhYYq__quoteIcon path{fill:#124;fill-opacity:1}.TeamReviewSlider-module__OQhYYq__quoteText{color:#124;font-size:22px;font-style:italic;font-weight:400;line-height:36px;font-family:var(--font-inter-tight), sans-serif;margin:0}.TeamReviewSlider-module__OQhYYq__bottomNav{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-top:40px;padding:0 72px;display:flex}.TeamReviewSlider-module__OQhYYq__navButtons{align-items:center;gap:12px;display:flex}.TeamReviewSlider-module__OQhYYq__navBtn{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:48px;height:24px;padding:0;display:flex}.TeamReviewSlider-module__OQhYYq__arrowBox{flex-shrink:0;width:40px;height:24px;display:block;position:relative}.TeamReviewSlider-module__OQhYYq__arrowBox:before{background:var(--color-accent);content:"";width:38px;height:2px;transition:width .3s ease-in-out;display:block;position:absolute;top:11px}.TeamReviewSlider-module__OQhYYq__arrowBox:after{box-sizing:border-box;border-bottom:2px solid var(--color-accent);border-right:2px solid var(--color-accent);content:"";width:10px;height:10px;transition:all .3s ease-in-out;display:block;position:absolute;top:7px}.TeamReviewSlider-module__OQhYYq__navNext .TeamReviewSlider-module__OQhYYq__arrowBox:before{left:1px}.TeamReviewSlider-module__OQhYYq__navNext .TeamReviewSlider-module__OQhYYq__arrowBox:after{right:3px;transform:rotate(-45deg)}.TeamReviewSlider-module__OQhYYq__navPrev .TeamReviewSlider-module__OQhYYq__arrowBox:before{right:1px}.TeamReviewSlider-module__OQhYYq__navPrev .TeamReviewSlider-module__OQhYYq__arrowBox:after{left:3px;transform:rotate(135deg)}.TeamReviewSlider-module__OQhYYq__navBtn:not(:disabled):hover .TeamReviewSlider-module__OQhYYq__arrowBox:before{width:42px}.TeamReviewSlider-module__OQhYYq__navNext:not(:disabled):hover .TeamReviewSlider-module__OQhYYq__arrowBox:after{right:-3px}.TeamReviewSlider-module__OQhYYq__navPrev:not(:disabled):hover .TeamReviewSlider-module__OQhYYq__arrowBox:after{left:-3px}.TeamReviewSlider-module__OQhYYq__navBtn:disabled{cursor:default;opacity:.55}.TeamReviewSlider-module__OQhYYq__navBtn:disabled .TeamReviewSlider-module__OQhYYq__arrowBox:before{background:#b8c7d8;transition:none}.TeamReviewSlider-module__OQhYYq__navBtn:disabled .TeamReviewSlider-module__OQhYYq__arrowBox:after{border-color:#b8c7d8;transition:none}.TeamReviewSlider-module__OQhYYq__testimonialsLink{color:#3cc4e5;font-size:15px;font-weight:600;font-family:var(--font-inter-tight), sans-serif;white-space:nowrap;align-items:center;text-decoration:none;display:inline-flex}.TeamReviewSlider-module__OQhYYq__linkArrow{width:17px;padding-left:6px;padding-right:17px;display:inline-block;position:relative}.TeamReviewSlider-module__OQhYYq__linkArrow:before,.TeamReviewSlider-module__OQhYYq__linkArrow:after{content:"";background-image:url("data:image/svg+xml;charset=utf8,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.94319e-08 8.59L3.59 5L-3.53625e-07 1.41L1 0.5L5.5 5L1 9.5L7.94319e-08 8.59Z' fill='%233CC4E5'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:cover;width:6px;height:9px;transition:all .1s;display:block;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.TeamReviewSlider-module__OQhYYq__linkArrow:after{opacity:0}.TeamReviewSlider-module__OQhYYq__testimonialsLink:hover .TeamReviewSlider-module__OQhYYq__linkArrow:before{animation:1s linear infinite TeamReviewSlider-module__OQhYYq__reviewArrowBefore;right:6px}.TeamReviewSlider-module__OQhYYq__testimonialsLink:hover .TeamReviewSlider-module__OQhYYq__linkArrow:after{animation:1s linear infinite TeamReviewSlider-module__OQhYYq__reviewArrowAfter;right:6px}@keyframes TeamReviewSlider-module__OQhYYq__reviewArrowBefore{0%{opacity:1;transform:translate(0)translateY(-50%)}49%{opacity:0;transform:translate(7px)translateY(-50%)}52%{opacity:0;transform:translate(-7px)translateY(-50%)}to{opacity:1;transform:translate(0)translateY(-50%)}}@keyframes TeamReviewSlider-module__OQhYYq__reviewArrowAfter{0%{opacity:0;transform:translate(-7px)translateY(-50%)}49%{opacity:1;transform:translate(0)translateY(-50%)}99%{opacity:0;transform:translate(7px)translateY(-50%)}to{opacity:0;transform:translate(-7px)translateY(-50%)}}@media (max-width:768px){.TeamReviewSlider-module__OQhYYq__section{padding:72px 0}.TeamReviewSlider-module__OQhYYq__slide{flex-direction:column-reverse;gap:24px;min-height:0;padding:40px 24px}.TeamReviewSlider-module__OQhYYq__rightContent{max-width:100%}.TeamReviewSlider-module__OQhYYq__leftContent{padding-left:48px}.TeamReviewSlider-module__OQhYYq__quoteText{font-size:16px;line-height:26px}.TeamReviewSlider-module__OQhYYq__bottomNav{padding:0 24px}}
