.SolutionHero-module__WPclgW__hero{padding:0 14px}.SolutionHero-module__WPclgW__frame{transform-origin:top;opacity:0;border-radius:24px;min-height:560px;transition:opacity .8s,transform .8s;position:relative;overflow:hidden;transform:scale(.94)}.SolutionHero-module__WPclgW__frame.SolutionHero-module__WPclgW__isVisible{opacity:1;transform:scale(1)}.SolutionHero-module__WPclgW__bg{object-fit:cover;object-position:center;z-index:0}.SolutionHero-module__WPclgW__content{z-index:1;max-width:var(--nh-container-max);align-items:center;min-height:560px;margin:0 auto;padding:60px;display:flex;position:relative}.SolutionHero-module__WPclgW__row{justify-content:space-between;align-items:flex-end;gap:24px;width:100%;display:flex}.SolutionHero-module__WPclgW__text{flex:1;max-width:760px}.SolutionHero-module__WPclgW__eyebrow{letter-spacing:.06em;text-transform:uppercase;color:#fffc;opacity:0;margin-bottom:16px;font-size:13px;font-weight:600;transition:opacity .55s,transform .55s;display:inline-block;transform:translateY(16px)}.SolutionHero-module__WPclgW__eyebrow.SolutionHero-module__WPclgW__isVisible{opacity:1;transform:translateY(0)}.SolutionHero-module__WPclgW__heading{color:#fff;letter-spacing:-1px;white-space:pre-line;margin-bottom:20px;font-family:Poppins,sans-serif;font-size:clamp(34px,3.2vw,56px);font-weight:400;line-height:1}.SolutionHero-module__WPclgW__desc{font-family:var(--nh-font);color:#ffffffd9;opacity:0;max-width:480px;margin-bottom:32px;font-size:15px;font-weight:400;line-height:1.55;transition:opacity .55s,transform .55s;transform:translateY(16px)}.SolutionHero-module__WPclgW__desc.SolutionHero-module__WPclgW__isVisible{opacity:1;transform:translateY(0)}.SolutionHero-module__WPclgW__actions{flex-wrap:wrap;align-items:center;gap:14px;display:flex}.SolutionHero-module__WPclgW__actions .SolutionHero-module__WPclgW__btnPrimary,.SolutionHero-module__WPclgW__actions .SolutionHero-module__WPclgW__btnSecondary{opacity:0;transition:opacity .5s,transform .5s,background-color .18s;transform:translateY(14px)}.SolutionHero-module__WPclgW__actions.SolutionHero-module__WPclgW__isVisible .SolutionHero-module__WPclgW__btnPrimary,.SolutionHero-module__WPclgW__actions.SolutionHero-module__WPclgW__isVisible .SolutionHero-module__WPclgW__btnSecondary{opacity:1;transform:translateY(0)}.SolutionHero-module__WPclgW__btnPrimary{font-family:var(--nh-font);color:#fff;background-color:var(--nh-color-blue);white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;padding:13px 26px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background-color .18s,transform .15s;display:inline-flex}.SolutionHero-module__WPclgW__btnPrimary:hover{background-color:var(--nh-color-blue-hover);transform:translateY(-1px)}.SolutionHero-module__WPclgW__btnSecondary{font-family:var(--nh-font);color:var(--nh-color-dark);white-space:nowrap;background-color:#fff;border-radius:100px;justify-content:center;align-items:center;padding:13px 26px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background-color .18s,transform .15s;display:inline-flex}.SolutionHero-module__WPclgW__btnSecondary:hover{background-color:#f0f0f0;transform:translateY(-1px)}.SolutionHero-module__WPclgW__card{opacity:0;background-color:#fff;border-radius:10px;flex:0 0 340px;align-items:flex-start;gap:14px;padding:24px;transition:opacity .55s,transform .55s;display:flex;transform:translateY(16px);box-shadow:0 20px 50px #0003}.SolutionHero-module__WPclgW__card.SolutionHero-module__WPclgW__isVisible{opacity:1;transform:translateY(0)}.SolutionHero-module__WPclgW__cardThumb{aspect-ratio:1;border-radius:10px;flex:0 0 125px;width:125px;position:relative;overflow:hidden}.SolutionHero-module__WPclgW__cardThumb img{object-fit:cover;object-position:center}.SolutionHero-module__WPclgW__cardBody{flex-direction:column;min-width:0;display:flex}.SolutionHero-module__WPclgW__cardLabel{font-family:var(--nh-font);color:var(--nh-color-body);margin-bottom:6px;font-size:15px;font-weight:600;display:block}.SolutionHero-module__WPclgW__cardText{font-family:var(--nh-font);color:var(--nh-color-body);margin-bottom:12px;font-size:11px;font-weight:400;line-height:1.35}.SolutionHero-module__WPclgW__cardLink{background-color:var(--nh-color-blue);color:#fff;border-radius:5px;justify-content:center;align-items:center;width:55px;height:25px;transition:background-color .18s;display:inline-flex;position:relative;overflow:hidden}.SolutionHero-module__WPclgW__cardLink:hover{background-color:var(--nh-color-blue-hover)}.SolutionHero-module__WPclgW__cardLink .SolutionHero-module__WPclgW__arrowFrom,.SolutionHero-module__WPclgW__cardLink .SolutionHero-module__WPclgW__arrowTo{transition:transform .4s cubic-bezier(.65,0,.35,1),opacity .3s;display:inline-flex;position:absolute;top:50%;left:50%}.SolutionHero-module__WPclgW__cardLink .SolutionHero-module__WPclgW__arrowFrom{opacity:1;transform:translate(-50%,-50%)rotate(0)}.SolutionHero-module__WPclgW__cardLink .SolutionHero-module__WPclgW__arrowTo{opacity:0;transform:translate(calc(-50% - 20px),calc(20px - 50%))rotate(-45deg)}.SolutionHero-module__WPclgW__cardLink:hover .SolutionHero-module__WPclgW__arrowFrom{opacity:0;transform:translate(calc(20px - 50%),calc(-50% - 20px))rotate(-45deg)}.SolutionHero-module__WPclgW__cardLink:hover .SolutionHero-module__WPclgW__arrowTo{opacity:1;transform:translate(-50%,-50%)rotate(-45deg)}@media (max-width:1024px){.SolutionHero-module__WPclgW__content{padding:44px}}@media (max-width:768px){.SolutionHero-module__WPclgW__hero{padding:0 10px 10px}.SolutionHero-module__WPclgW__heading{font-size:24px}.SolutionHero-module__WPclgW__desc{font-size:14px}.SolutionHero-module__WPclgW__frame{min-height:unset;border-radius:18px}.SolutionHero-module__WPclgW__content{min-height:unset;padding:36px 24px}.SolutionHero-module__WPclgW__row{flex-direction:column;align-items:flex-start;gap:28px}.SolutionHero-module__WPclgW__text{max-width:100%}.SolutionHero-module__WPclgW__card{flex:none;width:100%;padding:15px}}
.ArrowButton-module__6UvYwq__btn{font-family:var(--nh-font);color:#fff;background-color:var(--nh-color-dark);border-radius:100px;justify-content:space-between;align-items:center;gap:32px;padding:6px 6px 6px 24px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background-color .18s,transform .15s;display:inline-flex}.ArrowButton-module__6UvYwq__btn:hover{background-color:#2a2a2a;transform:translateY(-1px)}.ArrowButton-module__6UvYwq__btnSm{gap:18px;padding:4px 4px 4px 16px;font-size:12.5px}.ArrowButton-module__6UvYwq__badge{background-color:var(--nh-color-blue);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:42px;height:42px;display:inline-flex;position:relative;overflow:hidden}.ArrowButton-module__6UvYwq__badgeSm{width:28px;height:28px}.ArrowButton-module__6UvYwq__arrowFrom,.ArrowButton-module__6UvYwq__arrowTo{transition:transform .4s cubic-bezier(.65,0,.35,1),opacity .3s;display:inline-flex;position:absolute;top:50%;left:50%}.ArrowButton-module__6UvYwq__arrowFrom{opacity:1;transform:translate(-50%,-50%)}.ArrowButton-module__6UvYwq__arrowTo{opacity:0;transform:translate(calc(-50% - 16px),calc(16px - 50%))}.ArrowButton-module__6UvYwq__btn:hover .ArrowButton-module__6UvYwq__arrowFrom{opacity:0;transform:translate(calc(16px - 50%),calc(-50% - 16px))}.ArrowButton-module__6UvYwq__btn:hover .ArrowButton-module__6UvYwq__arrowTo{opacity:1;transform:translate(-50%,-50%)}
.SolutionOverview-module__wr5NiG__overview{padding:100px 0 0;position:relative}.SolutionOverview-module__wr5NiG__container{z-index:1;grid-template-columns:.7fr 1.3fr;align-items:center;gap:60px;display:grid;position:relative}.SolutionOverview-module__wr5NiG__illustrationSpacer{pointer-events:none}.SolutionOverview-module__wr5NiG__illustration{pointer-events:none;opacity:0;z-index:-1;width:560px;height:560px;transition:opacity .7s;position:absolute;top:50%;left:-200px;transform:translateY(-50%)}.SolutionOverview-module__wr5NiG__illustration[data-visible=true]{opacity:1}.SolutionOverview-module__wr5NiG__illustrationSpin{width:100%;height:100%;animation:50s linear infinite SolutionOverview-module__wr5NiG__overviewIllustrationSpin;position:relative}.SolutionOverview-module__wr5NiG__illustrationImg{object-fit:contain;object-position:center}@keyframes SolutionOverview-module__wr5NiG__overviewIllustrationSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SolutionOverview-module__wr5NiG__heading{color:#323232;letter-spacing:-1px;margin-bottom:24px;font-family:Poppins,sans-serif;font-size:42px;font-weight:700;line-height:1.1}.SolutionOverview-module__wr5NiG__accent{color:var(--nh-color-blue)}.SolutionOverview-module__wr5NiG__desc{font-family:var(--nh-font);color:var(--nh-color-body);opacity:0;max-width:650px;margin-bottom:20px;font-size:14px;font-weight:400;line-height:1.4;transition:opacity .55s,transform .55s;transform:translateY(16px)}.SolutionOverview-module__wr5NiG__desc[data-visible=true]{opacity:1;transform:translateY(0)}.SolutionOverview-module__wr5NiG__stats{grid-template-columns:repeat(var(--stats-count,4), 1fr);opacity:0;gap:60px;margin:28px 0 36px;transition:opacity .55s,transform .55s;display:grid;transform:translateY(16px)}.SolutionOverview-module__wr5NiG__stats[data-visible=true]{opacity:1;transform:translateY(0)}.SolutionOverview-module__wr5NiG__ctaReveal{opacity:0;transition:opacity .5s,transform .5s;display:inline-block;transform:translateY(14px)}.SolutionOverview-module__wr5NiG__ctaReveal[data-visible=true]{opacity:1;transform:translateY(0)}.SolutionOverview-module__wr5NiG__stat{border-top:1px solid var(--nh-border-subtle);flex-direction:column;padding-top:16px;display:flex}.SolutionOverview-module__wr5NiG__statValue{color:var(--nh-color-dark);letter-spacing:-1px;font-family:Poppins,sans-serif;font-size:42px;font-weight:700;line-height:48px}.SolutionOverview-module__wr5NiG__statLabel{font-family:var(--nh-font);color:var(--nh-color-body);white-space:nowrap;margin-top:0;font-size:13px;font-weight:400}@media (max-width:900px){.SolutionOverview-module__wr5NiG__overview{padding:30px 0}.SolutionOverview-module__wr5NiG__container{grid-template-columns:1fr}.SolutionOverview-module__wr5NiG__illustrationSpacer{display:none}.SolutionOverview-module__wr5NiG__illustration{aspect-ratio:1;width:min(320px,75%);height:auto;margin:0 auto 16px;position:relative;top:auto;left:auto;overflow:hidden;transform:none}.SolutionOverview-module__wr5NiG__illustrationImg{filter:url(#overview-illustration-alpha-boost)}.SolutionOverview-module__wr5NiG__stats{grid-template-columns:repeat(2,1fr);gap:24px 20px}}@media (max-width:520px){.SolutionOverview-module__wr5NiG__heading{font-size:24px}.SolutionOverview-module__wr5NiG__stats{grid-template-columns:repeat(2,1fr);gap:20px 15px}.SolutionOverview-module__wr5NiG__statValue{font-size:30px}.SolutionOverview-module__wr5NiG__statLabel{font-size:12px}}
.SolutionCta-module__IjoyVq__cta{background-color:var(--nh-bg-muted);padding:14px}.SolutionCta-module__IjoyVq__frame{border-radius:24px;min-height:420px;position:relative;overflow:hidden}.SolutionCta-module__IjoyVq__bg{object-fit:cover;object-position:center;z-index:0}.SolutionCta-module__IjoyVq__decor{pointer-events:none;z-index:0;width:600px;height:600px;animation:50s linear infinite SolutionCta-module__IjoyVq__ctaDecorSpin;position:absolute;bottom:-100px;right:-280px}@keyframes SolutionCta-module__IjoyVq__ctaDecorSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.SolutionCta-module__IjoyVq__content{z-index:1;max-width:var(--nh-container-max);align-items:center;gap:100px;min-height:420px;margin:0 auto;padding:80px 60px;display:flex;position:relative}.SolutionCta-module__IjoyVq__portrait{aspect-ratio:1;opacity:0;border-radius:20px;flex:0 0 440px;transition:opacity .6s,transform .6s;position:relative;overflow:hidden;transform:translateY(20px)scale(.97)}.SolutionCta-module__IjoyVq__portrait[data-visible=true]{opacity:1;transform:translateY(0)scale(1)}.SolutionCta-module__IjoyVq__portraitImg{object-fit:cover;object-position:center}.SolutionCta-module__IjoyVq__text{flex:1;max-width:550px}.SolutionCta-module__IjoyVq__heading{color:#fff;letter-spacing:-1px;white-space:pre-line;margin-bottom:16px;font-family:Poppins,sans-serif;font-size:42px;font-weight:600;line-height:1}.SolutionCta-module__IjoyVq__desc{font-family:var(--nh-font);color:#ffffffd9;opacity:0;max-width:470px;margin-bottom:28px;font-size:14px;font-weight:400;line-height:1.5;transition:opacity .55s,transform .55s;transform:translateY(16px)}.SolutionCta-module__IjoyVq__desc[data-visible=true]{opacity:1;transform:translateY(0)}.SolutionCta-module__IjoyVq__actions{opacity:0;flex-wrap:wrap;align-items:center;gap:14px;transition:opacity .5s,transform .5s;display:flex;transform:translateY(14px)}.SolutionCta-module__IjoyVq__actions[data-visible=true]{opacity:1;transform:translateY(0)}.SolutionCta-module__IjoyVq__btnPrimary{font-family:var(--nh-font);color:#fff;background-color:var(--nh-color-blue);white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;padding:13px 26px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background-color .25s,transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:inline-flex;box-shadow:0 0 #1073fb00}.SolutionCta-module__IjoyVq__btnPrimary:hover{background-color:var(--nh-color-blue-hover);transform:translateY(-3px);box-shadow:0 14px 28px -6px #1073fb8c}.SolutionCta-module__IjoyVq__btnPrimary:active{transition-duration:.1s;transform:translateY(-1px);box-shadow:0 6px 14px -4px #1073fb73}.SolutionCta-module__IjoyVq__btnSecondary{font-family:var(--nh-font);color:var(--nh-color-dark);white-space:nowrap;background-color:#fff;border-radius:100px;justify-content:center;align-items:center;padding:10px 40px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background-color .25s,transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:inline-flex;box-shadow:0 0 #0000}.SolutionCta-module__IjoyVq__btnSecondary:hover{transform:translateY(-3px);box-shadow:0 14px 28px -6px #00000047}.SolutionCta-module__IjoyVq__btnSecondary:active{transition-duration:.1s;transform:translateY(-1px);box-shadow:0 6px 14px -4px #00000038}@media (max-width:1024px){.SolutionCta-module__IjoyVq__content{gap:40px;padding:44px}.SolutionCta-module__IjoyVq__portrait{flex:0 0 280px}.SolutionCta-module__IjoyVq__decor{width:260px;height:260px}}@media (max-width:768px){.SolutionCta-module__IjoyVq__heading{font-size:24px}.SolutionCta-module__IjoyVq__frame{min-height:unset;border-radius:18px}.SolutionCta-module__IjoyVq__content{min-height:unset;flex-direction:column;align-items:flex-start;gap:28px;padding:32px 24px}.SolutionCta-module__IjoyVq__portrait{flex:none;width:100%;max-width:320px}.SolutionCta-module__IjoyVq__text{max-width:100%}.SolutionCta-module__IjoyVq__decor{display:none}}
.SectionHeader-module__J6SKWa__header{text-align:center;max-width:680px;margin:0 auto 56px}.SectionHeader-module__J6SKWa__heading{color:var(--nh-color-heading);letter-spacing:-1px;white-space:pre-line;font-family:Poppins,sans-serif;font-size:42px;font-weight:700;line-height:1.15}.SectionHeader-module__J6SKWa__accent{color:var(--nh-color-blue)}.SectionHeader-module__J6SKWa__desc{font-family:var(--nh-font);color:var(--nh-color-body);opacity:0;margin-top:16px;font-size:14px;font-weight:400;line-height:1.5;transition:opacity .55s,transform .55s;transform:translateY(16px)}.SectionHeader-module__J6SKWa__desc.SectionHeader-module__J6SKWa__isVisible{opacity:1;transform:translateY(0)}@media (max-width:600px){.SectionHeader-module__J6SKWa__header{margin-bottom:40px}.SectionHeader-module__J6SKWa__heading{font-size:24px}}
.WhyChooseSection-module__FM1bLW__section{background-color:var(--nh-bg-muted);padding:100px 0}.WhyChooseSection-module__FM1bLW__grid{grid-template-rows:repeat(2,minmax(130px,1fr));grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.WhyChooseSection-module__FM1bLW__card{opacity:0;border-radius:24px;padding:30px;transition:transform .4s,box-shadow .3s,opacity .55s;position:relative;transform:translateY(24px)}.WhyChooseSection-module__FM1bLW__card[data-visible=true]{opacity:1;transform:translateY(0)}.WhyChooseSection-module__FM1bLW__card:hover{transform:translateY(-4px)}.WhyChooseSection-module__FM1bLW__cardTitle{color:#fff;min-height:2.6em;font-family:Poppins,sans-serif;font-size:20px;font-weight:500;line-height:1.3}.WhyChooseSection-module__FM1bLW__cardDesc{font-family:var(--nh-font);color:#fff;max-width:90%;margin-top:8px;font-size:13px;font-weight:400;line-height:1.5}.WhyChooseSection-module__FM1bLW__cardPrimary{background:#0f73fb;grid-area:1/1/3;align-items:flex-end;display:flex;overflow:hidden}.WhyChooseSection-module__FM1bLW__cardPrimary:after{content:"";background:#fff3;border-radius:50%;width:220px;height:220px;position:absolute;top:-60px;right:-60px}.WhyChooseSection-module__FM1bLW__cardTextEnd{z-index:1;position:relative}.WhyChooseSection-module__FM1bLW__divider{background-color:#ffffff73;width:36px;height:2px;margin:14px 0;display:block}.WhyChooseSection-module__FM1bLW__cardGray{background-color:var(--nh-color-body);grid-area:1/2}.WhyChooseSection-module__FM1bLW__cardBlack{background-color:var(--nh-color-dark);grid-area:2/2}.WhyChooseSection-module__FM1bLW__cardLight{border:1px solid var(--nh-border-subtle);background-color:#0000;flex-direction:column;grid-area:1/3/3;justify-content:space-between;display:flex;overflow:hidden}.WhyChooseSection-module__FM1bLW__gridDynamic{grid-template-columns:repeat(3,1fr);grid-auto-rows:minmax(220px,1fr);gap:16px;display:grid}.WhyChooseSection-module__FM1bLW__tileBlue{background:#0f73fb}.WhyChooseSection-module__FM1bLW__tileGray{background-color:var(--nh-color-body)}.WhyChooseSection-module__FM1bLW__tileBlack{background-color:var(--nh-color-dark)}.WhyChooseSection-module__FM1bLW__tileLight{border:1px solid var(--nh-border-subtle);background-color:#0000;flex-direction:column;justify-content:space-between;display:flex;overflow:hidden}.WhyChooseSection-module__FM1bLW__decorRing{border:1px dashed var(--nh-border-subtle);border-radius:50%;width:220px;height:220px;position:absolute;bottom:-50px;right:-50px}.WhyChooseSection-module__FM1bLW__decorRing:before{content:"";border:1px dashed var(--nh-border-subtle);border-radius:50%;position:absolute;inset:24px}.WhyChooseSection-module__FM1bLW__cardTitleDark{color:var(--nh-color-heading);min-height:2.6em;font-family:Poppins,sans-serif;font-size:18px;font-weight:700;line-height:1.3}.WhyChooseSection-module__FM1bLW__cardDescDark{font-family:var(--nh-font);color:var(--nh-color-body);max-width:85%;margin-top:8px;font-size:13px;font-weight:400;line-height:1.55}.WhyChooseSection-module__FM1bLW__cardCta{z-index:1;margin-top:24px;position:relative}.WhyChooseSection-module__FM1bLW__awardsViewport{margin-top:56px;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000);mask-image:linear-gradient(90deg,#0000,#000 6% 94%,#0000)}.WhyChooseSection-module__FM1bLW__awardsTrack{opacity:0;align-items:center;gap:100px;width:max-content;transition:opacity .6s;animation:32s linear infinite WhyChooseSection-module__FM1bLW__awardsScroll;display:flex}.WhyChooseSection-module__FM1bLW__awardsTrack[data-visible=true]{opacity:1}.WhyChooseSection-module__FM1bLW__awardsViewport:hover .WhyChooseSection-module__FM1bLW__awardsTrack{animation-play-state:paused}@keyframes WhyChooseSection-module__FM1bLW__awardsScroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.WhyChooseSection-module__FM1bLW__awardBadge{flex:none;justify-content:center;align-items:center;width:108px;height:124px;display:flex;overflow:hidden}.WhyChooseSection-module__FM1bLW__awardBadge img{object-fit:contain;width:100%;height:100%}.WhyChooseSection-module__FM1bLW__awardBadgePlaceholder{border:1px dashed var(--nh-border-subtle);background-color:#00000005;border-radius:12px;flex:none;width:108px;height:124px}@media (prefers-reduced-motion:reduce){.WhyChooseSection-module__FM1bLW__awardsTrack{animation:none}}@media (max-width:900px){.WhyChooseSection-module__FM1bLW__section{padding:64px 0}.WhyChooseSection-module__FM1bLW__grid{grid-template-rows:none;grid-template-columns:1fr;gap:16px}.WhyChooseSection-module__FM1bLW__cardPrimary,.WhyChooseSection-module__FM1bLW__cardGray,.WhyChooseSection-module__FM1bLW__cardBlack,.WhyChooseSection-module__FM1bLW__cardLight{grid-area:auto/1}.WhyChooseSection-module__FM1bLW__cardPrimary{min-height:220px}.WhyChooseSection-module__FM1bLW__cardLight{min-height:260px}.WhyChooseSection-module__FM1bLW__gridDynamic{grid-template-columns:1fr;grid-auto-rows:auto}.WhyChooseSection-module__FM1bLW__tileLight{min-height:220px}.WhyChooseSection-module__FM1bLW__awardsViewport{margin-top:40px}.WhyChooseSection-module__FM1bLW__awardsTrack{gap:36px}.WhyChooseSection-module__FM1bLW__awardBadge,.WhyChooseSection-module__FM1bLW__awardBadgePlaceholder{width:92px;height:106px}}@media (max-width:520px){.WhyChooseSection-module__FM1bLW__awardsTrack{gap:24px}.WhyChooseSection-module__FM1bLW__awardBadge,.WhyChooseSection-module__FM1bLW__awardBadgePlaceholder{width:78px;height:90px}}
.ResultsSection-module__GkZG5G__section{padding:100px 0 0}.ResultsSection-module__GkZG5G__top{grid-template-columns:minmax(240px,430px) 1fr;align-items:center;gap:48px;margin-bottom:72px;display:grid}.ResultsSection-module__GkZG5G__heading{color:var(--nh-color-heading);letter-spacing:-1px;font-family:Poppins,sans-serif;font-size:42px;font-weight:700;line-height:1.15}.ResultsSection-module__GkZG5G__accent{color:var(--nh-color-blue)}.ResultsSection-module__GkZG5G__desc{font-family:var(--nh-font);color:var(--nh-color-body);opacity:0;max-width:320px;margin-top:16px;font-size:14px;font-weight:400;line-height:1.6;transition:opacity .55s,transform .55s;transform:translateY(16px)}.ResultsSection-module__GkZG5G__desc[data-visible=true]{opacity:1;transform:translateY(0)}.ResultsSection-module__GkZG5G__imageCol{aspect-ratio:16/9;width:100%;position:relative}.ResultsSection-module__GkZG5G__imageColInner{opacity:0;width:100%;height:100%;transition:opacity .6s,transform .6s;position:relative;transform:translateY(20px)scale(.97)}.ResultsSection-module__GkZG5G__imageColInner[data-visible=true]{opacity:1;transform:translateY(0)scale(1)}.ResultsSection-module__GkZG5G__image{object-fit:contain;object-position:center}.ResultsSection-module__GkZG5G__imagePlaceholder{border:1px dashed var(--nh-border-subtle);background-color:#00000005;border-radius:20px;width:100%;height:100%}.ResultsSection-module__GkZG5G__grid{grid-template-columns:repeat(3,1fr);gap:40px 32px;display:grid}.ResultsSection-module__GkZG5G__item{opacity:0;padding:24px 30px 0;transition:opacity .5s,transform .5s;position:relative;transform:translateY(20px)}.ResultsSection-module__GkZG5G__item[data-visible=true]{opacity:1;transform:translateY(0)}.ResultsSection-module__GkZG5G__item:before{content:"";background-color:var(--nh-border-subtle);width:100%;height:1px;position:absolute;top:0;left:0}.ResultsSection-module__GkZG5G__item:after{content:"";background-color:var(--nh-color-dark);width:0%;height:2px;transition:width .5s cubic-bezier(.4,0,.2,1);position:absolute;top:0;left:0}.ResultsSection-module__GkZG5G__item:hover:after{width:100%}.ResultsSection-module__GkZG5G__icon{justify-content:center;align-items:center;width:42px;height:42px;margin:15px 0 20px;transition:transform .3s;display:flex}.ResultsSection-module__GkZG5G__item:hover .ResultsSection-module__GkZG5G__icon{transform:scale(1.08)}.ResultsSection-module__GkZG5G__icon img{object-fit:contain;width:100%;height:100%}.ResultsSection-module__GkZG5G__itemDesc{font-family:var(--nh-font);color:var(--nh-color-body);max-width:280px;font-size:13px;font-weight:400;line-height:1.5}@media (max-width:900px){.ResultsSection-module__GkZG5G__section{padding:64px 0}.ResultsSection-module__GkZG5G__top{grid-template-columns:1fr;gap:32px;margin-bottom:48px}.ResultsSection-module__GkZG5G__desc{max-width:none}.ResultsSection-module__GkZG5G__imageCol{aspect-ratio:16/9}.ResultsSection-module__GkZG5G__grid{grid-template-columns:repeat(2,1fr);row-gap:32px}}@media (max-width:520px){.ResultsSection-module__GkZG5G__heading{font-size:24px}.ResultsSection-module__GkZG5G__grid{grid-template-columns:1fr;row-gap:28px}.ResultsSection-module__GkZG5G__itemDesc{max-width:none}}
.CaseStudiesSection-module__nF4ExW__section{padding:100px 14px 0}.CaseStudiesSection-module__nF4ExW__frame{background-color:#0a3fb8;border-radius:28px;position:relative;overflow:hidden}.CaseStudiesSection-module__nF4ExW__bg{object-fit:cover;object-position:center;z-index:0}.CaseStudiesSection-module__nF4ExW__inner{z-index:1;max-width:var(--nh-container-max);opacity:0;margin:0 auto;padding:80px 48px;transition:opacity .6s,transform .6s;position:relative;transform:translateY(24px)}.CaseStudiesSection-module__nF4ExW__inner[data-visible=true]{opacity:1;transform:translateY(0)}.CaseStudiesSection-module__nF4ExW__decor{opacity:.6;pointer-events:none;-webkit-user-select:none;user-select:none;z-index:0;width:420px;height:420px;animation:50s linear infinite CaseStudiesSection-module__nF4ExW__caseStudiesDecorSpin;position:absolute;top:-90px;right:-60px}@keyframes CaseStudiesSection-module__nF4ExW__caseStudiesDecorSpin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.CaseStudiesSection-module__nF4ExW__header{z-index:1;justify-content:space-between;align-items:flex-start;gap:24px;margin-bottom:40px;display:flex;position:relative}.CaseStudiesSection-module__nF4ExW__headerText{max-width:640px}.CaseStudiesSection-module__nF4ExW__heading{color:#fff;font-family:Poppins,sans-serif;font-size:42px;font-weight:700;line-height:1.2}.CaseStudiesSection-module__nF4ExW__desc{font-family:var(--nh-font);color:#fffc;margin-top:8px;font-size:13px;font-weight:400;line-height:1.5}.CaseStudiesSection-module__nF4ExW__controls{flex-shrink:0;gap:10px;display:flex}.CaseStudiesSection-module__nF4ExW__navBtn{width:40px;height:40px;color:var(--nh-color-dark);background-color:#fff;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,transform .2s,opacity .2s;display:inline-flex}.CaseStudiesSection-module__nF4ExW__navBtn:hover:not(:disabled){background-color:#ffffffd9;transform:translateY(-2px)}.CaseStudiesSection-module__nF4ExW__navBtn:disabled{opacity:.35;cursor:default}.CaseStudiesSection-module__nF4ExW__track{--side-w:25%;--center-w:50%;z-index:1;padding:6px 0 10px;position:relative;overflow:hidden}.CaseStudiesSection-module__nF4ExW__trackList{width:100%;transform:translateX(calc(-1 * var(--active-index,0) * var(--side-w)));align-items:flex-start;transition:transform .5s cubic-bezier(.22,1,.36,1);display:flex}.CaseStudiesSection-module__nF4ExW__trackList.CaseStudiesSection-module__nF4ExW__noTransition{transition:none}.CaseStudiesSection-module__nF4ExW__card{flex:0 0 var(--side-w);box-sizing:border-box;cursor:pointer;min-width:0;padding:0 10px}.CaseStudiesSection-module__nF4ExW__centerSlot{flex-basis:var(--center-w)}.CaseStudiesSection-module__nF4ExW__cardInner{box-sizing:border-box;background-color:#fff;border-radius:20px;flex-direction:column;justify-content:space-between;height:320px;padding:32px;transition:background-color .35s,box-shadow .35s,transform .35s;display:flex;overflow:hidden}.CaseStudiesSection-module__nF4ExW__card:hover .CaseStudiesSection-module__nF4ExW__cardInner{transform:translateY(-3px);box-shadow:0 10px 24px #0000001a}.CaseStudiesSection-module__nF4ExW__cardCenter{box-shadow:0 20px 40px -10px #0003}.CaseStudiesSection-module__nF4ExW__cardCenter .CaseStudiesSection-module__nF4ExW__cardEyebrow{font-size:13px}.CaseStudiesSection-module__nF4ExW__cardCenter .CaseStudiesSection-module__nF4ExW__cardText{-webkit-line-clamp:unset;line-clamp:unset;font-size:17px;line-height:1.65;overflow:visible}.CaseStudiesSection-module__nF4ExW__cardBody{flex:auto;min-height:0;overflow:hidden}.CaseStudiesSection-module__nF4ExW__cardEyebrow{font-family:var(--nh-font);color:var(--nh-color-body);margin-bottom:10px;font-size:12px;font-weight:500;transition:color .35s;display:block}.CaseStudiesSection-module__nF4ExW__cardText{-webkit-line-clamp:10;line-clamp:10;font-family:var(--nh-font);color:var(--nh-color-dark);-webkit-box-orient:vertical;font-size:14px;font-weight:400;line-height:1.55;transition:color .35s;display:-webkit-box;overflow:hidden}.CaseStudiesSection-module__nF4ExW__cardActive{background-color:#2f86fc;box-shadow:0 24px 48px -12px #104ec88c}.CaseStudiesSection-module__nF4ExW__cardActive .CaseStudiesSection-module__nF4ExW__cardEyebrow{color:#ffffffbf}.CaseStudiesSection-module__nF4ExW__cardActive .CaseStudiesSection-module__nF4ExW__cardText{color:#fff}.CaseStudiesSection-module__nF4ExW__cardLink{background-color:var(--nh-color-blue);color:#fff;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:70px;height:30px;margin-top:16px;transition:background-color .18s;display:inline-flex;position:relative;overflow:hidden}.CaseStudiesSection-module__nF4ExW__card:hover .CaseStudiesSection-module__nF4ExW__cardLink{background-color:var(--nh-color-blue-hover)}.CaseStudiesSection-module__nF4ExW__cardLink .CaseStudiesSection-module__nF4ExW__arrowFrom,.CaseStudiesSection-module__nF4ExW__cardLink .CaseStudiesSection-module__nF4ExW__arrowTo{transition:transform .4s cubic-bezier(.65,0,.35,1),opacity .3s;display:inline-flex;position:absolute;top:50%;left:50%}.CaseStudiesSection-module__nF4ExW__cardLink .CaseStudiesSection-module__nF4ExW__arrowFrom{opacity:1;transform:translate(-50%,-50%)rotate(0)}.CaseStudiesSection-module__nF4ExW__cardLink .CaseStudiesSection-module__nF4ExW__arrowTo{opacity:0;transform:translate(calc(-50% - 20px),calc(20px - 50%))rotate(-45deg)}.CaseStudiesSection-module__nF4ExW__card:hover .CaseStudiesSection-module__nF4ExW__cardLink .CaseStudiesSection-module__nF4ExW__arrowFrom{opacity:0;transform:translate(calc(20px - 50%),calc(-50% - 20px))rotate(-45deg)}.CaseStudiesSection-module__nF4ExW__card:hover .CaseStudiesSection-module__nF4ExW__cardLink .CaseStudiesSection-module__nF4ExW__arrowTo{opacity:1;transform:translate(-50%,-50%)rotate(-45deg)}@media (max-width:900px){.CaseStudiesSection-module__nF4ExW__section{padding:90px 14px}.CaseStudiesSection-module__nF4ExW__frame{border-radius:22px}.CaseStudiesSection-module__nF4ExW__inner{padding:36px 28px 32px}.CaseStudiesSection-module__nF4ExW__header{flex-direction:column;align-items:flex-start;gap:20px}.CaseStudiesSection-module__nF4ExW__decor{width:300px;height:300px;top:-60px;right:-50px}.CaseStudiesSection-module__nF4ExW__track{--side-w:28%;--center-w:44%}.CaseStudiesSection-module__nF4ExW__cardInner{height:260px;padding:26px}.CaseStudiesSection-module__nF4ExW__cardText{-webkit-line-clamp:8;line-clamp:8}.CaseStudiesSection-module__nF4ExW__cardCenter{height:auto;min-height:260px}}@media (max-width:600px){.CaseStudiesSection-module__nF4ExW__heading{font-size:24px}.CaseStudiesSection-module__nF4ExW__track{--side-w:100%;--center-w:100%}.CaseStudiesSection-module__nF4ExW__card{padding:0 5px}.CaseStudiesSection-module__nF4ExW__cardInner{height:200px;padding:22px}.CaseStudiesSection-module__nF4ExW__cardText{-webkit-line-clamp:6;line-clamp:6}.CaseStudiesSection-module__nF4ExW__cardCenter,.CaseStudiesSection-module__nF4ExW__cardActive{height:auto;min-height:220px}.CaseStudiesSection-module__nF4ExW__cardCenter .CaseStudiesSection-module__nF4ExW__cardText,.CaseStudiesSection-module__nF4ExW__cardActive .CaseStudiesSection-module__nF4ExW__cardText{-webkit-line-clamp:unset;line-clamp:unset;font-size:15px;line-height:1.6;overflow:visible}.CaseStudiesSection-module__nF4ExW__decor{display:none}}
.MegaMenu-module__aa3yhG__root{align-items:center;display:flex}.MegaMenu-module__aa3yhG__panel{width:min(1280px,96vw);max-height:calc(100vh - var(--nh-nav-height) - 24px);z-index:30;opacity:0;visibility:hidden;pointer-events:none;background-color:#fff;border-radius:0 0 60px 60px;transition:opacity .2s,transform .2s,visibility 0s linear .2s;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%)translateY(-8px);box-shadow:0 24px 60px #00000024}.MegaMenu-module__aa3yhG__panelOpen{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .2s,transform .2s;transform:translate(-50%)translateY(0)}.MegaMenu-module__aa3yhG__panelScroll{max-height:calc(100vh - var(--nh-nav-height) - 24px);scrollbar-width:thin;scrollbar-color:#0f172a2e transparent;margin-right:10px;padding:26px 38px 35px 48px;overflow:hidden auto}.MegaMenu-module__aa3yhG__panelScroll::-webkit-scrollbar{width:6px}.MegaMenu-module__aa3yhG__panelScroll::-webkit-scrollbar-track{background:0 0;margin-bottom:28px}.MegaMenu-module__aa3yhG__panelScroll::-webkit-scrollbar-thumb{background-color:#0f172a2e;border-radius:999px}.MegaMenu-module__aa3yhG__panelScroll::-webkit-scrollbar-thumb:hover{background-color:#0f172a52}.MegaMenu-module__aa3yhG__grid{grid-template-columns:264px 1fr 248px;gap:8px 36px;display:grid}.MegaMenu-module__aa3yhG__categoryList{border-right:1px solid var(--nh-border-subtle);flex-direction:column;gap:10px;padding-right:24px;display:flex}.MegaMenu-module__aa3yhG__eyebrow{font-family:var(--nh-font);letter-spacing:.01em;color:var(--nh-color-blue);margin-bottom:12px;padding:0 14px;font-size:13px;font-weight:600;display:block}.MegaMenu-module__aa3yhG__categoryRow{border-radius:0;flex-direction:column;gap:4px;padding:8px 14px 8px 18px;text-decoration:none;transition:background-color .18s;display:flex;position:relative}.MegaMenu-module__aa3yhG__categoryRow:before{content:"";background-color:#0000;width:4px;height:20px;transition:background-color .18s;position:absolute;top:50%;left:0;transform:translateY(-50%)}.MegaMenu-module__aa3yhG__categoryRow:hover,.MegaMenu-module__aa3yhG__categoryRowActive{background-color:var(--nh-bg-muted)}.MegaMenu-module__aa3yhG__categoryRowActive:before{background-color:var(--nh-color-blue)}.MegaMenu-module__aa3yhG__categoryTitle{color:var(--nh-color-heading);font-family:Poppins,sans-serif;font-size:15px;font-weight:600;line-height:normal;transition:color .18s}.MegaMenu-module__aa3yhG__categoryRowActive .MegaMenu-module__aa3yhG__categoryTitle{color:var(--nh-color-dark)}.MegaMenu-module__aa3yhG__categoryBlurb{font-family:var(--nh-font);color:var(--nh-color-body);font-size:12.5px;font-weight:400;line-height:1.35}.MegaMenu-module__aa3yhG__introPanel{flex-direction:column;align-items:flex-start;max-width:420px;margin-top:41px;display:flex}.MegaMenu-module__aa3yhG__introPanelCompact{max-width:450px}.MegaMenu-module__aa3yhG__introHeading{color:var(--nh-color-heading);font-family:Poppins,sans-serif;font-size:22px;font-weight:600;line-height:1.25}.MegaMenu-module__aa3yhG__introHeadingCompact{color:var(--nh-color-heading);max-width:264px;font-family:Poppins,sans-serif;font-size:14.5px;font-weight:600;line-height:1.3}.MegaMenu-module__aa3yhG__introHeadingCompactWide{max-width:400px}.MegaMenu-module__aa3yhG__introParagraph{font-family:var(--nh-font);color:var(--nh-color-body);margin-top:14px;font-size:13.5px;font-weight:400;line-height:1.55}.MegaMenu-module__aa3yhG__introCta{font-family:var(--nh-font);color:#fff;background-color:var(--nh-color-blue);white-space:nowrap;border-radius:100px;justify-content:center;align-items:center;margin-top:22px;padding:10px 30px;font-size:14.5px;font-weight:600;text-decoration:none;transition:background-color .25s,transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s;display:inline-flex}.MegaMenu-module__aa3yhG__introCta:hover{background-color:var(--nh-color-blue-hover);transform:translateY(-3px);box-shadow:0 14px 28px -6px #1073fb8c}.MegaMenu-module__aa3yhG__introCta:active{transition-duration:.1s;transform:translateY(-1px);box-shadow:0 6px 14px -4px #1073fb73}.MegaMenu-module__aa3yhG__submenuGrid{align-items:flex-start;gap:24px;margin-top:41px;display:flex}.MegaMenu-module__aa3yhG__submenuColumn{flex-direction:column;flex:1 1 0;gap:30px;min-width:0;display:flex}.MegaMenu-module__aa3yhG__submenuItem{max-width:375px;margin:-12px;padding:12px}.MegaMenu-module__aa3yhG__submenuTitle{color:var(--nh-color-dark);font-family:Poppins,sans-serif;font-size:14.5px;font-weight:600;line-height:1.3}.MegaMenu-module__aa3yhG__submenuDesc{font-family:var(--nh-font);color:var(--nh-color-body);margin-top:6px;font-size:12.5px;font-weight:400;line-height:1.45}.MegaMenu-module__aa3yhG__readMore{font-family:var(--nh-font);color:var(--nh-color-blue);align-items:center;gap:6px;margin-top:10px;font-size:12.5px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.MegaMenu-module__aa3yhG__readMore svg{flex-shrink:0;transition:transform .2s}.MegaMenu-module__aa3yhG__readMore:hover{gap:10px}.MegaMenu-module__aa3yhG__readMore:hover svg{transform:translate(3px)}.MegaMenu-module__aa3yhG__caseStudyCard{background-color:var(--nh-bg-muted);border-bottom-right-radius:30px;border-bottom-left-radius:30px;align-self:start;margin-top:23px;padding:18px;position:relative}.MegaMenu-module__aa3yhG__caseStudyHeadRow{align-items:flex-start;gap:10px;display:flex}.MegaMenu-module__aa3yhG__caseStudyBar{background-color:var(--nh-color-blue);border-radius:0;flex-shrink:0;width:3px;height:18px;margin-top:2px;display:block}.MegaMenu-module__aa3yhG__caseStudyHead{flex-direction:column;justify-content:center;gap:3px;display:flex}.MegaMenu-module__aa3yhG__caseStudyTitle{color:var(--nh-color-dark);font-family:Poppins,sans-serif;font-size:15px;font-weight:700;line-height:1.3}.MegaMenu-module__aa3yhG__caseStudyEyebrow{font-family:var(--nh-font);color:var(--nh-color-body);font-size:12px;font-weight:500}.MegaMenu-module__aa3yhG__caseStudyDesc{font-family:var(--nh-font);color:var(--nh-color-body);margin-top:10px;font-size:12.5px;font-weight:400;line-height:1.5}.MegaMenu-module__aa3yhG__caseStudyImageWrap{aspect-ratio:3/2;background-color:#e4e7ec;border-radius:0;margin-top:14px;position:relative;overflow:hidden}.MegaMenu-module__aa3yhG__caseStudyImage{object-fit:cover;object-position:center;transition:transform .5s}.MegaMenu-module__aa3yhG__caseStudyCard:hover .MegaMenu-module__aa3yhG__caseStudyImage{transform:scale(1.06)}.MegaMenu-module__aa3yhG__caseStudyCta{margin-top:14px}@media (max-width:1200px){.MegaMenu-module__aa3yhG__grid{grid-template-columns:232px 1fr 216px}}@media (max-width:1024px){.MegaMenu-module__aa3yhG__root{display:none}}
.FeatureAccordionSection-module__El4Y6q__section{padding:100px 0}.FeatureAccordionSection-module__El4Y6q__grid{grid-template-columns:1fr 1fr;align-items:start;gap:60px;display:grid}.FeatureAccordionSection-module__El4Y6q__list{flex-direction:column;display:flex}.FeatureAccordionSection-module__El4Y6q__item{border-left:2px solid var(--nh-border-subtle);opacity:0;padding:15px 0 15px 20px;transition:border-color .25s,opacity .5s,transform .5s;transform:translateY(18px)}.FeatureAccordionSection-module__El4Y6q__item[data-visible=true]{opacity:1;transform:translateY(0)}.FeatureAccordionSection-module__El4Y6q__itemOpen{border-left-color:var(--nh-color-blue)}.FeatureAccordionSection-module__El4Y6q__itemHeader{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;width:100%;display:flex}.FeatureAccordionSection-module__El4Y6q__itemTitle{font-family:var(--nh-font);color:var(--nh-color-body);font-size:17px;font-weight:500;transition:color .25s,font-weight .25s}.FeatureAccordionSection-module__El4Y6q__itemOpen .FeatureAccordionSection-module__El4Y6q__itemTitle{color:var(--nh-color-dark);font-weight:700}.FeatureAccordionSection-module__El4Y6q__toggle{color:#9a9a9a;background-color:#ececec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;transition:background-color .25s,color .25s;display:inline-flex}.FeatureAccordionSection-module__El4Y6q__toggleOpen{background-color:var(--nh-color-blue);color:#fff}.FeatureAccordionSection-module__El4Y6q__itemBodyWrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.FeatureAccordionSection-module__El4Y6q__itemBodyWrapOpen{grid-template-rows:1fr}.FeatureAccordionSection-module__El4Y6q__itemBodyInner{min-height:0;padding-top:10px;padding-right:40px;overflow:hidden}.FeatureAccordionSection-module__El4Y6q__itemBody{font-family:var(--nh-font);color:var(--nh-color-body);font-size:14px;font-weight:400;line-height:1.4}.FeatureAccordionSection-module__El4Y6q__itemCta{font-family:var(--nh-font);color:var(--nh-color-blue);align-items:center;gap:8px;margin-top:14px;font-size:13.5px;font-weight:600;text-decoration:none;transition:gap .2s;display:inline-flex}.FeatureAccordionSection-module__El4Y6q__itemCta svg{flex-shrink:0;transition:transform .2s}.FeatureAccordionSection-module__El4Y6q__itemCta:hover{gap:12px}.FeatureAccordionSection-module__El4Y6q__itemCta:hover svg{transform:translate(3px)}.FeatureAccordionSection-module__El4Y6q__visual{aspect-ratio:24/25;background-color:var(--nh-bg-muted);border-radius:20px;position:relative;overflow:hidden}.FeatureAccordionSection-module__El4Y6q__image{object-fit:cover;object-position:center;opacity:0;transition:opacity .6s,transform .6s;transform:scale(1.05)}.FeatureAccordionSection-module__El4Y6q__image[data-visible=true]{opacity:1;transform:scale(1)}@media (max-width:900px){.FeatureAccordionSection-module__El4Y6q__section{padding:64px 0}.FeatureAccordionSection-module__El4Y6q__grid{grid-template-columns:1fr;gap:32px}.FeatureAccordionSection-module__El4Y6q__visual{aspect-ratio:4/3;order:-1}.FeatureAccordionSection-module__El4Y6q__item{padding:10px 0 10px 24px}}
.MegaMenuMobileAccordion-module__9HFEOq__root{border-bottom:1px solid var(--nh-border-subtle)}.MegaMenuMobileAccordion-module__9HFEOq__toggle{width:100%;font-family:var(--nh-font);color:var(--nh-color-dark);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:14px 0;font-size:16px;font-weight:500;display:flex}.MegaMenuMobileAccordion-module__9HFEOq__icon{background-color:var(--nh-bg-muted);color:#9a9a9a;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;transition:background-color .2s,color .2s;display:inline-flex}.MegaMenuMobileAccordion-module__9HFEOq__iconOpen{background-color:var(--nh-color-blue);color:#fff}.MegaMenuMobileAccordion-module__9HFEOq__bodyWrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.MegaMenuMobileAccordion-module__9HFEOq__bodyWrapOpen{grid-template-rows:1fr}.MegaMenuMobileAccordion-module__9HFEOq__bodyInner{min-height:0;overflow:hidden}.MegaMenuMobileAccordion-module__9HFEOq__bodyWrapOpen .MegaMenuMobileAccordion-module__9HFEOq__bodyInner{padding-bottom:8px}.MegaMenuMobileAccordion-module__9HFEOq__category{border-top:1px solid var(--nh-border-subtle)}.MegaMenuMobileAccordion-module__9HFEOq__categoryToggle{width:100%;font-family:var(--nh-font);color:var(--nh-color-heading);text-align:left;justify-content:space-between;align-items:center;gap:12px;padding:12px 0 12px 16px;font-size:14.5px;font-weight:500;display:flex}.MegaMenuMobileAccordion-module__9HFEOq__categoryBodyWrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.MegaMenuMobileAccordion-module__9HFEOq__categoryBodyWrapOpen{grid-template-rows:1fr}.MegaMenuMobileAccordion-module__9HFEOq__categoryBodyInner{min-height:0;padding-left:16px;overflow:hidden}.MegaMenuMobileAccordion-module__9HFEOq__categoryBodyWrapOpen .MegaMenuMobileAccordion-module__9HFEOq__categoryBodyInner{padding-bottom:16px}.MegaMenuMobileAccordion-module__9HFEOq__itemList{flex-direction:column;gap:10px;display:flex}.MegaMenuMobileAccordion-module__9HFEOq__itemRow{font-family:var(--nh-font);color:var(--nh-color-body);padding:4px 0;font-size:13.5px;font-weight:400;text-decoration:none;transition:color .2s;display:block}.MegaMenuMobileAccordion-module__9HFEOq__itemRow:hover,.MegaMenuMobileAccordion-module__9HFEOq__itemRow:focus-visible{color:var(--nh-color-blue)}.MegaMenuMobileAccordion-module__9HFEOq__exploreLink{font-family:var(--nh-font);color:var(--nh-color-blue);margin-top:14px;font-size:13.5px;font-weight:600;text-decoration:none;display:inline-block}.MegaMenuMobileAccordion-module__9HFEOq__introPanel{flex-direction:column;align-items:flex-start;display:flex}.MegaMenuMobileAccordion-module__9HFEOq__introParagraph{font-family:var(--nh-font);color:var(--nh-color-body);font-size:13.5px;font-weight:400;line-height:1.55}.MegaMenuMobileAccordion-module__9HFEOq__introParagraph+.MegaMenuMobileAccordion-module__9HFEOq__introParagraph{margin-top:10px}.MegaMenuMobileAccordion-module__9HFEOq__introCta{font-family:var(--nh-font);color:#fff;background-color:var(--nh-color-blue);border-radius:100px;justify-content:center;align-items:center;margin-top:16px;padding:12px 26px;font-size:14px;font-weight:600;text-decoration:none;display:inline-flex}.MegaMenuMobileAccordion-module__9HFEOq__richItem{flex-direction:column;align-items:flex-start;padding:10px 0 18px;display:flex}.MegaMenuMobileAccordion-module__9HFEOq__richItem+.MegaMenuMobileAccordion-module__9HFEOq__richItem{border-top:1px solid var(--nh-border-subtle);padding-top:18px}.MegaMenuMobileAccordion-module__9HFEOq__richItemHeading{color:var(--nh-color-heading);font-family:Poppins,sans-serif;font-size:14.5px;font-weight:600;line-height:1.35}
.CardGridSection-module__o3pYeG__section{padding:100px 0}.CardGridSection-module__o3pYeG__headerRow{justify-content:space-between;align-items:flex-end;gap:24px;display:flex}.CardGridSection-module__o3pYeG__headerRow>div:first-child{text-align:left;margin:0}.CardGridSection-module__o3pYeG__nav{flex-shrink:0;align-items:center;gap:12px;padding-bottom:8px;display:flex}.CardGridSection-module__o3pYeG__navBtn{cursor:pointer;width:44px;height:44px;color:var(--nh-color-dark);background:0 0;border:1.5px solid #0d0d0d33;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;transition:background .22s,border-color .22s,color .22s;display:flex}.CardGridSection-module__o3pYeG__navBtn:hover:not(:disabled){background:var(--nh-color-dark);border-color:var(--nh-color-dark);color:#fff}.CardGridSection-module__o3pYeG__navBtn:disabled{opacity:.35;cursor:not-allowed}.CardGridSection-module__o3pYeG__track{scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;gap:24px;margin-top:40px;padding-bottom:4px;display:flex;overflow-x:auto}.CardGridSection-module__o3pYeG__track::-webkit-scrollbar{display:none}.CardGridSection-module__o3pYeG__card{color:inherit;scroll-snap-align:start;opacity:0;flex-direction:column;flex:0 0 calc(33.3333% - 16px);text-decoration:none;transition:opacity .55s,transform .55s;display:flex;transform:translateY(24px)}.CardGridSection-module__o3pYeG__card[data-visible=true]{opacity:1;transform:translateY(0)}.CardGridSection-module__o3pYeG__imageWrap{aspect-ratio:4/5.5;border-radius:20px;position:relative;overflow:hidden}.CardGridSection-module__o3pYeG__image{object-fit:cover;object-position:center;transition:transform .4s}.CardGridSection-module__o3pYeG__card:hover .CardGridSection-module__o3pYeG__image{transform:scale(1.05)}.CardGridSection-module__o3pYeG__body{background-color:#fff;border-radius:16px;height:180px;margin:-195px 16px 0;padding:40px 60px 60px 20px;transition:transform .35s,box-shadow .35s;position:relative;box-shadow:0 20px 40px #00000014}.CardGridSection-module__o3pYeG__card:hover .CardGridSection-module__o3pYeG__body{transform:translateY(-6px);box-shadow:0 28px 50px #00000024}.CardGridSection-module__o3pYeG__cardTitle{color:var(--nh-color-dark);margin-bottom:8px;font-family:Poppins,sans-serif;font-size:18px;font-weight:700}.CardGridSection-module__o3pYeG__cardDesc{font-family:var(--nh-font);color:var(--nh-color-body);-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;font-size:13px;font-weight:400;line-height:1.3;display:-webkit-box;overflow:hidden}.CardGridSection-module__o3pYeG__cardArrow{background-color:var(--nh-color-dark);color:#fff;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:background-color .25s,transform .25s;display:inline-flex;position:absolute;bottom:24px;right:24px;overflow:hidden}.CardGridSection-module__o3pYeG__card:hover .CardGridSection-module__o3pYeG__cardArrow{background-color:var(--nh-color-blue);transform:scale(1.08)}.CardGridSection-module__o3pYeG__arrowFrom,.CardGridSection-module__o3pYeG__arrowTo{transition:transform .4s cubic-bezier(.65,0,.35,1),opacity .3s;display:inline-flex;position:absolute;top:50%;left:50%}.CardGridSection-module__o3pYeG__arrowFrom{opacity:1;transform:translate(-50%,-50%)rotate(0)}.CardGridSection-module__o3pYeG__arrowTo{opacity:0;transform:translate(calc(-50% - 20px),calc(20px - 50%))rotate(-45deg)}.CardGridSection-module__o3pYeG__card:hover .CardGridSection-module__o3pYeG__arrowFrom{opacity:0;transform:translate(calc(20px - 50%),calc(-50% - 20px))rotate(-45deg)}.CardGridSection-module__o3pYeG__card:hover .CardGridSection-module__o3pYeG__arrowTo{opacity:1;transform:translate(-50%,-50%)rotate(-45deg)}@media (max-width:900px){.CardGridSection-module__o3pYeG__card{flex-basis:calc(50% - 10px)}.CardGridSection-module__o3pYeG__track{gap:20px}}@media (max-width:600px){.CardGridSection-module__o3pYeG__section{padding:64px 0}.CardGridSection-module__o3pYeG__headerRow{flex-direction:column;align-items:flex-start;gap:16px}.CardGridSection-module__o3pYeG__nav{padding-bottom:0}.CardGridSection-module__o3pYeG__card{flex-basis:86%}.CardGridSection-module__o3pYeG__track{gap:16px;margin-top:32px}.CardGridSection-module__o3pYeG__body{margin:-48px 12px 0;padding:20px 76px 20px 20px}}
.FaqSection-module__v1yC9q__faq{background-color:var(--nh-bg-muted);padding:100px 0}.FaqSection-module__v1yC9q__container{grid-template-columns:.8fr 1.2fr;align-items:start;gap:60px;display:grid}.FaqSection-module__v1yC9q__intro{position:sticky;top:120px}.FaqSection-module__v1yC9q__eyebrow{font-family:var(--nh-font);letter-spacing:1px;color:var(--nh-color-blue);opacity:0;margin-bottom:12px;font-size:14px;font-weight:400;transition:opacity .5s,transform .5s;display:inline-block;transform:translateY(14px)}.FaqSection-module__v1yC9q__eyebrow[data-visible=true]{opacity:1;transform:translateY(0)}.FaqSection-module__v1yC9q__heading{color:var(--nh-color-dark);letter-spacing:-1px;white-space:pre-line;font-family:Poppins,sans-serif;font-size:42px;font-weight:700;line-height:1.2}.FaqSection-module__v1yC9q__list{flex-direction:column;gap:12px;display:flex}.FaqSection-module__v1yC9q__item{opacity:0;background-color:#fff;border-radius:14px;transition:opacity .5s,transform .5s;overflow:hidden;transform:translateY(18px);box-shadow:0 1px 3px #0000000d}.FaqSection-module__v1yC9q__item[data-visible=true]{opacity:1;transform:translateY(0)}.FaqSection-module__v1yC9q__question{cursor:pointer;text-align:left;width:100%;font-family:var(--nh-font);color:var(--nh-color-dark);background:0 0;border:none;justify-content:space-between;align-items:center;gap:20px;padding:20px 30px;font-size:16px;font-weight:600;display:flex}.FaqSection-module__v1yC9q__chevron{color:var(--nh-color-body);flex-shrink:0;justify-content:center;align-items:center;transition:transform .25s;display:inline-flex}.FaqSection-module__v1yC9q__chevronOpen{transform:rotate(180deg)}.FaqSection-module__v1yC9q__answerWrap{grid-template-rows:0fr;transition:grid-template-rows .3s;display:grid}.FaqSection-module__v1yC9q__answerWrapOpen{grid-template-rows:1fr}.FaqSection-module__v1yC9q__answer{min-height:0;font-family:var(--nh-font);color:var(--nh-color-body);padding:0 30px;font-size:13.5px;font-weight:400;line-height:1.6;overflow:hidden}.FaqSection-module__v1yC9q__answerWrapOpen .FaqSection-module__v1yC9q__answer{padding:0 35px 20px 30px}@media (max-width:900px){.FaqSection-module__v1yC9q__faq{padding:64px 0}.FaqSection-module__v1yC9q__container{grid-template-columns:1fr;gap:32px}.FaqSection-module__v1yC9q__intro{position:static}}@media (max-width:520px){.FaqSection-module__v1yC9q__heading{font-size:24px}.FaqSection-module__v1yC9q__question{padding:18px 20px;font-size:14px}.FaqSection-module__v1yC9q__answerWrapOpen .FaqSection-module__v1yC9q__answer{padding:0 20px 18px}}
