.Header-module__arFiJq__header{z-index:1000;background:#fff;position:sticky;top:0;box-shadow:0 1px 3px #00000014}.Header-module__arFiJq__headerContent{justify-content:space-between;align-items:center;max-width:1323px;margin:0 auto;padding:12px 20px 12px 40px;display:flex}.Header-module__arFiJq__logo{flex-shrink:0;align-items:center;text-decoration:none;display:inline-flex}.Header-module__arFiJq__logo img{object-fit:contain;width:auto;height:31px}.Header-module__arFiJq__tab{align-items:center;font-size:15px;display:flex}.Header-module__arFiJq__mainNav{align-items:center;gap:30px;list-style:none;display:flex}.Header-module__arFiJq__mainNav>a{color:#000;font-weight:400;font-family:var(--font-inter), sans-serif;padding:8px 0;line-height:1.4;text-decoration:none;transition:color .2s}.Header-module__arFiJq__mainNav>a:hover{color:var(--primary-blue)}.Header-module__arFiJq__navItem{align-items:center;font-size:15px;display:flex;position:relative}.Header-module__arFiJq__navItem>a{cursor:pointer;color:#000;font-size:15px;font-weight:400;font-family:var(--font-inter), sans-serif;align-items:center;gap:4px;padding:8px 0;line-height:1.4;text-decoration:none;transition:color .2s;display:flex}.Header-module__arFiJq__navItem:hover>a{color:var(--primary-blue);text-underline-offset:4px;text-decoration:underline;text-decoration-thickness:2px}.Header-module__arFiJq__navChevron{color:currentColor;justify-content:center;align-items:center;width:16px;height:16px;margin-left:4px;transition:transform .3s;display:inline-flex}.Header-module__arFiJq__chevronOpen{transform:rotate(180deg)}.Header-module__arFiJq__navDropdown{visibility:hidden;opacity:0;pointer-events:none;z-index:2000;background:#fff;border:1px solid #00000012;border-radius:12px;min-width:230px;padding:6px 0;transition:opacity .2s,transform .2s,visibility 0s .2s;position:absolute;top:calc(100% + 2px);left:50%;transform:translate(-50%)translateY(8px);box-shadow:0 8px 32px #00000021}.Header-module__arFiJq__dropdownOpen{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .2s,transform .2s,visibility;transform:translate(-50%)translateY(0)}.Header-module__arFiJq__navDropdown a{white-space:nowrap;align-items:center;gap:8px;padding:11px 22px;font-size:14px;font-weight:400;text-decoration:none;transition:color .15s,background .15s;display:flex;position:relative;color:#222!important}.Header-module__arFiJq__navDropdown a span:first-child{position:relative}.Header-module__arFiJq__navDropdown a span:first-child:after{content:"";background:var(--primary-blue);border-radius:2px;width:0;height:1.5px;transition:width .2s;position:absolute;bottom:-1px;left:0}.Header-module__arFiJq__navDropdown a:hover{background:#f0f5ff;color:var(--primary-blue)!important}.Header-module__arFiJq__navDropdown a:hover span:first-child:after{width:100%}@keyframes Header-module__arFiJq__flashBlink{0%,to{opacity:1}50%{opacity:0}}.Header-module__arFiJq__flashDot{background:#ed1566;border-radius:50%;flex-shrink:0;width:8px;height:8px;animation:1s ease-in-out infinite Header-module__arFiJq__flashBlink;display:inline-block}.Header-module__arFiJq__loginBtn{background:var(--primary-blue);white-space:nowrap;border-radius:999px;flex-shrink:0;align-self:center;align-items:center;height:38px;margin-left:40px;padding:10px 32px;font-size:13px;font-weight:500;transition:background-color .2s;display:inline-flex;color:#fff!important}.Header-module__arFiJq__loginBtn:hover{background:var(--primary-blue-hover);color:#fff!important}.Header-module__arFiJq__userMenuWrap{margin-left:24px;position:relative}.Header-module__arFiJq__userIconButton{width:38px;height:38px;color:var(--primary-blue);cursor:pointer;background:#f5f9ff;border:1px solid #0244bb33;border-radius:50%;justify-content:center;align-items:center;transition:background-color .2s,border-color .2s;display:inline-flex}.Header-module__arFiJq__userIconButton:hover{background:#eaf2ff;border-color:#0244bb59}.Header-module__arFiJq__userMenu{visibility:hidden;opacity:0;pointer-events:none;z-index:2100;background:#fff;border:1px solid #00000014;border-radius:10px;min-width:168px;padding:8px;transition:opacity .18s,transform .18s,visibility 0s .18s;position:absolute;top:calc(100% + 10px);right:0;transform:translateY(6px);box-shadow:0 10px 24px #0000001f}.Header-module__arFiJq__userMenuOpen{visibility:visible;opacity:1;pointer-events:auto;transition:opacity .18s,transform .18s,visibility;transform:translateY(0)}.Header-module__arFiJq__userMenuItem,.Header-module__arFiJq__userMenuItemButton{text-align:left;width:100%;font-family:var(--font-inter), sans-serif;color:#1d2a3a;cursor:pointer;background:0 0;border:0;border-radius:8px;padding:10px 12px;font-size:14px;font-weight:500;text-decoration:none;transition:background-color .15s,color .15s;display:block}.Header-module__arFiJq__userMenuItem:hover,.Header-module__arFiJq__userMenuItemButton:hover{color:var(--primary-blue);background:#f0f5ff}.Header-module__arFiJq__mobileMenuToggle{cursor:pointer;color:#333;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:40px;font-size:22px;display:none}.Header-module__arFiJq__mobileMenu{z-index:999;background:#fff;padding:8px 24px 32px;transition:transform .3s cubic-bezier(.4,0,.2,1);display:none;position:fixed;inset:60px 0 0;overflow-y:auto;transform:translate(100%)}.Header-module__arFiJq__mobileMenu.Header-module__arFiJq__open{display:block;transform:translate(0)}@keyframes Header-module__arFiJq__menuItemSlideIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.Header-module__arFiJq__menuItem{opacity:0;border-bottom:1px solid #f0f0f0;padding:0;transform:translateY(10px)}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem{animation:.35s forwards Header-module__arFiJq__menuItemSlideIn}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:first-child{animation-delay:50ms}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(2){animation-delay:.1s}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(3){animation-delay:.15s}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(4){animation-delay:.2s}.Header-module__arFiJq__open .Header-module__arFiJq__menuItem:nth-child(5){animation-delay:.25s}.Header-module__arFiJq__open .Header-module__arFiJq__mobileLoginWrap{opacity:0;animation:.35s .3s forwards Header-module__arFiJq__menuItemSlideIn}.Header-module__arFiJq__menuItem>a,.Header-module__arFiJq__menuItem>button{color:#111;width:100%;font-size:16px;font-weight:500;font-family:var(--font-inter), sans-serif;cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:8px;padding:16px 0;text-decoration:none;transition:color .15s;display:flex}.Header-module__arFiJq__menuItem>a:active,.Header-module__arFiJq__menuItem>button:active{color:var(--primary-blue)}.Header-module__arFiJq__mobileChevron{color:#999;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;transition:transform .3s;display:inline-flex}@keyframes Header-module__arFiJq__submenuSlideIn{0%{opacity:0;transform:translate(-14px)}to{opacity:1;transform:translate(0)}}.Header-module__arFiJq__submenu{max-height:0;margin:0;padding-bottom:0;padding-left:0;list-style:none;transition:max-height .4s cubic-bezier(.4,0,.2,1),padding .35s cubic-bezier(.4,0,.2,1);overflow:hidden}.Header-module__arFiJq__submenuOpen{max-height:500px;padding-bottom:8px}.Header-module__arFiJq__submenu li{opacity:0;border-left:2px solid #e0e0e0;margin-left:4px;padding:12px 0 12px 16px;transition:border-color .15s;transform:translate(-14px)}.Header-module__arFiJq__submenuOpen li{animation:.3s forwards Header-module__arFiJq__submenuSlideIn}.Header-module__arFiJq__submenuOpen li:first-child{animation-delay:40ms}.Header-module__arFiJq__submenuOpen li:nth-child(2){animation-delay:80ms}.Header-module__arFiJq__submenuOpen li:nth-child(3){animation-delay:.12s}.Header-module__arFiJq__submenuOpen li:nth-child(4){animation-delay:.16s}.Header-module__arFiJq__submenuOpen li:nth-child(5){animation-delay:.2s}.Header-module__arFiJq__submenuOpen li:nth-child(6){animation-delay:.24s}.Header-module__arFiJq__submenu li:hover{border-left-color:var(--primary-blue)}.Header-module__arFiJq__submenu a{color:#444;font-size:15px;font-weight:400;font-family:var(--font-inter), sans-serif;text-decoration:none;transition:color .15s}.Header-module__arFiJq__submenu a:hover{color:var(--primary-blue)}.Header-module__arFiJq__mobileLoginWrap{padding:24px 0 8px}.Header-module__arFiJq__mobileLoginBtn{background:var(--primary-blue);width:100%;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 24px;font-size:15px;font-weight:600;text-decoration:none;transition:background-color .2s;display:flex;color:#fff!important}.Header-module__arFiJq__mobileLoginBtn:hover{background:var(--primary-blue-hover)}.Header-module__arFiJq__mobileLogoutBtn{color:#17243a;width:100%;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#fff;border:1px solid #00000024;border-radius:999px;justify-content:center;align-items:center;margin-top:10px;padding:14px 24px;font-size:15px;font-weight:600;transition:border-color .2s,background-color .2s;display:flex}.Header-module__arFiJq__mobileLogoutBtn:hover{background:#f7f9fc;border-color:#17243a3d}@media (max-width:1024px){.Header-module__arFiJq__headerContent{padding:12px 12px 12px 24px}.Header-module__arFiJq__mainNav{gap:18px}.Header-module__arFiJq__loginBtn{margin-left:16px;padding:9px 24px;font-size:12px}.Header-module__arFiJq__userMenuWrap{margin-left:16px}}@media (max-width:768px){.Header-module__arFiJq__headerContent{padding:10px 16px}.Header-module__arFiJq__logo img{height:22px}.Header-module__arFiJq__desktopNav,.Header-module__arFiJq__loginBtn,.Header-module__arFiJq__userMenuWrap{display:none!important}.Header-module__arFiJq__mobileMenuToggle{display:flex}}
.Footer-module__rnk_JG__footer{color:#4e4f4f;content-visibility:auto;contain-intrinsic-size:auto 400px;background:#e7f6fe;padding:0}.Footer-module__rnk_JG__footerContent{max-width:1920px;margin:0 auto;padding:64px 64px 40px}.Footer-module__rnk_JG__footerMain{grid-template-columns:1.8fr 1fr 1fr .85fr 1.05fr;align-items:start;gap:16px;padding-bottom:32px;display:grid}.Footer-module__rnk_JG__footerLogoCol{align-items:flex-start;padding-top:2px;display:flex}.Footer-module__rnk_JG__footerLogoImg{object-fit:contain;object-position:left center;mix-blend-mode:multiply;width:100%;max-width:252px;height:auto;display:block}.Footer-module__rnk_JG__footerCol a,.Footer-module__rnk_JG__footerCol p{color:#4e4f4f;font-size:16px;font-weight:400;line-height:1.5;font-family:var(--font-inter), sans-serif;letter-spacing:normal;margin-bottom:8px;text-decoration:none;display:block}.Footer-module__rnk_JG__footerHeading{color:#000;letter-spacing:.8px;font-size:16px;font-family:var(--font-inter), sans-serif;margin-bottom:14px;line-height:normal;font-weight:800!important}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn){width:fit-content;transition:color .2s;display:block;position:relative}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn):after{content:"";background-color:#0b3385;width:0;height:1px;transition:width .3s;position:absolute;bottom:2px;left:0}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn):hover{color:#0b3385}.Footer-module__rnk_JG__footerCol a:not(.Footer-module__rnk_JG__bookBtn):hover:after{width:100%}.Footer-module__rnk_JG__faqLink{width:fit-content;margin-top:8px;display:block!important}.Footer-module__rnk_JG__bookBtn{background:var(--primary-blue);width:100%;min-height:44px;font-size:14px;font-weight:600;font-family:var(--font-inter), sans-serif;white-space:nowrap;text-align:center;border-radius:999px;justify-content:center;align-items:center;margin-top:14px;padding:11px 20px;text-decoration:none;transition:background-color .3s;display:flex;color:#fff!important}.Footer-module__rnk_JG__bookBtn:hover{background:var(--primary-blue-hover);color:#fff!important}.Footer-module__rnk_JG__footerBottom{border-top:1px solid #b0b0b0;justify-content:space-between;align-items:center;padding:16px 0 0;display:flex}.Footer-module__rnk_JG__copyright{color:#595959;font-size:14px;font-weight:400;font-family:var(--font-inter), sans-serif;letter-spacing:normal;line-height:normal}.Footer-module__rnk_JG__socialIcons{gap:8px;display:flex}.Footer-module__rnk_JG__socialIcon{background:#000;border-radius:7px;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s;display:flex}.Footer-module__rnk_JG__socialIcon:hover{background:#333}.Footer-module__rnk_JG__socialIcon svg{fill:#fff;width:16px;height:16px}@media (max-width:1024px){.Footer-module__rnk_JG__footerContent{padding:40px 32px 28px}.Footer-module__rnk_JG__footerMain{grid-template-columns:1fr 1fr 1fr;gap:24px}.Footer-module__rnk_JG__footerLogoImg{max-width:260px}}@media (max-width:768px){.Footer-module__rnk_JG__footerContent{padding:28px 24px 24px}.Footer-module__rnk_JG__footerLogoCol{justify-content:flex-start;margin-bottom:12px}.Footer-module__rnk_JG__footerLogoImg{max-width:200px}.Footer-module__rnk_JG__footerMain{grid-template-columns:1fr 1fr;gap:0}.Footer-module__rnk_JG__footerLogoCol{grid-column:1/-1}.Footer-module__rnk_JG__footerCol{flex-direction:column;gap:16px;padding:12px 0;display:flex}.Footer-module__rnk_JG__footerHeading{letter-spacing:.3px;margin-bottom:0;font-size:16px}.Footer-module__rnk_JG__footerCol a,.Footer-module__rnk_JG__footerCol p{margin-bottom:0;font-size:15px;line-height:1.45}.Footer-module__rnk_JG__bookBtn{width:100%;min-height:42px;margin-top:0;padding:10px 20px;font-size:14px}.Footer-module__rnk_JG__footerBottom{text-align:center;flex-direction:column;align-items:center;gap:14px;margin-top:12px;padding-top:20px}.Footer-module__rnk_JG__copyright{font-size:13px}.Footer-module__rnk_JG__socialIcons{justify-content:center}}
.PFHero-module__vV87aW__hero{align-items:center;width:100%;min-height:580px;display:flex;position:relative;overflow:hidden}.PFHero-module__vV87aW__heroBgImage{z-index:0;position:absolute;inset:0}.PFHero-module__vV87aW__heroBgImage img{object-fit:cover;object-position:right center;width:100%;height:100%}.PFHero-module__vV87aW__heroOverlay{z-index:1;background:linear-gradient(90deg,#ffffffe6 0%,#ffffffd1 52.98%,#fff0 100%);position:absolute;inset:0}.PFHero-module__vV87aW__heroInner{z-index:2;width:100%;padding:40px 40px 48px 72px;position:relative}.PFHero-module__vV87aW__heroContent{flex-direction:column;gap:14px;max-width:680px;display:flex}.PFHero-module__vV87aW__heroSubtitle{color:#4d5559;font-size:16px;line-height:1.4;font-family:var(--font-inter), sans-serif;max-width:720px}.PFHero-module__vV87aW__heroFees{color:#4d5559;font-size:12px;line-height:1.4;font-family:var(--font-inter), sans-serif;max-width:500px;font-weight:400}.PFHero-module__vV87aW__heroTitle{color:#000;font-size:33px;font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;max-width:680px;margin:8px 0}.PFHero-module__vV87aW__heroTitleFirstLine,.PFHero-module__vV87aW__heroTitleSecondLine{display:block}.PFHero-module__vV87aW__heroTitleFirstLine{white-space:nowrap}.PFHero-module__vV87aW__heroCallout{color:#565656;font-size:16px;line-height:1.2;font-family:var(--font-inter), sans-serif;font-weight:400}.PFHero-module__vV87aW__heroCallout strong{color:#000;font-weight:700}.PFHero-module__vV87aW__ctaButton{background:var(--primary-blue);color:#fff;text-align:center;width:fit-content;min-height:50px;font-size:17px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;margin-top:16px;padding:14px 44px;text-decoration:none;transition:background-color .25s;display:inline-flex}.PFHero-module__vV87aW__ctaButton:hover{background:var(--primary-blue-hover)}.PFHero-module__vV87aW__statsRow{flex-wrap:wrap;align-items:center;gap:40px;margin-top:16px;display:flex}.PFHero-module__vV87aW__statItem{align-items:center;gap:8px;display:flex}.PFHero-module__vV87aW__statIcon{font-size:18px;line-height:1}.PFHero-module__vV87aW__statContent{flex-direction:column;gap:2px;display:flex}.PFHero-module__vV87aW__statValue{color:#000;font-size:15px;font-weight:700;font-family:var(--font-inter), sans-serif}.PFHero-module__vV87aW__statLabel{color:#4d5559;font-size:12px;font-family:var(--font-inter), sans-serif}@media (max-width:768px){.PFHero-module__vV87aW__heroContent{max-width:100%}.PFHero-module__vV87aW__heroInner{padding:40px 20px}.PFHero-module__vV87aW__heroTitle{font-size:26px}.PFHero-module__vV87aW__heroTitleFirstLine{white-space:normal}.PFHero-module__vV87aW__heroCallout{font-size:18px}.PFHero-module__vV87aW__heroOverlay{background:linear-gradient(90deg,#fffffff2 0%,#ffffffbf 52.98%,#ffffff4d 100%)}.PFHero-module__vV87aW__ctaButton{border-radius:999px;width:fit-content;padding:14px 36px;font-size:15px}}@media (max-width:480px){.PFHero-module__vV87aW__hero{min-height:420px}.PFHero-module__vV87aW__heroInner{padding:32px 16px}.PFHero-module__vV87aW__heroTitle{font-size:23px}.PFHero-module__vV87aW__heroCallout{font-size:15px}.PFHero-module__vV87aW__heroSubtitle{font-size:14px}}
.PFPainStatement-module__emIqkG__section{background:#fff;justify-content:center;align-items:center;padding:clamp(100px,10vw,140px) clamp(16px,4vw,40px);display:flex;position:relative;overflow:hidden}.PFPainStatement-module__emIqkG__leafDecor{pointer-events:none;opacity:1.2;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);z-index:0;width:220px;height:auto;transition:transform .3s ease-out;position:absolute;top:-30px;left:1260px;transform:rotate(-15deg)}.PFPainStatement-module__emIqkG__section:hover .PFPainStatement-module__emIqkG__leafDecor{transform:rotate(-15deg)translateY(-12px)translate(-10px)scale(1.05)}.PFPainStatement-module__emIqkG__inner{text-align:center;z-index:1;max-width:960px;position:relative}.PFPainStatement-module__emIqkG__text{color:#000;font-size:clamp(16px,1.4vw,20px);font-style:italic;line-height:1.75;font-family:var(--font-inria-serif), "Georgia", serif;margin:0}
.PanIndiaPresence-module__pqCifG__panIndia{background-color:#f8f9fa;width:100%;padding:56px 0;position:relative;overflow:hidden}.PanIndiaPresence-module__pqCifG__content{z-index:1;max-width:100%;margin:0 auto;padding:0 40px;position:relative}.PanIndiaPresence-module__pqCifG__header{text-align:center;margin-bottom:34px}.PanIndiaPresence-module__pqCifG__header h2{color:#000;font-size:clamp(20px,3.5vw,33px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:14px}.PanIndiaPresence-module__pqCifG__description{color:#5a6164;max-width:1080px;font-size:16px;line-height:1.5;font-family:var(--font-inter), sans-serif;margin:0 auto}.PanIndiaPresence-module__pqCifG__expertHeader{text-align:center;margin-bottom:64px}.PanIndiaPresence-module__pqCifG__expertHeader h2{color:#000;font-size:clamp(22px,3.8vw,36px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:20px}.PanIndiaPresence-module__pqCifG__highlight{color:var(--primary-blue)}.PanIndiaPresence-module__pqCifG__expertDescription{color:#5a6164;max-width:800px;font-size:16px;line-height:1.5;font-family:var(--font-inter), sans-serif;margin:0 auto 32px}.PanIndiaPresence-module__pqCifG__expertBadges{flex-wrap:wrap;justify-content:center;gap:32px;display:flex}.PanIndiaPresence-module__pqCifG__expertBadge{color:#000;font-size:16px;font-weight:600;font-family:var(--font-inter), sans-serif;align-items:center;gap:8px;display:flex}.PanIndiaPresence-module__pqCifG__expertBadge svg{color:var(--primary-blue);flex-shrink:0}.PanIndiaPresence-module__pqCifG__citiesScroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:18px;max-width:100%;margin-bottom:36px;padding:0 2px 12px;display:flex;overflow-x:auto}.PanIndiaPresence-module__pqCifG__citiesScroll::-webkit-scrollbar{height:0;display:none}.PanIndiaPresence-module__pqCifG__cityCard{text-align:center;scroll-snap-align:start;box-sizing:border-box;background:#fff;border-radius:16px;flex-direction:column;flex-shrink:0;width:min(84vw,340px);min-width:min(84vw,340px);max-width:340px;padding:32px 20px;display:flex;overflow:hidden;box-shadow:0 2px 12px #00000014}.PanIndiaPresence-module__pqCifG__cityImageWrapper{border-radius:16px;width:138px;height:104px;margin:0 auto 18px;overflow:hidden}.PanIndiaPresence-module__pqCifG__cityImageWrapper img{object-fit:cover;width:100%;height:100%;display:block}.PanIndiaPresence-module__pqCifG__cityCard h3{color:#000;font-size:24px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:12px}.PanIndiaPresence-module__pqCifG__quote{color:#000;font-size:16px;line-height:1.5;font-family:var(--font-inter), sans-serif;flex-grow:1;margin-bottom:12px;margin-left:20px;margin-right:20px;font-style:italic;font-weight:400}.PanIndiaPresence-module__pqCifG__author{color:#000;font-size:14px;font-family:var(--font-inter), sans-serif;text-align:center;margin-top:auto;margin-left:20px;font-style:italic;font-weight:700}.PanIndiaPresence-module__pqCifG__capabilitiesGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.PanIndiaPresence-module__pqCifG__capabilityCard{text-align:left;background:#fff;border-radius:16px;padding:36px 44px;box-shadow:0 2px 12px #00000014}.PanIndiaPresence-module__pqCifG__capIcon{width:49px;height:49px;margin-bottom:20px}.PanIndiaPresence-module__pqCifG__capIcon img{object-fit:contain;width:100%;height:100%}.PanIndiaPresence-module__pqCifG__capabilityCard h3{color:#000;font-size:20px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:16px;line-height:1.4}.PanIndiaPresence-module__pqCifG__capabilityCard ul{flex-direction:column;gap:12px;padding:0;list-style:none;display:flex}.PanIndiaPresence-module__pqCifG__capabilityCard li{color:#4d5559;font-size:14px;line-height:1.5;font-family:var(--font-inter), sans-serif;padding-left:16px;position:relative}.PanIndiaPresence-module__pqCifG__capabilityCard li:before{content:"•";color:var(--primary-blue);font-weight:700;position:absolute;left:0}@media (max-width:1200px){.PanIndiaPresence-module__pqCifG__capabilitiesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PanIndiaPresence-module__pqCifG__panIndia{padding:44px 0}.PanIndiaPresence-module__pqCifG__content{padding:0 20px}.PanIndiaPresence-module__pqCifG__citiesScroll{gap:16px}.PanIndiaPresence-module__pqCifG__cityCard{padding:24px 16px}.PanIndiaPresence-module__pqCifG__cityImageWrapper{width:180px;height:136px}.PanIndiaPresence-module__pqCifG__capabilitiesGrid{grid-template-columns:1fr}}
.SupportedBy-module__1rOw3q__section{background:#fff;width:100%;padding:36px 50px 22px}.SupportedBy-module__1rOw3q__heading{text-align:center;font-family:var(--font-inter), sans-serif;color:#5f5f5f;letter-spacing:.5em;text-transform:uppercase;margin-bottom:14px;font-size:16px;font-weight:400;line-height:1.2}.SupportedBy-module__1rOw3q__and{text-transform:lowercase;letter-spacing:.25em;font-style:normal}.SupportedBy-module__1rOw3q__divider{background:#3f3f3f;width:100%;height:1px;margin:0 auto}.SupportedBy-module__1rOw3q__logos{justify-content:space-between;align-items:center;gap:18px;width:100%;margin:0 auto;padding:28px 0;display:flex}.SupportedBy-module__1rOw3q__logoWrapper{flex:none;justify-content:center;align-items:center;display:flex}.SupportedBy-module__1rOw3q__logo{object-fit:contain;max-width:100%;height:auto;display:block}.SupportedBy-module__1rOw3q__logoPayU{object-fit:cover;object-position:center;height:88px;width:175px!important}.SupportedBy-module__1rOw3q__logoBharatsure{object-fit:cover;object-position:center;height:64px;width:170px!important}@media (max-width:1440px){.SupportedBy-module__1rOw3q__heading{font-size:15px}.SupportedBy-module__1rOw3q__logos{gap:18px}}@media (max-width:1200px){.SupportedBy-module__1rOw3q__section{padding:34px 32px 22px}.SupportedBy-module__1rOw3q__heading{letter-spacing:.38em;font-size:14px}.SupportedBy-module__1rOw3q__logos{flex-wrap:wrap;justify-content:center;gap:20px 28px;padding:24px 0}.SupportedBy-module__1rOw3q__logoWrapper{flex:0 auto}.SupportedBy-module__1rOw3q__logo{width:clamp(120px,16vw,170px)!important}.SupportedBy-module__1rOw3q__logoPayU{height:80px;width:160px!important}.SupportedBy-module__1rOw3q__logoBharatsure{height:56px;width:150px!important}}@media (max-width:768px){.SupportedBy-module__1rOw3q__section{padding:28px 20px 20px}.SupportedBy-module__1rOw3q__heading{letter-spacing:.34em;margin-bottom:16px;font-size:11px}.SupportedBy-module__1rOw3q__logos{flex-wrap:wrap;justify-content:center;gap:16px 18px;padding:18px 0}.SupportedBy-module__1rOw3q__logoWrapper{flex:none;width:calc(33.33% - 14px)}.SupportedBy-module__1rOw3q__logo{max-width:110px;width:100%!important}.SupportedBy-module__1rOw3q__logoPayU{height:50px;width:100px!important}.SupportedBy-module__1rOw3q__logoBharatsure{height:38px;width:100px!important}}
.AboutHero-module__d9F9Aa__section{justify-content:center;align-items:flex-end;min-height:620px;padding:0 60px 56px;display:flex;position:relative}.AboutHero-module__d9F9Aa__bgImage{object-fit:cover;object-position:center center}.AboutHero-module__d9F9Aa__overlay{pointer-events:none;z-index:1;background:linear-gradient(#050f1e0f 0%,#050f1e6b 65%,#050f1ec7 100%);position:absolute;inset:0}.AboutHero-module__d9F9Aa__inner{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:12px;width:100%;max-width:1120px;display:flex;position:relative}.AboutHero-module__d9F9Aa__title{font-family:var(--font-inria-serif), "Georgia", serif;color:#fff;max-width:1080px;margin:0;font-size:3.2rem;font-weight:700;line-height:1.2}.AboutHero-module__d9F9Aa__subtitle{color:#ffffffe0;font-size:1.1rem;line-height:1.6;font-family:var(--font-inter), sans-serif;max-width:760px;margin:0}.AboutHero-module__d9F9Aa__tagline{color:#fffffff2;font-size:1rem;font-weight:600;font-family:var(--font-inter), sans-serif;margin:0}@media (max-width:1024px){.AboutHero-module__d9F9Aa__section{min-height:560px;padding:0 40px 48px}.AboutHero-module__d9F9Aa__title{font-size:2.4rem}}@media (max-width:768px){.AboutHero-module__d9F9Aa__section{min-height:440px;padding:0 20px 32px}.AboutHero-module__d9F9Aa__title{font-size:1.8rem}.AboutHero-module__d9F9Aa__subtitle{font-size:.97rem}}
.Hero-module__VhBLCG__hero{background:#f9fcfc;align-items:flex-start;min-height:clamp(550px,60vw,660px);padding:100px clamp(32px,5vw,80px) 90px;display:flex;position:relative;overflow:hidden}.Hero-module__VhBLCG__heroImageWrapper{z-index:0;width:52%;height:100%;position:absolute;top:0;right:0}.Hero-module__VhBLCG__heroImageWrapper:before{content:"";z-index:1;background:linear-gradient(90deg,#f9fcfc 0%,#f9fcfc8c 22%,#f9fcfc00 50%);position:absolute;inset:0}.Hero-module__VhBLCG__heroInner{z-index:2;width:100%;max-width:1200px;margin:0 auto;position:relative}.Hero-module__VhBLCG__heroContent{flex-direction:column;gap:20px;max-width:560px;display:flex}.Hero-module__VhBLCG__eyebrow{color:#6b7280;text-transform:uppercase;letter-spacing:.14em;font-size:.75rem;font-weight:700;font-family:var(--font-inter), sans-serif;align-items:center;gap:.6rem;display:flex}.Hero-module__VhBLCG__eyebrowDot{background-color:var(--primary-blue,#3b82f6);border-radius:50%;width:6px;height:6px}.Hero-module__VhBLCG__heroh1{font-family:var(--font-inria-serif), "Georgia", serif;color:#111827;letter-spacing:-.01em;text-wrap:balance;margin:0;font-size:clamp(30px,3.8vw,46px);font-weight:700;line-height:1.22}.Hero-module__VhBLCG__bodyPrimary{font-family:var(--font-inter), sans-serif;color:#4d5559;margin:0;font-size:15px;line-height:1.7}.Hero-module__VhBLCG__ctaRow{flex-wrap:wrap;align-items:center;gap:16px;margin-top:20px;display:flex}.Hero-module__VhBLCG__ctaPrimary{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 44px;text-decoration:none;transition:background-color .3s;display:inline-flex}.Hero-module__VhBLCG__ctaPrimary:hover{background:var(--primary-blue-hover)}.Hero-module__VhBLCG__heroImage{object-fit:cover;object-position:center center}.Hero-module__VhBLCG__desktopBreak{display:block}@media (prefers-reduced-motion:reduce){.Hero-module__VhBLCG__ctaPrimary,.Hero-module__VhBLCG__ctaOutline{transition:none}}@media (min-width:1440px){.Hero-module__VhBLCG__hero{padding:110px clamp(60px,8vw,140px) 100px}.Hero-module__VhBLCG__heroContent{max-width:680px}.Hero-module__VhBLCG__heroImageWrapper{width:55%}}@media (max-width:1024px){.Hero-module__VhBLCG__hero{padding:60px 32px}.Hero-module__VhBLCG__heroh1{font-size:36px}}@media (max-width:768px){.Hero-module__VhBLCG__hero{min-height:unset;flex-direction:column;align-items:stretch;padding:36px 20px 0}.Hero-module__VhBLCG__heroInner{order:1;padding:0}.Hero-module__VhBLCG__heroContent{gap:14px;max-width:100%}.Hero-module__VhBLCG__heroImageWrapper{order:2;width:100%;height:260px;margin-top:28px;position:relative;top:auto;right:auto}.Hero-module__VhBLCG__heroImageWrapper:before{background:linear-gradient(#f9fcfcb3 0%,#f9fcfc00 35%)}.Hero-module__VhBLCG__heroh1{font-size:28px;line-height:1.25}.Hero-module__VhBLCG__bodyPrimary,.Hero-module__VhBLCG__bodySecondary{font-size:14px;line-height:1.6}.Hero-module__VhBLCG__ctaRow{gap:12px;margin-top:4px}.Hero-module__VhBLCG__ctaPrimary{min-height:44px;padding:12px 28px;font-size:14px}.Hero-module__VhBLCG__desktopBreak{display:none}}@media (max-width:360px){.Hero-module__VhBLCG__ctaRow{flex-direction:column}.Hero-module__VhBLCG__ctaPrimary{width:100%}}
.FoundersSection-module__KAOjTa__section{background:#faf7f4;padding:80px 60px;position:relative;overflow:hidden}.FoundersSection-module__KAOjTa__leafLeft{opacity:.75;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:220px;height:auto;transition:transform .3s ease-out;position:absolute;top:-30px;left:-30px}.FoundersSection-module__KAOjTa__leafRight{opacity:.75;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:200px;height:auto;transition:transform .3s ease-out;position:absolute;bottom:-40px;right:-40px;transform:scaleX(-1)scaleY(-1)}.FoundersSection-module__KAOjTa__section:hover .FoundersSection-module__KAOjTa__leafLeft{transform:translateY(-12px)translate(-10px)scale(1.05)}.FoundersSection-module__KAOjTa__section:hover .FoundersSection-module__KAOjTa__leafRight{transform:scaleX(-1)scaleY(-1)translateY(12px)translate(10px)scale(1.05)}.FoundersSection-module__KAOjTa__inner{max-width:1240px;margin:0 auto}.FoundersSection-module__KAOjTa__title{font-family:var(--font-inria-serif), "Georgia", serif;text-align:center;color:#1a2a3a;margin:0 0 48px;font-size:2rem;font-weight:700}.FoundersSection-module__KAOjTa__row{grid-template-columns:1fr 1.1fr;align-items:center;gap:0;display:grid}.FoundersSection-module__KAOjTa__imageCol{border-radius:16px;position:relative;overflow:hidden}.FoundersSection-module__KAOjTa__imageCol:after{content:"";pointer-events:none;z-index:1;background:linear-gradient(90deg,#0000,#faf7f4);width:48%;position:absolute;top:0;bottom:0;right:0}.FoundersSection-module__KAOjTa__image{object-fit:cover;border-radius:0;width:100%;height:100%;min-height:460px;display:block}.FoundersSection-module__KAOjTa__textCol{flex-direction:column;gap:20px;padding-left:clamp(12px,1vw,24px);display:flex}.FoundersSection-module__KAOjTa__mono{font-family:var(--font-inter), sans-serif;color:#1a2a3a;margin:0;font-size:clamp(.95rem,1.3vw,1.05rem);font-style:italic;font-weight:400;line-height:1.75}.FoundersSection-module__KAOjTa__body{color:#333;font-size:1rem;line-height:1.75;font-family:var(--font-inter), sans-serif;margin:0}.FoundersSection-module__KAOjTa__ending{word-break:break-word;word-spacing:normal;-webkit-hyphens:auto;hyphens:auto;font-style:normal;font-weight:400}.FoundersSection-module__KAOjTa__highlight{color:#0052cc;font-style:italic;font-weight:600}@media (max-width:1024px){.FoundersSection-module__KAOjTa__section{padding:60px 32px}.FoundersSection-module__KAOjTa__row{grid-template-columns:1fr 1fr;gap:0}.FoundersSection-module__KAOjTa__image{min-height:380px}.FoundersSection-module__KAOjTa__title{font-size:1.75rem}}@media (max-width:768px){.FoundersSection-module__KAOjTa__section{padding:60px 20px}.FoundersSection-module__KAOjTa__row{grid-template-columns:1fr;gap:32px}.FoundersSection-module__KAOjTa__imageCol:after{width:30%}.FoundersSection-module__KAOjTa__image{min-height:300px}.FoundersSection-module__KAOjTa__textCol{padding-left:0}.FoundersSection-module__KAOjTa__title{font-size:1.5rem}}
.Support-module__Vr9ZNG__support{background:#fff;padding:60px 0}.Support-module__Vr9ZNG__container{justify-content:center;align-items:center;width:100%;max-width:100%;margin:0;display:flex}.Support-module__Vr9ZNG__supportImage{width:100%;height:auto}@media (max-width:600px){.Support-module__Vr9ZNG__support{padding:40px 0}.Support-module__Vr9ZNG__supportImage{width:100%}}
.WithdrawalHero-module__-MNbFa__hero{background:#fff;border-bottom:1px solid #f0f0f0;padding:90px 40px}.WithdrawalHero-module__-MNbFa__heroInner{align-items:flex-start;gap:72px;min-width:0;max-width:1200px;margin:0 auto;display:flex}.WithdrawalHero-module__-MNbFa__heroContent{flex-direction:column;flex:1 1 0;gap:0;min-width:0;max-width:580px;display:flex}.WithdrawalHero-module__-MNbFa__hero h1{color:#000;font-size:clamp(28px,3.6vw,42px);font-weight:700;line-height:1.18;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 20px}.WithdrawalHero-module__-MNbFa__subtitle{color:#4d5559;font-size:clamp(14px,1.15vw,16px);line-height:1.7;font-family:var(--font-inter), sans-serif;max-width:540px;margin:0 0 32px}.WithdrawalHero-module__-MNbFa__ctaRow{flex-wrap:wrap;align-items:center;gap:24px;display:flex}.WithdrawalHero-module__-MNbFa__ctaPrimary{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 36px;text-decoration:none;transition:background-color .25s;display:inline-flex}.WithdrawalHero-module__-MNbFa__ctaPrimary:hover{background:var(--primary-blue-hover)}.WithdrawalHero-module__-MNbFa__consultLink{align-items:center;gap:16px;display:flex}.WithdrawalHero-module__-MNbFa__divider{background:#d0d5dd;flex-shrink:0;width:2px;height:44px}.WithdrawalHero-module__-MNbFa__consultLabel{color:#4d5559;font-size:14px;font-family:var(--font-inter), sans-serif;margin-bottom:2px;display:block}.WithdrawalHero-module__-MNbFa__consultAnchor{color:var(--primary-blue);font-size:15px;font-weight:600;font-family:var(--font-inter), sans-serif;text-decoration:none;transition:color .2s;position:relative}.WithdrawalHero-module__-MNbFa__consultAnchor:hover{color:#000;filter:blur(.3px)}.WithdrawalHero-module__-MNbFa__consultAnchor:after{content:"";background:var(--primary-blue);width:0%;height:2px;transition:width .4s cubic-bezier(.4,0,.2,1);position:absolute;bottom:-2px;left:0}.WithdrawalHero-module__-MNbFa__consultAnchor:hover:after{width:100%}.WithdrawalHero-module__-MNbFa__heroImage{flex:420px;justify-content:flex-start;align-items:flex-start;width:100%;min-width:0;max-width:500px;display:flex}.WithdrawalHero-module__-MNbFa__heroImg{object-fit:cover;border-radius:16px;width:100%;height:auto;display:block}.WithdrawalHero-module__-MNbFa__inlineStats{align-items:flex-start;gap:24px;margin-top:32px;display:flex}.WithdrawalHero-module__-MNbFa__inlineStatItem{flex-wrap:wrap;flex:1;align-items:flex-start;gap:6px;min-width:140px;display:flex}.WithdrawalHero-module__-MNbFa__statIcon{color:var(--primary-blue);flex-shrink:0;font-size:16px;line-height:1.3}.WithdrawalHero-module__-MNbFa__statValue{color:#000;font-size:13px;font-weight:700;font-family:var(--font-inter), sans-serif;white-space:nowrap;flex-shrink:0}.WithdrawalHero-module__-MNbFa__statLabel{color:#4d5559;font-size:13px;font-family:var(--font-inter), sans-serif;white-space:nowrap;flex-basis:100%}@media (max-width:900px){.WithdrawalHero-module__-MNbFa__heroInner{flex-direction:column;gap:32px}.WithdrawalHero-module__-MNbFa__heroContent,.WithdrawalHero-module__-MNbFa__heroImage{max-width:100%}}@media (max-width:768px){.WithdrawalHero-module__-MNbFa__hero{padding:40px 20px 48px}.WithdrawalHero-module__-MNbFa__heroInner{flex-direction:column;gap:32px}.WithdrawalHero-module__-MNbFa__heroImage{flex:none;order:-1;width:100%}.WithdrawalHero-module__-MNbFa__subtitle{max-width:100%}.WithdrawalHero-module__-MNbFa__ctaRow{flex-direction:column;align-items:flex-start;gap:16px}.WithdrawalHero-module__-MNbFa__ctaPrimary{text-align:center;width:100%}.WithdrawalHero-module__-MNbFa__inlineStats{gap:20px}}@media (max-width:480px){.WithdrawalHero-module__-MNbFa__hero{padding:32px 16px 40px}.WithdrawalHero-module__-MNbFa__hero h1{margin:0 0 16px;font-size:26px}.WithdrawalHero-module__-MNbFa__subtitle{margin:0 0 24px;font-size:14px;line-height:1.6}.WithdrawalHero-module__-MNbFa__ctaRow{flex-direction:column;align-items:stretch;gap:16px;width:100%}.WithdrawalHero-module__-MNbFa__ctaPrimary{width:100%;padding:13px 24px;font-size:15px}.WithdrawalHero-module__-MNbFa__consultLink{border-left:3px solid var(--primary-blue);flex-direction:column;align-items:flex-start;gap:8px;padding-left:12px}.WithdrawalHero-module__-MNbFa__divider{display:none}.WithdrawalHero-module__-MNbFa__consultLabel{margin-bottom:0;font-size:13px}.WithdrawalHero-module__-MNbFa__consultAnchor{font-size:14px}.WithdrawalHero-module__-MNbFa__inlineStats{flex-flow:wrap;gap:16px;width:100%;margin-top:24px}.WithdrawalHero-module__-MNbFa__inlineStatItem{gap:5px}.WithdrawalHero-module__-MNbFa__statValue,.WithdrawalHero-module__-MNbFa__statLabel{font-size:12px}}
.TrustedBy-module__VJPGEq__trustedBy{background:#f4f5f4;width:100%}.TrustedBy-module__VJPGEq__borderWrap{box-sizing:border-box;border-top:1px solid #444;border-bottom:1px solid #444;width:calc(100% - 32px);max-width:1400px;margin:0 auto;padding:20px clamp(12px,2vw,20px)}.TrustedBy-module__VJPGEq__inner{max-width:1200px;margin:0 auto}.TrustedBy-module__VJPGEq__topRow{align-items:flex-start;gap:36px;padding-top:10px;display:flex}.TrustedBy-module__VJPGEq__label{color:#000;letter-spacing:1.5px;text-transform:uppercase;font-size:20px;font-weight:400;font-family:var(--font-inter), sans-serif;flex-shrink:0;padding-top:8px;line-height:1.4}.TrustedBy-module__VJPGEq__labelBreak{display:block}.TrustedBy-module__VJPGEq__logos{flex-wrap:wrap;flex:1;justify-content:center;align-items:center;gap:18px 28px;min-width:0;display:flex}.TrustedBy-module__VJPGEq__logo{object-fit:contain;flex-shrink:1;max-width:100%;height:auto;max-height:55px}.TrustedBy-module__VJPGEq__logoW65{width:clamp(48px,7vw,65px);height:auto}.TrustedBy-module__VJPGEq__logoW80{width:clamp(56px,8vw,80px);height:auto}.TrustedBy-module__VJPGEq__logoW100{width:clamp(68px,10vw,100px);height:auto}.TrustedBy-module__VJPGEq__logoW150{width:clamp(96px,14vw,150px);height:auto}.TrustedBy-module__VJPGEq__logoReliance{max-height:60px;width:90px!important;height:auto!important}.TrustedBy-module__VJPGEq__tagline{text-align:center;color:#2f2f2f;font-size:18px;font-family:var(--font-inter), sans-serif;margin-top:16px;font-weight:400;line-height:1.4}.TrustedBy-module__VJPGEq__tagline strong{color:#222;font-weight:700}@media (max-width:1024px){.TrustedBy-module__VJPGEq__trustedBy{padding:24px 28px}.TrustedBy-module__VJPGEq__logos{gap:30px}.TrustedBy-module__VJPGEq__logo{max-height:40px}.TrustedBy-module__VJPGEq__logoReliance{height:auto;max-height:45px;width:70px!important}}@media (max-width:768px){.TrustedBy-module__VJPGEq__trustedBy{padding:0}.TrustedBy-module__VJPGEq__borderWrap{margin:0 28px;padding:12px 0}.TrustedBy-module__VJPGEq__topRow{flex-direction:column;align-items:center;gap:8px;padding-top:0}.TrustedBy-module__VJPGEq__label{text-align:center;white-space:normal;letter-spacing:1.5px;padding-top:0;font-size:12px}.TrustedBy-module__VJPGEq__labelBreak{display:block}.TrustedBy-module__VJPGEq__logos{flex-wrap:wrap;justify-content:center;align-items:center;gap:10px 14px;padding:0;display:flex}.TrustedBy-module__VJPGEq__logo{object-fit:contain;object-position:center;flex-shrink:1;max-width:min(22vw,84px);height:16px;width:auto!important}.TrustedBy-module__VJPGEq__logoReliance{height:22px}.TrustedBy-module__VJPGEq__tagline{margin-top:8px;font-size:11px}}
.AuditTestimonials-module__Ln3Vca__testimonials{background:linear-gradient(135deg,#fafbfc 0%,#f0f4f8 100%);padding:64px 40px 48px}.AuditTestimonials-module__Ln3Vca__content{max-width:1200px;margin:0 auto}.AuditTestimonials-module__Ln3Vca__sectionTitle{color:#000;text-align:center;font-size:36px;font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:52px}.AuditTestimonials-module__Ln3Vca__titleUnderline{text-underline-offset:4px;text-decoration:underline}.AuditTestimonials-module__Ln3Vca__testimonialsGrid{grid-template-columns:repeat(3,1fr);gap:20px;margin-bottom:32px;display:grid}.AuditTestimonials-module__Ln3Vca__testimonialCard{background:#f2f2f2;border-radius:16px;flex-direction:column;gap:8px;padding:24px 22px;display:flex;position:relative}.AuditTestimonials-module__Ln3Vca__linkedInBadge{justify-content:center;align-items:center;display:flex;position:absolute;top:14px;left:14px}.AuditTestimonials-module__Ln3Vca__cardHeader{text-align:center;flex-direction:column;align-items:center;gap:4px;display:flex}.AuditTestimonials-module__Ln3Vca__avatar{color:#fff;width:42px;height:42px;font-size:18px;font-weight:700;font-family:var(--font-inter), sans-serif;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.AuditTestimonials-module__Ln3Vca__avatarImg{object-fit:cover;border-radius:50%;width:70px;height:70px}.AuditTestimonials-module__Ln3Vca__cardTop{flex-direction:column;flex:1;gap:2px;display:flex}.AuditTestimonials-module__Ln3Vca__reviewerName{color:#000;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__reviewerMeta{color:#4d5559;font-size:13px;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__reviewDate{color:gray;font-size:12px;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__issueTag{color:#000;font-size:13px;font-weight:700;font-family:var(--font-inter), sans-serif;margin-top:4px}.AuditTestimonials-module__Ln3Vca__reviewText{color:#4d5559;font-size:14px;line-height:1.7;font-family:var(--font-inter), sans-serif}.AuditTestimonials-module__Ln3Vca__readMore{color:var(--primary-blue);font-size:12px;font-weight:600;font-family:var(--font-inter), sans-serif;text-align:center;margin-top:4px;text-decoration:none}.AuditTestimonials-module__Ln3Vca__readMore:hover{text-decoration:underline}.AuditTestimonials-module__Ln3Vca__seeMoreRow{justify-content:center;margin-top:12px;display:flex}.AuditTestimonials-module__Ln3Vca__seeMoreBtn{color:#222;min-height:50px;font-size:16px;font-weight:600;font-family:var(--font-inter), sans-serif;background:#fff;border:2px solid #333;border-radius:999px;justify-content:center;align-items:center;padding:14px 44px;text-decoration:none;transition:background-color .2s,transform .2s;display:inline-flex}.AuditTestimonials-module__Ln3Vca__seeMoreBtn:hover{background:#f5f5f5;transform:translateY(-1px)}.AuditTestimonials-module__Ln3Vca__moreSection{background:#fff;border-top:1px solid #eee;padding:72px 40px}.AuditTestimonials-module__Ln3Vca__moreInner{text-align:center;flex-direction:column;align-items:center;gap:24px;max-width:800px;margin:0 auto;display:flex}.AuditTestimonials-module__Ln3Vca__moreTitle{color:#000;font-size:28px;font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;line-height:1.4}.AuditTestimonials-module__Ln3Vca__visitBtn{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 44px;text-decoration:none;transition:background-color .3s;display:inline-flex}.AuditTestimonials-module__Ln3Vca__blueWord{color:var(--primary-blue)}.AuditTestimonials-module__Ln3Vca__visitBtn:hover{background:var(--primary-blue-hover)}@media (max-width:900px){.AuditTestimonials-module__Ln3Vca__testimonialsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.AuditTestimonials-module__Ln3Vca__testimonials{padding:50px 20px 40px}.AuditTestimonials-module__Ln3Vca__moreSection{padding:40px 20px}.AuditTestimonials-module__Ln3Vca__sectionTitle{font-size:28px}.AuditTestimonials-module__Ln3Vca__moreTitle{font-size:20px}.AuditTestimonials-module__Ln3Vca__testimonialsGrid{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:14px;padding:4px 20px 16px;display:flex;overflow-x:auto}.AuditTestimonials-module__Ln3Vca__testimonialsGrid::-webkit-scrollbar{display:none}.AuditTestimonials-module__Ln3Vca__testimonialCard{scroll-snap-align:start;flex:0 0 85%}.AuditTestimonials-module__Ln3Vca__seeMoreBtn{background:var(--primary-blue);color:#fff;border:none}.AuditTestimonials-module__Ln3Vca__seeMoreBtn:hover{background:var(--primary-blue-hover)}}
.Hero-module__dGmpaG__heroSection{background-color:#f8f9fa;background-image:url(/hero1.png);background-position:100%;background-repeat:no-repeat;background-size:cover;width:100vw;max-width:100%;padding:2rem 1.5rem 4rem;overflow-x:hidden}.Hero-module__dGmpaG__container{width:100%;max-width:1200px;margin:0 auto}.Hero-module__dGmpaG__mainGrid{grid-template-columns:1fr;align-items:center;gap:4rem;display:grid}@media (min-width:992px){.Hero-module__dGmpaG__mainGrid{grid-template-columns:1.1fr .9fr;gap:4rem}}.Hero-module__dGmpaG__leftColumn{flex-direction:column;display:flex}.Hero-module__dGmpaG__tagList,.Hero-module__dGmpaG__subtitle,.Hero-module__dGmpaG__buttonGroup,.Hero-module__dGmpaG__supportSection,.Hero-module__dGmpaG__card{font-family:system-ui,-apple-system,sans-serif!important}.Hero-module__dGmpaG__tagList{flex-wrap:wrap;gap:.75rem;margin-bottom:1.25rem;display:flex}.Hero-module__dGmpaG__tag{color:#4b5563;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:.5rem;padding:.35rem .75rem;font-size:.75rem;font-weight:600;display:inline-flex}.Hero-module__dGmpaG__tagDot{background-color:#0d6efd;border-radius:50%;width:6px;height:6px}.Hero-module__dGmpaG__title{color:#111827;letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.2;font-family:Playfair Display,Lora,Georgia,serif!important;font-weight:500!important}.Hero-module__dGmpaG__subtitle{color:#4b5563;margin:0 0 3rem;font-size:1rem;line-height:1.6;max-width:100%!important}.Hero-module__dGmpaG__buttonGroup{flex-wrap:wrap;gap:1rem;margin-bottom:3rem;display:flex}.Hero-module__dGmpaG__primaryBtn{color:#fff;cursor:pointer;background-color:#2563eb;border:none;border-radius:9999px;padding:1.1rem 2.5rem;font-size:1.05rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #2563eb33}.Hero-module__dGmpaG__primaryBtn:hover{background-color:#1d4ed8;transform:scale(1.03)translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}.Hero-module__dGmpaG__supportSection{margin-top:1rem}.Hero-module__dGmpaG__supportLabel{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;font-size:.75rem;font-weight:700}.Hero-module__dGmpaG__supportGrid{white-space:nowrap;flex-wrap:nowrap;gap:1.25rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.Hero-module__dGmpaG__supportItem{color:#4b5563;align-items:center;gap:.6rem;font-size:.875rem;font-weight:500;display:flex}.Hero-module__dGmpaG__checkIcon{color:#64748b;background-color:#0000;border:1.5px solid #64748b;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;padding:2px;display:flex}.Hero-module__dGmpaG__card{background-color:#fff;border:1px solid #e2e8f0;border-radius:16px;padding:2rem;box-shadow:0 4px 6px -1px #0f172a0d,0 2px 4px -1px #0f172a08;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s!important}.Hero-module__dGmpaG__card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0f172a14,0 8px 10px -6px #0f172a0a}.Hero-module__dGmpaG__cardHeader{border-bottom:1px solid #f3f4f6;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1.5rem;display:flex}.Hero-module__dGmpaG__cardTitleWrap{align-items:center;gap:.5rem;display:flex}.Hero-module__dGmpaG__greenDot{background-color:#10b981;border-radius:50%;width:8px;height:8px}.Hero-module__dGmpaG__cardTitle{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.Hero-module__dGmpaG__workflowList{flex-direction:column;gap:1.5rem;display:flex;position:relative}.Hero-module__dGmpaG__step{z-index:1;gap:1rem;display:flex;position:relative}.Hero-module__dGmpaG__step:not(:last-child):before{content:"";z-index:-1;background-color:#e5e7eb;width:2px;position:absolute;top:32px;bottom:-1.5rem;left:15px}.Hero-module__dGmpaG__stepIcon{z-index:2;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:.875rem;font-weight:700;display:flex;position:relative}.Hero-module__dGmpaG__stepActive{color:#fff;background-color:#1e3a8a}.Hero-module__dGmpaG__stepPending{color:#6b7280;background-color:#f3f4f6}.Hero-module__dGmpaG__stepContent{flex-grow:1}.Hero-module__dGmpaG__stepTitle{color:#111827;margin:0 0 .25rem;font-size:.95rem;font-weight:600}.Hero-module__dGmpaG__stepDesc{color:#6b7280;margin:0;font-size:.875rem}.Hero-module__dGmpaG__cardFooter{border-top:1px solid #f3f4f6;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;display:flex}.Hero-module__dGmpaG__footerItem{color:#10b981;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}.Hero-module__dGmpaG__footerIcon{width:14px;height:14px}@media (max-width:991px){.Hero-module__dGmpaG__heroSection{background-position:top!important;padding:2.5rem 1rem 3rem!important}.Hero-module__dGmpaG__mainGrid{gap:2.5rem!important}}@media (max-width:768px){.Hero-module__dGmpaG__heroSection{background-position:55% 0!important}.Hero-module__dGmpaG__supportGrid{white-space:normal!important;flex-wrap:wrap!important;gap:1rem!important}.Hero-module__dGmpaG__title{font-size:2.1rem!important}.Hero-module__dGmpaG__buttonGroup{margin-bottom:4.5rem!important}.Hero-module__dGmpaG__card{padding:1.5rem!important}.Hero-module__dGmpaG__cardFooter{flex-direction:column!important;align-items:flex-start!important;gap:1.35rem!important}.Hero-module__dGmpaG__tagList{grid-template-columns:auto auto!important;justify-content:start!important;gap:.5rem!important;margin-bottom:1.75rem!important;display:grid!important}.Hero-module__dGmpaG__tag{margin:0!important}}
.Hero-module__avl1Bq__heroSection{--ink:#0f172a;--ink-soft:#1e293b;--body-text:#475569;--muted:#64748b;--faint:#94a3b8;--accent:#2563eb;--accent-dark:#1d4ed8;--success-bg:#dcfce7;--success-text:#16a34a;--warn-bg:#fef3c7;--warn-border:#fde68a;--warn-text:#d97706;--warn-text-strong:#b45309;--surface:#fff;--surface-muted:#f8fafc;--border-subtle:#0f172a0f;--border-faint:#0f172a14;--font-body:var(--font-inter), sans-serif;--font-display:var(--font-inria-serif), "Georgia", serif;--sp-1:4px;--sp-2:8px;--sp-3:12px;--sp-4:16px;--sp-5:20px;--sp-6:24px;--sp-7:32px;--sp-8:48px;padding:clamp(80px, 8vw, 112px) clamp(var(--sp-4), 4vw, var(--sp-8)) clamp(64px, 7vw, 104px);background:radial-gradient(120% 90% at 15% 0,#2563eb14 0%,#2563eb00 55%),linear-gradient(#eef4ff 0%,#f9fcfd 60%);flex-direction:column;min-height:auto;display:flex;position:relative;overflow:hidden}.Hero-module__avl1Bq__container{z-index:2;flex-grow:1;align-items:center;width:100%;max-width:1320px;margin:0 auto;display:flex;position:relative}.Hero-module__avl1Bq__heroGrid{grid-template-columns:minmax(0,1.15fr) minmax(0,.85fr);align-items:center;gap:clamp(18px,2vw,30px);width:100%;display:grid}.Hero-module__avl1Bq__leftCol{flex-direction:column;align-self:start;width:100%;max-width:720px;display:flex}.Hero-module__avl1Bq__rightCol{justify-content:center;align-items:center;width:100%;display:flex;position:relative}.Hero-module__avl1Bq__badge{align-items:center;gap:var(--sp-2);font:700 12px/1 var(--font-body);text-transform:uppercase;letter-spacing:.14em;color:var(--muted);width:fit-content;margin-bottom:var(--sp-5);display:inline-flex}.Hero-module__avl1Bq__badgeDot{background:var(--accent);border-radius:50%;width:6px;height:6px}.Hero-module__avl1Bq__title{font-family:var(--font-display);color:var(--ink);letter-spacing:-.015em;margin-bottom:var(--sp-4);text-wrap:balance;max-width:720px;font-size:clamp(26px,3.5vw,46px);font-weight:700;line-height:1.2}.Hero-module__avl1Bq__subtitle{font:400 clamp(15px, 1.3vw, 17px)/1.6 var(--font-body);color:var(--body-text);max-width:620px;margin-bottom:var(--sp-8)}.Hero-module__avl1Bq__subtitle strong{color:var(--ink-soft);font-weight:600}.Hero-module__avl1Bq__desktopBr{display:block}.Hero-module__avl1Bq__ctaWrapper{margin-bottom:var(--sp-6)}.Hero-module__avl1Bq__primaryButton{justify-content:center;align-items:center;gap:var(--sp-2);background:var(--accent);color:var(--surface);font:600 16px/1 var(--font-body);letter-spacing:.01em;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:18px 40px;transition:all .4s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 8px 20px -6px #2563eb80}.Hero-module__avl1Bq__primaryButton:hover{background:var(--accent-dark);transform:translateY(-3px)scale(1.02);box-shadow:0 14px 28px -6px #2563eb99}.Hero-module__avl1Bq__primaryButton:focus-visible{outline:2px solid var(--accent-dark);outline-offset:3px}.Hero-module__avl1Bq__primaryButton svg{transition:transform .3s}.Hero-module__avl1Bq__primaryButton:hover svg{transform:translate(5px)}.Hero-module__avl1Bq__assurances{gap:var(--sp-3) var(--sp-6);max-width:600px;padding-bottom:var(--sp-7);border-bottom:1px solid var(--border-faint);flex-wrap:wrap;display:flex}.Hero-module__avl1Bq__assuranceItem{align-items:center;gap:var(--sp-2);font:600 13px/1 var(--font-body);color:var(--ink-soft);display:flex}.Hero-module__avl1Bq__assuranceItem svg{color:var(--accent)}.Hero-module__avl1Bq__trustIntro{font:700 11px/1 var(--font-body);text-transform:uppercase;letter-spacing:.08em;color:var(--muted);margin:var(--sp-6) 0 var(--sp-3)}.Hero-module__avl1Bq__trustBar{align-items:center;gap:var(--sp-6) var(--sp-8);flex-wrap:wrap;width:100%;max-width:600px;display:flex}.Hero-module__avl1Bq__trustItem{align-items:center;gap:var(--sp-2);display:flex;position:relative}.Hero-module__avl1Bq__trustIcon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;font-size:18px;line-height:1;display:inline-flex}.Hero-module__avl1Bq__trustIcon svg{width:18px;height:18px}.Hero-module__avl1Bq__trustTextGroup{gap:var(--sp-1);flex-direction:column;display:flex}.Hero-module__avl1Bq__trustValue{font:700 16px/1.2 var(--font-body);color:var(--ink);letter-spacing:-.01em}.Hero-module__avl1Bq__trustLabel{font:500 11px/1.3 var(--font-body);color:var(--faint);white-space:nowrap}.Hero-module__avl1Bq__mockupWrapper{width:100%;max-width:485px;position:relative}.Hero-module__avl1Bq__heroImage{z-index:2;border:1px solid var(--surface);object-fit:cover;background:#ffffffd9;border-radius:24px;width:100%;height:auto;transition:box-shadow .4s;position:relative;box-shadow:0 20px 50px -12px #0f172a26}.Hero-module__avl1Bq__heroImage:hover{box-shadow:0 25px 60px -15px #0f172a33}.Hero-module__avl1Bq__glowingOrb{filter:blur(24px);pointer-events:none;z-index:1;background:#bfdbfe80;border-radius:50%;width:280px;height:280px;position:absolute;top:-15%;right:-15%}.Hero-module__avl1Bq__mockupCard{-webkit-backdrop-filter:blur(20px);border:1px solid var(--surface);z-index:2;background:#ffffffd9;border-radius:24px;transition:box-shadow .4s;position:relative;overflow:hidden;box-shadow:0 20px 50px -12px #0f172a26}.Hero-module__avl1Bq__mockupCard:hover{box-shadow:0 25px 60px -15px #0f172a33}.Hero-module__avl1Bq__mockupHeader{border-bottom:1px solid var(--border-subtle);height:40px;padding:0 var(--sp-4);background:#f8fafccc;align-items:center;display:flex}.Hero-module__avl1Bq__browserDots{gap:var(--sp-2);display:flex}.Hero-module__avl1Bq__browserDots span{border-radius:50%;width:8px;height:8px;display:block}.Hero-module__avl1Bq__dotRed{background:#ef4444}.Hero-module__avl1Bq__dotYellow{background:#f59e0b}.Hero-module__avl1Bq__dotGreen{background:#10b981}.Hero-module__avl1Bq__browserUrl{margin-left:var(--sp-5);font:500 11px/1 var(--font-body);color:var(--faint);align-items:center;gap:var(--sp-1);display:flex}.Hero-module__avl1Bq__mockupBody{padding:var(--sp-6)}.Hero-module__avl1Bq__reportMeta{margin-bottom:var(--sp-6);justify-content:space-between;align-items:flex-start;display:flex}.Hero-module__avl1Bq__reportTitle{font:750 16px/1 var(--font-body);color:var(--ink)}.Hero-module__avl1Bq__reportSubtitle{font:400 11px/1.4 var(--font-body);color:var(--faint)}.Hero-module__avl1Bq__statusBadge{background:var(--warn-bg);color:var(--warn-text-strong);border:1px solid var(--warn-border);padding:var(--sp-1) var(--sp-3);font:700 10px/1 var(--font-body);align-items:center;gap:var(--sp-1);white-space:nowrap;border-radius:9999px;display:flex}.Hero-module__avl1Bq__scoreRadialContainer{margin-bottom:var(--sp-6);justify-content:center;display:flex}.Hero-module__avl1Bq__scoreRadial{width:128px;height:128px;position:relative}.Hero-module__avl1Bq__svgRing{width:100%;height:100%;transform:rotate(-90deg)}.Hero-module__avl1Bq__ringTrack{stroke:var(--border-subtle);stroke-width:8px;fill:none}.Hero-module__avl1Bq__ringValue{stroke:#f59e0b;stroke-width:8px;fill:none;stroke-linecap:round;stroke-dasharray:377}.Hero-module__avl1Bq__scoreValueCenter{flex-direction:column;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.Hero-module__avl1Bq__scoreNum{font:800 28px/1 var(--font-body);color:var(--ink)}.Hero-module__avl1Bq__scoreText{font:700 9px/1 var(--font-body);text-transform:uppercase;letter-spacing:.05em;color:var(--faint)}.Hero-module__avl1Bq__analysisList{gap:var(--sp-3);flex-direction:column;display:flex}.Hero-module__avl1Bq__analysisItem{background:var(--surface);border:1px solid var(--border-subtle);padding:var(--sp-3) var(--sp-4);border-radius:12px;justify-content:space-between;align-items:center;transition:transform .2s,box-shadow .2s;display:flex}.Hero-module__avl1Bq__analysisItem:hover{transform:scale(1.02);box-shadow:0 4px 12px #0f172a0a}.Hero-module__avl1Bq__itemWarning{border-color:var(--warn-border);background:#fffbeb}.Hero-module__avl1Bq__analysisMain{align-items:center;gap:var(--sp-3);display:flex}.Hero-module__avl1Bq__statusIcon{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex}.Hero-module__avl1Bq__iconSuccess{background:var(--success-bg);color:var(--success-text)}.Hero-module__avl1Bq__iconWarning{background:var(--warn-bg);color:var(--warn-text)}.Hero-module__avl1Bq__analysisItemTitle{font:700 13px/1.3 var(--font-body);color:var(--ink-soft)}.Hero-module__avl1Bq__analysisItemSub{font:400 10px/1.3 var(--font-body);color:var(--muted);margin-top:var(--sp-1)}.Hero-module__avl1Bq__analysisStatusText{font:600 11px/1 var(--font-body);color:var(--muted);text-align:right}.Hero-module__avl1Bq__analysisWarningText{font:700 11px/1 var(--font-body);color:var(--warn-text);text-align:right}.Hero-module__avl1Bq__leafTopLeft,.Hero-module__avl1Bq__leafBottomRight{pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.1)contrast(1.05);opacity:.5;position:absolute}.Hero-module__avl1Bq__leafTopLeft{top:-40px;left:-40px;transform:rotate(12deg)}.Hero-module__avl1Bq__leafBottomRight{bottom:-40px;right:-20px;transform:rotate(34deg)scaleX(-1)}@media (max-width:1024px){.Hero-module__avl1Bq__heroSection{padding-top:var(--sp-8)}.Hero-module__avl1Bq__heroGrid{gap:var(--sp-8);grid-template-columns:1fr}.Hero-module__avl1Bq__leftCol{text-align:center;align-items:center}.Hero-module__avl1Bq__subtitle,.Hero-module__avl1Bq__assurances,.Hero-module__avl1Bq__trustBar{margin-left:auto;margin-right:auto}.Hero-module__avl1Bq__assurances{justify-content:center}.Hero-module__avl1Bq__desktopBr{display:none}}@media (max-width:640px){.Hero-module__avl1Bq__heroSection{padding-left:var(--sp-4);padding-right:var(--sp-4)}.Hero-module__avl1Bq__title{font-size:clamp(28px,6.5vw,42px)}.Hero-module__avl1Bq__primaryButton{text-align:center}.Hero-module__avl1Bq__trustBar{padding:var(--sp-4);justify-content:center;gap:var(--sp-3);flex-wrap:wrap;width:100%}.Hero-module__avl1Bq__trustItem{padding:0 var(--sp-3)}.Hero-module__avl1Bq__trustItem:not(:last-child):after{display:none}.Hero-module__avl1Bq__mockupWrapper{max-width:100%}.Hero-module__avl1Bq__mockupBody{padding:var(--sp-4)}.Hero-module__avl1Bq__reportMeta{gap:var(--sp-3);flex-direction:column}.Hero-module__avl1Bq__scoreRadial{width:100px;height:100px}.Hero-module__avl1Bq__scoreNum{font-size:24px}.Hero-module__avl1Bq__analysisItem{padding:var(--sp-3) var(--sp-3);gap:var(--sp-2);flex-wrap:wrap}.Hero-module__avl1Bq__analysisItemTitle{font-size:12px}.Hero-module__avl1Bq__leafTopLeft{width:140px}.Hero-module__avl1Bq__leafBottomRight{width:110px}}@media (max-width:380px){.Hero-module__avl1Bq__trustBar{padding:var(--sp-4);flex-direction:column;align-items:stretch}.Hero-module__avl1Bq__trustItem{padding:var(--sp-2) 0;justify-content:center}.Hero-module__avl1Bq__trustItem:not(:last-child){border-bottom:1px solid var(--border-faint)}.Hero-module__avl1Bq__trustItem:not(:last-child):after{display:none}.Hero-module__avl1Bq__analysisStatusText,.Hero-module__avl1Bq__analysisWarningText{text-align:left;width:100%;padding-left:36px}}
.Hero-module__GbZKOW__hero{background:#f9fafb;align-items:center;min-height:clamp(620px,62vw,460px);display:flex;position:relative;overflow:hidden}.Hero-module__GbZKOW__heroImageWrapper{z-index:0;width:62%;height:100%;position:absolute;top:0;right:0}.Hero-module__GbZKOW__heroImage{object-fit:cover;object-position:center center}.Hero-module__GbZKOW__heroImageWrapper:before{content:"";z-index:1;background:linear-gradient(90deg,#f9fafb 0%,#f9fafb00 30%);position:absolute;inset:0}.Hero-module__GbZKOW__heroInner{z-index:2;width:100%;max-width:1300px;margin:0 auto;padding:clamp(48px,6vw,80px) clamp(16px,2vw,35px);position:relative}.Hero-module__GbZKOW__heroContent{flex-direction:column;max-width:650px;animation:.8s cubic-bezier(.16,1,.3,1) forwards Hero-module__GbZKOW__fadeUp;display:flex}.Hero-module__GbZKOW__heroh1{color:#111827;font-size:clamp(28px,3.6vw,42px);font-weight:700;line-height:1.18;font-family:var(--font-inria-serif), "Georgia", serif;text-wrap:balance;margin:0 0 16px}.Hero-module__GbZKOW__subtitle{color:#4b5563;font-size:clamp(14px,1.15vw,16px);line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0 0 45px}.Hero-module__GbZKOW__ctaRow{align-items:center;gap:16px;display:flex}.Hero-module__GbZKOW__ctaPrimary{background:var(--primary-blue);color:#fff;min-height:50px;font-size:16px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;border-radius:999px;justify-content:center;align-items:center;padding:14px 36px;text-decoration:none;transition:all .3s ease-in-out;display:inline-flex}.Hero-module__GbZKOW__ctaPrimary:hover{background:var(--primary-blue-hover);transform:translateY(-3px);box-shadow:0 10px 20px #00000026}@media (max-width:768px){.Hero-module__GbZKOW__hero{min-height:unset;padding-bottom:0}.Hero-module__GbZKOW__heroInner{flex-direction:column;padding:36px 20px 0;display:flex}.Hero-module__GbZKOW__heroContent{max-width:100%}.Hero-module__GbZKOW__heroImageWrapper{width:100%;height:260px;margin-top:24px;position:relative;top:auto;right:auto}.Hero-module__GbZKOW__heroImageWrapper:before{background:linear-gradient(#f9fafbcc 0%,#f9fafb00 40%)}.Hero-module__GbZKOW__heroh1{font-size:28px}.Hero-module__GbZKOW__subtitle{font-size:14px}.Hero-module__GbZKOW__ctaPrimary{justify-content:center;width:100%}}@keyframes Hero-module__GbZKOW__fadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}
.Statistics-module__u5UXla__statistics{text-align:center;background:#d4e6fc;padding:clamp(56px,7vw,100px) clamp(24px,5vw,60px);position:relative;overflow:hidden}.Statistics-module__u5UXla__statisticsContent{z-index:1;max-width:1200px;margin:0 auto;position:relative}.Statistics-module__u5UXla__statsTitle{color:#000;font-size:clamp(28px,3.2vw,44px);font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 clamp(28px,4vw,48px);line-height:1.2}.Statistics-module__u5UXla__statsSubtitle{color:#575757;font-size:clamp(15px,1.5vw,20px);font-weight:400;font-family:var(--font-inter), sans-serif;margin:0 0 10px}.Statistics-module__u5UXla__statsBanner{color:#475569;font-size:clamp(15px,1.3vw,18px);font-style:italic;line-height:1.7;font-family:var(--font-inria-serif), "Georgia", serif;max-width:1200px;margin:clamp(28px,4vw,48px) auto 0}.Statistics-module__u5UXla__statsGridWrapper{position:relative}.Statistics-module__u5UXla__leafLeft{opacity:.7;pointer-events:none;z-index:0;will-change:transform;mix-blend-mode:multiply;width:280px;height:auto;transition:transform .3s ease-out;position:absolute;top:-320px;left:-220px;transform:translateY(0)}.Statistics-module__u5UXla__leafRight{opacity:.7;pointer-events:none;z-index:0;will-change:transform;mix-blend-mode:multiply;width:280px;height:auto;transition:transform .3s ease-out;position:absolute;top:-320px;right:-220px;transform:translateY(0)}.Statistics-module__u5UXla__inner:hover .Statistics-module__u5UXla__leafLeft{transform:translateY(-15px)translate(-10px)scale(1.05)}.Statistics-module__u5UXla__inner:hover .Statistics-module__u5UXla__leafRight{transform:translateY(-15px)translate(10px)scale(1.05)}.Statistics-module__u5UXla__statsGrid{z-index:1;grid-template-columns:2fr 1fr 1fr;align-items:stretch;gap:18px;display:grid;position:relative}.Statistics-module__u5UXla__statCard{border-radius:2.5px;flex-direction:column;justify-content:flex-end;min-height:200px;display:flex;position:relative;overflow:hidden}.Statistics-module__u5UXla__statTextWrapper{z-index:2;padding:24px 28px 22px;position:relative}.Statistics-module__u5UXla__statCardFirst{text-align:left;background:#e6f5fe}.Statistics-module__u5UXla__statCardFirst .Statistics-module__u5UXla__statValue{color:#111}.Statistics-module__u5UXla__statCardFirst .Statistics-module__u5UXla__statLabel{color:#555}.Statistics-module__u5UXla__statCardOther{text-align:center;background:#eff0ef;justify-content:center}.Statistics-module__u5UXla__statCardOther .Statistics-module__u5UXla__statTextWrapper{padding:32px 24px}.Statistics-module__u5UXla__statCardOther .Statistics-module__u5UXla__statValue{color:#111}.Statistics-module__u5UXla__statCardOther .Statistics-module__u5UXla__statLabel{color:#666}.Statistics-module__u5UXla__statValue{font-size:36px;font-weight:400;line-height:1.1;font-family:var(--font-inter), sans-serif;min-height:1.1em;margin:0 0 8px}.Statistics-module__u5UXla__statLabel{font-size:15px;line-height:1.4;font-family:var(--font-inter), sans-serif;margin:0}.Statistics-module__u5UXla__starsRow{color:#f4b400;letter-spacing:3px;margin:0 0 8px;font-size:clamp(22px,2.5vw,32px);line-height:1}.Statistics-module__u5UXla__starsText{color:#666;font-size:14px;font-weight:700;line-height:1.3;font-family:var(--font-inter), sans-serif;text-transform:uppercase;letter-spacing:.5px;margin:0 0 8px}.Statistics-module__u5UXla__blueLine{z-index:2;background:#3b6fe8;border-radius:0;width:75%;height:6px;position:absolute;bottom:0;left:0}.Statistics-module__u5UXla__chartSvg{z-index:1;opacity:.32;width:76%;height:100%;position:absolute;bottom:0;right:0}@media (max-width:1024px){.Statistics-module__u5UXla__statsGrid{grid-template-columns:repeat(3,1fr)}.Statistics-module__u5UXla__statValue{font-size:28px}.Statistics-module__u5UXla__leafLeft{width:160px;left:-160px}.Statistics-module__u5UXla__leafRight{width:160px;right:-160px}}@media (max-width:768px){.Statistics-module__u5UXla__statsGrid{grid-template-columns:1fr;gap:12px}.Statistics-module__u5UXla__statCard{min-height:120px}.Statistics-module__u5UXla__statCardOther{text-align:left}.Statistics-module__u5UXla__statValue{font-size:30px}.Statistics-module__u5UXla__leafLeft{width:120px;left:-100px}.Statistics-module__u5UXla__leafRight{width:120px;right:-100px}}
.MissionVision-module__-syKlq__section{background:#e8ecf0;padding:72px 60px}.MissionVision-module__-syKlq__inner{max-width:900px;margin:0 auto}.MissionVision-module__-syKlq__title{font-family:var(--font-inria-serif), "Georgia", serif;text-align:center;color:#1a2a3a;margin:0 0 24px;font-size:2rem;font-weight:700}.MissionVision-module__-syKlq__intro{color:#333;font-size:1rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0 0 24px}.MissionVision-module__-syKlq__list{flex-direction:column;gap:8px;margin:0 0 28px;padding-left:0;list-style:none;display:flex}.MissionVision-module__-syKlq__list li{color:#333;font-size:.95rem;line-height:1.65;font-family:var(--font-inter), sans-serif;padding-left:28px;position:relative}.MissionVision-module__-syKlq__list li:before{content:"→";color:var(--primary-blue,#2563eb);font-size:1rem;font-weight:700;position:absolute;left:0}.MissionVision-module__-syKlq__closing{color:#333;font-size:1rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0}@media (max-width:768px){.MissionVision-module__-syKlq__section{padding:48px 20px}.MissionVision-module__-syKlq__title{font-size:1.5rem}}
.Situation-module__mIaLUG__section{background:#dbeafe;border-top:1px solid #bfdbfe;padding:4.9rem 1.5rem 4.5rem}.Situation-module__mIaLUG__container{max-width:1280px;margin:0 auto}.Situation-module__mIaLUG__header span{color:#9aa9bc;text-transform:uppercase;letter-spacing:.12em;margin-bottom:.85rem;display:block;font:600 .86rem/1 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__header{text-align:center;margin:0 auto 4.7rem;max-width:1100px!important}.Situation-module__mIaLUG__header h2{color:#111827;letter-spacing:-.01em;margin:0 0 .75rem;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.12;font-family:Playfair Display,Lora,Georgia,serif!important;font-weight:500!important}.Situation-module__mIaLUG__header p{color:#4b5563;margin:0 auto;max-width:100%!important;font:400 1.05rem/1.45 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.55rem;max-width:1120px;margin:0 auto;display:grid}.Situation-module__mIaLUG__card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:column;min-height:256px;padding:1.8rem 1.75rem 1.55rem;display:flex;box-shadow:0 4px 6px -1px #0f172a0d,0 2px 4px -1px #0f172a08;font-family:system-ui,-apple-system,sans-serif!important;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s cubic-bezier(.4,0,.2,1),border-color .3s!important}.Situation-module__mIaLUG__card:hover{border-color:#cbd5e1;transform:translateY(-5px);box-shadow:0 20px 25px -5px #0f172a14,0 8px 10px -6px #0f172a0a}.Situation-module__mIaLUG__darkCard{color:#fff;background:#1e3a8a;border-color:#1e3a8a}.Situation-module__mIaLUG__darkCard:hover{border-color:#2563eb}.Situation-module__mIaLUG__number{border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:1.7rem;display:inline-flex;font:600 .95rem/1 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__red{color:#ef3340;background:#fff0f1}.Situation-module__mIaLUG__amber{color:#f59e0b;background:#fff8df}.Situation-module__mIaLUG__slate{color:#4b5563;background:#f3f4f6}.Situation-module__mIaLUG__dark{color:#fff;background:#ffffff26}.Situation-module__mIaLUG__card h3{color:#111827;letter-spacing:0;margin:0 0 .85rem;font-size:1.24rem;line-height:1.34;font-family:system-ui,-apple-system,sans-serif!important;font-weight:600!important}.Situation-module__mIaLUG__darkCard h3{color:#fff}.Situation-module__mIaLUG__card p{color:#4b5563;margin:0;font:400 .95rem/1.5 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__darkCard p{color:#bfdbfe}.Situation-module__mIaLUG__card a{color:#0d6efd;white-space:nowrap;align-items:center;margin-top:auto;padding-top:1.55rem;text-decoration:none;display:inline-flex;font:600 .9rem/1.2 system-ui,-apple-system,sans-serif!important}.Situation-module__mIaLUG__darkCard a{color:#fff}.Situation-module__mIaLUG__card a span{margin-left:.25rem}@media (max-width:1050px){.Situation-module__mIaLUG__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:640px){.Situation-module__mIaLUG__section{padding:3.5rem 1rem}.Situation-module__mIaLUG__header{margin-bottom:2.25rem}.Situation-module__mIaLUG__header h2{font-size:1.9rem}.Situation-module__mIaLUG__header p{font-size:1rem}.Situation-module__mIaLUG__grid{grid-template-columns:1fr}}
.PFReason-module__rmWMsW__section{--accent:#2e61e1;--accent-soft:#2e61e10d;background:#f5f1ff;justify-content:center;padding:clamp(64px,7vw,96px) clamp(16px,4vw,48px);display:flex;position:relative;overflow:hidden}.PFReason-module__rmWMsW__content{z-index:2;flex-direction:column;align-items:center;width:100%;max-width:1400px;margin:0 auto;display:flex;position:relative}.PFReason-module__rmWMsW__tagline{color:#9ea8b6;font-family:var(--font-inter), sans-serif;letter-spacing:1.5px;text-align:center;margin-bottom:12px;font-size:12px;font-weight:700;display:block}.PFReason-module__rmWMsW__title{color:#0f172a;text-align:center;font-size:clamp(26px,3.8vw,36px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 auto 12px}.PFReason-module__rmWMsW__subtitle{z-index:1;font-size:15px;line-height:1.4;font-family:var(--font-inter), sans-serif;text-align:center;color:#64748b;margin:0 auto 48px;position:relative}.PFReason-module__rmWMsW__pillContainer{flex-wrap:wrap;justify-content:center;gap:16px;width:100%;max-width:1100px;display:flex}.PFReason-module__rmWMsW__pillWrapper{opacity:1}.PFReason-module__rmWMsW__pill{-webkit-backdrop-filter:blur(16px);font-family:var(--font-inter), sans-serif;color:#334155;cursor:pointer;text-align:center;background:#fff9;border:1px solid #ffffffe6;border-radius:50px;justify-content:center;align-items:center;padding:16px 28px;font-size:15px;font-weight:500;transition:border-color .3s cubic-bezier(.16,1,.3,1),color .3s cubic-bezier(.16,1,.3,1),background .3s cubic-bezier(.16,1,.3,1),box-shadow .3s cubic-bezier(.16,1,.3,1);display:inline-flex;box-shadow:0 4px 12px #363d470a,inset 0 1px #fff}.PFReason-module__rmWMsW__pill:hover{color:#0f172a;border-color:#2e61e14d;transform:translateY(-3px);box-shadow:0 12px 24px -8px #2e61e126,inset 0 1px #fff}.PFReason-module__rmWMsW__pill:focus-visible{border-color:var(--accent);outline:none;transform:translateY(-3px);box-shadow:0 0 0 3px #2e61e12e,0 12px 24px -8px #2e61e126,inset 0 1px #fff}.PFReason-module__rmWMsW__pill.PFReason-module__rmWMsW__selected{background:var(--accent-soft);border-color:var(--accent);color:var(--accent);box-shadow:0 4px 12px #2e61e11a}.PFReason-module__rmWMsW__pill.PFReason-module__rmWMsW__selected:focus-visible{box-shadow:0 0 0 3px #2e61e12e,0 4px 12px #2e61e11a}.PFReason-module__rmWMsW__leafTopLeft,.PFReason-module__rmWMsW__leafBottomRight{opacity:.9;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);will-change:transform, filter;width:180px;height:auto;position:absolute}.PFReason-module__rmWMsW__leafTopLeft{top:-10px;left:8px;transform:rotate(6deg)}.PFReason-module__rmWMsW__leafBottomRight{bottom:-8px;right:8px;transform:rotate(8deg)scaleX(-1)}@media (max-width:768px){.PFReason-module__rmWMsW__section{padding:56px 24px}.PFReason-module__rmWMsW__title{margin-bottom:8px}.PFReason-module__rmWMsW__subtitle{margin-bottom:32px;font-size:14px}.PFReason-module__rmWMsW__pillContainer{gap:12px}.PFReason-module__rmWMsW__pill{padding:14px 22px;font-size:14px}}@media (max-width:480px){.PFReason-module__rmWMsW__section{padding:48px 16px}.PFReason-module__rmWMsW__pillContainer{gap:10px}.PFReason-module__rmWMsW__pillWrapper{width:100%}.PFReason-module__rmWMsW__pill{width:100%;padding:14px 20px;font-size:13.5px}}
.HomeFAQ-module__5ePzua__section{background:#eef1f4;padding:clamp(48px,6vw,80px) clamp(16px,4vw,40px) 48px}.HomeFAQ-module__5ePzua__content{max-width:900px;margin:0 auto}.HomeFAQ-module__5ePzua__header{text-align:center;margin-bottom:48px}.HomeFAQ-module__5ePzua__header h2{color:#000;font-size:clamp(28px,3.2vw,44px);font-weight:700;line-height:1.3;font-family:var(--font-inria-serif), "Georgia", serif;margin-bottom:0}.HomeFAQ-module__5ePzua__faqCard{background:#fff;border-radius:20px;padding:32px 48px;overflow:hidden}.HomeFAQ-module__5ePzua__faqList{flex-direction:column;gap:0;display:flex}.HomeFAQ-module__5ePzua__faqItem{border-bottom:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__faqItem:first-child{border-top:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__faqItem:last-child{border-bottom:none}.HomeFAQ-module__5ePzua__faqQuestion{text-align:left;color:#111;width:100%;font-size:16px;font-weight:500;font-family:var(--font-inter), sans-serif;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;padding:18px 8px;transition:color .2s;display:flex}.HomeFAQ-module__5ePzua__faqQuestion:hover,.HomeFAQ-module__5ePzua__open .HomeFAQ-module__5ePzua__faqQuestion{color:var(--primary-blue)}.HomeFAQ-module__5ePzua__chevron{border-bottom:2px solid #999;border-right:2px solid #999;flex-shrink:0;width:9px;height:9px;margin-bottom:0;transition:transform .4s cubic-bezier(.4,0,.2,1),border-color .3s;display:inline-block;transform:rotate(45deg)}.HomeFAQ-module__5ePzua__chevronOpen{border-color:var(--primary-blue);transform:rotate(-135deg)}.HomeFAQ-module__5ePzua__faqAnswer{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.HomeFAQ-module__5ePzua__faqAnswerOpen{grid-template-rows:1fr}.HomeFAQ-module__5ePzua__faqAnswerInner{min-height:0;overflow:hidden}.HomeFAQ-module__5ePzua__faqAnswer p{color:#444;font-size:15px;font-weight:400;line-height:1.7;font-family:var(--font-inter), sans-serif;opacity:0;margin-bottom:10px;padding:8px 8px 4px;transition:opacity .35s cubic-bezier(.4,0,.2,1) 50ms,transform .35s cubic-bezier(.4,0,.2,1) 50ms;transform:translateY(-6px)}.HomeFAQ-module__5ePzua__faqAnswerOpen .HomeFAQ-module__5ePzua__faqAnswerInner p{opacity:1;transform:translateY(0)}.HomeFAQ-module__5ePzua__faqAnswer p:last-child{margin-bottom:0;padding-bottom:12px}.HomeFAQ-module__5ePzua__categoryBlock{border-bottom:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__categoryBlock:first-child{border-top:1px solid #e0e0e0}.HomeFAQ-module__5ePzua__categoryToggle{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:18px 8px;display:flex}.HomeFAQ-module__5ePzua__categoryName{color:#111;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;letter-spacing:.01em;transition:color .2s}.HomeFAQ-module__5ePzua__categoryToggle:hover .HomeFAQ-module__5ePzua__categoryName,.HomeFAQ-module__5ePzua__categoryBlockOpen .HomeFAQ-module__5ePzua__categoryName{color:var(--primary-blue)}.HomeFAQ-module__5ePzua__plusMinus{border:1.5px solid #aaa;border-radius:50%;flex-shrink:0;width:18px;height:18px;transition:border-color .3s;position:relative}.HomeFAQ-module__5ePzua__plusMinus:before,.HomeFAQ-module__5ePzua__plusMinus:after{content:"";background:#aaa;transition:background .3s,transform .35s cubic-bezier(.4,0,.2,1),opacity .35s;position:absolute;top:50%;left:50%}.HomeFAQ-module__5ePzua__plusMinus:before{width:8px;height:1.5px;transform:translate(-50%,-50%)}.HomeFAQ-module__5ePzua__plusMinus:after{width:1.5px;height:8px;transform:translate(-50%,-50%)}.HomeFAQ-module__5ePzua__plusMinusOpen{border-color:var(--primary-blue)}.HomeFAQ-module__5ePzua__plusMinusOpen:before,.HomeFAQ-module__5ePzua__plusMinusOpen:after{background:var(--primary-blue)}.HomeFAQ-module__5ePzua__plusMinusOpen:after{opacity:0;transform:translate(-50%,-50%)rotate(90deg)}.HomeFAQ-module__5ePzua__categoryContent{grid-template-rows:0fr;transition:grid-template-rows .4s cubic-bezier(.4,0,.2,1);display:grid}.HomeFAQ-module__5ePzua__categoryContentOpen{grid-template-rows:1fr}.HomeFAQ-module__5ePzua__categoryContent>.HomeFAQ-module__5ePzua__faqList{min-height:0;padding-left:8px;overflow:hidden}@media (max-width:768px){.HomeFAQ-module__5ePzua__header{margin-bottom:32px}.HomeFAQ-module__5ePzua__faqCard{border-radius:16px;padding:20px}.HomeFAQ-module__5ePzua__faqQuestion{gap:12px;padding:16px 4px;font-size:15px}}@media (max-width:480px){.HomeFAQ-module__5ePzua__faqCard{border-radius:12px;padding:16px}}
.Testimonials-module__4DtLnW__section{background:#eeeded;padding:clamp(64px,7vw,96px) clamp(16px,4vw,48px);position:relative}.Testimonials-module__4DtLnW__inner{text-align:center;max-width:1100px;margin:0 auto}.Testimonials-module__4DtLnW__heading{color:#0f1720;font-size:clamp(22px,2.8vw,32px);font-weight:700;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 12px;line-height:1.18}.Testimonials-module__4DtLnW__sub{color:#475569;max-width:760px;font-size:clamp(13px,1.1vw,15px);font-family:var(--font-inter), sans-serif;margin:0 auto 20px;line-height:1.6}.Testimonials-module__4DtLnW__ratingRow{justify-content:center;align-items:center;gap:12px;margin-bottom:48px;display:flex}.Testimonials-module__4DtLnW__stars{gap:6px;display:inline-flex}.Testimonials-module__4DtLnW__star{display:block}.Testimonials-module__4DtLnW__ratingText{color:#333;font-size:14px;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__cards{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-top:32px;display:grid}.Testimonials-module__4DtLnW__card{height:100%;min-height:275px;box-shadow:none;text-align:center;background:#f4f4f5;border:none;border-radius:18px;flex-direction:column;justify-content:flex-start;align-items:center;padding:32px 24px;transition:all .4s;display:flex;transform:translateY(0)}.Testimonials-module__4DtLnW__card:hover{border-color:#2e61e133;transform:translateY(-6px);box-shadow:0 18px 44px #1f263414}.Testimonials-module__4DtLnW__metaTop{flex-direction:column;align-items:center;gap:4px;margin-bottom:16px;display:flex}.Testimonials-module__4DtLnW__avatarImg{object-fit:cover;border-radius:50%;width:64px;height:64px;margin-bottom:8px}.Testimonials-module__4DtLnW__name{color:#0f172a;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__location{color:#64748b;font-size:13px;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__date{color:#94a3b8;font-size:12px;font-family:var(--font-inter), sans-serif}.Testimonials-module__4DtLnW__issue{color:#1e293b;font-size:13px;font-weight:700;font-family:var(--font-inter), sans-serif;margin-top:4px}.Testimonials-module__4DtLnW__cardStars{gap:3px;margin-bottom:16px;display:inline-flex}.Testimonials-module__4DtLnW__cardStar{display:block}.Testimonials-module__4DtLnW__quote{color:#475569;font-size:14px;line-height:1.65;font-family:var(--font-inter), sans-serif;margin-top:0;margin-bottom:0}.Testimonials-module__4DtLnW__readMore{color:#2e61e1;cursor:pointer;background:0 0;border:none;margin-top:auto;font-size:13px;font-weight:600;transition:opacity .2s}.Testimonials-module__4DtLnW__readMore:hover{opacity:.8}@media (max-width:980px){.Testimonials-module__4DtLnW__cards{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.Testimonials-module__4DtLnW__section{padding:40px 12px}.Testimonials-module__4DtLnW__ratingRow{gap:8px;margin-bottom:32px}.Testimonials-module__4DtLnW__cards{grid-template-columns:1fr;gap:14px;margin-top:24px}.Testimonials-module__4DtLnW__card{border-radius:14px;padding:24px 16px}.Testimonials-module__4DtLnW__name{font-size:15px}.Testimonials-module__4DtLnW__quote{font-size:13.5px}}@keyframes Testimonials-module__4DtLnW__slideUpFade{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.Testimonials-module__4DtLnW__headerGroup{animation:.8s cubic-bezier(.16,1,.3,1) forwards Testimonials-module__4DtLnW__slideUpFade}.Testimonials-module__4DtLnW__cardWrapper{opacity:0;height:100%;animation:.8s cubic-bezier(.16,1,.3,1) forwards Testimonials-module__4DtLnW__slideUpFade}
.ShareProblems-module__ju_LBa__section{background:#fef9ee;padding:clamp(48px,5.5vw,72px) clamp(16px,4vw,48px) clamp(72px,8vw,112px);position:relative;overflow:hidden}.ShareProblems-module__ju_LBa__leafLeft{opacity:.5;pointer-events:none;z-index:-1;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(150px,18vw,250px);height:auto;position:absolute;bottom:-5%;left:-2%;transform:rotate(-15deg)}.ShareProblems-module__ju_LBa__leafTopRight{opacity:.5;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(180px,20vw,280px);height:auto;position:absolute;top:-10%;right:-8%;transform:rotate(20deg)}.ShareProblems-module__ju_LBa__leafTopLeft{opacity:.35;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(140px,16vw,220px);height:auto;position:absolute;top:-10%;left:-8%;transform:rotate(-20deg)scaleX(-1)}.ShareProblems-module__ju_LBa__leafBottomRight{opacity:.35;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);width:clamp(140px,16vw,220px);height:auto;position:absolute;bottom:-6%;right:-3%;transform:rotate(15deg)scaleX(-1)}.ShareProblems-module__ju_LBa__container{z-index:1;max-width:1200px;margin:0 auto;padding:0 5%;position:relative}.ShareProblems-module__ju_LBa__header{text-align:center;max-width:700px;margin:0 auto}.ShareProblems-module__ju_LBa__title{color:#000;text-align:center;font-size:clamp(22px,3.5vw,34px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 auto 12px}.ShareProblems-module__ju_LBa__subtitle{z-index:1;font-size:15px;line-height:1.4;font-family:var(--font-inter), sans-serif;color:#475569;margin:0 auto 56px;position:relative}.ShareProblems-module__ju_LBa__grid{grid-template-columns:repeat(2,1fr);gap:32px;display:grid}.ShareProblems-module__ju_LBa__card{-webkit-backdrop-filter:blur(16px);cursor:default;background:#ffffff40;border:1px solid #fff6;border-radius:16px;flex-direction:column;gap:16px;padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 8px 32px #1f268712,inset 0 1px #ffffffe6}.ShareProblems-module__ju_LBa__card:hover{background:#ffffff59;border-color:#fffc;transform:translateY(-6px);box-shadow:0 20px 40px -10px #0284c72e,inset 0 1px #ffffffe6}.ShareProblems-module__ju_LBa__iconWrapper{border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;transition:all .3s;display:flex}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconWrapper{transform:scale(1.05)}.ShareProblems-module__ju_LBa__iconWrapper svg{width:20px;height:20px}.ShareProblems-module__ju_LBa__iconRose{color:#e11d48;background-color:#ffe4e6e6}.ShareProblems-module__ju_LBa__iconBlue{color:#4338ca;background-color:#e0e7fff2}.ShareProblems-module__ju_LBa__iconAmber{color:#d97706;background-color:#fef3c7e6}.ShareProblems-module__ju_LBa__iconEmerald{color:#0f766e;background-color:#ccfbf1e6}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconRose{background-color:#ffe4e6}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconBlue{background-color:#e0e7ff}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconAmber{background-color:#fef3c7}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__iconEmerald{background-color:#ccfbf1}.ShareProblems-module__ju_LBa__cardTitle{font-family:var(--font-inter), sans-serif;color:#102a43;letter-spacing:-.01em;margin:0;font-size:1.15rem;font-weight:600}.ShareProblems-module__ju_LBa__cardDescription{font-family:var(--font-inter), sans-serif;color:#334e68;margin:0;font-size:.85rem;line-height:1.65}.ShareProblems-module__ju_LBa__bulletList{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style-type:none;display:flex}.ShareProblems-module__ju_LBa__bulletItem{color:#486581;padding-left:1.2rem;font-size:.85rem;line-height:1.4;position:relative}.ShareProblems-module__ju_LBa__bulletItem:before{content:"";background-color:#bcccdc;border-radius:50%;width:5px;height:5px;transition:background-color .3s;position:absolute;top:.4rem;left:0}.ShareProblems-module__ju_LBa__card:hover .ShareProblems-module__ju_LBa__bulletItem:before{background-color:#0284c7}@keyframes ShareProblems-module__ju_LBa__gridFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.ShareProblems-module__ju_LBa__cardWrapper{opacity:0;height:100%}.ShareProblems-module__ju_LBa__animateIn .ShareProblems-module__ju_LBa__cardWrapper{animation:.7s cubic-bezier(.16,1,.3,1) forwards ShareProblems-module__ju_LBa__gridFadeUp}@media (max-width:1024px){.ShareProblems-module__ju_LBa__section{padding:60px 32px}.ShareProblems-module__ju_LBa__grid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:900px){.ShareProblems-module__ju_LBa__title{font-size:2rem}}@media (max-width:768px){.ShareProblems-module__ju_LBa__grid{grid-template-columns:1fr;gap:20px}}@media (max-width:600px){.ShareProblems-module__ju_LBa__grid{grid-template-columns:1fr;gap:16px}.ShareProblems-module__ju_LBa__section{padding:40px 16px}.ShareProblems-module__ju_LBa__title{text-wrap:balance;font-size:1.75rem}.ShareProblems-module__ju_LBa__subtitle{margin-bottom:32px}.ShareProblems-module__ju_LBa__container{padding:0}.ShareProblems-module__ju_LBa__card{gap:12px;padding:24px 20px}.ShareProblems-module__ju_LBa__leafLeft{opacity:.3;width:120px;bottom:-8%;left:-15%}.ShareProblems-module__ju_LBa__leafTopRight{opacity:.3;width:130px;top:-8%;right:-15%}.ShareProblems-module__ju_LBa__leafTopLeft,.ShareProblems-module__ju_LBa__leafBottomRight{opacity:.2;width:90px}}
.OurValues-module__E_jjma__section{text-align:center;background:#fff;padding:80px 60px;position:relative;overflow:hidden}.OurValues-module__E_jjma__leafRight{opacity:.62;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:170px;height:auto;transition:transform .4s;position:absolute;top:8px;right:8px;transform:rotate(8deg)}.OurValues-module__E_jjma__section:hover .OurValues-module__E_jjma__leafRight{transform:rotate(8deg)translateY(-4px)}.OurValues-module__E_jjma__section>:not(.OurValues-module__E_jjma__leafRight){z-index:1;position:relative}.OurValues-module__E_jjma__title{font-family:var(--font-inria-serif), "Georgia", serif;color:#1a2a3a;margin:0 0 16px;font-size:2rem;font-weight:700}.OurValues-module__E_jjma__subtitle{color:#555;max-width:700px;font-size:1rem;line-height:1.7;font-family:var(--font-inter), sans-serif;margin:0 auto 48px}.OurValues-module__E_jjma__grid{flex-wrap:wrap;justify-content:center;gap:48px;max-width:1100px;margin:0 auto 48px;display:flex}.OurValues-module__E_jjma__card{flex-direction:column;flex:0 0 280px;align-items:center;display:flex}.OurValues-module__E_jjma__circle{border-radius:50%;width:250px;height:250px;margin-bottom:24px;overflow:hidden}.OurValues-module__E_jjma__circle img{object-fit:cover;width:100%;height:100%;display:block}.OurValues-module__E_jjma__valueName{font-family:var(--font-inria-serif), "Georgia", serif;color:#1a1a1a;margin:0 0 12px;font-size:1.35rem;font-weight:700}.OurValues-module__E_jjma__valueDesc{color:#555;text-align:center;white-space:pre-line;font-size:.95rem;line-height:1.65;font-family:var(--font-inter), sans-serif}.OurValues-module__E_jjma__quoteBanner{background:#e8ecf0;border-radius:16px;max-width:1120px;margin:0 auto;padding:32px 48px}.OurValues-module__E_jjma__quoteBanner p{color:#1a2a3a;font-size:1.05rem;line-height:1.7;font-family:var(--font-inter), sans-serif;white-space:nowrap;margin:0}.OurValues-module__E_jjma__quoteBanner strong{font-weight:700}@media (max-width:768px){.OurValues-module__E_jjma__section{padding:48px 20px}.OurValues-module__E_jjma__title{font-size:1.5rem}.OurValues-module__E_jjma__circle{width:200px;height:200px}.OurValues-module__E_jjma__quoteBanner{padding:24px 20px}.OurValues-module__E_jjma__quoteBanner p{white-space:normal}}@media (max-width:480px){.OurValues-module__E_jjma__section{padding:40px 16px}.OurValues-module__E_jjma__grid{gap:32px}.OurValues-module__E_jjma__card{flex:0 0 100%}.OurValues-module__E_jjma__circle{width:180px;height:180px}.OurValues-module__E_jjma__title{font-size:1.35rem}.OurValues-module__E_jjma__quoteBanner{padding:20px 16px}.OurValues-module__E_jjma__quoteBanner p{font-size:.9rem}}
.DocumentsRequired-module__Z1FOba__section{background:#f1f5f9;padding:4.35rem 1.5rem 4.7rem}.DocumentsRequired-module__Z1FOba__container{max-width:1180px;margin:0 auto}.DocumentsRequired-module__Z1FOba__header{text-align:center;margin:0 auto 3.2rem;max-width:1100px!important}.DocumentsRequired-module__Z1FOba__header span{color:#9aa9bc;text-transform:uppercase;letter-spacing:.12em;font:600 .86rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__header h2{color:#111827;letter-spacing:-.01em;margin:0 auto .75rem;font-size:clamp(1.8rem,3vw,2.5rem);line-height:1.1;max-width:100%!important;font-family:Playfair Display,Lora,Georgia,serif!important;font-weight:500!important}.DocumentsRequired-module__Z1FOba__header p{color:#4b5563;margin:0 auto;max-width:100%!important;font:400 1.05rem/1.45 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__tabs{flex-wrap:wrap;justify-content:center;gap:.7rem;margin-bottom:2rem;display:flex}.DocumentsRequired-module__Z1FOba__tab,.DocumentsRequired-module__Z1FOba__activeTab{cursor:pointer;border-radius:9999px;min-width:134px;height:42px;padding:0 1.5rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);font:600 .95rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__tab{color:#4b5563;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 4px #0f172a05}.DocumentsRequired-module__Z1FOba__tab:hover{color:#2563eb;background:#fff;border-color:#93c5fd;transform:scale(1.04)translateY(-3px);box-shadow:0 8px 15px -3px #2563eb1f}.DocumentsRequired-module__Z1FOba__activeTab{color:#2563eb;background:#eff6ff;border:1px solid #bfdbfe;transform:translateY(-1px);box-shadow:0 4px 6px -1px #2563eb1a}.DocumentsRequired-module__Z1FOba__panel{background:#fff;border:1px solid #e2e8f0;border-radius:16px;max-width:960px;margin:0 auto;padding:2.55rem 2.55rem 2.4rem;box-shadow:0 10px 15px -3px #0f172a0d,0 4px 6px -2px #0f172a06;font-family:system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__panelTitle{align-items:center;gap:1rem;margin-bottom:2rem;display:flex}.DocumentsRequired-module__Z1FOba__panelTitle h3{color:#111827;letter-spacing:0;margin:0;font-size:1.45rem;line-height:1.2;font-family:system-ui,-apple-system,sans-serif!important;font-weight:600!important}.DocumentsRequired-module__Z1FOba__panelTitle span{color:#64748b;background:#f1f5f9;border-radius:9999px;padding:.5rem .85rem;font:600 .75rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__documentGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem;display:grid}.DocumentsRequired-module__Z1FOba__document{background:#fff;border:1px solid #e2e8f0;border-radius:12px;gap:1rem;min-height:86px;padding:1.25rem 1.25rem 1.15rem;transition:transform .2s cubic-bezier(.4,0,.2,1),box-shadow .2s cubic-bezier(.4,0,.2,1),border-color .2s;display:flex}.DocumentsRequired-module__Z1FOba__document:hover{border-color:#cbd5e1;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0f172a0a}.DocumentsRequired-module__Z1FOba__check{color:#10b981;background:0 0;border:1.5px solid #10b981;border-radius:50%;flex:none;justify-content:center;align-items:center;width:24px;height:24px;display:inline-flex;font:600 1rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__document h4{color:#111827;letter-spacing:0;margin:0 0 .35rem;font-size:1.08rem;line-height:1.2;font-family:system-ui,-apple-system,sans-serif!important;font-weight:600!important}.DocumentsRequired-module__Z1FOba__document h4 a{color:#2563eb;margin-left:.45rem;text-decoration:none;font:500 .72rem/1 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__document h4 a:hover{text-decoration:underline}.DocumentsRequired-module__Z1FOba__document p{color:#4b5563;margin:0;font:400 .92rem/1.38 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__footer{border-top:none;justify-content:space-between;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:0;display:flex}.DocumentsRequired-module__Z1FOba__footer p{color:#4b5563;margin:0;font:400 .98rem/1.3 system-ui,-apple-system,sans-serif!important}.DocumentsRequired-module__Z1FOba__footer button{color:#fff;cursor:pointer;white-space:nowrap;background-color:#2563eb;border:none;border-radius:9999px;padding:.95rem 2rem;font-size:.95rem;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);box-shadow:0 4px 6px -1px #2563eb33}.DocumentsRequired-module__Z1FOba__footer button:hover{background-color:#1d4ed8;transform:scale(1.03)translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d}@media (max-width:800px){.DocumentsRequired-module__Z1FOba__documentGrid{grid-template-columns:1fr}.DocumentsRequired-module__Z1FOba__footer{flex-direction:column;gap:1.25rem;text-align:center!important;align-items:center!important}}@media (max-width:560px){.DocumentsRequired-module__Z1FOba__section{padding:3.5rem 1rem}.DocumentsRequired-module__Z1FOba__header{margin-bottom:2.5rem}.DocumentsRequired-module__Z1FOba__header h2{font-size:1.9rem}.DocumentsRequired-module__Z1FOba__header p{font-size:1rem}.DocumentsRequired-module__Z1FOba__tabs{-webkit-overflow-scrolling:touch;scroll-snap-type:none!important;flex-wrap:nowrap!important;justify-content:flex-start!important;gap:.5rem!important;margin-left:-1.5rem!important;margin-right:-1.5rem!important;padding-bottom:1rem!important;overflow-x:auto!important}.DocumentsRequired-module__Z1FOba__tabs:before,.DocumentsRequired-module__Z1FOba__tabs:after{content:"";flex:0 0 1rem!important}.DocumentsRequired-module__Z1FOba__tabs::-webkit-scrollbar{height:4px!important;display:block!important}.DocumentsRequired-module__Z1FOba__tabs::-webkit-scrollbar-track{background:0 0!important;margin:0 1.5rem!important}.DocumentsRequired-module__Z1FOba__tabs::-webkit-scrollbar-thumb{background:#cbd5e1!important;border-radius:9999px!important}.DocumentsRequired-module__Z1FOba__tab,.DocumentsRequired-module__Z1FOba__activeTab{white-space:nowrap!important;flex:none!important;width:auto!important;min-width:0!important;margin:0!important;padding:.6rem 1.25rem!important;transform:none!important}.DocumentsRequired-module__Z1FOba__panel{padding:1.5rem}.DocumentsRequired-module__Z1FOba__panelTitle{flex-direction:column;align-items:flex-start}}
.WithdrawalComparison-module__9W_IcW__section{background:#f0f4f8;padding:clamp(48px,6vw,80px) clamp(16px,4vw,40px);position:relative;overflow:hidden}.WithdrawalComparison-module__9W_IcW__leafLeft{opacity:.62;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:170px;height:auto;transition:transform .3s ease-out;position:absolute;top:8px;left:8px;transform:rotate(-8deg)}.WithdrawalComparison-module__9W_IcW__leafRight{opacity:.62;pointer-events:none;mix-blend-mode:multiply;z-index:0;width:170px;height:auto;transition:transform .3s ease-out;position:absolute;bottom:8px;right:8px;transform:rotate(8deg)}.WithdrawalComparison-module__9W_IcW__section:hover .WithdrawalComparison-module__9W_IcW__leafLeft{transform:rotate(-8deg)translateY(-8px)translate(-6px)scale(1.05)}.WithdrawalComparison-module__9W_IcW__section:hover .WithdrawalComparison-module__9W_IcW__leafRight{transform:rotate(8deg)translateY(8px)translate(6px)scale(1.05)}.WithdrawalComparison-module__9W_IcW__inner{text-align:center;z-index:1;max-width:1300px;margin:0 auto;position:relative}.WithdrawalComparison-module__9W_IcW__inner h2{color:#000;font-size:clamp(24px,3vw,36px);font-weight:700;line-height:1.3;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 0 12px}.WithdrawalComparison-module__9W_IcW__subtitle{color:#4d5559;font-size:clamp(14px,1.15vw,16px);line-height:1.6;font-family:var(--font-inter), sans-serif;margin:0 0 40px}.WithdrawalComparison-module__9W_IcW__tableWrap{justify-content:center;display:flex}.WithdrawalComparison-module__9W_IcW__tableBox{border-radius:12px;width:auto;overflow:hidden;box-shadow:0 2px 8px #0000000f}.WithdrawalComparison-module__9W_IcW__table{border-collapse:collapse;text-align:left;background:#fff;width:100%}.WithdrawalComparison-module__9W_IcW__table thead tr{background:#fff;border-bottom:2px solid #e8ecf0}.WithdrawalComparison-module__9W_IcW__table th{color:#4d5559;font-size:15px;font-weight:600;font-family:var(--font-inter), sans-serif;padding:18px 24px}.WithdrawalComparison-module__9W_IcW__featureHeader{color:#6b7280;font-style:italic}.WithdrawalComparison-module__9W_IcW__kustodianHeader{background:#34c7591a;border-bottom:3px solid #34c759;color:#1a7a3c!important;font-weight:700!important}.WithdrawalComparison-module__9W_IcW__table td{color:#374151;font-size:15px;line-height:1.6;font-family:var(--font-inter), sans-serif;border-bottom:1px solid #e8ecf0;padding:18px 24px}.WithdrawalComparison-module__9W_IcW__table tbody tr:last-child td{border-bottom:none}.WithdrawalComparison-module__9W_IcW__featureCell{font-style:italic;font-weight:600;color:#6b7280!important}.WithdrawalComparison-module__9W_IcW__kustodianCell{background:#34c75912;font-weight:600;color:#1a7a3c!important}@media (max-width:640px){.WithdrawalComparison-module__9W_IcW__table th,.WithdrawalComparison-module__9W_IcW__table td{padding:12px 14px;font-size:13px}}@media (max-width:480px){.WithdrawalComparison-module__9W_IcW__tableWrap{overflow-x:visible}.WithdrawalComparison-module__9W_IcW__tableBox{border-radius:8px;width:100%}.WithdrawalComparison-module__9W_IcW__table{table-layout:fixed;width:100%}.WithdrawalComparison-module__9W_IcW__table th,.WithdrawalComparison-module__9W_IcW__table td{white-space:normal;word-break:break-word;padding:9px 7px;font-size:11px;line-height:1.4}.WithdrawalComparison-module__9W_IcW__table th:first-child,.WithdrawalComparison-module__9W_IcW__table td:first-child{width:24%}.WithdrawalComparison-module__9W_IcW__table th:nth-child(2),.WithdrawalComparison-module__9W_IcW__table td:nth-child(2),.WithdrawalComparison-module__9W_IcW__table th:nth-child(3),.WithdrawalComparison-module__9W_IcW__table td:nth-child(3){width:38%}.WithdrawalComparison-module__9W_IcW__inner h2{font-size:20px}.WithdrawalComparison-module__9W_IcW__leafLeft,.WithdrawalComparison-module__9W_IcW__leafRight{width:80px}}
.KnowWhatMatters-module__QDvP0G__section{--accent:#2e61e1;--accent-dark:#1d4ed8;background:#effaf3;padding:clamp(64px,7vw,96px) clamp(16px,4vw,48px);position:relative;overflow:hidden}.KnowWhatMatters-module__QDvP0G__content{z-index:2;flex-direction:column;max-width:1200px;margin:0 auto;display:flex;position:relative}.KnowWhatMatters-module__QDvP0G__tagline{color:#9ea8b6;font-family:var(--font-inter), sans-serif;letter-spacing:1.5px;text-align:center;margin-bottom:12px;font-size:12px;font-weight:700;display:block}.KnowWhatMatters-module__QDvP0G__title{color:#0f172a;text-align:center;font-size:clamp(26px,3.8vw,36px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;margin:0 auto 14px}.KnowWhatMatters-module__QDvP0G__subtitle{font-size:15px;line-height:1.5;font-family:var(--font-inter), sans-serif;text-align:center;color:#475569;max-width:720px;margin:0 auto 44px}.KnowWhatMatters-module__QDvP0G__cardsGrid{grid-template-columns:repeat(3,1fr);gap:28px;margin-bottom:48px;display:grid}.KnowWhatMatters-module__QDvP0G__cardWrapper{height:100%}.KnowWhatMatters-module__QDvP0G__card{-webkit-backdrop-filter:blur(16px);background:#ffffffa6;border:1px solid #ffffffe6;border-radius:20px;flex-direction:column;align-items:flex-start;gap:14px;height:100%;padding:36px 30px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;box-shadow:0 4px 14px #363d4708,inset 0 1px #fff}.KnowWhatMatters-module__QDvP0G__card:hover,.KnowWhatMatters-module__QDvP0G__card:focus-within{border-color:#2e61e140;transform:translateY(-5px);box-shadow:0 22px 40px -12px #2e61e11f,inset 0 1px #fff}.KnowWhatMatters-module__QDvP0G__card:focus-visible{outline:2px solid var(--accent);outline-offset:4px}.KnowWhatMatters-module__QDvP0G__cardIcon{color:var(--accent);background:#2e61e112;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;margin-bottom:2px;transition:all .3s;display:flex}.KnowWhatMatters-module__QDvP0G__card:hover .KnowWhatMatters-module__QDvP0G__cardIcon,.KnowWhatMatters-module__QDvP0G__card:focus-within .KnowWhatMatters-module__QDvP0G__cardIcon{background:#2e61e124;transform:scale(1.04)}.KnowWhatMatters-module__QDvP0G__cardIcon svg{width:20px;height:20px}.KnowWhatMatters-module__QDvP0G__cardTitle{color:#0f172a;font-size:17px;font-weight:700;font-family:var(--font-inter), sans-serif;margin:0;line-height:1.3}.KnowWhatMatters-module__QDvP0G__cardDesc{color:#475569;font-size:13.5px;line-height:1.6;font-family:var(--font-inter), sans-serif;margin:0}.KnowWhatMatters-module__QDvP0G__ctaWrapper{justify-content:center;align-items:center;display:flex}.KnowWhatMatters-module__QDvP0G__ctaButton{background:var(--accent);color:#fff;font-family:var(--font-inter), sans-serif;cursor:pointer;white-space:nowrap;border:none;border-radius:50px;padding:16px 36px;font-size:15px;font-weight:600;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 14px #2e61e140}.KnowWhatMatters-module__QDvP0G__ctaButton:hover{background:var(--accent-dark);transform:translateY(-2px);box-shadow:0 8px 22px #2e61e159}.KnowWhatMatters-module__QDvP0G__ctaButton:focus-visible{outline:2px solid var(--accent-dark);outline-offset:3px}.KnowWhatMatters-module__QDvP0G__leafTopLeft,.KnowWhatMatters-module__QDvP0G__leafBottomRight{opacity:.85;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.05)contrast(1.02);will-change:transform;width:190px;height:auto;position:absolute}.KnowWhatMatters-module__QDvP0G__leafTopLeft{top:-10px;left:-10px;transform:rotate(12deg)}.KnowWhatMatters-module__QDvP0G__leafBottomRight{bottom:-10px;right:-10px;transform:rotate(-4deg)scaleX(-1)}@media (max-width:1024px){.KnowWhatMatters-module__QDvP0G__cardsGrid{grid-template-columns:repeat(2,1fr);gap:24px}}@media (max-width:768px){.KnowWhatMatters-module__QDvP0G__section{padding:48px 24px}.KnowWhatMatters-module__QDvP0G__title{margin-bottom:10px}.KnowWhatMatters-module__QDvP0G__subtitle{margin-bottom:32px;font-size:14px}.KnowWhatMatters-module__QDvP0G__cardsGrid{gap:20px;margin-bottom:36px}.KnowWhatMatters-module__QDvP0G__card{gap:10px;padding:28px 22px}.KnowWhatMatters-module__QDvP0G__cardTitle{font-size:15.5px}.KnowWhatMatters-module__QDvP0G__cardDesc{font-size:13px}.KnowWhatMatters-module__QDvP0G__ctaButton{padding:14px 32px;font-size:14px}}@media (max-width:600px){.KnowWhatMatters-module__QDvP0G__cardsGrid{grid-template-columns:1fr;gap:16px}.KnowWhatMatters-module__QDvP0G__card{border-radius:16px;padding:24px 20px}}@media (max-width:480px){.KnowWhatMatters-module__QDvP0G__section{padding:42px 16px 56px}.KnowWhatMatters-module__QDvP0G__ctaWrapper{width:100%}.KnowWhatMatters-module__QDvP0G__ctaButton{text-align:center}}
.EPFWithdrawalCalculator-module__Okd3dG__calculatorSection{background:#fff;padding:14px 26px 30px}.EPFWithdrawalCalculator-module__Okd3dG__container{background:#fff;border:1.5px solid #d5dce8;border-radius:38px;max-width:1240px;margin:0 auto;padding:44px 34px 18px;box-shadow:0 22px 52px #0f235f24,0 2px 8px #0f235f14}.EPFWithdrawalCalculator-module__Okd3dG__header{text-align:center;margin-bottom:28px}.EPFWithdrawalCalculator-module__Okd3dG__title{color:#000;font-size:32px;font-weight:700;line-height:1.1;font-family:var(--font-inter), sans-serif;margin-bottom:8px}.EPFWithdrawalCalculator-module__Okd3dG__subtitle{color:#7a7a7a;font-size:13px;line-height:1.2;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__calculatorBox{background:#fff;border:1px solid #dfe6f3;border-radius:22px;grid-template-columns:1fr 1fr;gap:28px;margin-bottom:16px;padding:32px 38px 18px;display:grid}.EPFWithdrawalCalculator-module__Okd3dG__formSection{flex-direction:column;gap:10px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__formGroup{flex-direction:column;gap:6px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__label{color:#131313;font-size:14px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif}.EPFWithdrawalCalculator-module__Okd3dG__required{color:#2f60ea}.EPFWithdrawalCalculator-module__Okd3dG__input{font-size:14px;font-family:var(--font-inter), sans-serif;color:#303030;border:1.25px solid #9a9a9a;border-radius:11px;padding:11px 16px;line-height:1.3;transition:border-color .2s}.EPFWithdrawalCalculator-module__Okd3dG__input:focus{background-color:#fff;border-color:#2f60ea;outline:none}.EPFWithdrawalCalculator-module__Okd3dG__input::placeholder{color:#8a8a8a}.EPFWithdrawalCalculator-module__Okd3dG__calculateButton{color:#fff;font-size:14px;font-weight:700;line-height:1.2;font-family:var(--font-inter), sans-serif;cursor:pointer;background:#2f60ea;border:none;border-radius:800px;align-self:flex-start;margin-top:10px;padding:9px 24px;transition:background-color .3s}.EPFWithdrawalCalculator-module__Okd3dG__calculateButton:hover{background:#2655d5}.EPFWithdrawalCalculator-module__Okd3dG__resultsSection{justify-content:center;align-items:flex-start;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__resultsBox{color:#fff;background:#3668ea;border-radius:22px;flex-direction:column;gap:10px;width:100%;max-width:350px;min-height:250px;padding:18px 18px 14px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__resultItem{flex-direction:column;gap:2px;display:flex}.EPFWithdrawalCalculator-module__Okd3dG__resultItem:first-child .EPFWithdrawalCalculator-module__Okd3dG__resultValue{font-size:44px}.EPFWithdrawalCalculator-module__Okd3dG__resultLabel{color:#f2f6ff;font-size:12px;font-weight:600;line-height:1.3;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__resultValue{color:#fff;font-size:12px;font-weight:700;line-height:1.35;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__resultMessage{color:#f4f8ff;font-size:12px;line-height:1.35;font-family:var(--font-inter), sans-serif;margin:0}.EPFWithdrawalCalculator-module__Okd3dG__disclaimer{text-align:center;color:#2f2f2f;font-size:11px;font-family:var(--font-inter), sans-serif;background:0 0;border:0;border-radius:0;padding:8px 10px 0;line-height:1.4}@media (max-width:900px){.EPFWithdrawalCalculator-module__Okd3dG__container{border-radius:26px;padding:26px 16px 14px}.EPFWithdrawalCalculator-module__Okd3dG__calculatorBox{border-radius:18px;grid-template-columns:1fr;gap:20px;padding:22px 16px}.EPFWithdrawalCalculator-module__Okd3dG__title{font-size:28px}.EPFWithdrawalCalculator-module__Okd3dG__subtitle{font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__label,.EPFWithdrawalCalculator-module__Okd3dG__input,.EPFWithdrawalCalculator-module__Okd3dG__calculateButton{font-size:14px}.EPFWithdrawalCalculator-module__Okd3dG__resultsBox{max-width:100%;min-height:220px;padding:16px}.EPFWithdrawalCalculator-module__Okd3dG__resultItem:first-child .EPFWithdrawalCalculator-module__Okd3dG__resultValue{font-size:40px}}@media (max-width:600px){.EPFWithdrawalCalculator-module__Okd3dG__calculatorSection{padding:16px 8px}.EPFWithdrawalCalculator-module__Okd3dG__container{border-radius:18px;padding:18px 10px 10px}.EPFWithdrawalCalculator-module__Okd3dG__header{margin-bottom:16px}.EPFWithdrawalCalculator-module__Okd3dG__calculatorBox{border-radius:14px;padding:14px 12px}.EPFWithdrawalCalculator-module__Okd3dG__title{font-size:24px}.EPFWithdrawalCalculator-module__Okd3dG__subtitle{font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__formSection{gap:10px}.EPFWithdrawalCalculator-module__Okd3dG__label{font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__input{padding:10px 12px;font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__calculateButton{padding:8px 18px;font-size:13px}.EPFWithdrawalCalculator-module__Okd3dG__resultLabel,.EPFWithdrawalCalculator-module__Okd3dG__resultValue,.EPFWithdrawalCalculator-module__Okd3dG__resultMessage{font-size:11px}.EPFWithdrawalCalculator-module__Okd3dG__resultItem:first-child .EPFWithdrawalCalculator-module__Okd3dG__resultValue{font-size:34px}.EPFWithdrawalCalculator-module__Okd3dG__disclaimer{padding:8px 4px 0;font-size:10px}}
.HomeClosingCTA-module__z5_TJW__section{background:#f6f8fa;padding:clamp(42px,6vw,76px) clamp(16px,4vw,40px)}.HomeClosingCTA-module__z5_TJW__inner{text-align:center;max-width:980px;margin:0 auto}.HomeClosingCTA-module__z5_TJW__inner h2{color:#121f34;font-family:var(--font-inria-serif), "Georgia", serif;margin:0;font-size:clamp(28px,3.2vw,44px);font-weight:700;line-height:1.2}.HomeClosingCTA-module__z5_TJW__subtext{color:#4f5b68;font-family:var(--font-inter), sans-serif;margin:12px auto 0;font-size:clamp(16px,1.45vw,24px);line-height:1.5}.HomeClosingCTA-module__z5_TJW__ctaButton{color:#fff;min-height:56px;font-family:var(--font-inter), sans-serif;background:#101f3f;border-radius:999px;justify-content:center;align-items:center;margin-top:26px;padding:12px 36px;font-size:clamp(16px,1.2vw,20px);font-weight:700;line-height:1.2;text-decoration:none;display:inline-flex}.HomeClosingCTA-module__z5_TJW__ctaButton:hover{background:#162952}.HomeClosingCTA-module__z5_TJW__footnote{color:#5f6d7b;font-family:var(--font-inter), sans-serif;margin:24px 0 0;font-size:clamp(15px,1.1vw,19px);line-height:1.45}@media (max-width:768px){.HomeClosingCTA-module__z5_TJW__inner h2{font-size:30px}.HomeClosingCTA-module__z5_TJW__subtext{font-size:16px}.HomeClosingCTA-module__z5_TJW__ctaButton{width:100%;max-width:380px}}
.Complications-module__7nYKbG__section{background:linear-gradient(135deg,#f4f6f8 0%,#dfe3e8 100%);padding:clamp(48px,5.5vw,72px) clamp(16px,4vw,48px) clamp(72px,8vw,112px);position:relative;overflow:hidden}.Complications-module__7nYKbG__content{z-index:2;max-width:1320px;margin:0 auto;position:relative}.Complications-module__7nYKbG__title{color:#000;text-align:center;font-size:clamp(22px,3.5vw,34px);font-weight:700;line-height:1.2;font-family:var(--font-inria-serif), "Georgia", serif;max-width:920px;margin:0 auto 12px}.Complications-module__7nYKbG__subtitle{z-index:1;font-size:15px;line-height:1.4;font-family:var(--font-inter), sans-serif;text-align:center;color:#475569;max-width:800px;margin:0 auto 56px;position:relative}.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(4,1fr);gap:32px;display:grid}.Complications-module__7nYKbG__card{-webkit-backdrop-filter:blur(16px);background:#fff9;border:1px solid #ffffffe6;border-radius:20px;flex-direction:column;gap:16px;height:100%;padding:32px 28px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;box-shadow:0 4px 12px #363d470a,inset 0 1px #fff}.Complications-module__7nYKbG__card:hover{border-color:#2e61e140;transform:translateY(-6px);box-shadow:0 20px 40px -10px #2e61e11f,inset 0 1px #fff}.Complications-module__7nYKbG__cardIcon{color:#2e61e1;background:#2e61e114;border-radius:12px;justify-content:center;align-items:center;width:40px;height:40px;margin-bottom:4px;transition:all .3s;display:flex}.Complications-module__7nYKbG__card:hover .Complications-module__7nYKbG__cardIcon{background:#2e61e126;transform:scale(1.05)}.Complications-module__7nYKbG__cardIcon svg{width:20px;height:20px}.Complications-module__7nYKbG__cardTitle{color:#0f172a;font-size:16px;font-weight:700;font-family:var(--font-inter), sans-serif;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;height:2.6em;margin:0;line-height:1.3;display:-webkit-box;overflow:hidden}.Complications-module__7nYKbG__cardDesc{color:#475569;font-size:13.5px;line-height:1.65;font-family:var(--font-inter), sans-serif}.Complications-module__7nYKbG__card:nth-child(7) .Complications-module__7nYKbG__cardTitle{margin-top:9px}.Complications-module__7nYKbG__card:nth-child(7) .Complications-module__7nYKbG__cardDesc{margin-top:-9px}.Complications-module__7nYKbG__card:nth-child(8) .Complications-module__7nYKbG__cardDesc{margin-top:-2px}@media (max-width:1024px){.Complications-module__7nYKbG__section{padding:60px 32px}.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.Complications-module__7nYKbG__section{padding:40px 20px}.Complications-module__7nYKbG__title{text-wrap:balance;margin-bottom:6px}.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.Complications-module__7nYKbG__subtitle{margin-top:0;margin-bottom:24px;font-size:14px}.Complications-module__7nYKbG__card{gap:8px;padding:20px 16px}.Complications-module__7nYKbG__cardTitle{height:2.45em;font-size:14px}.Complications-module__7nYKbG__cardDesc{display:none}}@media (max-width:480px){.Complications-module__7nYKbG__section{padding:34px 14px 52px}.Complications-module__7nYKbG__cardsGrid{gap:12px}.Complications-module__7nYKbG__card{border-radius:16px;gap:6px;padding:16px 12px}.Complications-module__7nYKbG__cardIcon{border-radius:10px;width:32px;height:32px}.Complications-module__7nYKbG__cardIcon svg{width:16px;height:16px}.Complications-module__7nYKbG__cardTitle{height:2.4em;font-size:13px;line-height:1.2}}@media (max-width:360px){.Complications-module__7nYKbG__cardsGrid{grid-template-columns:repeat(2,minmax(0,1fr))}}.Complications-module__7nYKbG__leafFoldLeft,.Complications-module__7nYKbG__leafFoldRight{opacity:.6;pointer-events:none;z-index:0;width:84px;height:auto;position:absolute}.Complications-module__7nYKbG__leafFoldLeft{bottom:6px;right:8px;transform:rotate(-8deg)}.Complications-module__7nYKbG__leafFoldRight{bottom:6px;left:8px;transform:rotate(6deg)scaleX(-1)}.Complications-module__7nYKbG__leafTopLeft,.Complications-module__7nYKbG__leafTopRight,.Complications-module__7nYKbG__leafBottomLeft,.Complications-module__7nYKbG__leafBottomRight{opacity:.9;pointer-events:none;z-index:0;mix-blend-mode:multiply;filter:saturate(1.08)contrast(1.04);will-change:transform, filter;width:180px;height:auto;position:absolute}.Complications-module__7nYKbG__leafTopLeft{top:-10px;left:8px;transform:rotate(6deg)}.Complications-module__7nYKbG__leafTopRight{top:-10px;right:8px;transform:rotate(-6deg)}.Complications-module__7nYKbG__leafBottomLeft{bottom:-8px;left:8px;transform:rotate(-8deg)scaleX(-1)}.Complications-module__7nYKbG__leafBottomRight{bottom:-8px;right:8px;transform:rotate(8deg)scaleX(-1)}@keyframes Complications-module__7nYKbG__gridFadeUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.Complications-module__7nYKbG__cardWrapper{opacity:0;height:100%}.Complications-module__7nYKbG__animateIn .Complications-module__7nYKbG__cardWrapper{animation:.7s cubic-bezier(.16,1,.3,1) forwards Complications-module__7nYKbG__gridFadeUp}
