.Contact-module__J3q-aa__contactContainer{min-height:100vh;color:var(--text-dark);background-color:#fff;flex-direction:column;display:flex}.Contact-module__J3q-aa__heroSection{text-align:center;background:#fff;padding:8rem 2rem 4rem;position:relative;overflow:hidden}.Contact-module__J3q-aa__heroContent{z-index:10;max-width:800px;margin:0 auto;position:relative}.Contact-module__J3q-aa__title{letter-spacing:-.02em;margin-bottom:1.5rem;font-size:3.5rem;font-weight:500;line-height:1.15}.Contact-module__J3q-aa__subtitle{color:var(--text-muted);max-width:600px;margin:0 auto 3rem;font-size:1.25rem;line-height:1.6}.Contact-module__J3q-aa__mapWrapper{aspect-ratio:2100/1312.5;opacity:.95;filter:drop-shadow(0 10px 20px #0000000d);width:100%;max-width:1000px;margin:0 auto;position:relative}.Contact-module__J3q-aa__svgMap{filter:hue-rotate(270deg)saturate(4)brightness(.6);width:100%;height:100%;transition:var(--transition)}.Contact-module__J3q-aa__mapPin{cursor:pointer;z-index:20;background-color:#ff3b30;border:3px solid #fff;border-radius:50%;width:16px;height:16px;transition:transform .2s;animation:2s infinite Contact-module__J3q-aa__pulsePin;position:absolute;box-shadow:0 0 #ff3b30b3}.Contact-module__J3q-aa__mapPin:hover{transform:scale(1.3)}.Contact-module__J3q-aa__pinDhaka{top:55%;left:70%}.Contact-module__J3q-aa__pinTokyo{top:43%;left:81%}@keyframes Contact-module__J3q-aa__pulsePin{0%{box-shadow:0 0 #ff3b30b3}70%{box-shadow:0 0 0 10px #ff3b3000}to{box-shadow:0 0 #ff3b3000}}.Contact-module__J3q-aa__tooltip{background-color:var(--text-dark);color:var(--bg-white);white-space:nowrap;box-shadow:var(--shadow-lg);opacity:0;pointer-events:none;z-index:30;border-radius:8px;padding:.75rem 1rem;font-size:.75rem;font-weight:500;transition:opacity .3s,transform .3s;position:absolute;bottom:130%;left:50%;transform:translate(-50%)translateY(10px)}.Contact-module__J3q-aa__tooltip:after{content:"";border-style:solid;border-width:6px;border-color:var(--text-dark) transparent transparent transparent;position:absolute;top:100%;left:50%;transform:translate(-50%)}.Contact-module__J3q-aa__mapPin:hover .Contact-module__J3q-aa__tooltip{opacity:1;transform:translate(-50%)translateY(0)}.Contact-module__J3q-aa__channelsSection{width:100%;max-width:1400px;margin:0 auto;padding:4rem 2rem}.Contact-module__J3q-aa__channelsGrid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}@media (max-width:1024px){.Contact-module__J3q-aa__channelsGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Contact-module__J3q-aa__channelsGrid{grid-template-columns:1fr}}.Contact-module__J3q-aa__channelCard{background-color:var(--primary);transition:var(--transition);color:#fff;border:1px solid #0000;border-radius:12px;flex-direction:column;gap:1rem;padding:2rem;display:flex;position:relative;overflow:hidden}.Contact-module__J3q-aa__channelCard:hover{background-color:var(--primary-hover);transform:translateY(-4px);box-shadow:0 12px 24px #008b4640}.Contact-module__J3q-aa__channelIcon{color:#fff;z-index:2;background-color:#ffffff26;border-radius:10px;justify-content:center;align-items:center;width:48px;height:48px;font-size:1.5rem;display:flex}.Contact-module__J3q-aa__channelTitle{z-index:2;color:#fff;font-size:1.25rem;font-weight:700}.Contact-module__J3q-aa__channelDesc{color:#ffffffd9;z-index:2;font-size:.95rem;line-height:1.5}.Contact-module__J3q-aa__channelLink{color:#fff;z-index:2;align-items:center;gap:.5rem;margin-top:auto;font-weight:600;transition:opacity .2s;display:inline-flex}.Contact-module__J3q-aa__channelLink:hover{opacity:.85;color:#fff}.Contact-module__J3q-aa__channelWatermark{color:#ffffff14;pointer-events:none;z-index:1;width:140px;height:140px;position:absolute;bottom:-24px;right:-24px}.Contact-module__J3q-aa__channelWatermark svg{width:100%;height:100%}.Contact-module__J3q-aa__mainGridSection{background-color:var(--bg-white);padding:4rem 2rem}.Contact-module__J3q-aa__mainGrid{grid-template-columns:1.2fr .8fr;gap:4rem;max-width:1400px;margin:0 auto;display:grid}@media (max-width:1024px){.Contact-module__J3q-aa__mainGrid{grid-template-columns:1fr;gap:3rem}}.Contact-module__J3q-aa__formCard{padding:3rem}@media (max-width:640px){.Contact-module__J3q-aa__formCard{padding:1.5rem}}.Contact-module__J3q-aa__formTitle{margin-bottom:2rem;font-size:1.75rem;font-weight:700}.Contact-module__J3q-aa__formRow{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:1.5rem;display:grid}@media (max-width:640px){.Contact-module__J3q-aa__formRow{grid-template-columns:1fr}}.Contact-module__J3q-aa__formGroup{flex-direction:column;gap:.5rem;margin-bottom:1.5rem;display:flex}.Contact-module__J3q-aa__formLabel{color:var(--text-dark);font-size:.875rem;font-weight:600}.Contact-module__J3q-aa__formInput,.Contact-module__J3q-aa__formSelect,.Contact-module__J3q-aa__formTextarea{border:1px solid var(--border-color);background-color:var(--bg-white);color:var(--text-dark);transition:var(--transition);border-radius:8px;outline:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.Contact-module__J3q-aa__formInput:focus,.Contact-module__J3q-aa__formSelect:focus,.Contact-module__J3q-aa__formTextarea:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.Contact-module__J3q-aa__formTextarea{resize:vertical;min-height:120px}.Contact-module__J3q-aa__submitBtn{background-color:var(--primary);color:#fff;cursor:pointer;width:100%;transition:var(--transition);border:none;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;display:flex}.Contact-module__J3q-aa__submitBtn:hover{background-color:var(--primary-hover)}.Contact-module__J3q-aa__submitBtn:disabled{opacity:.7;cursor:not-allowed}.Contact-module__J3q-aa__successMessage{background-color:var(--primary-light);border:1px solid var(--primary);color:var(--primary-hover);border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.Contact-module__J3q-aa__errorMessage{color:#9b1c1c;background-color:#fde8e8;border:1px solid #e11d48;border-radius:8px;margin-bottom:1.5rem;padding:1rem;font-weight:500}.Contact-module__J3q-aa__infoColumn{flex-direction:column;gap:2.5rem;display:flex}.Contact-module__J3q-aa__infoBlock{background-color:var(--primary);color:#fff;border:1px solid #0000;border-radius:16px;padding:2.5rem}.Contact-module__J3q-aa__infoBlockTitle{color:#fff;border-bottom:1px solid #ffffff26;margin-bottom:1.5rem;padding-bottom:.75rem;font-size:1.5rem;font-weight:700}.Contact-module__J3q-aa__infoList{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__J3q-aa__infoItem{gap:1rem;display:flex}.Contact-module__J3q-aa__infoItemIcon{color:#fff;margin-top:.25rem;font-size:1.25rem}.Contact-module__J3q-aa__infoItemLabel{color:#fff;margin-bottom:.25rem;font-size:.95rem;font-weight:700}.Contact-module__J3q-aa__infoItemValue{color:#ffffffd9;font-size:.95rem;line-height:1.5}.Contact-module__J3q-aa__hoursGrid{grid-template-columns:1fr;gap:1rem;display:grid}.Contact-module__J3q-aa__hoursRow{border-bottom:1px dashed #fff3;justify-content:space-between;padding-bottom:.5rem;display:flex}.Contact-module__J3q-aa__hoursDay{color:#fff;font-weight:500}.Contact-module__J3q-aa__hoursTime{color:#ffffffd9}.Contact-module__J3q-aa__mapTabsSection{border-top:1px solid var(--border-color);background-color:#fff;padding:4rem 2rem 6rem}.Contact-module__J3q-aa__mapTabsContainer{max-width:1400px;margin:0 auto}.Contact-module__J3q-aa__mapTabsTitle{text-align:center;margin-bottom:2rem;font-size:2rem;font-weight:600}.Contact-module__J3q-aa__tabsHeader{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2rem;display:flex}.Contact-module__J3q-aa__tabBtn{border:1px solid var(--border-color);background-color:var(--bg-white);color:var(--text-dark);cursor:pointer;transition:var(--transition);border-radius:9999px;padding:.75rem 1.5rem;font-family:inherit;font-weight:600}.Contact-module__J3q-aa__tabBtn:hover{border-color:var(--primary);color:var(--primary)}.Contact-module__J3q-aa__tabBtnActive{background-color:var(--primary);border-color:var(--primary);color:#fff}.Contact-module__J3q-aa__tabBtnActive:hover{color:#fff}.Contact-module__J3q-aa__iframeWrapper{width:100%;height:450px;box-shadow:var(--shadow-lg);border:1px solid var(--border-color);background-color:var(--bg-white);border-radius:16px;overflow:hidden}.Contact-module__J3q-aa__iframe{border:none;width:100%;height:100%}.Contact-module__J3q-aa__customDropdown{width:100%;position:relative}.Contact-module__J3q-aa__dropdownTrigger{border:1px solid var(--border-color);background-color:var(--bg-white);width:100%;color:var(--text-dark);cursor:pointer;transition:var(--transition);border-radius:8px;outline:none;justify-content:space-between;align-items:center;padding:.75rem 1rem;font-family:inherit;font-size:.95rem;display:flex}.Contact-module__J3q-aa__dropdownTrigger:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-light)}.Contact-module__J3q-aa__dropdownChevron{color:var(--text-muted);transition:transform .2s}.Contact-module__J3q-aa__dropdownChevronOpen{transform:rotate(180deg)}.Contact-module__J3q-aa__dropdownMenu{background-color:var(--bg-white);border:1px solid var(--border-color);width:100%;box-shadow:var(--shadow-lg);z-index:100;border-radius:8px;flex-direction:column;padding:.5rem 0;display:flex;position:absolute;top:105%;left:0}.Contact-module__J3q-aa__dropdownOption{text-align:left;color:var(--text-dark);cursor:pointer;transition:var(--transition);background:0 0;border:none;padding:.75rem 1rem;font-family:inherit;font-size:.95rem}.Contact-module__J3q-aa__dropdownOption:hover{background-color:var(--primary-light);color:var(--primary)}.Contact-module__J3q-aa__dropdownOptionActive{background-color:var(--primary);color:#fff}.Contact-module__J3q-aa__dropdownOptionActive:hover{background-color:var(--primary-hover);color:#fff}
.Navbar-module__cJzEcG__navbarContainer{z-index:1000;width:100%;box-shadow:none;background-color:#fefefe;border-bottom:1px solid #0000;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:0;left:0}.Navbar-module__cJzEcG__navbarContainer.Navbar-module__cJzEcG__scrolled{border-bottom:1px solid var(--border-color);box-shadow:0 10px 30px #0000000f}.Navbar-module__cJzEcG__navWrapper{justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:1.25rem 2rem;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Navbar-module__cJzEcG__navbarContainer.Navbar-module__cJzEcG__scrolled .Navbar-module__cJzEcG__navWrapper{padding:.85rem 2rem}.Navbar-module__cJzEcG__logoLink{align-items:center;display:flex}.Navbar-module__cJzEcG__logoImg{-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto;transition:transform .3s}.Navbar-module__cJzEcG__logoLink:hover .Navbar-module__cJzEcG__logoImg{transform:scale(1.02)}.Navbar-module__cJzEcG__desktopMenu{align-items:center;gap:2rem;display:flex}.Navbar-module__cJzEcG__navLink{color:var(--text-dark);letter-spacing:-.01em;transition:var(--transition);padding:.5rem 0;font-size:.92rem;font-weight:600;position:relative}.Navbar-module__cJzEcG__navLink:hover,.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active{color:var(--primary)}.Navbar-module__cJzEcG__navLink.Navbar-module__cJzEcG__active:after{content:"";background:var(--primary);border-radius:99px;width:18px;height:3px;position:absolute;bottom:-8px;left:50%;transform:translate(-50%)}.Navbar-module__cJzEcG__rightNav{align-items:center;gap:1.5rem;display:flex}.Navbar-module__cJzEcG__langSelectorWrapper{position:relative}.Navbar-module__cJzEcG__langBtn{border:1px solid var(--border-color);cursor:pointer;color:var(--text-dark);transition:var(--transition);background:0 0;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.8rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__langBtn:hover{border-color:var(--primary);color:var(--primary);background-color:var(--primary-light)}.Navbar-module__cJzEcG__flagImg{-o-object-fit:cover;object-fit:cover;border-radius:2px}.Navbar-module__cJzEcG__chevronIcon{transition:transform .2s}.Navbar-module__cJzEcG__chevronIcon.Navbar-module__cJzEcG__rotated{transform:rotate(180deg)}.Navbar-module__cJzEcG__langDropdown{background:var(--bg-white);border:1px solid var(--border-color);box-shadow:var(--shadow-lg);z-index:1010;border-radius:12px;flex-direction:column;gap:.25rem;width:150px;padding:.5rem;animation:.2s cubic-bezier(.16,1,.3,1) Navbar-module__cJzEcG__slideDown;display:flex;position:absolute;top:calc(100% + 8px);right:0}@keyframes Navbar-module__cJzEcG__slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.Navbar-module__cJzEcG__langDropdown button{text-align:left;cursor:pointer;color:var(--text-muted);transition:var(--transition);background:0 0;border:none;border-radius:8px;padding:.5rem .75rem;font-size:.8rem;font-weight:600}.Navbar-module__cJzEcG__langDropdown button:hover,.Navbar-module__cJzEcG__langDropdown button.Navbar-module__cJzEcG__active{color:var(--primary);background:var(--primary-light)}.Navbar-module__cJzEcG__mobileToggle{cursor:pointer;z-index:1100;width:24px;height:24px;color:var(--text-dark);background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:none}.Navbar-module__cJzEcG__toggleIcon{width:24px;height:24px;transition:transform .3s cubic-bezier(.16,1,.3,1),color .3s}.Navbar-module__cJzEcG__mobileToggle:hover .Navbar-module__cJzEcG__toggleIcon{color:var(--primary);transform:rotate(90deg)}.Navbar-module__cJzEcG__hasMegaMenu{position:static}.Navbar-module__cJzEcG__navLinkBtn{color:var(--text-dark);cursor:pointer;letter-spacing:-.01em;transition:var(--transition);background:0 0;border:none;align-items:center;gap:.35rem;padding:.5rem 0;font-family:inherit;font-size:.92rem;font-weight:600;display:inline-flex}.Navbar-module__cJzEcG__navLinkBtn:hover{color:var(--primary)}.Navbar-module__cJzEcG__navChevron{transition:transform .2s}.Navbar-module__cJzEcG__hasMegaMenu:hover .Navbar-module__cJzEcG__navChevron{transform:rotate(180deg)}.Navbar-module__cJzEcG__megaMenuContainer{border-bottom:1px solid var(--border-color);clip-path:inset(0 -100px -100px);opacity:0;visibility:hidden;z-index:99;background-color:#fefefe;width:100%;transition:opacity .25s cubic-bezier(.16,1,.3,1),transform .25s cubic-bezier(.16,1,.3,1),visibility .25s;position:absolute;top:100%;left:0;transform:translateY(-10px);box-shadow:0 15px 40px #00000014}.Navbar-module__cJzEcG__megaMenuContainer:before{content:"";background:0 0;width:100%;height:30px;position:absolute;top:-30px;left:0}.Navbar-module__cJzEcG__hasMegaMenu:hover .Navbar-module__cJzEcG__megaMenuContainer{opacity:1;visibility:visible;transform:translateY(0)}.Navbar-module__cJzEcG__megaMenuWrapper{grid-template-columns:1fr 1fr 1.1fr;gap:3rem;max-width:1400px;margin:0 auto;padding:2.5rem 2rem;display:grid}.Navbar-module__cJzEcG__megaColumn{flex-direction:column;gap:1.25rem;display:flex}.Navbar-module__cJzEcG__columnTitle{color:var(--text-light);letter-spacing:.1em;font-size:.72rem;font-weight:700}.Navbar-module__cJzEcG__menuList{flex-direction:column;gap:.75rem;display:flex}.Navbar-module__cJzEcG__megaItem{transition:var(--transition);border-radius:12px;align-items:flex-start;gap:1rem;padding:.75rem;display:flex}.Navbar-module__cJzEcG__megaItem:hover{background:var(--primary-light)}.Navbar-module__cJzEcG__iconBg{background:var(--primary-light);width:38px;height:38px;color:var(--primary);transition:var(--transition);border-radius:10px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Navbar-module__cJzEcG__megaItem:hover .Navbar-module__cJzEcG__iconBg{background:var(--primary);color:#fff;transform:scale(1.05)}.Navbar-module__cJzEcG__itemContent{flex-direction:column;gap:.15rem;display:flex}.Navbar-module__cJzEcG__itemHeading{color:var(--text-dark);font-size:.875rem;font-weight:600}.Navbar-module__cJzEcG__itemDesc{color:var(--text-muted);font-size:.78rem;line-height:1.4}.Navbar-module__cJzEcG__featuredColumn{flex-direction:column;display:flex}.Navbar-module__cJzEcG__featuredCard{background:var(--bg-light);border:1px solid var(--border-color);height:100%;transition:var(--transition);border-radius:16px;flex-direction:column;gap:.75rem;padding:1.5rem;display:flex}.Navbar-module__cJzEcG__featuredCard:hover{border-color:var(--primary-hover);box-shadow:0 8px 30px #008b460d}.Navbar-module__cJzEcG__featuredTitle{color:var(--text-dark);font-size:1rem;font-weight:700}.Navbar-module__cJzEcG__featuredDesc{color:var(--text-muted);font-size:.8rem;line-height:1.5}.Navbar-module__cJzEcG__featuredImgWrapper{aspect-ratio:16/9;background:linear-gradient(135deg,#e6f6ed 0%,#fff 100%);border-radius:8px;margin-top:auto;position:relative;overflow:hidden}.Navbar-module__cJzEcG__featuredImg{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:var(--transition)}.Navbar-module__cJzEcG__featuredCard:hover .Navbar-module__cJzEcG__featuredImg{transform:scale(1.05)}.Navbar-module__cJzEcG__mobileMenu{background:var(--bg-white);z-index:1050;flex-direction:column;gap:1.25rem;width:85%;max-width:340px;height:100vh;padding:5rem 2rem 2rem;transition:right .4s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:-100%;overflow-y:auto;box-shadow:-10px 0 40px #00000026}.Navbar-module__cJzEcG__mobileMenu.Navbar-module__cJzEcG__open{right:0}.Navbar-module__cJzEcG__mobileMenu a{color:var(--text-dark);transition:var(--transition);font-size:1.1rem;font-weight:600}.Navbar-module__cJzEcG__mobileMenu a:hover{color:var(--primary);padding-left:.25rem}.Navbar-module__cJzEcG__mobileDropdown{width:100%}.Navbar-module__cJzEcG__mobileDropdownBtn{width:100%;color:var(--text-dark);cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;padding:.5rem 0;font-family:inherit;font-size:1.1rem;font-weight:600;display:flex}.Navbar-module__cJzEcG__mobileChevron{color:var(--text-dark);transition:transform .2s}.Navbar-module__cJzEcG__mobileChevron.Navbar-module__cJzEcG__rotated{transform:rotate(180deg)}.Navbar-module__cJzEcG__mobileSubMenu{flex-direction:column;max-height:0;padding-left:1rem;transition:max-height .35s cubic-bezier(.16,1,.3,1),padding .35s;display:flex;overflow:hidden}.Navbar-module__cJzEcG__mobileSubMenuOpen{max-height:500px;padding-top:.5rem;padding-bottom:.5rem}.Navbar-module__cJzEcG__mobileSectionHeader{color:var(--text-light);letter-spacing:.08em;margin-top:.75rem;margin-bottom:.25rem;font-size:.72rem;font-weight:700}.Navbar-module__cJzEcG__mobileSubMenu a{padding:.4rem 0;color:var(--text-muted)!important;font-size:.9rem!important;font-weight:500!important}.Navbar-module__cJzEcG__mobileSubMenu a:hover{color:var(--primary)!important}@media (max-width:992px){.Navbar-module__cJzEcG__desktopMenu{display:none}.Navbar-module__cJzEcG__mobileToggle{display:flex}}.Navbar-module__cJzEcG__navSeparator{background-color:var(--border-color);align-self:center;width:1px;height:18px;margin-left:.5rem;margin-right:.5rem}@media (max-width:992px){.Navbar-module__cJzEcG__navSeparator{display:none}}.Navbar-module__cJzEcG__globeIcon{color:var(--text-dark);flex-shrink:0;align-items:center;display:flex}
.Footer-module__S6Hkya__footerSection{background-color:var(--primary);color:#fff;border-top:none;padding:5rem 0 3rem}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.5fr;gap:4rem;margin-bottom:4rem;display:grid}@media (max-width:992px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr 1fr;gap:3rem}}@media (max-width:576px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:1fr;gap:2.5rem}}.Footer-module__S6Hkya__footerCol{flex-direction:column;gap:1.5rem;display:flex}.Footer-module__S6Hkya__footerLogo{-o-object-fit:contain;object-fit:contain;filter:brightness(0)invert();align-self:flex-start;width:auto;height:48px}.Footer-module__S6Hkya__footerText{color:#ffffffd9;font-size:.95rem;line-height:1.6}.Footer-module__S6Hkya__colTitle{color:#fff;letter-spacing:-.01em;padding-bottom:.5rem;font-size:1.25rem;font-weight:700;position:relative}.Footer-module__S6Hkya__colTitle:after{content:"";background-color:#fff6;width:30px;height:2px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__footerLinksList{flex-direction:column;gap:.85rem;display:flex}.Footer-module__S6Hkya__footerLink{color:#fffc;transition:var(--transition);align-items:center;font-size:.95rem;text-decoration:none;display:inline-flex}.Footer-module__S6Hkya__footerLink:hover{color:#fff;transform:translate(5px)}.Footer-module__S6Hkya__newsletterForm{flex-direction:column;gap:.75rem;width:100%;display:flex}.Footer-module__S6Hkya__newsletterInputGroup{gap:.5rem;display:flex}@media (max-width:480px){.Footer-module__S6Hkya__newsletterInputGroup{flex-direction:column}}.Footer-module__S6Hkya__newsletterInput{color:#fff;transition:var(--transition);background-color:#ffffff1a;border:1px solid #ffffff4d;border-radius:9999px;flex:1;padding:.85rem 1.25rem;font-family:inherit;font-size:.95rem}.Footer-module__S6Hkya__newsletterInput:focus{background-color:#ffffff26;border-color:#fff;outline:none}.Footer-module__S6Hkya__newsletterInput::placeholder{color:#fff9}.Footer-module__S6Hkya__newsletterBtn{color:var(--primary);cursor:pointer;transition:var(--transition);background-color:#fff;border:none;border-radius:9999px;justify-content:center;align-items:center;gap:.5rem;padding:.85rem 1.5rem;font-family:inherit;font-weight:700;display:flex}.Footer-module__S6Hkya__newsletterBtn:hover{background-color:#ffffffe6;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.Footer-module__S6Hkya__newsletterBtn:active{transform:translateY(0)}.Footer-module__S6Hkya__footerBottom{border-top:1px solid #fff3;margin-top:4rem;padding-top:2rem}.Footer-module__S6Hkya__bottomWrapper{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1.5rem;display:flex}@media (max-width:768px){.Footer-module__S6Hkya__bottomWrapper{text-align:center;flex-direction:column;gap:1.25rem}}.Footer-module__S6Hkya__copyright{color:#ffffffb3;font-size:.9rem}.Footer-module__S6Hkya__bottomLinks{gap:1.5rem;display:flex}.Footer-module__S6Hkya__bottomLink{color:#ffffffb3;transition:var(--transition);font-size:.9rem;text-decoration:none}.Footer-module__S6Hkya__bottomLink:hover{color:#fff}.Footer-module__S6Hkya__socialLinks{align-items:center;gap:1.25rem;margin-top:.5rem;display:flex}.Footer-module__S6Hkya__socialLinks a{color:#fffc;transition:var(--transition);background-color:#ffffff1a;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;display:inline-flex}.Footer-module__S6Hkya__socialLinks a:hover{color:var(--primary);background-color:#fff;transform:translateY(-3px)}
.Stats-module__yL2aHq__statsSection{background:var(--bg-white);z-index:10;padding:4rem 0;position:relative}.Stats-module__yL2aHq__statsGrid{border-top:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding-top:3rem;padding-bottom:1rem;display:flex}@media (max-width:768px){.Stats-module__yL2aHq__statsGrid{border-top:none;flex-direction:column;gap:2rem;padding-top:0}}.Stats-module__yL2aHq__statCard{flex-direction:column;flex:1;align-items:flex-start;display:flex}@media (max-width:768px){.Stats-module__yL2aHq__statCard{text-align:center;align-items:center}}.Stats-module__yL2aHq__divider{background-color:#e5e7eb;width:1px;height:60px;margin:0 2rem}@media (max-width:768px){.Stats-module__yL2aHq__divider{width:100%;height:1px;margin:0}}.Stats-module__yL2aHq__statNumber{font-family:var(--font-sans), sans-serif;color:#111827;letter-spacing:-.02em;margin-bottom:.5rem;font-size:4rem;font-weight:500;line-height:1}@media (max-width:768px){.Stats-module__yL2aHq__statNumber{font-size:3rem}}.Stats-module__yL2aHq__statLabel{color:#6b7280;font-size:.875rem;font-weight:500}.Stats-module__yL2aHq__statSuffix{color:var(--primary)}
.Services-module__dpHhBa__servicesSection{background-color:var(--bg-white);padding:6rem 0}.Services-module__dpHhBa__servicesHeader{justify-content:space-between;align-items:flex-start;gap:4rem;margin-bottom:4.5rem;display:flex}@media (max-width:992px){.Services-module__dpHhBa__servicesHeader{flex-direction:column;gap:1.5rem;margin-bottom:3rem}}.Services-module__dpHhBa__sectionTagline{color:#6b7280;margin-bottom:.75rem;font-size:.95rem;font-weight:500;display:block}.Services-module__dpHhBa__sectionTitle{letter-spacing:-.02em;color:var(--text-dark);font-size:3.5rem;font-weight:500;line-height:1.15}@media (max-width:768px){.Services-module__dpHhBa__sectionTitle{font-size:2.5rem}}.Services-module__dpHhBa__headerRight{max-width:480px;margin-top:1rem}.Services-module__dpHhBa__headerRight p{color:#4b5563;font-size:1rem;line-height:1.6}.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:3rem;display:grid}@media (max-width:992px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:640px){.Services-module__dpHhBa__servicesGrid{grid-template-columns:1fr}}.Services-module__dpHhBa__serviceCard{cursor:pointer;border:1px solid #ffffff1a;border-radius:24px;flex-direction:column;min-height:400px;transition:transform .4s cubic-bezier(.16,1,.3,1),box-shadow .4s;display:flex;position:relative;overflow:hidden}.Services-module__dpHhBa__serviceCard:hover{border-color:#fff3;transform:translateY(-8px);box-shadow:0 20px 40px #00000059}.Services-module__dpHhBa__cardBgImage{z-index:1;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__cardBgImage{transform:scale(1.08)}.Services-module__dpHhBa__bgImage{-o-object-fit:cover;object-fit:cover}.Services-module__dpHhBa__overlay{z-index:2;background:linear-gradient(#0f172a59 0%,#0f172acc 60%,#0f172af2 100%);width:100%;height:100%;transition:opacity .3s;position:absolute;top:0;left:0}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__overlay{background:linear-gradient(#0f172a66 0%,#0f172ad9 50%,#0f172afa 100%)}.Services-module__dpHhBa__cardContent{z-index:3;flex-direction:column;flex-grow:1;align-items:flex-start;gap:1.25rem;width:100%;height:100%;padding:3rem 2.25rem;display:flex;position:relative}.Services-module__dpHhBa__serviceIcon{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;background-color:#ffffff26;border-radius:16px;justify-content:center;align-items:center;width:56px;height:56px;transition:background-color .3s,transform .3s;display:flex}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__serviceIcon{background-color:var(--primary);transform:scale(1.05)}.Services-module__dpHhBa__serviceIcon svg{stroke:#fff;stroke-width:2px;width:24px;height:24px}.Services-module__dpHhBa__serviceTitle{color:#fff;letter-spacing:-.01em;margin-top:.5rem;font-size:1.5rem;font-weight:600;line-height:1.3}.Services-module__dpHhBa__serviceDesc{color:#fffc;flex-grow:1;margin-bottom:1.5rem;font-size:.95rem;line-height:1.6}.Services-module__dpHhBa__readMore{align-items:center;gap:.75rem;margin-top:auto;display:flex}.Services-module__dpHhBa__plusIcon{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);color:#fff;background-color:#fff3;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:1.25rem;font-weight:700;transition:background-color .3s,color .3s,transform .3s;display:flex}.Services-module__dpHhBa__readMoreText{color:#ffffffe6;font-size:.95rem;font-weight:600;transition:color .3s}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__plusIcon{color:var(--primary);background-color:#fff;transform:scale(1.1)}.Services-module__dpHhBa__serviceCard:hover .Services-module__dpHhBa__readMoreText{color:#fff}.Services-module__dpHhBa__viewAllWrapper{justify-content:flex-start;margin-top:3rem;display:flex}.Services-module__dpHhBa__viewAllBtn{color:var(--primary);transition:var(--transition);background-color:#008b461f;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.Services-module__dpHhBa__viewAllBtn:hover{background-color:var(--primary);color:#fff}
.About-module__vAULUW__aboutSection{background-color:var(--bg-white);padding:6rem 0;position:relative;overflow:hidden}.About-module__vAULUW__aboutWrapper{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;display:grid}@media (max-width:992px){.About-module__vAULUW__aboutWrapper{grid-template-columns:1fr;gap:4rem}}.About-module__vAULUW__aboutContent{flex-direction:column;gap:1.5rem;display:flex}.About-module__vAULUW__sectionTagline{color:#6b7280;font-size:.95rem;font-weight:500;display:block}.About-module__vAULUW__sectionTitle{letter-spacing:-.02em;color:var(--text-dark);font-size:3.5rem;font-weight:500;line-height:1.15}@media (max-width:768px){.About-module__vAULUW__sectionTitle{font-size:2.5rem}}.About-module__vAULUW__aboutText{color:var(--text-muted);font-size:1.05rem;line-height:1.7}.About-module__vAULUW__aboutAction{margin-top:1rem}.About-module__vAULUW__btnLearnMore{color:var(--primary);transition:var(--transition);background-color:#008b461f;border-radius:9999px;justify-content:center;align-items:center;padding:.75rem 2rem;font-size:.95rem;font-weight:600;display:inline-flex}.About-module__vAULUW__btnLearnMore:hover{background-color:var(--primary);color:#fff}.About-module__vAULUW__aboutImageContainer{justify-content:center;align-items:center;width:100%;display:flex}.About-module__vAULUW__greenCard{aspect-ratio:1/1.1;background-color:#008b461f;border-radius:32px;justify-content:center;align-items:flex-end;width:100%;max-width:420px;display:flex;position:relative;overflow:visible}.About-module__vAULUW__aboutImage{-o-object-fit:cover;object-fit:cover;z-index:2;border-radius:0 0 32px 32px;width:100%;height:100%}.About-module__vAULUW__badgeGrowth{box-shadow:var(--shadow-md);z-index:5;color:#111827;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;font-weight:600;display:flex;position:absolute;top:15%;left:-8%}.About-module__vAULUW__growthIcon{color:var(--primary)}.About-module__vAULUW__badgeRatingCard{box-shadow:var(--shadow-lg);z-index:5;background-color:#fff;border:1px solid #e5e7eb;border-radius:16px;flex-direction:column;align-items:flex-start;min-width:150px;padding:16px;display:flex;position:absolute;top:38%;left:-15%}.About-module__vAULUW__starsRow{color:#10b981;gap:2px;font-size:1.1rem;display:flex}.About-module__vAULUW__avatarsRow{margin:12px 0 8px;display:flex}.About-module__vAULUW__avatar{border:2px solid #fff;border-radius:50%;width:28px;height:28px;margin-right:-10px}.About-module__vAULUW__avatarPlus{color:#fff;background-color:#111827;border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:.75rem;font-weight:700;display:flex}.About-module__vAULUW__ratingTextRow{align-items:baseline;gap:4px;display:flex}.About-module__vAULUW__ratingNum{color:#111827;font-size:1rem;font-weight:700}.About-module__vAULUW__ratingLabel{color:#6b7280;font-size:.75rem}.About-module__vAULUW__floatingPills{z-index:5;flex-direction:column;align-items:flex-end;gap:8px;display:flex;position:absolute;bottom:8%;right:-5%}.About-module__vAULUW__pillTag{color:#111827;box-shadow:var(--shadow-md);white-space:nowrap;background-color:#fff;border:1px solid #e5e7eb;border-radius:9999px;width:fit-content;padding:8px 18px;font-size:.85rem;font-weight:600}.About-module__vAULUW__pillTag:first-child{transform:translate(-10px)rotate(-3deg)}.About-module__vAULUW__pillTag:nth-child(2){transform:translate(-30px)rotate(-4deg)}.About-module__vAULUW__pillTag:nth-child(3){transform:translate(-20px)rotate(-3deg)}
.TrainingPartners-module__aQnksa__partnersSection{background-color:var(--bg-white);border-top:1px solid var(--border-color);padding:5rem 0}.TrainingPartners-module__aQnksa__partnersHeader{text-align:center;margin-bottom:3.5rem}.TrainingPartners-module__aQnksa__partnersTagline{color:var(--primary);letter-spacing:.12em;text-transform:uppercase;margin-bottom:.6rem;font-size:.78rem;font-weight:700;display:block}.TrainingPartners-module__aQnksa__partnersTitle{color:var(--text-dark);letter-spacing:-.02em;font-size:1.75rem;font-weight:500}.TrainingPartners-module__aQnksa__partnersTrack{grid-template-columns:repeat(5,1fr);gap:1rem;display:grid}@media (max-width:992px){.TrainingPartners-module__aQnksa__partnersTrack{grid-template-columns:repeat(3,1fr)}}@media (max-width:576px){.TrainingPartners-module__aQnksa__partnersTrack{grid-template-columns:repeat(2,1fr)}}.TrainingPartners-module__aQnksa__partnerCard{border:1px solid var(--border-color);background-color:var(--bg-white);border-radius:12px;justify-content:center;align-items:center;min-width:160px;padding:1.25rem 2rem;transition:all .35s cubic-bezier(.4,0,.2,1);display:flex}.TrainingPartners-module__aQnksa__partnerCard:hover{border-color:var(--primary);transform:translateY(-3px);box-shadow:0 6px 20px #008b4614}.TrainingPartners-module__aQnksa__partnerCard:hover .TrainingPartners-module__aQnksa__partnerLogo{filter:grayscale(0%);opacity:1}.TrainingPartners-module__aQnksa__partnerLogo{-o-object-fit:contain;object-fit:contain;filter:grayscale();opacity:.55;width:auto;max-width:100%;height:36px;transition:all .35s}@media (max-width:768px){.TrainingPartners-module__aQnksa__partnersTrack{gap:.75rem}.TrainingPartners-module__aQnksa__partnerCard{min-width:140px;padding:1rem 1.5rem}.TrainingPartners-module__aQnksa__partnerLogo{height:30px}}
.Testimonials-module__ItA9Ha__testimonialsSection{background-color:var(--bg-white);border-top:1px solid var(--border-color);padding:7rem 0 5rem}.Testimonials-module__ItA9Ha__header{text-align:center;margin-bottom:4rem}.Testimonials-module__ItA9Ha__tagline{letter-spacing:.14em;color:var(--primary);text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-block}.Testimonials-module__ItA9Ha__title{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.25rem;font-size:3rem;font-weight:500;line-height:1.2}@media (max-width:768px){.Testimonials-module__ItA9Ha__title{font-size:2rem}}.Testimonials-module__ItA9Ha__subtitle{color:var(--text-muted);max-width:520px;margin:0 auto;font-size:1rem;line-height:1.65}.Testimonials-module__ItA9Ha__avatarRows{flex-direction:column;align-items:center;gap:.85rem;margin-bottom:3.5rem;display:flex}.Testimonials-module__ItA9Ha__avatarRow{flex-wrap:wrap;justify-content:center;gap:.65rem;display:flex}.Testimonials-module__ItA9Ha__avatarBtn{cursor:pointer;background:0 0;border:none;border-radius:50%;padding:0;transition:transform .25s,box-shadow .25s;position:relative}.Testimonials-module__ItA9Ha__avatarBtn:after{content:"";border:2.5px solid #0000;border-radius:50%;transition:border-color .25s;position:absolute;inset:-3px}.Testimonials-module__ItA9Ha__avatarBtn:hover{transform:scale(1.12)}.Testimonials-module__ItA9Ha__avatarActive:after{border-color:var(--primary)}.Testimonials-module__ItA9Ha__avatarActive{box-shadow:0 0 0 3px var(--primary), 0 6px 20px #008b4640;transform:scale(1.15)}.Testimonials-module__ItA9Ha__avatarImg{-o-object-fit:cover;object-fit:cover;border-radius:50%;width:60px;height:60px;transition:opacity .25s;display:block}.Testimonials-module__ItA9Ha__avatarBtn:not(.Testimonials-module__ItA9Ha__avatarActive) .Testimonials-module__ItA9Ha__avatarImg{opacity:.65;filter:grayscale(20%)}@media (max-width:640px){.Testimonials-module__ItA9Ha__avatarImg{width:48px;height:48px}.Testimonials-module__ItA9Ha__avatarRow{gap:.5rem}}.Testimonials-module__ItA9Ha__quoteArea{text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:720px;margin:0 auto;transition:opacity .25s,transform .25s;display:flex}.Testimonials-module__ItA9Ha__quoteShow{opacity:1;transform:translateY(0)}.Testimonials-module__ItA9Ha__quoteHide{opacity:0;transform:translateY(8px)}.Testimonials-module__ItA9Ha__authorName{color:var(--text-dark);letter-spacing:.12em;text-transform:uppercase;margin-top:1rem;font-size:.9rem;font-weight:800}.Testimonials-module__ItA9Ha__quoteText{color:var(--text-dark);max-width:680px;font-size:1.75rem;font-weight:400;line-height:1.5}@media (max-width:768px){.Testimonials-module__ItA9Ha__quoteText{font-size:1.25rem}}
.FAQ-module__V8_xEa__faqSection{border-top:1px solid var(--border-color);background-color:#0000;padding:7rem 0 6rem}.FAQ-module__V8_xEa__header{text-align:center;margin-bottom:3.5rem}.FAQ-module__V8_xEa__tagline{letter-spacing:.14em;color:var(--primary);text-transform:uppercase;margin-bottom:1rem;font-size:.72rem;font-weight:700;display:inline-block}.FAQ-module__V8_xEa__title{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.25rem;font-size:3rem;font-weight:500}@media (max-width:768px){.FAQ-module__V8_xEa__title{font-size:2rem}}.FAQ-module__V8_xEa__subtitle{color:var(--text-muted);max-width:560px;margin:0 auto;font-size:1rem;line-height:1.65}.FAQ-module__V8_xEa__tabs{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:3rem;display:flex}.FAQ-module__V8_xEa__tab{border:1.5px solid var(--border-color);background:var(--bg-white);color:var(--text-muted);cursor:pointer;border-radius:9999px;align-items:center;padding:.55rem 1.35rem;font-size:.875rem;font-weight:600;transition:all .25s;display:inline-flex}.FAQ-module__V8_xEa__tab:hover{border-color:var(--primary);color:var(--primary)}.FAQ-module__V8_xEa__tabActive{background:var(--primary);border-color:var(--primary);color:#fff}.FAQ-module__V8_xEa__accordion{flex-direction:column;gap:.85rem;max-width:860px;margin:0 auto;display:flex}.FAQ-module__V8_xEa__item{border:none;border-bottom:1px solid var(--border-color);background:0 0;border-radius:0;transition:border-color .25s;animation:.3s both FAQ-module__V8_xEa__itemFadeIn;overflow:hidden}@keyframes FAQ-module__V8_xEa__itemFadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.FAQ-module__V8_xEa__itemOpen{border-bottom-color:var(--primary)}.FAQ-module__V8_xEa__question{cursor:pointer;text-align:left;background:0 0;border:none;align-items:center;gap:1.25rem;width:100%;padding:1.5rem 0;transition:opacity .2s;display:flex}.FAQ-module__V8_xEa__question:hover{opacity:.85}.FAQ-module__V8_xEa__questionNumber{color:var(--primary);opacity:.6;letter-spacing:.05em;flex-shrink:0;min-width:26px;font-size:.8rem;font-weight:700}.FAQ-module__V8_xEa__questionText{color:var(--text-dark);flex:1;font-size:1.025rem;font-weight:600;line-height:1.45}@media (max-width:640px){.FAQ-module__V8_xEa__questionText{font-size:.92rem}.FAQ-module__V8_xEa__question{gap:.85rem;padding:1.25rem 0}}.FAQ-module__V8_xEa__chevron{color:var(--text-muted);flex-shrink:0;transition:transform .3s cubic-bezier(.4,0,.2,1),color .2s}.FAQ-module__V8_xEa__chevronOpen{color:var(--primary);transform:rotate(180deg)}.FAQ-module__V8_xEa__answer{grid-template-rows:0fr;transition:grid-template-rows .35s cubic-bezier(.4,0,.2,1);display:grid}.FAQ-module__V8_xEa__answerOpen{grid-template-rows:1fr}.FAQ-module__V8_xEa__answer>*{overflow:hidden}.FAQ-module__V8_xEa__answerText{color:var(--text-muted);padding:0 0 1.5rem 2.5rem;font-size:.96rem;line-height:1.75}@media (max-width:640px){.FAQ-module__V8_xEa__answerText{padding:0 0 1.25rem 2rem;font-size:.88rem}}
.page-module__NfDiEG__mainContainer{min-height:100vh;font-family:var(--font-sans);flex-direction:column;display:flex}.page-module__NfDiEG__content{flex-grow:1}.page-module__NfDiEG__section{padding:7rem 0}.page-module__NfDiEG__section:last-of-type{border-bottom:none}.page-module__NfDiEG__sectionHeader{text-align:center;max-width:700px;margin:0 auto 5rem}.page-module__NfDiEG__sectionLabel{text-transform:uppercase;letter-spacing:.12em;color:var(--primary);margin-bottom:.75rem;font-size:.78rem;font-weight:800}.page-module__NfDiEG__sectionTitle{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.1rem;font-size:3.5rem;font-weight:500;line-height:1.15}.page-module__NfDiEG__sectionSubtitle{color:var(--text-muted);font-size:1.1rem;line-height:1.75}.page-module__NfDiEG__accent{color:var(--primary)}.page-module__NfDiEG__hero{text-align:center;padding:9rem 0 6rem;position:relative;overflow:hidden}.page-module__NfDiEG__heroInner{z-index:2;max-width:780px;margin:0 auto;position:relative}.page-module__NfDiEG__heroBadge{background-color:var(--primary-light);color:var(--primary);letter-spacing:.04em;border:1px solid #008b4640;border-radius:9999px;align-items:center;gap:.5rem;margin-bottom:1.75rem;padding:.45rem 1.1rem;font-size:.8rem;font-weight:700;display:inline-flex}.page-module__NfDiEG__hero h1{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.5rem;font-size:4.5rem;font-weight:500;line-height:1.08}.page-module__NfDiEG__hero p{color:var(--text-muted);max-width:640px;margin:0 auto;font-size:1.2rem;line-height:1.75}.page-module__NfDiEG__heroBlobTop{z-index:1;pointer-events:none;background:radial-gradient(circle,#008b4614 0%,#0000 70%);border-radius:50%;width:500px;height:500px;position:absolute;top:-80px;right:-120px}.page-module__NfDiEG__heroBlobBottom{z-index:1;pointer-events:none;background:radial-gradient(circle,#008b460f 0%,#0000 70%);border-radius:50%;width:400px;height:400px;position:absolute;bottom:-60px;left:-100px}@media (max-width:768px){.page-module__NfDiEG__hero{padding:7rem 0 4rem}.page-module__NfDiEG__hero h1{font-size:2.8rem}.page-module__NfDiEG__hero p{font-size:1rem}.page-module__NfDiEG__sectionTitle{font-size:2rem}}.page-module__NfDiEG__aboutGraBlock{justify-content:center;margin-bottom:4.5rem;display:flex}.page-module__NfDiEG__aboutGraContent{text-align:center;max-width:840px}.page-module__NfDiEG__aboutGraLead{color:var(--text-dark);margin-bottom:1.5rem;font-size:1.3rem;font-weight:600;line-height:1.7}.page-module__NfDiEG__aboutGraBody{color:var(--text-muted);font-size:1.05rem;line-height:1.75}.page-module__NfDiEG__statsSection{border-top:1px solid var(--border-color);border-bottom:1px solid var(--border-color);margin-bottom:5rem;padding:4rem 0}.page-module__NfDiEG__statsHeader{text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted);justify-content:center;align-items:center;gap:.6rem;margin-bottom:3rem;font-size:.82rem;font-weight:800;display:flex}.page-module__NfDiEG__statsIcon{color:var(--primary)}.page-module__NfDiEG__statsContainer{flex-direction:column;gap:3.5rem;width:100%;display:flex}.page-module__NfDiEG__statsRow{flex-wrap:wrap;justify-content:center;gap:4rem;width:100%;display:flex}.page-module__NfDiEG__statItem{text-align:center;flex-direction:column;flex:250px;align-items:center;max-width:320px;display:flex}.page-module__NfDiEG__statValue{color:var(--primary);margin-bottom:.4rem;font-size:1.5rem;font-weight:900;line-height:1.2}.page-module__NfDiEG__statLabel{text-transform:uppercase;letter-spacing:.08em;color:var(--text-light);font-size:.72rem;font-weight:750}.page-module__NfDiEG__fullWidthStat{border-top:1px dashed var(--border-color);flex:100%;max-width:100%;margin-top:.5rem;padding-top:2.25rem}.page-module__NfDiEG__fullWidthStat .page-module__NfDiEG__statValue{font-size:1.25rem}@media (max-width:600px){.page-module__NfDiEG__statsRow{gap:2.5rem}}.page-module__NfDiEG__leadershipSection{margin-top:1rem}.page-module__NfDiEG__leadershipTitle{color:var(--text-dark);text-align:center;margin-bottom:3.5rem;font-size:1.8rem;font-weight:600;position:relative}.page-module__NfDiEG__leadershipTitle:after{content:"";background:var(--primary);border-radius:9999px;width:40px;height:3px;margin:.6rem auto 0;display:block}.page-module__NfDiEG__mvGrid{flex-direction:column;gap:4rem;max-width:800px;margin-bottom:5rem;margin-left:auto;margin-right:auto;display:flex}.page-module__NfDiEG__mvCard{background-color:#0000;border:none;border-radius:0;padding:0;position:relative;overflow:visible}.page-module__NfDiEG__mvCard:before{content:"";background:linear-gradient(90deg, var(--primary), #008b4666);opacity:0;border-radius:1.25rem 1.25rem 0 0;height:4px;transition:opacity .3s;position:absolute;top:0;left:0;right:0}.page-module__NfDiEG__mvCard:hover{box-shadow:none;transform:none}.page-module__NfDiEG__mvCard:hover:before{opacity:0}.page-module__NfDiEG__mvIconWrap{background-color:var(--primary-light);width:3rem;height:3rem;color:var(--primary);border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.5rem;display:flex}.page-module__NfDiEG__mvCard h3{color:var(--text-dark);margin-bottom:1rem;font-size:1.3rem;font-weight:600}.page-module__NfDiEG__mvQuote{color:var(--primary);border-left:3px solid var(--primary);margin:0 0 1.25rem;padding-left:1rem;font-size:1rem;font-style:italic;line-height:1.65}.page-module__NfDiEG__mvCard p{color:var(--text-muted);font-size:.95rem;line-height:1.7}.page-module__NfDiEG__valuesSection{margin-top:1rem}.page-module__NfDiEG__valuesHeading{color:var(--text-dark);text-align:center;margin-bottom:2.5rem;font-size:1.6rem;font-weight:600;position:relative}.page-module__NfDiEG__valuesHeading:after{content:"";background:var(--primary);border-radius:9999px;width:48px;height:3px;margin:.75rem auto 0;display:block}.page-module__NfDiEG__valuesGrid{grid-template-columns:repeat(4,1fr);gap:1.75rem;display:grid}@media (max-width:1024px){.page-module__NfDiEG__valuesGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.page-module__NfDiEG__valuesGrid{grid-template-columns:1fr}}.page-module__NfDiEG__valueCard{background-color:var(--primary);color:#fff;transition:var(--transition);cursor:default;border:none;border-radius:1.25rem;padding:2.25rem 2rem;position:relative;overflow:hidden}.page-module__NfDiEG__valueCard:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.page-module__NfDiEG__valueCardContent{z-index:2;text-align:center;flex-direction:column;align-items:center;display:flex;position:relative}.page-module__NfDiEG__valueBgIcon{color:#ffffff14;z-index:1;pointer-events:none;transition:var(--transition);justify-content:center;align-items:center;display:flex;position:absolute;bottom:-1.25rem;right:-1.25rem;transform:rotate(-15deg)}.page-module__NfDiEG__valueBgIcon svg{width:7.5rem;height:7.5rem}.page-module__NfDiEG__valueCard:hover .page-module__NfDiEG__valueBgIcon{color:#ffffff1f;transform:scale(1.1)rotate(-10deg)}.page-module__NfDiEG__valueIcon{color:#fff;width:3rem;height:3rem;transition:var(--transition);background-color:#ffffff26;border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.page-module__NfDiEG__valueCard:hover .page-module__NfDiEG__valueIcon{color:var(--primary);background-color:#fff}.page-module__NfDiEG__valueCard h4{color:#fff;margin-bottom:.6rem;font-size:1.1rem;font-weight:700}.page-module__NfDiEG__valueCard p{color:#ffffffd9;font-size:.9rem;line-height:1.65}.page-module__NfDiEG__ceoLayout{grid-template-columns:380px 1fr;align-items:start;gap:5rem;display:grid}@media (max-width:1024px){.page-module__NfDiEG__ceoLayout{grid-template-columns:1fr;gap:3rem}}.page-module__NfDiEG__ceoPortraitWrap{position:relative}.page-module__NfDiEG__ceoPortrait{background:linear-gradient(160deg, var(--primary), #005f2f);aspect-ratio:4/5;border-radius:1.5rem;flex-direction:column;justify-content:flex-end;align-items:center;display:flex;position:relative;overflow:hidden}.page-module__NfDiEG__ceoPortraitInner{flex:1;justify-content:center;align-items:center;width:100%;display:flex}.page-module__NfDiEG__ceoAvatar{color:#ffffffb3;background:#ffffff26;border:3px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:140px;height:140px;display:flex}.page-module__NfDiEG__ceoNameCard{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#00000040;flex-direction:column;gap:.25rem;width:100%;padding:1.5rem;display:flex}.page-module__NfDiEG__ceoNameCard strong{color:#fff;font-size:1rem;font-weight:800}.page-module__NfDiEG__ceoNameCard span{color:#ffffffb3;font-size:.8rem}.page-module__NfDiEG__ceoAccentBar{background:linear-gradient(90deg, var(--primary), #008b4633);border-radius:9999px;height:4px;position:absolute;bottom:-16px;left:1.5rem;right:1.5rem}.page-module__NfDiEG__ceoMessage{padding-top:.5rem}.page-module__NfDiEG__ceoQuoteBlock{background:linear-gradient(135deg, var(--primary-light), #008b460a);border-left:4px solid var(--primary);border-radius:1rem;margin:1.75rem 0 2rem;padding:1.75rem 2rem;position:relative}.page-module__NfDiEG__ceoOpenQuote{color:var(--primary);opacity:.3;font-family:Georgia,serif;font-size:3rem;line-height:1;position:absolute;top:.5rem;left:1.25rem}.page-module__NfDiEG__ceoCloseQuote{color:var(--primary);opacity:.3;font-family:Georgia,serif;font-size:3rem;line-height:1;position:absolute;bottom:-.1rem;right:1.25rem}.page-module__NfDiEG__ceoQuoteText{letter-spacing:-.02em;padding:0 1.5rem;font-weight:900;color:var(--primary)!important;margin-bottom:.5rem!important;font-size:1.8rem!important}.page-module__NfDiEG__ceoMotto{padding-left:1.5rem;font-weight:600;color:var(--text-muted)!important;font-size:.88rem!important}.page-module__NfDiEG__ceoBody{flex-direction:column;gap:1rem;margin-bottom:2rem;display:flex}.page-module__NfDiEG__ceoBody p{color:var(--text-muted);font-size:.975rem;line-height:1.75}.page-module__NfDiEG__ceoBody strong{color:var(--text-dark)}.page-module__NfDiEG__ceoCommitmentList{flex-direction:column;gap:.75rem;display:flex}.page-module__NfDiEG__ceoCommitmentItem{color:var(--text-dark);align-items:center;gap:.75rem;font-size:.9rem;font-weight:600;display:flex}.page-module__NfDiEG__commitCheck{color:var(--primary);flex-shrink:0}.page-module__NfDiEG__ecosystemGrid{grid-template-columns:repeat(3,1fr);gap:1.75rem;display:grid}@media (max-width:1024px){.page-module__NfDiEG__ecosystemGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.page-module__NfDiEG__ecosystemGrid{grid-template-columns:1fr}}.page-module__NfDiEG__ecosystemCard{border:1px solid var(--border-color);background-color:var(--bg-white);transition:var(--transition);border-radius:1.25rem;flex-direction:column;padding:2.25rem 2.25rem 0;display:flex;overflow:hidden}.page-module__NfDiEG__ecosystemCard:hover{box-shadow:var(--shadow-lg);border-color:var(--primary);transform:translateY(-5px)}.page-module__NfDiEG__ecosystemLogoWrap{align-items:center;height:2.5rem;margin-bottom:1.25rem;display:flex}.page-module__NfDiEG__ecosystemLogo{-o-object-fit:contain;object-fit:contain;filter:grayscale();opacity:.6;max-width:100%;max-height:100%;transition:var(--transition)}.page-module__NfDiEG__ecosystemCard:hover .page-module__NfDiEG__ecosystemLogo{filter:grayscale(0%);opacity:1}.page-module__NfDiEG__ecosystemMeta{flex-direction:column;gap:.2rem;margin-bottom:1.25rem;display:flex}.page-module__NfDiEG__ecosystemRole{text-transform:uppercase;letter-spacing:.08em;color:var(--primary);font-size:.72rem;font-weight:850}.page-module__NfDiEG__ecosystemSince{color:var(--text-light);font-size:.72rem;font-weight:600}.page-module__NfDiEG__ecosystemCardBody{flex:1;margin-bottom:1.75rem}.page-module__NfDiEG__ecosystemFullName{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:1.15rem;font-weight:700}.page-module__NfDiEG__ecosystemDesc{color:var(--text-muted);font-size:.88rem;line-height:1.65}.page-module__NfDiEG__ecosystemLink{color:var(--primary);border-top:1px solid var(--border-color);transition:var(--transition);background-color:#0000;align-items:center;gap:.4rem;padding:1rem 1.75rem;font-size:.85rem;font-weight:700;display:flex}.page-module__NfDiEG__ecosystemLink:hover{background-color:var(--primary-light);gap:.6rem}.page-module__NfDiEG__advantageSection{background-color:var(--primary);padding:7rem 0;position:relative;overflow:hidden}.page-module__NfDiEG__advantageHeader{text-align:center;z-index:1;max-width:680px;margin:0 auto 4.5rem;position:relative}.page-module__NfDiEG__sectionLabelLight{text-transform:uppercase;letter-spacing:.12em;color:#fff9;margin-bottom:.75rem;font-size:.78rem;font-weight:800}.page-module__NfDiEG__advantageTitle{letter-spacing:-.02em;color:#fff;margin-bottom:1.25rem;font-size:3rem;font-weight:500;line-height:1.1}.page-module__NfDiEG__advantageSubtitle{color:#ffffffbf;font-size:1.1rem;line-height:1.75}.page-module__NfDiEG__advantageGrid{z-index:1;grid-template-columns:repeat(3,1fr);gap:1.5rem;display:grid;position:relative}@media (max-width:1024px){.page-module__NfDiEG__advantageGrid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.page-module__NfDiEG__advantageGrid{grid-template-columns:1fr}.page-module__NfDiEG__advantageTitle{font-size:2.2rem}}.page-module__NfDiEG__advantageCard{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);transition:var(--transition);background:#ffffff14;border:1px solid #ffffff26;border-radius:1rem;padding:2rem}.page-module__NfDiEG__advantageCard:hover{background:#ffffff24;border-color:#ffffff4d;transform:translateY(-4px)}.page-module__NfDiEG__advantageIcon{color:#fff;width:3rem;height:3rem;transition:var(--transition);background-color:#ffffff26;border-radius:.875rem;justify-content:center;align-items:center;margin-bottom:1.25rem;display:flex}.page-module__NfDiEG__advantageCard:hover .page-module__NfDiEG__advantageIcon{color:var(--primary);background-color:#fff}.page-module__NfDiEG__advantageCard h4{color:#fff;margin-bottom:.6rem;font-size:1.05rem;font-weight:700}.page-module__NfDiEG__advantageCard p{color:#ffffffb8;font-size:.88rem;line-height:1.65}.page-module__NfDiEG__advantageCTA{text-align:center;z-index:1;margin-top:4.5rem;position:relative}.page-module__NfDiEG__advantageCTA p{color:#fffc;margin-bottom:1.5rem;font-size:1.05rem}.page-module__NfDiEG__advantageBtn{color:var(--primary);transition:var(--transition);background-color:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 2.25rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.page-module__NfDiEG__advantageBtn:hover{background-color:#ffffffeb;gap:.75rem;transform:translateY(-2px);box-shadow:0 6px 20px #0003}.page-module__NfDiEG__closingBanner{background-color:var(--primary);border-top:none;padding:6rem 0}.page-module__NfDiEG__closingBannerInner{text-align:center;max-width:760px;margin:0 auto}.page-module__NfDiEG__bannerStar{color:#fff;margin-bottom:1.5rem}.page-module__NfDiEG__closingBannerInner h2{letter-spacing:-.02em;color:#fff;margin-bottom:1rem;font-size:2.25rem;font-weight:500;line-height:1.2}.page-module__NfDiEG__closingBannerInner p{color:#ffffffd9;margin-bottom:2.5rem;font-size:.95rem;line-height:1.6}.page-module__NfDiEG__bannerActions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.page-module__NfDiEG__bannerBtnPrimary{color:var(--primary);transition:var(--transition);background-color:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 2.25rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.page-module__NfDiEG__bannerBtnPrimary:hover{background-color:#fffffff2;transform:translateY(-2px);box-shadow:0 6px 16px #00000026}.page-module__NfDiEG__bannerBtnSecondary{color:#fff;transition:var(--transition);background-color:#0000;border:1px solid #ffffff4d;border-radius:9999px;align-items:center;gap:.5rem;padding:.9rem 2.25rem;font-size:.95rem;font-weight:700;text-decoration:none;display:inline-flex}.page-module__NfDiEG__bannerBtnSecondary:hover{background-color:#ffffff1a;border-color:#fff;gap:.75rem;transform:translateY(-2px)}@media (max-width:768px){.page-module__NfDiEG__closingBannerInner h2{font-size:1.75rem}}.page-module__NfDiEG__leadershipShowcase{flex-wrap:wrap;justify-content:center;gap:5rem;margin-top:5rem;display:flex}.page-module__NfDiEG__leaderProfile{text-align:center;flex-direction:column;align-items:center;max-width:250px;display:flex}.page-module__NfDiEG__leaderImageContainer{border:4px solid var(--primary-light);width:200px;height:200px;box-shadow:var(--shadow-md);background-color:var(--bg-light);border-radius:50%;margin-bottom:1.5rem;transition:transform .4s cubic-bezier(.165,.84,.44,1),border-color .3s;position:relative;overflow:hidden}.page-module__NfDiEG__leaderProfile:hover .page-module__NfDiEG__leaderImageContainer{border-color:var(--primary);box-shadow:var(--shadow-lg);transform:translateY(-5px)scale(1.03)}.page-module__NfDiEG__leaderImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%;transition:transform .4s}.page-module__NfDiEG__leaderName{color:var(--text-dark);letter-spacing:-.01em;margin-bottom:.35rem;font-size:1.25rem;font-weight:850}.page-module__NfDiEG__leaderTitle{color:var(--primary);text-transform:uppercase;letter-spacing:.08em;font-size:.8rem;font-weight:800}.page-module__NfDiEG__ceoPortraitImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.page-module__NfDiEG__parentGroupLogo{-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto}.page-module__NfDiEG__parentGroupFeatured{text-align:center;flex-direction:column;align-items:center;margin-bottom:3.5rem;display:flex}.page-module__NfDiEG__parentGroupLogoWrap{justify-content:center;align-items:center;padding:.5rem;transition:transform .3s;display:flex}.page-module__NfDiEG__parentGroupFeatured:hover .page-module__NfDiEG__parentGroupLogoWrap{transform:scale(1.05)}.page-module__NfDiEG__parentGroupLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--text-light);margin-top:.75rem;font-size:.72rem;font-weight:800}
.news-module__obM1Ya__newsContainer{max-width:1400px;margin:0 auto;padding:8rem 2rem 6rem}.news-module__obM1Ya__titleSection{text-align:center;margin-bottom:3.5rem}.news-module__obM1Ya__pageTitle{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:.75rem;font-size:3.5rem;font-weight:500}.news-module__obM1Ya__pageSubtitle{color:var(--text-muted);max-width:600px;margin:0 auto;font-size:1.1rem}.news-module__obM1Ya__newsGrid{grid-template-rows:auto auto;grid-template-columns:1.1fr 1.1fr 1.2fr;gap:1.75rem;margin-bottom:4rem;display:grid}.news-module__obM1Ya__newsCard{cursor:pointer;background-color:#111;border-radius:16px;flex-direction:column;justify-content:flex-end;height:320px;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.news-module__obM1Ya__newsCard:hover{transform:translateY(-6px);box-shadow:0 12px 30px #008b4626}.news-module__obM1Ya__featuredCard{grid-area:1/1/auto/span 2;height:380px}.news-module__obM1Ya__topRightCard{grid-area:1/3;height:380px}.news-module__obM1Ya__bottomLeftCard{grid-area:2/1}.news-module__obM1Ya__bottomCenterCard{grid-area:2/2}.news-module__obM1Ya__solidCard{background:linear-gradient(135deg, var(--primary) 0%, #005a2d 100%);color:#fff;border-radius:16px;flex-direction:column;grid-area:2/3;justify-content:flex-end;padding:2rem;transition:all .4s cubic-bezier(.16,1,.3,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000014}.news-module__obM1Ya__solidCard:hover{transform:translateY(-6px);box-shadow:0 12px 30px #008b4640}.news-module__obM1Ya__cardImage{-o-object-fit:cover;object-fit:cover;z-index:1;width:100%;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.news-module__obM1Ya__newsCard:hover .news-module__obM1Ya__cardImage{transform:scale(1.05)}.news-module__obM1Ya__cardOverlay{z-index:2;background:linear-gradient(#008b4626 0%,#00643280 50%,#002814e0 100%);width:100%;height:100%;transition:background .4s;position:absolute;top:0;left:0}.news-module__obM1Ya__newsCard:hover .news-module__obM1Ya__cardOverlay{background:linear-gradient(#008b4640 0%,#00502899 50%,#001e0ff2 100%)}.news-module__obM1Ya__cardContent{z-index:3;color:#fff;width:100%;padding:2rem;position:relative}.news-module__obM1Ya__cardTitle{color:#fff;letter-spacing:-.01em;margin-bottom:1.5rem;font-size:1.45rem;font-weight:700;line-height:1.35;transition:transform .3s}.news-module__obM1Ya__featuredCard .news-module__obM1Ya__cardTitle{font-size:1.85rem}.news-module__obM1Ya__cardFooter{border-top:1px solid #ffffff26;justify-content:space-between;align-items:center;padding-top:1rem;display:flex}.news-module__obM1Ya__authorName{color:#ffffffd9;font-size:.9rem;font-weight:500}.news-module__obM1Ya__metricWrapper{align-items:center;gap:.35rem;display:flex}.news-module__obM1Ya__metricCircle{transform:rotate(-90deg)}.news-module__obM1Ya__metricText{color:#ffffffe6;font-size:.85rem;font-weight:600}.news-module__obM1Ya__waveBackground{opacity:.15;z-index:1;pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.news-module__obM1Ya__detailHeader{text-align:center;padding:8rem 2rem 5rem}.news-module__obM1Ya__detailTitle{color:#000;margin-bottom:1.5rem;font-size:2.5rem;font-weight:500;line-height:1.15}.news-module__obM1Ya__detailMeta{color:#000c;justify-content:center;gap:2rem;font-size:.95rem;display:flex}.news-module__obM1Ya__detailContentSection{z-index:10;max-width:900px;margin:-3rem auto 6rem;padding:0 2rem;position:relative}.news-module__obM1Ya__imageWrapper{box-shadow:var(--shadow-xl);aspect-ratio:16/9;border-radius:16px;margin-bottom:3rem;position:relative;overflow:hidden}.news-module__obM1Ya__detailImage{-o-object-fit:cover;object-fit:cover;width:100%;height:100%}.news-module__obM1Ya__articleBody{color:#374151;font-size:1.15rem;line-height:1.8}.news-module__obM1Ya__articleBody p{margin-bottom:1.5rem}.news-module__obM1Ya__articleBody blockquote{border-left:4px solid var(--primary);color:#1f2937;background-color:var(--primary-light);border-radius:0 12px 12px 0;margin:2.5rem 0;padding:1.25rem 1.75rem;font-size:1.2rem;font-style:italic;line-height:1.6}@media (max-width:1024px){.news-module__obM1Ya__newsGrid{grid-template-rows:auto auto auto;grid-template-columns:1fr 1fr}.news-module__obM1Ya__featuredCard{grid-column:1/span 2}.news-module__obM1Ya__topRightCard{grid-area:2/1;height:320px}.news-module__obM1Ya__solidCard{grid-area:2/2;height:320px}.news-module__obM1Ya__bottomLeftCard{grid-area:3/1}.news-module__obM1Ya__bottomCenterCard{grid-area:3/2}}@media (max-width:768px){.news-module__obM1Ya__newsGrid{grid-template-rows:auto;grid-template-columns:1fr;gap:1.5rem}.news-module__obM1Ya__featuredCard,.news-module__obM1Ya__topRightCard,.news-module__obM1Ya__solidCard,.news-module__obM1Ya__bottomLeftCard,.news-module__obM1Ya__bottomCenterCard{grid-area:auto/1/auto/span 1;height:300px}.news-module__obM1Ya__pageTitle{font-size:2.2rem}.news-module__obM1Ya__detailTitle{font-size:1.8rem}.news-module__obM1Ya__detailMeta{flex-direction:column;gap:.5rem}}
.page-module__PVHCjq__mainContainer{background-color:var(--bg-white);min-height:100vh;color:var(--text-dark);font-family:var(--font-sans);flex-direction:column;display:flex}.page-module__PVHCjq__heroSection{background-color:var(--bg-white);color:var(--text-dark);text-align:center;padding:8rem 0 3rem}.page-module__PVHCjq__heroContent{max-width:800px;margin:0 auto}.page-module__PVHCjq__heroTitle{color:var(--text-dark);letter-spacing:-.02em;margin-bottom:1.25rem;font-size:3.5rem;font-weight:500;line-height:1.15}.page-module__PVHCjq__heroSubtitle{color:var(--text-muted);font-size:1.25rem;line-height:1.6}@media (max-width:768px){.page-module__PVHCjq__heroSection{padding:6rem 0 3.5rem}.page-module__PVHCjq__heroTitle{font-size:2.25rem}.page-module__PVHCjq__heroSubtitle{font-size:1rem}}.page-module__PVHCjq__contentSection{flex-grow:1;padding:6rem 0}.page-module__PVHCjq__timelineContainer{max-width:1200px;margin:0 auto;padding:2rem 0;position:relative}.page-module__PVHCjq__timelineContainer:after{content:"";background-color:#ffccd5;border-radius:999px;width:2px;margin-left:-1px;position:absolute;top:0;bottom:0;left:50%}@media (max-width:992px){.page-module__PVHCjq__timelineContainer:after{left:25px}}.page-module__PVHCjq__timelineItem{align-items:center;width:100%;margin-bottom:8rem;display:flex;position:relative}.page-module__PVHCjq__timelineItem:last-child{margin-bottom:0}.page-module__PVHCjq__itemContentGrid{grid-template-columns:1fr 1fr;align-items:center;gap:6rem;width:100%;display:grid}.page-module__PVHCjq__timelineItemLeft .page-module__PVHCjq__imageColumn{justify-content:flex-end;padding-right:3rem;display:flex}.page-module__PVHCjq__timelineItemLeft .page-module__PVHCjq__infoColumn{flex-direction:column;align-items:flex-start;padding-left:3rem;display:flex}.page-module__PVHCjq__timelineItemRight .page-module__PVHCjq__imageColumn{order:2;justify-content:flex-start;padding-left:3rem;display:flex}.page-module__PVHCjq__timelineItemRight .page-module__PVHCjq__infoColumn{flex-direction:column;order:1;align-items:flex-start;padding-right:3rem;display:flex}@media (max-width:992px){.page-module__PVHCjq__timelineItem{margin-bottom:5rem;padding-left:60px}.page-module__PVHCjq__itemContentGrid{grid-template-columns:1fr;gap:2rem}.page-module__PVHCjq__timelineItemLeft .page-module__PVHCjq__imageColumn,.page-module__PVHCjq__timelineItemRight .page-module__PVHCjq__imageColumn{order:1;justify-content:flex-start;padding:0}.page-module__PVHCjq__timelineItemLeft .page-module__PVHCjq__infoColumn,.page-module__PVHCjq__timelineItemRight .page-module__PVHCjq__infoColumn{order:2;padding:0}}.page-module__PVHCjq__stepCircle{border:1px solid var(--border-color);z-index:10;width:50px;height:66px;transition:var(--transition);-webkit-user-select:none;user-select:none;background-color:#fff;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;margin-left:-25px;display:flex;position:absolute;left:50%;box-shadow:0 4px 12px #0000000d}@media (max-width:992px){.page-module__PVHCjq__stepCircle{top:0;margin-left:0!important;left:0!important}}.page-module__PVHCjq__stepCircleText{color:#94a3b8;letter-spacing:.05em;margin-bottom:2px;font-size:.65rem;font-weight:800;line-height:1}.page-module__PVHCjq__stepCircleNum{color:#ff3b5c;font-size:1.35rem;font-weight:800;line-height:1}.page-module__PVHCjq__cardTag{text-transform:uppercase;letter-spacing:.05em;border-radius:9999px;align-self:flex-start;padding:.35rem 1rem;font-size:.8rem;font-weight:700}.page-module__PVHCjq__cardTitle{color:var(--text-dark);letter-spacing:-.02em;margin:1rem 0;font-size:2.25rem;font-weight:500;line-height:1.2}@media (max-width:768px){.page-module__PVHCjq__cardTitle{font-size:1.75rem}}.page-module__PVHCjq__cardDesc{color:var(--text-muted);margin-bottom:1.5rem;font-size:1.1rem;line-height:1.65}.page-module__PVHCjq__roleBox{color:var(--text-muted);font-size:1rem;line-height:1.5}.page-module__PVHCjq__roleKey{color:#2563eb;font-weight:700}.page-module__PVHCjq__roleVal{font-style:italic}.page-module__PVHCjq__stepImage{-o-object-fit:contain;object-fit:contain;filter:drop-shadow(0 15px 30px #0000000a);max-width:100%;max-height:380px;transition:var(--transition)}.page-module__PVHCjq__statusFooter{text-align:center;margin-top:6rem}.page-module__PVHCjq__statusFooterBadge{background-color:var(--primary-light);color:var(--primary);border:1px solid #008b4626;border-radius:9999px;align-items:center;padding:.75rem 2rem;font-size:1.05rem;font-weight:700;display:inline-flex}
.page-module__VKYseq__mainContainer{background-color:var(--bg-white);min-height:100vh;font-family:var(--font-sans);flex-direction:column;display:flex}.page-module__VKYseq__hero{text-align:center;padding:8rem 0 5rem}.page-module__VKYseq__heroInner{max-width:720px;margin:0 auto}.page-module__VKYseq__hero h1{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.25rem;font-size:3.75rem;font-weight:500;line-height:1.15}.page-module__VKYseq__hero p{color:var(--text-muted);font-size:1.2rem;line-height:1.7}@media (max-width:768px){.page-module__VKYseq__hero h1{font-size:2.5rem}.page-module__VKYseq__hero p{font-size:1rem}}.page-module__VKYseq__accent{color:var(--primary)}.page-module__VKYseq__content{flex-grow:1}.page-module__VKYseq__section{border-bottom:1px solid var(--border-color);padding:6rem 0}.page-module__VKYseq__section:last-of-type{border-bottom:none}.page-module__VKYseq__sectionInner{grid-template-columns:1fr 1.6fr;align-items:start;gap:6rem;display:grid}.page-module__VKYseq__sectionInnerReverse{grid-template-columns:1.6fr 1fr}.page-module__VKYseq__textRight{text-align:right}.page-module__VKYseq__textRight .page-module__VKYseq__pillList{justify-content:flex-end}@media (max-width:992px){.page-module__VKYseq__sectionInner{grid-template-columns:1fr;gap:3rem}}.page-module__VKYseq__sectionLabel{text-transform:uppercase;letter-spacing:.1em;color:var(--primary);margin-bottom:1rem;font-size:.8rem;font-weight:800}.page-module__VKYseq__sectionTitle{letter-spacing:-.02em;color:var(--text-dark);margin-bottom:1.25rem;font-size:2.5rem;font-weight:500;line-height:1.15}.page-module__VKYseq__sectionDesc{color:var(--text-muted);font-size:1.05rem;line-height:1.75}.page-module__VKYseq__featureGrid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:600px){.page-module__VKYseq__featureGrid{grid-template-columns:1fr}}.page-module__VKYseq__featureItem{border:1px solid var(--border-color);background-color:var(--bg-white);transition:var(--transition);border-radius:1rem;padding:1.75rem}.page-module__VKYseq__featureItem:hover{border-color:var(--primary);box-shadow:var(--shadow-md);transform:translateY(-3px)}.page-module__VKYseq__featureIcon{background-color:var(--primary-light);width:2.5rem;height:2.5rem;color:var(--primary);border-radius:.75rem;justify-content:center;align-items:center;margin-bottom:1rem;display:flex}.page-module__VKYseq__featureItem h4{color:var(--text-dark);margin-bottom:.5rem;font-size:1rem;font-weight:700}.page-module__VKYseq__featureItem p{color:var(--text-muted);font-size:.9rem;line-height:1.6}.page-module__VKYseq__benefitsSplit{grid-template-columns:1fr 1fr;gap:4rem;display:grid}@media (max-width:768px){.page-module__VKYseq__benefitsSplit{grid-template-columns:1fr;gap:3rem}}.page-module__VKYseq__benefitGroup h3{color:var(--text-dark);border-bottom:2px solid var(--primary);margin-bottom:2rem;padding-bottom:1rem;font-size:1.35rem;font-weight:600}.page-module__VKYseq__benefitList{flex-direction:column;gap:1.25rem;display:flex}.page-module__VKYseq__benefitItem{align-items:flex-start;gap:1rem;display:flex}.page-module__VKYseq__benefitCheck{background-color:var(--primary-light);width:1.5rem;height:1.5rem;color:var(--primary);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;margin-top:.1rem;display:flex}.page-module__VKYseq__benefitText{flex-direction:column;gap:.25rem;display:flex}.page-module__VKYseq__benefitText strong{color:var(--text-dark);font-size:.95rem;font-weight:700}.page-module__VKYseq__benefitText span{color:var(--text-muted);font-size:.88rem;line-height:1.55}.page-module__VKYseq__pillList{flex-wrap:wrap;gap:.75rem;margin-top:1.5rem;display:flex}.page-module__VKYseq__pill{background-color:var(--primary-light);color:var(--primary);border:1px solid #008b4633;border-radius:9999px;align-items:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.9rem;font-weight:700;display:inline-flex}.page-module__VKYseq__experienceBanner{background-color:var(--primary);color:#fff;text-align:center;padding:6rem 0}.page-module__VKYseq__experienceBanner h2{letter-spacing:-.02em;color:#fff;margin-bottom:1.25rem;font-size:3rem;font-weight:500}.page-module__VKYseq__experienceBanner p{color:#ffffffe0;max-width:700px;margin:0 auto 2.5rem;font-size:1.15rem;line-height:1.7}.page-module__VKYseq__ctaBtn{color:var(--primary);transition:var(--transition);background-color:#fff;border-radius:9999px;align-items:center;gap:.5rem;padding:1rem 2.5rem;font-size:1rem;font-weight:700;text-decoration:none;display:inline-flex}.page-module__VKYseq__ctaBtn:hover{background-color:#ffffffe6;transform:translateY(-2px);box-shadow:0 6px 20px #00000026}
.CTA-module__CdZh3q__ctaSection{background-color:var(--primary);position:relative;overflow:hidden}.CTA-module__CdZh3q__ctaGrid{pointer-events:none;z-index:1;background-image:linear-gradient(#ffffff0a 1px,#0000 1px),linear-gradient(90deg,#ffffff0a 1px,#0000 1px);background-size:60px 60px;position:absolute;inset:0;-webkit-mask-image:radial-gradient(80% 70%,#000 30%,#0000 100%);mask-image:radial-gradient(80% 70%,#000 30%,#0000 100%)}.CTA-module__CdZh3q__ctaInner{z-index:2;text-align:center;flex-direction:column;align-items:center;gap:1.5rem;max-width:720px;margin:0 auto;display:flex;position:relative}.CTA-module__CdZh3q__ctaLogo{margin-bottom:.5rem}.CTA-module__CdZh3q__ctaLogoImg{filter:brightness(0)invert();opacity:.9;-o-object-fit:contain;object-fit:contain;max-width:100%;height:auto}.CTA-module__CdZh3q__ctaTitle{letter-spacing:-.02em;color:#fff;font-size:3.5rem;font-weight:500;line-height:1.15}@media (max-width:768px){.CTA-module__CdZh3q__ctaTitle{font-size:2.25rem}}.CTA-module__CdZh3q__ctaDesc{color:#ffffffc7;max-width:520px;font-size:1.05rem;line-height:1.7}.CTA-module__CdZh3q__ctaActions{margin-top:.75rem}.CTA-module__CdZh3q__btnCtaPrimary{color:var(--primary);background-color:#fff;border-radius:9999px;justify-content:center;align-items:center;gap:.65rem;padding:.95rem 2.5rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:all .3s cubic-bezier(.4,0,.2,1);display:inline-flex;box-shadow:0 4px 14px #0000001a}.CTA-module__CdZh3q__btnCtaPrimary svg{transition:transform .3s}.CTA-module__CdZh3q__btnCtaPrimary:hover{background-color:#fffffff2;transform:translateY(-3px);box-shadow:0 8px 24px #0000002e}.CTA-module__CdZh3q__btnCtaPrimary:hover svg{transform:translate(4px)}
