.Header-module__lnUIdW__header{z-index:1000;border-bottom:1px solid var(--border-color);height:80px;transition:var(--transition-smooth);align-items:center;display:flex;position:fixed;top:0;left:0;right:0}.Header-module__lnUIdW__scrolled{height:70px;box-shadow:var(--shadow-sm);background:#fffffff2}.Header-module__lnUIdW__container{justify-content:space-between;align-items:center;height:100%;display:flex}.Header-module__lnUIdW__logoContainer{align-items:center;display:flex}.Header-module__lnUIdW__logoPlaceholder{font-family:var(--font-headings);align-items:center;gap:8px;display:flex}.Header-module__lnUIdW__logoImage{object-fit:contain;width:auto;height:40px}.Header-module__lnUIdW__nav{align-items:center;gap:28px;display:flex}.Header-module__lnUIdW__navLink{color:var(--text-dark);padding:8px 0;font-size:17px;font-weight:700;position:relative}.Header-module__lnUIdW__navLink:after{content:"";background-color:var(--primary);width:0;height:2.5px;transition:var(--transition-smooth);position:absolute;bottom:0;left:0}.Header-module__lnUIdW__navLink:hover,.Header-module__lnUIdW__activeLink{color:var(--primary)}.Header-module__lnUIdW__navLink:hover:after,.Header-module__lnUIdW__activeLink:after{width:100%}.Header-module__lnUIdW__actions{align-items:center;gap:24px;display:flex}.Header-module__lnUIdW__phoneLink{align-items:center;gap:10px;display:flex}.Header-module__lnUIdW__phoneIcon{width:20px;height:20px;color:var(--primary);background:var(--primary-light);box-sizing:content-box;transition:var(--transition-smooth);border-radius:50%;padding:8px}.Header-module__lnUIdW__phoneLink:hover .Header-module__lnUIdW__phoneIcon{background:var(--primary);color:var(--text-light)}.Header-module__lnUIdW__phoneTexts{flex-direction:column;display:flex}.Header-module__lnUIdW__phoneLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);text-align:left;font-size:12px;font-weight:700}.Header-module__lnUIdW__phoneNumber{color:var(--navy);text-align:left;font-size:15.5px;font-weight:800}.Header-module__lnUIdW__ctaButton{background-color:var(--primary);color:var(--text-light);border-radius:var(--border-radius-sm);transition:var(--transition-smooth);padding:12px 24px;font-size:15.5px;font-weight:700;box-shadow:0 4px 12px #1e62ec33}.Header-module__lnUIdW__ctaButton:hover{background-color:var(--primary-hover);transform:translateY(-2px);box-shadow:0 6px 16px #1e62ec4d}.Header-module__lnUIdW__mobileHeaderPhone{display:none}.Header-module__lnUIdW__menuToggle{cursor:pointer;z-index:1001;background:0 0;border:none;justify-content:center;align-items:center;width:44px;height:44px;padding:0;display:none}.Header-module__lnUIdW__hamburgerBox{flex-direction:column;justify-content:space-between;width:24px;height:16px;display:flex}.Header-module__lnUIdW__menuBar{transform-origin:50%;background-color:#fff;width:100%;height:2px;transition:all .3s cubic-bezier(.4,0,.2,1)}.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__menuBar{background-color:var(--navy)}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuBar{background-color:var(--navy)!important}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuBar:first-child{transform:translateY(7px)rotate(45deg)}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuBar:nth-child(2){opacity:0;transform:scale(0)}.Header-module__lnUIdW__menuOpen .Header-module__lnUIdW__menuBar:nth-child(3){transform:translateY(-7px)rotate(-45deg)}@media (max-width:1024px){.Header-module__lnUIdW__nav{display:none}.Header-module__lnUIdW__menuToggle{display:flex;z-index:1001!important;pointer-events:auto!important}.Header-module__lnUIdW__ctaButton{display:none}.Header-module__lnUIdW__mobileHeaderPhone{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;margin-right:8px;transition:all .2s;display:flex;box-shadow:0 2px 8px #00000026;color:#fff!important;background-color:#0b1120!important}.Header-module__lnUIdW__mobileHeaderPhone:hover{background-color:#111a30!important}.Header-module__lnUIdW__mobileHeaderPhoneIcon{width:18px;height:18px}.Header-module__lnUIdW__mobileMenu{z-index:999!important;background:#fff!important;flex-direction:column!important;height:calc(100vh - 80px)!important;padding:24px!important;display:flex!important;position:fixed!important;inset:80px 0 0!important;overflow-y:auto!important;box-shadow:0 10px 15px -3px #0000001a!important}.Header-module__lnUIdW__scrolled .Header-module__lnUIdW__mobileMenu{height:calc(100vh - 70px)!important;top:70px!important}}@media (max-width:640px){.Header-module__lnUIdW__actions{display:none}}.Header-module__lnUIdW__mobileMenu{border-bottom:1px solid var(--border-color);box-shadow:var(--shadow-lg);z-index:999;background:#fffffffa;padding:24px;animation:.25s cubic-bezier(.4,0,.2,1) forwards Header-module__lnUIdW__slideDown;position:absolute;top:100%;left:0;right:0}.Header-module__lnUIdW__mobileNav{flex-direction:column;gap:16px;display:flex}.Header-module__lnUIdW__mobileNavLink{color:var(--navy);border-bottom:1px solid var(--border-color);text-align:left;padding:10px 0;font-size:17px;font-weight:700;transition:color .2s}.Header-module__lnUIdW__mobileNavLink:hover{color:var(--primary)}.Header-module__lnUIdW__mobileActions{flex-direction:column;gap:12px;margin-top:12px;padding-top:16px;display:flex}.Header-module__lnUIdW__mobilePhoneLink{color:var(--primary);text-align:center;background-color:var(--primary-light);border-radius:var(--border-radius-sm);justify-content:center;align-items:center;gap:8px;padding:12px;font-size:16.5px;font-weight:800;display:flex}.Header-module__lnUIdW__mobilePhoneIcon{color:var(--primary)}.Header-module__lnUIdW__mobileCtaButton{background-color:var(--primary);color:var(--text-light);text-align:center;border-radius:var(--border-radius-sm);padding:14px;font-size:16px;font-weight:700;box-shadow:0 4px 10px #1e62ec26}@keyframes Header-module__lnUIdW__slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.Header-module__lnUIdW__dropdownContainer{align-items:center;display:inline-flex;position:relative}.Header-module__lnUIdW__dropdownLink{align-items:center;gap:4px;display:inline-flex}.Header-module__lnUIdW__dropdownContainer:hover .Header-module__lnUIdW__navLink{color:var(--primary)}.Header-module__lnUIdW__dropdownContainer:hover .Header-module__lnUIdW__navLink:after{width:100%}.Header-module__lnUIdW__dropdownArrow{vertical-align:middle;color:var(--text-muted);margin-left:6px;transition:transform .2s;display:inline-block}.Header-module__lnUIdW__dropdownContainer:hover .Header-module__lnUIdW__dropdownArrow{color:var(--primary);transform:rotate(180deg)}.Header-module__lnUIdW__dropdownMenu{border:1px solid var(--border-color);opacity:0;visibility:hidden;z-index:1000;box-sizing:border-box;background-color:#fff;border-radius:8px;flex-direction:column;min-width:240px;padding:8px 0;transition:all .2s;display:flex;position:absolute;top:100%;left:50%;transform:translate(-50%)translateY(10px);box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.Header-module__lnUIdW__dropdownContainer:hover .Header-module__lnUIdW__dropdownMenu{opacity:1;visibility:visible;transform:translate(-50%)translateY(0)}.Header-module__lnUIdW__dropdownItem{color:var(--text-dark);text-align:left;padding:10px 20px;font-size:15px;font-weight:700;transition:all .15s}.Header-module__lnUIdW__dropdownItem:hover{background-color:var(--primary-light);color:var(--primary)}.Header-module__lnUIdW__mobileDropdownGroup{text-align:left;border-bottom:1px solid var(--border-color);flex-direction:column;padding:8px 0 12px;display:flex}.Header-module__lnUIdW__mobileDropdownLabel{color:var(--navy);margin-bottom:8px;font-size:17px;font-weight:700}.Header-module__lnUIdW__mobileSubNav{flex-direction:column;gap:8px;padding-left:12px;display:flex}.Header-module__lnUIdW__mobileSubNavLink{color:var(--text-muted);text-align:left;padding:6px 0;font-size:15.5px;font-weight:600;transition:color .15s}.Header-module__lnUIdW__mobileSubNavLink:hover{color:var(--primary)}
.LeadForm-module__MGHrzW__formContainer{border-radius:var(--border-radius-md);background:#fff;border:1px solid #e2e8f0cc;flex-direction:column;gap:20px;width:100%;max-width:440px;padding:32px 28px;display:flex;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.LeadForm-module__MGHrzW__formHeader{text-align:center;margin-bottom:8px}.LeadForm-module__MGHrzW__formHeader h3{font-family:var(--font-headings);color:#0f172a;letter-spacing:-.5px;margin-bottom:8px;font-size:24px;font-weight:800}.LeadForm-module__MGHrzW__formHeader p{color:#64748b;font-size:16px;line-height:1.4}.LeadForm-module__MGHrzW__form{flex-direction:column;gap:16px;display:flex}.LeadForm-module__MGHrzW__inputGroup{flex-direction:column;display:flex}.LeadForm-module__MGHrzW__input,.LeadForm-module__MGHrzW__select{width:100%;font-family:var(--font-body);color:#0f172a;appearance:none;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:14px 16px;font-size:17px;transition:all .2s}.LeadForm-module__MGHrzW__select{cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%2364748b' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 16px center;background-repeat:no-repeat;background-size:1.25rem;padding-right:44px}.LeadForm-module__MGHrzW__select:invalid,.LeadForm-module__MGHrzW__select option[value=""],.LeadForm-module__MGHrzW__input::placeholder{color:#94a3b8}.LeadForm-module__MGHrzW__input:focus,.LeadForm-module__MGHrzW__select:focus{border-color:#1e62ec;outline:none;box-shadow:0 0 0 4px #1e62ec1a}.LeadForm-module__MGHrzW__errorMessage{color:#ef4444;text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:8px;padding:12px;font-size:15px;font-weight:500}.LeadForm-module__MGHrzW__submitButton{color:#fff;font-family:var(--font-headings);cursor:pointer;text-align:center;background:#1e62ec;border:none;border-radius:8px;margin-top:4px;padding:14px;font-size:18px;font-weight:700;transition:all .2s;box-shadow:0 4px 14px #1e62ec4d}.LeadForm-module__MGHrzW__submitButton:hover:not(:disabled){background:#154ec1;transform:translateY(-1px);box-shadow:0 6px 20px #1e62ec66}.LeadForm-module__MGHrzW__submitButton:disabled{opacity:.6;cursor:not-allowed}.LeadForm-module__MGHrzW__socialProof{border-top:1px solid #f1f5f9;justify-content:center;align-items:center;gap:12px;margin-top:4px;padding-top:16px;display:flex}.LeadForm-module__MGHrzW__avatarGroup{align-items:center;display:flex}.LeadForm-module__MGHrzW__avatar{background-position:50%;background-size:cover;border:2px solid #fff;border-radius:50%;width:32px;height:32px;margin-left:-8px;box-shadow:0 2px 4px #0000000d}.LeadForm-module__MGHrzW__avatar:first-child{margin-left:0}.LeadForm-module__MGHrzW__avatar1{background:linear-gradient(135deg,#ff7e5f 0%,#feb47b 100%)}.LeadForm-module__MGHrzW__avatar2{background:linear-gradient(135deg,#6a11cb 0%,#2575fc 100%)}.LeadForm-module__MGHrzW__avatar3{background:linear-gradient(135deg,#4facfe 0%,#00f2fe 100%)}.LeadForm-module__MGHrzW__avatar4{background:linear-gradient(135deg,#43e97b 0%,#38f9d7 100%)}.LeadForm-module__MGHrzW__socialText{color:#64748b;font-size:15px;font-weight:500}.LeadForm-module__MGHrzW__successContainer{border-radius:var(--border-radius-md);text-align:center;background:#fff;border:1px solid #e2e8f0cc;flex-direction:column;align-items:center;gap:16px;width:100%;max-width:440px;padding:40px 32px;display:flex;box-shadow:0 20px 25px -5px #0000001a}.LeadForm-module__MGHrzW__successIcon{color:#059669;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;font-size:34px;font-weight:700;display:flex;box-shadow:0 4px 12px #05966926}.LeadForm-module__MGHrzW__successContainer h3{color:#059669;font-size:26px;font-weight:700}.LeadForm-module__MGHrzW__successContainer p{color:#64748b;font-size:16px;line-height:1.5}.LeadForm-module__MGHrzW__resetButton{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;margin-top:12px;padding:10px 20px;font-size:15px;font-weight:600;transition:all .15s}.LeadForm-module__MGHrzW__resetButton:hover{background:#f1f5f9;border-color:#cbd5e1}.LeadForm-module__MGHrzW__phoneValidationError{color:#ef4444;text-align:left;margin-top:5px;font-size:13.5px;font-weight:600}.LeadForm-module__MGHrzW__autoResetNote{color:#94a3b8;margin-top:4px;font-size:12.5px;font-weight:500;display:block}@media (max-width:640px){.LeadForm-module__MGHrzW__formContainer{padding:24px 20px}.LeadForm-module__MGHrzW__formHeader h3{font-size:22px}}
.Hero-module___w2HtG__hero{min-height:100vh;color:var(--text-light);background-image:url(/images/heero-banner.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;align-items:center;padding-top:130px;padding-bottom:80px;display:flex;position:relative;overflow:hidden}.Hero-module___w2HtG__overlay{z-index:1;background:linear-gradient(90deg,#0a1120f2 0%,#0a1120cc 45%,#0a11204d 100%);position:absolute;inset:0}.Hero-module___w2HtG__container{z-index:2;grid-template-columns:1.15fr .85fr;align-items:center;gap:48px;display:grid;position:relative}.Hero-module___w2HtG__content{flex-direction:column;align-items:flex-start;gap:20px;display:flex}.Hero-module___w2HtG__newsTicker{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#ef444426;border:1px solid #ef444466;border-radius:8px;align-items:center;gap:10px;width:100%;max-width:600px;padding:8px 16px;animation:2s ease-in-out infinite Hero-module___w2HtG__pulseBg;display:flex}.Hero-module___w2HtG__pulseIcon{background-color:#ef4444;border-radius:50%;flex-shrink:0;width:10px;height:10px;animation:1.5s cubic-bezier(.66,0,0,1) infinite Hero-module___w2HtG__pulseIcon;display:inline-block;box-shadow:0 0 #ef4444b3}.Hero-module___w2HtG__newsText{color:#fca5a5;text-align:left;font-size:14.5px;font-weight:500;line-height:1.4}.Hero-module___w2HtG__newsText strong{color:#ef4444;text-transform:uppercase;letter-spacing:.5px;font-weight:800}@keyframes Hero-module___w2HtG__pulseBg{0%,to{background-color:#ef44441f}50%{background-color:#ef444438}}@keyframes Hero-module___w2HtG__pulseIcon{to{box-shadow:0 0 0 8px #ef444400}}.Hero-module___w2HtG__pill{color:#60a5fa;font-family:var(--font-headings);letter-spacing:1.5px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background-color:#1e62ec33;border:1px solid #1e62ec80;border-radius:100px;padding:6px 16px;font-size:14px;font-weight:700;display:inline-block}.Hero-module___w2HtG__title{font-family:var(--font-headings);color:#fff;letter-spacing:-1px;font-size:54px;font-weight:900;line-height:1.12}.Hero-module___w2HtG__highlight{color:#1e62ec}.Hero-module___w2HtG__description{color:#e2e8f0;max-width:580px;font-size:19px;line-height:1.6}.Hero-module___w2HtG__badgesRow{flex-wrap:wrap;gap:12px;width:100%;margin-top:10px;margin-bottom:10px;display:flex}.Hero-module___w2HtG__badgeItem{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff2;border:1px solid #e2e8f0cc;border-radius:10px;align-items:center;gap:8px;padding:12px 18px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.Hero-module___w2HtG__badgeIconWrapper{color:#1e62ec;justify-content:center;align-items:center;display:flex}.Hero-module___w2HtG__badgeIcon{width:18px;height:18px}.Hero-module___w2HtG__badgeText{font-family:var(--font-body);color:#0f172a;font-size:15px;font-weight:700}.Hero-module___w2HtG__priceInfo{flex-direction:column;gap:8px;margin-top:10px;margin-bottom:20px;display:flex}.Hero-module___w2HtG__priceItem{align-items:baseline;gap:8px;display:flex}.Hero-module___w2HtG__sizeNum{font-family:var(--font-headings);color:#fbbf24;font-size:26px;font-weight:800}.Hero-module___w2HtG__sizeLabel,.Hero-module___w2HtG__startingLabel{color:#f1f5f9;font-size:18px;font-weight:600}.Hero-module___w2HtG__priceNum{font-family:var(--font-headings);color:#22c55e;font-size:26px;font-weight:800}.Hero-module___w2HtG__ctaRow{flex-wrap:wrap;gap:16px;display:flex}.Hero-module___w2HtG__primaryBtn{color:#fff;font-family:var(--font-headings);background:#1e62ec;border:2px solid #0000;border-radius:8px;align-items:center;gap:10px;padding:14px 28px;font-size:17px;font-weight:700;transition:all .2s;display:flex;box-shadow:0 4px 14px #1e62ec66}.Hero-module___w2HtG__primaryBtn:hover{background:#154ec1;transform:translateY(-2px);box-shadow:0 6px 20px #1e62ec80}.Hero-module___w2HtG__secondaryBtn{color:#fff;font-family:var(--font-headings);background:0 0;border:2px solid #fff;border-radius:8px;align-items:center;gap:10px;padding:12px 26px;font-size:17px;font-weight:700;transition:all .2s;display:flex}.Hero-module___w2HtG__secondaryBtn:hover{background:#ffffff1a;transform:translateY(-2px)}.Hero-module___w2HtG__btnIcon,.Hero-module___w2HtG__btnIconRight{width:18px;height:18px}.Hero-module___w2HtG__formWrapper{justify-content:flex-end;display:flex}.Hero-module___w2HtG__floatingTab{color:#fff;z-index:100;cursor:pointer;background:#1e62ec;border-top-left-radius:8px;border-bottom-left-radius:8px;flex-direction:column;align-items:center;gap:10px;padding:18px 12px;transition:all .2s;display:flex;position:fixed;top:50%;right:0;transform:translateY(-50%);box-shadow:-4px 0 16px #1e62ec59}.Hero-module___w2HtG__tabText{writing-mode:vertical-rl;text-orientation:mixed;font-family:var(--font-headings);letter-spacing:1px;text-transform:uppercase;font-size:15px;font-weight:700}.Hero-module___w2HtG__tabIcon{width:16px;height:16px}.Hero-module___w2HtG__floatingTab:hover{background:#154ec1;padding-right:18px}@media (max-width:1140px){.Hero-module___w2HtG__title{font-size:44px}.Hero-module___w2HtG__badgesRow{gap:8px}.Hero-module___w2HtG__badgeItem{padding:10px 14px}}@media (max-width:1024px){.Hero-module___w2HtG__hero{height:auto;min-height:auto;padding-top:80px;padding-bottom:0;background-image:url(/images/heero-banner-mobile.jpg)!important;background-position:50%!important}.Hero-module___w2HtG__container{grid-template-columns:1fr;gap:0;padding:0}.Hero-module___w2HtG__content{text-align:left;box-sizing:border-box;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;height:calc(100dvh - 140px);min-height:540px;padding:24px;display:flex}.Hero-module___w2HtG__description{max-width:100%;margin:0;font-size:16.5px}.Hero-module___w2HtG__badgesRow{grid-template-columns:repeat(2,1fr);gap:10px;width:100%;margin:10px 0 16px;padding:0;display:grid}.Hero-module___w2HtG__badgeItem{text-align:center;background:#fffffff2;border:1px solid #e2e8f0cc;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;padding:12px 8px;display:flex;box-shadow:0 2px 6px #00000014}.Hero-module___w2HtG__priceInfo{align-items:flex-start;margin:8px 0}.Hero-module___w2HtG__ctaRow{flex-direction:column;align-items:flex-start;gap:10px;width:100%;margin-top:4px;display:flex}.Hero-module___w2HtG__primaryBtn,.Hero-module___w2HtG__secondaryBtn{box-sizing:border-box;justify-content:center;width:100%;max-width:320px;padding:12px}.Hero-module___w2HtG__formWrapper{background-color:#0b1120;justify-content:center;width:100%;padding:40px 24px}}@media (max-width:640px){.Hero-module___w2HtG__title{font-size:28px;line-height:1.25}.Hero-module___w2HtG__description{font-size:15px;line-height:1.45}.Hero-module___w2HtG__floatingTab{padding:12px 6px}.Hero-module___w2HtG__tabText{font-size:12.5px}}
.Overview-module__4PEZnq__overview{background-color:#f8fafc;padding-top:60px;padding-bottom:80px}.Overview-module__4PEZnq__statsRow{grid-template-columns:repeat(6,1fr);gap:16px;width:100%;margin-bottom:48px;display:grid}.Overview-module__4PEZnq__statBadge{align-items:center;gap:10px;display:flex}.Overview-module__4PEZnq__statIconWrapper{color:#1e62ec;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Overview-module__4PEZnq__statIcon{width:24px;height:24px}.Overview-module__4PEZnq__statText{flex-direction:column;display:flex}.Overview-module__4PEZnq__statValue{font-family:var(--font-headings);color:#0f172a;font-size:15px;font-weight:800;line-height:1.2}.Overview-module__4PEZnq__statLabel{color:#64748b;font-size:13px;font-weight:600;line-height:1.2}.Overview-module__4PEZnq__expertsBox{background-color:#10b98103;border:1px solid #10b98166;border-radius:12px;margin-bottom:64px;padding:24px 28px;box-shadow:0 4px 6px -1px #10b98108,0 2px 4px -1px #10b98105}.Overview-module__4PEZnq__expertsHeader{text-align:left;margin-bottom:16px}.Overview-module__4PEZnq__expertsHeader h3{font-family:var(--font-headings);color:#0f172a;margin-bottom:4px;font-size:20px;font-weight:800}.Overview-module__4PEZnq__expertsHeader p{color:#64748b;font-size:15px}.Overview-module__4PEZnq__expertsChannels{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.Overview-module__4PEZnq__channelCard{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;align-items:center;gap:12px;padding:14px 16px;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 1px 3px #00000005}.Overview-module__4PEZnq__channelCard:hover{border-color:#1e62ec33;transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -2px #00000005}.Overview-module__4PEZnq__channelIconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Overview-module__4PEZnq__waBg{color:#22c55e;background:#22c55e1a}.Overview-module__4PEZnq__phoneBg{color:#1e62ec;background:#1e62ec14}.Overview-module__4PEZnq__callbackBg{color:#a855f7;background:#a855f71a}.Overview-module__4PEZnq__emailBg{color:#f97316;background:#f973161a}.Overview-module__4PEZnq__channelIcon{width:18px;height:18px}.Overview-module__4PEZnq__channelIconStroke{width:16px;height:16px}.Overview-module__4PEZnq__channelText{flex-direction:column;display:flex}.Overview-module__4PEZnq__channelLabel{color:#64748b;margin-bottom:2px;font-size:13px;font-weight:600}.Overview-module__4PEZnq__channelLabelWa{font-family:var(--font-headings);color:#22c55e;font-size:16px;font-weight:800}.Overview-module__4PEZnq__channelAction{color:#64748b;background:#f1f5f9;border-radius:4px;width:fit-content;margin-top:2px;padding:1px 6px;font-size:12px;font-weight:700}.Overview-module__4PEZnq__channelValue{font-family:var(--font-headings);color:#0f172a;font-size:15px;font-weight:800}.Overview-module__4PEZnq__channelValueEmail{font-family:var(--font-headings);color:#0f172a;word-break:break-all;font-size:13px;font-weight:800}.Overview-module__4PEZnq__channelSubtext{color:#64748b;margin-top:1px;font-size:12px;font-weight:500}.Overview-module__4PEZnq__requestBadge{color:#a855f7;background:#a855f71a;border-radius:4px;width:fit-content;margin-top:2px;padding:1px 6px;font-size:12px;font-weight:700}.Overview-module__4PEZnq__chevronRight{display:none}.Overview-module__4PEZnq__sectionHeader{text-align:center;flex-direction:column;gap:10px;max-width:800px;margin:0 auto 48px;display:flex}.Overview-module__4PEZnq__subTitleWrapper{justify-content:center;align-items:center;gap:16px;margin-bottom:4px;display:flex}.Overview-module__4PEZnq__line{background-color:#cbd5e1;width:32px;height:1px}.Overview-module__4PEZnq__subTitle{font-family:var(--font-headings);color:#1e62ec;text-transform:uppercase;letter-spacing:1.5px;font-size:15px;font-weight:800}.Overview-module__4PEZnq__title{font-family:var(--font-headings);color:#0f172a;letter-spacing:-.5px;font-size:38px;font-weight:900}.Overview-module__4PEZnq__highlight{color:#1e62ec}.Overview-module__4PEZnq__desc{color:#64748b;font-size:17px;line-height:1.5}.Overview-module__4PEZnq__investGrid{grid-template-columns:repeat(6,1fr);gap:16px;width:100%;margin-bottom:56px;display:grid}.Overview-module__4PEZnq__investCard{text-align:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;flex-direction:column;align-items:center;padding:24px 12px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000003}.Overview-module__4PEZnq__investCard:hover{border-color:#1e62ec40;transform:translateY(-4px);box-shadow:0 10px 15px -3px #1e62ec14,0 4px 6px -2px #1e62ec0a}.Overview-module__4PEZnq__cardIconCircle{color:#1e62ec;background:#1e62ec0f;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:14px;display:flex}.Overview-module__4PEZnq__cardIcon{width:20px;height:20px}.Overview-module__4PEZnq__cardTitle{font-family:var(--font-headings);color:#0f172a;font-size:16px;font-weight:800}.Overview-module__4PEZnq__divider{background-color:#1e62ec;width:24px;height:1.5px;margin:10px 0;display:block}.Overview-module__4PEZnq__cardDesc{color:#64748b;font-size:13px;font-weight:500;line-height:1.4}.Overview-module__4PEZnq__bottomBanner{background-color:#fff;border:1px solid #e2e8f0cc;border-radius:12px;grid-template-columns:repeat(4,1fr);gap:20px;padding:20px 24px;display:grid;box-shadow:0 4px 6px -1px #00000005}.Overview-module__4PEZnq__bottomItem{align-items:center;gap:12px;display:flex}.Overview-module__4PEZnq__bottomIconWrapper{color:#1e62ec;background:#1e62ec0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex}.Overview-module__4PEZnq__bottomIcon{width:16px;height:16px}.Overview-module__4PEZnq__bottomText{flex-direction:column;display:flex}.Overview-module__4PEZnq__bottomText h4{font-family:var(--font-headings);color:#0f172a;margin-bottom:2px;font-size:14px;font-weight:800}.Overview-module__4PEZnq__bottomText p{color:#64748b;font-size:12px;font-weight:500;line-height:1.3}@media (max-width:1200px){.Overview-module__4PEZnq__investGrid{grid-template-columns:repeat(3,1fr);gap:16px}.Overview-module__4PEZnq__bottomBanner{grid-template-columns:repeat(2,1fr);gap:20px}}@media (max-width:1024px){.Overview-module__4PEZnq__statsRow{grid-template-columns:repeat(2,1fr);gap:12px;width:100%;margin-bottom:32px;margin-left:0;margin-right:0;padding:0;display:grid}.Overview-module__4PEZnq__statBadge{text-align:center;box-sizing:border-box;background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:6px;width:100%;padding:14px 10px;display:flex;box-shadow:0 1px 3px #00000005}.Overview-module__4PEZnq__statBadge:nth-child(n+5){display:none!important}.Overview-module__4PEZnq__statIconWrapper{margin-bottom:2px}.Overview-module__4PEZnq__expertsChannels{flex-direction:column;gap:12px;width:100%;display:flex}.Overview-module__4PEZnq__channelCard{text-align:left;align-items:center;width:100%;padding:14px 18px;display:flex}.Overview-module__4PEZnq__chevronRight{color:#94a3b8;flex-shrink:0;width:16px;height:16px;margin-left:auto;transition:transform .2s;display:block}.Overview-module__4PEZnq__channelCard:hover .Overview-module__4PEZnq__chevronRight{color:#1e62ec;transform:translate(2px)}}@media (max-width:768px){.Overview-module__4PEZnq__investGrid{gap:10px;grid-template-columns:repeat(3,1fr)!important}.Overview-module__4PEZnq__investCard{text-align:left;align-items:flex-start;padding:12px 10px}.Overview-module__4PEZnq__investCard .Overview-module__4PEZnq__divider,.Overview-module__4PEZnq__investCard .Overview-module__4PEZnq__cardDesc,.Overview-module__4PEZnq__bottomBanner{display:none!important}}@media (max-width:640px){.Overview-module__4PEZnq__overview{padding-top:40px;padding-bottom:60px}.Overview-module__4PEZnq__title{font-size:28px;line-height:1.25}.Overview-module__4PEZnq__expertsBox{margin-bottom:48px;padding:20px}.Overview-module__4PEZnq__investGrid{gap:8px;grid-template-columns:repeat(3,1fr)!important}.Overview-module__4PEZnq__investCard{text-align:left;align-items:flex-start;padding:10px 8px}}
.Amenities-module__nF45-W__section{background-color:#fff;padding-top:80px;padding-bottom:80px}.Amenities-module__nF45-W__sectionHeader{text-align:center;flex-direction:column;gap:10px;max-width:800px;margin:0 auto 52px;display:flex}.Amenities-module__nF45-W__subTitleWrapper{justify-content:center;align-items:center;gap:16px;margin-bottom:4px;display:flex}.Amenities-module__nF45-W__line{background-color:#cbd5e1;width:32px;height:1px}.Amenities-module__nF45-W__subTitle{font-family:var(--font-headings);color:#1e62ec;text-transform:uppercase;letter-spacing:1.5px;font-size:15px;font-weight:800}.Amenities-module__nF45-W__title{font-family:var(--font-headings);color:#0f172a;letter-spacing:-.5px;font-size:38px;font-weight:900}.Amenities-module__nF45-W__highlight{color:#1e62ec}.Amenities-module__nF45-W__desc{color:#64748b;font-size:17px;line-height:1.5}.Amenities-module__nF45-W__grid{grid-template-columns:repeat(5,1fr);gap:24px 16px;width:100%;margin-bottom:56px;display:grid}.Amenities-module__nF45-W__card{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;flex-direction:column;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:visible;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000003}.Amenities-module__nF45-W__card:hover{border-color:#1e62ec40;transform:translateY(-4px);box-shadow:0 12px 20px -3px #1e62ec1a,0 4px 6px -2px #1e62ec0a}.Amenities-module__nF45-W__card:hover .Amenities-module__nF45-W__cardImage{transform:scale(1.06)}.Amenities-module__nF45-W__imageWrapper{border-top-left-radius:11px;border-top-right-radius:11px;width:100%;height:115px;position:relative;overflow:hidden}.Amenities-module__nF45-W__cardImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Amenities-module__nF45-W__iconWrapper{color:#fff;z-index:2;background:#1e62ec;border:2.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;top:97px;left:50%;transform:translate(-50%);box-shadow:0 4px 8px #1e62ec40}.Amenities-module__nF45-W__iconSvg{width:15px;height:15px}.Amenities-module__nF45-W__cardContent{text-align:center;flex-direction:column;align-items:center;gap:6px;padding:24px 12px 16px;display:flex}.Amenities-module__nF45-W__cardTitle{font-family:var(--font-headings);color:#0f172a;font-size:15.5px;font-weight:800}.Amenities-module__nF45-W__cardDesc{color:#64748b;font-size:12.5px;font-weight:500;line-height:1.4}.Amenities-module__nF45-W__benefitsRow{border-top:1px solid #f1f5f9;grid-template-columns:repeat(5,1fr);gap:20px;width:100%;margin-top:48px;padding-top:36px;display:grid}.Amenities-module__nF45-W__benefitBadge{align-items:center;gap:12px;display:flex}.Amenities-module__nF45-W__badgeIconWrapper{color:#1e62ec;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Amenities-module__nF45-W__badgeIcon{width:22px;height:22px}.Amenities-module__nF45-W__badgeText{flex-direction:column;display:flex}.Amenities-module__nF45-W__badgeTitle{font-family:var(--font-headings);color:#0f172a;margin-bottom:2px;font-size:15px;font-weight:800;line-height:1.25}.Amenities-module__nF45-W__badgeDesc{color:#64748b;font-size:13px;font-weight:500;line-height:1.25}@media (max-width:1200px){.Amenities-module__nF45-W__grid{grid-template-columns:repeat(3,1fr);gap:24px 16px}.Amenities-module__nF45-W__benefitsRow{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:768px){.Amenities-module__nF45-W__grid{grid-template-columns:repeat(3,1fr);gap:12px}.Amenities-module__nF45-W__card{text-align:center;align-items:center;padding:12px;overflow:visible}.Amenities-module__nF45-W__imageWrapper{display:none}.Amenities-module__nF45-W__iconWrapper{box-shadow:none;color:#1e62ec;background:#1e62ec14;border:none;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;margin:0 auto 10px;display:flex;position:relative;top:auto;left:auto;transform:none}.Amenities-module__nF45-W__iconSvg{width:16px;height:16px}.Amenities-module__nF45-W__cardContent{text-align:center;align-items:center;padding:0}.Amenities-module__nF45-W__cardTitle{font-size:14.5px;font-weight:800;line-height:1.35}.Amenities-module__nF45-W__cardDesc{display:none}.Amenities-module__nF45-W__benefitsRow{display:none!important}}.Amenities-module__nF45-W__viewAllContainer{justify-content:center;width:100%;margin-top:32px;display:flex}.Amenities-module__nF45-W__viewAllBtn{color:#1e62ec;font-family:var(--font-headings);cursor:pointer;background:#fff;border:1.5px solid #1e62ec;border-radius:6px;align-items:center;gap:8px;padding:10px 20px;font-size:15.5px;font-weight:700;transition:all .2s;display:flex}.Amenities-module__nF45-W__viewAllBtn:hover{background:#1e62ec0a;transform:translateY(-1px)}.Amenities-module__nF45-W__viewAllBtn svg{transition:transform .2s}.Amenities-module__nF45-W__viewAllBtn:hover svg{transform:translateY(2px)}@media (max-width:640px){.Amenities-module__nF45-W__section{padding-top:50px;padding-bottom:50px}.Amenities-module__nF45-W__title{font-size:28px;line-height:1.25}}
.LocationMap-module__rPUJzq__section{background-color:#f8fafc;padding-top:80px;padding-bottom:80px}.LocationMap-module__rPUJzq__grid{grid-template-columns:.8fr 1.2fr;align-items:stretch;gap:48px;width:100%;margin-bottom:56px;display:grid}.LocationMap-module__rPUJzq__info{flex-direction:column;align-items:flex-start;display:flex}.LocationMap-module__rPUJzq__subTitle{font-family:var(--font-headings);color:#1e62ec;text-transform:uppercase;letter-spacing:1.5px;margin-bottom:8px;font-size:15px;font-weight:800;display:inline-block}.LocationMap-module__rPUJzq__title{font-family:var(--font-headings);color:#0f172a;letter-spacing:-.5px;margin-bottom:12px;font-size:38px;font-weight:900;line-height:1.15}.LocationMap-module__rPUJzq__highlight{color:#1e62ec}.LocationMap-module__rPUJzq__desc{color:#64748b;margin-bottom:28px;font-size:17px;line-height:1.5}.LocationMap-module__rPUJzq__landmarkList{flex-direction:column;gap:10px;width:100%;display:flex}.LocationMap-module__rPUJzq__landmarkItem{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;justify-content:space-between;align-items:center;padding:10px 16px;transition:transform .2s,border-color .2s;display:flex;box-shadow:0 1px 3px #00000003}.LocationMap-module__rPUJzq__landmarkItem:hover{border-color:#1e62ec33;transform:translate(4px)}.LocationMap-module__rPUJzq__iconCircle{color:#1e62ec;background:#1e62ec0f;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.LocationMap-module__rPUJzq__landmarkIcon{width:16px;height:16px}.LocationMap-module__rPUJzq__landmarkName{color:#0f172a;text-align:left;flex-grow:1;margin-left:12px;font-size:15.5px;font-weight:700}.LocationMap-module__rPUJzq__landmarkTime{font-family:var(--font-headings);color:#1e62ec;font-size:15px;font-weight:800}.LocationMap-module__rPUJzq__mapCard{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;flex-direction:column;width:100%;height:100%;display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000005,0 2px 4px -1px #00000003}.LocationMap-module__rPUJzq__mapCardLayout{grid-template-columns:1.15fr .85fr;height:100%;min-height:340px;display:grid}.LocationMap-module__rPUJzq__mapGraphicWrapper{background-color:#f8fafc;border-right:1px solid #e2e8f0cc;justify-content:center;align-items:center;height:100%;padding:0;display:flex}.LocationMap-module__rPUJzq__mapGraphic{object-fit:contain;border-radius:8px;width:100%;height:100%;max-height:520px}.LocationMap-module__rPUJzq__mapSidebar{flex-direction:column;justify-content:space-between;padding:24px 20px;display:flex}.LocationMap-module__rPUJzq__sidebarTitle{font-family:var(--font-headings);color:#1e62ec;letter-spacing:1px;text-transform:uppercase;margin-bottom:20px;font-size:15px;font-weight:800}.LocationMap-module__rPUJzq__checklist{flex-direction:column;gap:18px;margin-bottom:24px;display:flex}.LocationMap-module__rPUJzq__checkItem{text-align:left;align-items:start;gap:12px;display:flex}.LocationMap-module__rPUJzq__checkIconWrapper{color:#1e62ec;flex-shrink:0;justify-content:center;align-items:center;margin-top:2px;display:flex}.LocationMap-module__rPUJzq__whyIcon{width:16px;height:16px}.LocationMap-module__rPUJzq__checkText{flex-direction:column;display:flex}.LocationMap-module__rPUJzq__checkText strong{font-family:var(--font-headings);color:#0f172a;margin-bottom:2px;font-size:14.5px;font-weight:800;line-height:1.25}.LocationMap-module__rPUJzq__checkText p{color:#64748b;font-size:12.5px;font-weight:500;line-height:1.35}.LocationMap-module__rPUJzq__mapLinkBtn{color:#fff;font-family:var(--font-headings);background:#1e62ec;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px 16px;font-size:15.5px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 10px #1e62ec40}.LocationMap-module__rPUJzq__mapLinkBtn:hover{background:#154ec1;transform:translateY(-1px);box-shadow:0 6px 14px #1e62ec59}.LocationMap-module__rPUJzq__btnMapIcon{width:15px;height:15px}.LocationMap-module__rPUJzq__bottomStatsRow{border-top:1px solid #e2e8f0;grid-template-columns:repeat(5,1fr);gap:20px;width:100%;margin-top:48px;padding-top:36px;display:grid}.LocationMap-module__rPUJzq__statBadge{align-items:center;gap:12px;display:flex}.LocationMap-module__rPUJzq__statIconWrapper{color:#1e62ec;flex-shrink:0;justify-content:center;align-items:center;display:flex}.LocationMap-module__rPUJzq__statIcon{width:22px;height:22px}.LocationMap-module__rPUJzq__statText{flex-direction:column;display:flex}.LocationMap-module__rPUJzq__statValue{font-family:var(--font-headings);color:#0f172a;text-align:left;margin-bottom:2px;font-size:20px;font-weight:800;line-height:1.25}.LocationMap-module__rPUJzq__statLabel{color:#64748b;text-align:left;font-size:13px;font-weight:500;line-height:1.25}@media (max-width:1200px){.LocationMap-module__rPUJzq__grid{grid-template-columns:1fr;gap:40px}.LocationMap-module__rPUJzq__bottomStatsRow{grid-template-columns:repeat(3,1fr);gap:24px}}@media (max-width:1024px){.LocationMap-module__rPUJzq__mapCardLayout{grid-template-columns:1.1fr .9fr}}@media (max-width:768px){.LocationMap-module__rPUJzq__mapCardLayout{grid-template-columns:1fr}.LocationMap-module__rPUJzq__mapGraphicWrapper{border-bottom:1px solid #e2e8f0cc;border-right:none;padding:24px}.LocationMap-module__rPUJzq__bottomStatsRow{display:none!important}}@media (max-width:640px){.LocationMap-module__rPUJzq__section{padding-top:50px;padding-bottom:50px}.LocationMap-module__rPUJzq__title{font-size:28px;line-height:1.25}}.LocationMap-module__rPUJzq__sectionHeaderMobile{text-align:left;width:100%;margin-bottom:20px}.LocationMap-module__rPUJzq__titleMobile{font-family:var(--font-headings);color:#0f172a;font-size:26px;font-weight:900;line-height:1.3}.LocationMap-module__rPUJzq__mapCardMobile{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;width:100%;margin-bottom:24px;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.LocationMap-module__rPUJzq__mapGraphicWrapperMobile{background-color:#f8fafc;justify-content:center;align-items:center;padding:12px;display:flex}.LocationMap-module__rPUJzq__landmarkListMobile{flex-direction:column;gap:10px;width:100%;margin-bottom:24px;display:flex}.LocationMap-module__rPUJzq__landmarkItemMobile{background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;justify-content:space-between;align-items:center;padding:12px 16px;display:flex;box-shadow:0 1px 3px #00000003}.LocationMap-module__rPUJzq__landmarkNameMobile{color:#0f172a;text-align:left;flex-grow:1;margin-left:12px;font-size:15.5px}.LocationMap-module__rPUJzq__landmarkNameMobile strong{font-weight:700}.LocationMap-module__rPUJzq__landmarkTimeMobile{font-family:var(--font-headings);color:#1e62ec;font-size:15px;font-weight:800}.LocationMap-module__rPUJzq__viewMapButtonContainer{justify-content:center;width:100%;margin-top:8px;display:flex}.LocationMap-module__rPUJzq__mapLinkBtnMobile{color:#fff;font-family:var(--font-headings);background:#1e62ec;border-radius:8px;justify-content:center;align-items:center;gap:8px;width:100%;max-width:320px;padding:12px 24px;font-size:16px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 10px #1e62ec40}.LocationMap-module__rPUJzq__mapLinkBtnMobile:hover{background:#154ec1;transform:translateY(-1px)}.LocationMap-module__rPUJzq__addressListBlock{text-align:left;box-sizing:border-box;background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;flex-direction:column;gap:8px;margin-bottom:24px;padding:14px 16px;display:flex}.LocationMap-module__rPUJzq__addressSectionTitle{font-family:var(--font-headings);color:var(--navy);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:14px;font-weight:800}.LocationMap-module__rPUJzq__addressListItem{color:#64748b;font-size:13.5px;font-weight:500;line-height:1.4}.LocationMap-module__rPUJzq__addressListItem strong{color:#0f172a;font-weight:700}
.Projects-module__tl4Q0a__section{background-color:#fff;padding-bottom:64px}.Projects-module__tl4Q0a__headerBanner{color:#fff;background-color:#0b1120;border-bottom:1px solid #ffffff0d;margin-bottom:40px;padding:48px 0}.Projects-module__tl4Q0a__headerContainer{justify-content:space-between;align-items:center;gap:32px;display:flex}.Projects-module__tl4Q0a__headerLeft{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.Projects-module__tl4Q0a__breadcrumbs{font-family:var(--font-headings);color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:13px;font-weight:800}.Projects-module__tl4Q0a__headerTitle{font-family:var(--font-headings);color:#fff;letter-spacing:-.5px;font-size:34px;font-weight:900}.Projects-module__tl4Q0a__headerDesc{color:#94a3b8;font-size:16px;line-height:1.5}.Projects-module__tl4Q0a__headerRight{align-items:center;gap:16px;display:flex}.Projects-module__tl4Q0a__statBox{text-align:center;border-right:1px solid #ffffff1a;flex-direction:column;align-items:center;min-width:100px;padding:0 20px;display:flex}.Projects-module__tl4Q0a__statBox:last-child{border-right:none}.Projects-module__tl4Q0a__statBox strong{font-family:var(--font-headings);color:#1e62ec;font-size:28px;font-weight:900;line-height:1.1}.Projects-module__tl4Q0a__reraTitle{color:#1e62ec!important}.Projects-module__tl4Q0a__statBox span{color:#94a3b8;text-transform:uppercase;letter-spacing:.2px;margin-top:4px;font-size:12px;font-weight:600;line-height:1.2}.Projects-module__tl4Q0a__filterBar{border-bottom:1.5px solid #e2e8f0;justify-content:space-between;align-items:center;margin-bottom:32px;padding-bottom:12px;display:flex}.Projects-module__tl4Q0a__tabs{gap:8px;display:flex}.Projects-module__tl4Q0a__tabBtn{font-family:var(--font-headings);color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:20px;padding:8px 16px;font-size:15.5px;font-weight:700;transition:all .2s}.Projects-module__tl4Q0a__tabBtn:hover{color:#0f172a}.Projects-module__tl4Q0a__activeTab{background:#1e62ec;box-shadow:0 4px 10px #1e62ec33;color:#fff!important}.Projects-module__tl4Q0a__sortDropdown{color:#64748b;cursor:pointer;background-color:#fff;border:1px solid #cbd5e1;border-radius:6px;align-items:center;gap:6px;padding:8px 16px;font-size:15px;font-weight:700;display:flex}.Projects-module__tl4Q0a__sortArrow{width:14px;height:14px}.Projects-module__tl4Q0a__mainLayout{grid-template-columns:1fr 280px;align-items:start;gap:32px;margin-bottom:56px;display:grid}.Projects-module__tl4Q0a__projectsColumn{width:100%}.Projects-module__tl4Q0a__projectsGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.Projects-module__tl4Q0a__projectCard{text-align:left;background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;flex-direction:column;scroll-margin-top:100px;transition:all .25s cubic-bezier(.4,0,.2,1);display:flex;overflow:hidden;box-shadow:0 4px 6px -1px #00000005}.Projects-module__tl4Q0a__projectCard:hover{border-color:#1e62ec40;transform:translateY(-4px);box-shadow:0 12px 20px -3px #1e62ec14}.Projects-module__tl4Q0a__projectCard:hover .Projects-module__tl4Q0a__projectImage{transform:scale(1.05)}.Projects-module__tl4Q0a__imageWrapper{width:100%;height:150px;position:relative;overflow:hidden}.Projects-module__tl4Q0a__projectImage{object-fit:cover;width:100%;height:100%;transition:transform .4s}.Projects-module__tl4Q0a__statusTag{font-family:var(--font-headings);color:#fff;letter-spacing:.5px;z-index:2;border-radius:4px;padding:3px 8px;font-size:10.5px;font-weight:800;position:absolute;top:10px;left:10px}.Projects-module__tl4Q0a__ongoingTag{background:#1e62ec}.Projects-module__tl4Q0a__upcomingTag{background:#f59e0b}.Projects-module__tl4Q0a__cardBody{flex-direction:column;gap:8px;padding:16px;display:flex}.Projects-module__tl4Q0a__projectTitle{font-family:var(--font-headings);color:#0f172a;font-size:17px;font-weight:800}.Projects-module__tl4Q0a__locationWrapper{color:#64748b;align-items:center;gap:4px;display:flex}.Projects-module__tl4Q0a__pinIcon{color:#1e62ec;width:13px;height:13px}.Projects-module__tl4Q0a__locationText{font-size:13px;font-weight:600}.Projects-module__tl4Q0a__projectDesc{color:#64748b;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:48px;font-size:13.5px;font-weight:500;line-height:1.4;display:-webkit-box;overflow:hidden}.Projects-module__tl4Q0a__specsGrid{border-top:1px dashed #e2e8f0;border-bottom:1px dashed #e2e8f0;grid-template-columns:repeat(2,1fr);gap:8px 12px;margin:4px 0;padding:10px 0;display:grid}.Projects-module__tl4Q0a__specItem{justify-content:space-between;align-items:center;display:flex}.Projects-module__tl4Q0a__specLabel{font-family:var(--font-headings);color:#0f172a;font-size:13.5px;font-weight:800}.Projects-module__tl4Q0a__specVal{color:#64748b;text-transform:uppercase;font-size:12px;font-weight:600}.Projects-module__tl4Q0a__cardBtn{font-family:var(--font-headings);box-sizing:border-box;border-radius:6px;justify-content:center;align-items:center;gap:8px;margin-top:4px;padding:10px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:flex}.Projects-module__tl4Q0a__solidBtn{color:#fff;background:#1e62ec;border:1.5px solid #0000;box-shadow:0 4px 10px #1e62ec26}.Projects-module__tl4Q0a__solidBtn:hover{background:#154ec1}.Projects-module__tl4Q0a__outlineBtn{color:#1e62ec;background:0 0;border:1.5px solid #1e62ec}.Projects-module__tl4Q0a__outlineBtn:hover{background:#1e62ec0d}.Projects-module__tl4Q0a__downloadIcon,.Projects-module__tl4Q0a__bellIcon{width:14px;height:14px}.Projects-module__tl4Q0a__sidebarColumn{flex-direction:column;gap:20px;display:flex}.Projects-module__tl4Q0a__sidebarPanel{text-align:left;background:#fff;border:1px solid #e2e8f0cc;border-radius:10px;padding:20px;box-shadow:0 2px 4px #00000003}.Projects-module__tl4Q0a__panelTitle{font-family:var(--font-headings);color:#1e62ec;letter-spacing:.5px;text-transform:uppercase;margin-bottom:16px;font-size:14.5px;font-weight:800}.Projects-module__tl4Q0a__checklist{flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Projects-module__tl4Q0a__checkItem{color:#334155;align-items:center;gap:10px;font-size:14.5px;font-weight:600;display:flex}.Projects-module__tl4Q0a__checkIcon{color:#10b981;flex-shrink:0;width:14px;height:14px}.Projects-module__tl4Q0a__helpPanel{text-align:center;flex-direction:column;align-items:center;display:flex}.Projects-module__tl4Q0a__helpDesc{color:#64748b;margin-bottom:16px;font-size:14.5px;font-weight:500;line-height:1.4}.Projects-module__tl4Q0a__expertBtn{color:#fff;width:100%;font-family:var(--font-headings);background:#1e62ec;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:11px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 10px #1e62ec33}.Projects-module__tl4Q0a__expertBtn:hover{background:#154ec1}.Projects-module__tl4Q0a__phoneIcon{width:14px;height:14px}.Projects-module__tl4Q0a__trustBanner{border-top:1px solid #e2e8f0;grid-template-columns:repeat(5,1fr);gap:20px;width:100%;padding-top:36px;display:grid}.Projects-module__tl4Q0a__trustBadge{align-items:center;gap:12px;display:flex}.Projects-module__tl4Q0a__trustIconWrapper{color:#1e62ec;flex-shrink:0;justify-content:center;align-items:center;display:flex}.Projects-module__tl4Q0a__trustIcon{width:22px;height:22px}.Projects-module__tl4Q0a__trustText{flex-direction:column;display:flex}.Projects-module__tl4Q0a__trustTitle{font-family:var(--font-headings);color:#0f172a;text-align:left;margin-bottom:2px;font-size:15px;font-weight:800;line-height:1.25}.Projects-module__tl4Q0a__trustDesc{color:#64748b;text-align:left;font-size:13px;font-weight:500;line-height:1.25}.Projects-module__tl4Q0a__noProjects{text-align:center;color:#64748b;background-color:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:12px;flex-direction:column;grid-column:span 3;justify-content:center;align-items:center;gap:12px;padding:64px 24px;display:flex}.Projects-module__tl4Q0a__emptyIcon{color:#cbd5e1;width:36px;height:36px}@media (max-width:1200px){.Projects-module__tl4Q0a__headerContainer{flex-direction:column;align-items:flex-start;gap:24px}.Projects-module__tl4Q0a__headerRight{justify-content:space-between;width:100%}.Projects-module__tl4Q0a__mainLayout{grid-template-columns:1fr;gap:32px}.Projects-module__tl4Q0a__trustBanner{grid-template-columns:repeat(3,1fr)}}@media (max-width:992px){.Projects-module__tl4Q0a__projectsGrid{grid-template-columns:repeat(2,1fr)}.Projects-module__tl4Q0a__noProjects{grid-column:span 2}}@media (max-width:768px){.Projects-module__tl4Q0a__headerRight{display:none!important}.Projects-module__tl4Q0a__filterBar{flex-direction:column;align-items:flex-start;gap:12px;width:100%}.Projects-module__tl4Q0a__tabs{flex-direction:row;gap:6px;width:100%;display:flex;flex-wrap:nowrap!important}.Projects-module__tl4Q0a__tabBtn{text-align:center;box-sizing:border-box;border-radius:20px;flex:1;padding:8px 4px;font-size:13px}.Projects-module__tl4Q0a__tabs button:nth-child(4),.Projects-module__tl4Q0a__sortDropdown,.Projects-module__tl4Q0a__sidebarColumn,.Projects-module__tl4Q0a__trustBanner{display:none!important}.Projects-module__tl4Q0a__projectCard{text-align:left;align-items:flex-start}.Projects-module__tl4Q0a__cardBody{text-align:left;align-items:flex-start;width:100%}.Projects-module__tl4Q0a__projectTitle{font-size:16.5px}.Projects-module__tl4Q0a__locationWrapper{justify-content:flex-start}.Projects-module__tl4Q0a__projectDesc{text-align:left}.Projects-module__tl4Q0a__specsGrid{width:100%}.Projects-module__tl4Q0a__cardBtn{justify-content:center;width:100%}}@media (max-width:640px){.Projects-module__tl4Q0a__projectsGrid{grid-template-columns:1fr}.Projects-module__tl4Q0a__noProjects{grid-column:span 1}}
.Testimonials-module__X7R5sW__section{background-color:#fff;padding-top:80px;padding-bottom:80px}.Testimonials-module__X7R5sW__sectionHeader{text-align:center;flex-direction:column;gap:10px;max-width:800px;margin:0 auto 56px;display:flex}.Testimonials-module__X7R5sW__subTitleWrapper{justify-content:center;align-items:center;gap:16px;margin-bottom:4px;display:flex}.Testimonials-module__X7R5sW__line{background-color:#cbd5e1;width:32px;height:1px}.Testimonials-module__X7R5sW__subTitle{font-family:var(--font-headings);color:#1e62ec;text-transform:uppercase;letter-spacing:1.5px;font-size:15px;font-weight:800}.Testimonials-module__X7R5sW__title{font-family:var(--font-headings);color:#0f172a;letter-spacing:-.5px;font-size:38px;font-weight:900}.Testimonials-module__X7R5sW__highlight{color:#1e62ec}.Testimonials-module__X7R5sW__desc{color:#64748b;font-size:17px;line-height:1.5}.Testimonials-module__X7R5sW__grid{grid-template-columns:repeat(3,1fr);gap:24px;margin-bottom:56px;display:grid}.Testimonials-module__X7R5sW__card{border-radius:var(--border-radius-md);box-shadow:var(--shadow-sm);background:#f8fafc;border:1px solid #e2e8f0cc;flex-direction:column;justify-content:space-between;min-height:320px;padding:32px;transition:all .25s;display:flex}.Testimonials-module__X7R5sW__card:hover{box-shadow:var(--shadow-md);background:#fff;border-color:#1e62ec33;transform:translateY(-4px)}.Testimonials-module__X7R5sW__cardTop{justify-content:space-between;align-items:center;width:100%;margin-bottom:18px;display:flex}.Testimonials-module__X7R5sW__stars{color:#f59e0b;gap:3px;display:flex}.Testimonials-module__X7R5sW__starIcon{width:18px;height:18px}.Testimonials-module__X7R5sW__dateText{color:#94a3b8;font-size:12px;font-weight:500}.Testimonials-module__X7R5sW__feedbackText{color:#475569;text-align:left;flex-grow:1;margin-bottom:24px;font-size:15.5px;font-style:italic;line-height:1.6}.Testimonials-module__X7R5sW__cardBottom{border-top:1px solid #e2e8f0;flex-direction:column;gap:16px;width:100%;padding-top:16px;display:flex}.Testimonials-module__X7R5sW__userInfo{align-items:center;gap:12px;display:flex}.Testimonials-module__X7R5sW__avatarPlaceholder{color:#1e62ec;width:42px;height:42px;font-family:var(--font-headings);text-transform:uppercase;background:#1e62ec14;border:1px solid #1e62ec26;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:15px;font-weight:800;display:flex}.Testimonials-module__X7R5sW__userDetails{flex-direction:column;align-items:flex-start;display:flex}.Testimonials-module__X7R5sW__userName{font-family:var(--font-headings);color:#0f172a;font-size:16px;font-weight:800;line-height:1.2}.Testimonials-module__X7R5sW__userLocation{color:#64748b;margin-top:2px;font-size:13px;font-weight:500}.Testimonials-module__X7R5sW__badgeRow{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;width:100%;display:flex}.Testimonials-module__X7R5sW__propertyLabel{color:#475569;white-space:nowrap;background-color:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;padding:4px 10px;font-size:12px;font-weight:600}.Testimonials-module__X7R5sW__verfiedBadge{color:#065f46;white-space:nowrap;background-color:#d1fae5;border-radius:4px;align-items:center;gap:4px;padding:4px 8px;font-size:11.5px;font-weight:700;display:flex}.Testimonials-module__X7R5sW__checkIcon{width:13px;height:13px}.Testimonials-module__X7R5sW__summaryBar{color:#fff;border-radius:var(--border-radius-md);box-shadow:var(--shadow-md);background:#0f172a;border:1px solid #ffffff0d;justify-content:space-around;align-items:center;padding:24px 32px;display:flex}.Testimonials-module__X7R5sW__summaryItem{flex-direction:column;align-items:center;gap:4px;display:flex}.Testimonials-module__X7R5sW__summaryItem strong{font-family:var(--font-headings);color:#fff;font-size:20px;font-weight:800}.Testimonials-module__X7R5sW__summaryItem span{color:#94a3b8;font-size:13.5px;font-weight:500}.Testimonials-module__X7R5sW__summaryDivider{background-color:#ffffff1a;width:1px;height:36px}@media (max-width:1024px){.Testimonials-module__X7R5sW__grid{grid-template-columns:repeat(2,1fr);gap:16px}.Testimonials-module__X7R5sW__card{padding:24px}}@media (max-width:768px){.Testimonials-module__X7R5sW__section{padding-top:60px;padding-bottom:60px}.Testimonials-module__X7R5sW__title{font-size:28px;line-height:1.25}.Testimonials-module__X7R5sW__grid{grid-template-columns:1fr;gap:16px}.Testimonials-module__X7R5sW__summaryBar{flex-direction:column;gap:20px;padding:24px}.Testimonials-module__X7R5sW__summaryDivider{width:80%;height:1px}}
.About-tsx-module__WBagXa__section{background-color:#fff;padding-top:80px;padding-bottom:80px}.About-tsx-module__WBagXa__grid{grid-template-columns:1.15fr .85fr;align-items:start;gap:48px;width:100%;display:grid}.About-tsx-module__WBagXa__content{flex-direction:column;align-items:flex-start;display:flex}.About-tsx-module__WBagXa__subTitleTag{font-family:var(--font-headings);color:#1e62ec;letter-spacing:.5px;background-color:#1e62ec0f;border-radius:12px;margin-bottom:12px;padding:4px 12px;font-size:13px;font-weight:800;display:inline-block}.About-tsx-module__WBagXa__title{font-family:var(--font-headings);color:#0f172a;letter-spacing:-.5px;text-align:left;margin-bottom:16px;font-size:38px;font-weight:900;line-height:1.15}.About-tsx-module__WBagXa__highlight{color:#1e62ec}.About-tsx-module__WBagXa__desc{color:#64748b;text-align:left;margin-bottom:32px;font-size:17px;line-height:1.55}.About-tsx-module__WBagXa__statsBar{flex-wrap:wrap;gap:16px;width:100%;margin-bottom:36px;display:flex}.About-tsx-module__WBagXa__statItem{text-align:center;flex-direction:column;flex:1;align-items:center;min-width:85px;display:flex}.About-tsx-module__WBagXa__iconCircle{color:#1e62ec;border:1.5px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;margin-bottom:10px;transition:all .2s;display:flex}.About-tsx-module__WBagXa__statItem:hover .About-tsx-module__WBagXa__iconCircle{background-color:#1e62ec0a;border-color:#1e62ec}.About-tsx-module__WBagXa__statIcon{width:18px;height:18px}.About-tsx-module__WBagXa__statValue{font-family:var(--font-headings);color:#0f172a;font-size:15.5px;font-weight:800;line-height:1.2}.About-tsx-module__WBagXa__statLabel{color:#64748b;margin-top:1px;font-size:12.5px;font-weight:600;line-height:1.25}.About-tsx-module__WBagXa__aboutCta{color:#1e62ec;font-family:var(--font-headings);background:0 0;border:1.5px solid #1e62ec;border-radius:6px;padding:12px 24px;font-size:15.5px;font-weight:700;text-decoration:none;transition:all .2s;display:inline-block}.About-tsx-module__WBagXa__aboutCta:hover{background-color:#1e62ec0d}.About-tsx-module__WBagXa__certificateCard{text-align:center;background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;flex-direction:column;gap:16px;padding:24px;display:flex;box-shadow:0 4px 6px -1px #00000003}.About-tsx-module__WBagXa__cardHeader{flex-direction:column;align-items:center;display:flex}.About-tsx-module__WBagXa__certTag{font-family:var(--font-headings);color:#1e62ec;letter-spacing:.5px;background-color:#1e62ec0f;border-radius:4px;margin-bottom:6px;padding:3px 10px;font-size:12px;font-weight:800;display:inline-block}.About-tsx-module__WBagXa__certTitle{font-family:var(--font-headings);color:#64748b;font-size:15.5px;font-weight:700}.About-tsx-module__WBagXa__certNo{font-family:var(--font-headings);color:#0f172a;margin:2px 0 4px;font-size:26px;font-weight:900;line-height:1}.About-tsx-module__WBagXa__certWebsite{color:#64748b;font-size:13px;font-weight:600}.About-tsx-module__WBagXa__certificatePreview{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;justify-content:center;align-items:center;padding:24px 20px;display:flex}.About-tsx-module__WBagXa__docMockup{aspect-ratio:1/1.414;background:#fff;border:1px solid #d1d5db;flex-direction:column;width:100%;max-width:230px;padding:10px;display:flex;box-shadow:0 4px 12px #0000000d}.About-tsx-module__WBagXa__docBorder{box-sizing:border-box;border:1.5px solid #d97706;flex-direction:column;justify-content:space-between;height:100%;padding:8px 10px;display:flex}.About-tsx-module__WBagXa__docHeader{text-align:center;border-bottom:.5px solid #cbd5e1;flex-direction:column;align-items:center;gap:3px;padding-bottom:6px;display:flex}.About-tsx-module__WBagXa__docEmblem{opacity:.85;background:#ef4444;border-radius:50%;width:16px;height:16px}.About-tsx-module__WBagXa__docHeading{font-family:var(--font-headings);color:#0f172a;font-size:8px;font-weight:800;line-height:1.2}.About-tsx-module__WBagXa__docSubheading{font-family:var(--font-headings);color:#1e62ec;letter-spacing:.1px;font-size:7px;font-weight:800}.About-tsx-module__WBagXa__docBody{flex-direction:column;flex-grow:1;justify-content:space-between;gap:6px;padding-top:8px;display:flex}.About-tsx-module__WBagXa__docTextLine{background-color:#f1f5f9;width:100%;height:2px}.About-tsx-module__WBagXa__docTextLineShort{background-color:#f1f5f9;width:60%;height:2px}.About-tsx-module__WBagXa__docDetailBox{background-color:#f8fafc;border:.5px solid #cbd5e1;flex-direction:column;gap:3px;padding:4px;display:flex}.About-tsx-module__WBagXa__docRow{justify-content:space-between;align-items:center;font-size:7px;display:flex}.About-tsx-module__WBagXa__docRow span{color:#64748b;font-weight:500}.About-tsx-module__WBagXa__docRow strong{color:#0f172a;font-weight:800}.About-tsx-module__WBagXa__docStampSection{justify-content:space-between;align-items:flex-end;margin-top:4px;display:flex}.About-tsx-module__WBagXa__stampSig{color:#94a3b8;flex-direction:column;align-items:center;font-size:6px;font-weight:500;display:flex}.About-tsx-module__WBagXa__sigLine{background-color:#cbd5e1;width:36px;height:.5px;margin-bottom:2px}.About-tsx-module__WBagXa__stampCircle{color:#ef4444;opacity:.65;border:.5px dashed #ef4444;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:22px;height:22px;font-size:5.5px;font-weight:800;line-height:1.1;display:flex;transform:rotate(-15deg)}.About-tsx-module__WBagXa__viewCertBtn{color:#fff;font-family:var(--font-headings);text-align:center;cursor:pointer;background:#1e62ec;border:none;border-radius:6px;width:100%;padding:12px;font-size:15.5px;font-weight:700;text-decoration:none;transition:all .2s;display:block;box-shadow:0 4px 10px #1e62ec33}.About-tsx-module__WBagXa__viewCertBtn:hover{background:#154ec1;transform:translateY(-1px);box-shadow:0 6px 14px #1e62ec59}.About-tsx-module__WBagXa__modalOverlay{z-index:10000;-webkit-backdrop-filter:blur(4px);background-color:#0f172ab3;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.About-tsx-module__WBagXa__modalContent{box-sizing:border-box;background-color:#fff;border-radius:12px;width:100%;max-width:640px;padding:36px 16px 16px;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards About-tsx-module__WBagXa__scaleUp;position:relative;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.About-tsx-module__WBagXa__modalCloseBtn{color:#475569;cursor:pointer;z-index:10;background:#f1f5f9;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:24px;line-height:1;transition:all .15s;display:flex;position:absolute;top:10px;right:14px}.About-tsx-module__WBagXa__modalCloseBtn:hover{color:#0f172a;background-color:#e2e8f0}.About-tsx-module__WBagXa__certificateThumbnail{object-fit:cover;border-radius:6px;width:100%;height:100%;display:block}.About-tsx-module__WBagXa__certificateImageWrapper{justify-content:center;align-items:center;width:100%;max-height:calc(90vh - 60px);display:flex;overflow-y:auto}.About-tsx-module__WBagXa__certificateImage{border-radius:6px;width:100%;height:auto;display:block}.About-tsx-module__WBagXa__modalDocBorder{box-sizing:border-box;border:2px solid #d97706;flex-direction:column;justify-content:space-between;height:100%;padding:12px 16px;display:flex}.About-tsx-module__WBagXa__modalDocHeader{text-align:center;border-bottom:1px solid #cbd5e1;flex-direction:column;align-items:center;gap:4px;padding-bottom:8px;display:flex}.About-tsx-module__WBagXa__modalDocEmblem{opacity:.9;background-color:#ef4444;border-radius:50%;width:24px;height:24px}.About-tsx-module__WBagXa__modalDocHeading{font-family:var(--font-headings);color:#0f172a;font-size:13px;font-weight:800;line-height:1.25}.About-tsx-module__WBagXa__modalDocSubheading{font-family:var(--font-headings);color:#1e62ec;letter-spacing:.2px;margin-top:2px;font-size:10px;font-weight:800}.About-tsx-module__WBagXa__modalDocBody{flex-direction:column;flex-grow:1;justify-content:space-between;gap:10px;padding-top:12px;display:flex}.About-tsx-module__WBagXa__modalDocIntro{color:#475569;text-align:center;font-size:11.5px;font-weight:500;line-height:1.4}.About-tsx-module__WBagXa__modalDocDetailGrid{background-color:#f8fafc;border:1px solid #cbd5e1;flex-direction:column;gap:6px;padding:8px 10px;display:flex}.About-tsx-module__WBagXa__modalDocRow{border-bottom:.5px solid #f1f5f9;justify-content:space-between;align-items:start;padding-bottom:2px;font-size:11px;display:flex}.About-tsx-module__WBagXa__modalDocRow:last-child{border-bottom:none;padding-bottom:0}.About-tsx-module__WBagXa__modalDocRow span{color:#64748b;text-align:left;width:38%;font-weight:600}.About-tsx-module__WBagXa__modalDocRow strong{color:#0f172a;text-align:right;width:62%;font-weight:800;line-height:1.2}.About-tsx-module__WBagXa__modalDocNote{color:#64748b;text-align:center;font-size:11px;font-weight:500;line-height:1.35}.About-tsx-module__WBagXa__modalDocFooter{justify-content:space-between;align-items:flex-end;margin-top:8px;display:flex}.About-tsx-module__WBagXa__modalDocSignature{color:#64748b;flex-direction:column;align-items:center;font-size:10px;font-weight:600;display:flex}.About-tsx-module__WBagXa__modalSigLine{background-color:#cbd5e1;width:64px;height:1px;margin-bottom:3px}.About-tsx-module__WBagXa__modalDocSeal{color:#ef4444;opacity:.75;border:1px dashed #ef4444;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:32px;height:32px;font-size:7px;font-weight:800;line-height:1.1;display:flex;transform:rotate(-15deg)}@keyframes About-tsx-module__WBagXa__scaleUp{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@media (max-width:1024px){.About-tsx-module__WBagXa__grid{grid-template-columns:1fr;gap:40px}}@media (max-width:768px){.About-tsx-module__WBagXa__section{padding-top:0!important}.About-tsx-module__WBagXa__certificateCard{display:none!important}.About-tsx-module__WBagXa__statsBar{gap:16px 12px;width:100%;display:grid;grid-template-columns:repeat(3,1fr)!important}.About-tsx-module__WBagXa__statItem{min-width:0}.About-tsx-module__WBagXa__statItem:nth-child(n+4){display:none!important}.About-tsx-module__WBagXa__aboutCta{text-align:center;box-sizing:border-box;width:100%;max-width:320px;margin:24px auto 0;display:block}}@media (max-width:640px){.About-tsx-module__WBagXa__section{padding-bottom:50px;padding-top:0!important}.About-tsx-module__WBagXa__title{font-size:28px;line-height:1.25}}
.FAQ-module__uDLo1a__section{z-index:1;background-color:#fff;padding-bottom:64px;position:relative}.FAQ-module__uDLo1a__headerBanner{color:#fff;background-color:#0b1120;border-bottom:1px solid #ffffff0d;margin-bottom:40px;padding:48px 0}.FAQ-module__uDLo1a__headerContainer{justify-content:space-between;align-items:center;gap:32px;display:flex}.FAQ-module__uDLo1a__headerLeft{flex-direction:column;align-items:flex-start;gap:8px;display:flex}.FAQ-module__uDLo1a__breadcrumbs{font-family:var(--font-headings);color:#94a3b8;text-transform:uppercase;letter-spacing:1px;margin-bottom:4px;font-size:13px;font-weight:800}.FAQ-module__uDLo1a__headerTitle{font-family:var(--font-headings);color:#fff;letter-spacing:-.5px;font-size:34px;font-weight:900}.FAQ-module__uDLo1a__highlightText{color:#1e62ec}.FAQ-module__uDLo1a__headerDesc{color:#94a3b8;font-size:16px;line-height:1.5}.FAQ-module__uDLo1a__headerRight{justify-content:center;align-items:center;display:flex}.FAQ-module__uDLo1a__houseIllustration{color:#fff3;width:100px;height:80px;position:relative}.FAQ-module__uDLo1a__bubbleBlue{color:#fff;width:32px;height:32px;font-family:var(--font-headings);z-index:2;background:#1e62ec;border-radius:50%;justify-content:center;align-items:center;font-size:18px;font-weight:900;display:flex;position:absolute;top:-14px;left:-14px;box-shadow:0 4px 10px #1e62ec59}.FAQ-module__uDLo1a__bubbleWhite{z-index:2;background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;justify-content:center;align-items:center;gap:3px;width:36px;height:24px;display:flex;position:absolute;bottom:8px;right:-8px;box-shadow:0 4px 10px #00000026}.FAQ-module__uDLo1a__dot{background-color:#64748b;border-radius:50%;width:4px;height:4px}.FAQ-module__uDLo1a__houseSvg{color:#ffffff26;width:80px;height:auto}.FAQ-module__uDLo1a__controlsRow{background-color:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;justify-content:space-between;align-items:center;gap:24px;margin-bottom:32px;padding:16px;display:flex}.FAQ-module__uDLo1a__searchWrapper{flex:1;max-width:380px;position:relative}.FAQ-module__uDLo1a__searchInput{color:#0f172a;box-sizing:border-box;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:24px;outline:none;width:100%;padding:11px 16px 11px 40px;font-size:15px;transition:all .2s}.FAQ-module__uDLo1a__searchInput:focus{border-color:#1e62ec;box-shadow:0 0 0 3px #1e62ec26}.FAQ-module__uDLo1a__searchIcon{color:#64748b;pointer-events:none;width:18px;height:18px;position:absolute;top:50%;left:14px;transform:translateY(-50%)}.FAQ-module__uDLo1a__categoryTabs{flex-wrap:wrap;gap:8px;display:flex}.FAQ-module__uDLo1a__categoryTabBtn{color:#475569;cursor:pointer;background-color:#fff;border:1.5px solid #cbd5e1;border-radius:20px;padding:8px 16px;font-size:14.5px;font-weight:700;transition:all .2s}.FAQ-module__uDLo1a__categoryTabBtn:hover{color:#0f172a;background-color:#f1f5f9;border-color:#94a3b8}.FAQ-module__uDLo1a__activeCategoryTab{box-shadow:0 4px 10px #1e62ec33;color:#fff!important;background-color:#1e62ec!important;border-color:#1e62ec!important}.FAQ-module__uDLo1a__showMoreContainer{justify-content:center;margin-top:24px;display:flex}.FAQ-module__uDLo1a__showMoreBtn{color:#1e62ec;cursor:pointer;background-color:#fff;border:1.5px solid #1e62ec;border-radius:24px;padding:10px 24px;font-size:15px;font-weight:700;transition:all .2s}.FAQ-module__uDLo1a__showMoreBtn:hover{color:#fff;background-color:#1e62ec;box-shadow:0 4px 12px #1e62ec40}.FAQ-module__uDLo1a__noFaqs{text-align:center;color:#64748b;background-color:#f8fafc;border:1.5px dashed #cbd5e1;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;margin-bottom:24px;padding:48px 16px;display:flex}.FAQ-module__uDLo1a__emptyIcon{color:#94a3b8;width:44px;height:44px;margin-bottom:12px}.FAQ-module__uDLo1a__grid{grid-template-columns:1.25fr .75fr;align-items:start;gap:32px;margin-bottom:56px;display:grid}.FAQ-module__uDLo1a__accordionColumn{width:100%}.FAQ-module__uDLo1a__accordion{flex-direction:column;gap:12px;display:flex}.FAQ-module__uDLo1a__item{text-align:left;z-index:2;background:#fff;border:1px solid #e2e8f0cc;border-radius:8px;transition:all .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px #00000005}.FAQ-module__uDLo1a__openItem{border-color:#1e62ec59;box-shadow:0 4px 12px #1e62ec0d}.FAQ-module__uDLo1a__questionButton{cursor:pointer;text-align:left;z-index:3;touch-action:manipulation;-webkit-tap-highlight-color:transparent;background:0 0;border:none;outline:none;align-items:center;gap:14px;width:100%;padding:16px 20px;display:flex;position:relative}.FAQ-module__uDLo1a__numberBadge{font-family:var(--font-headings);color:#fff;background-color:#1e62ec;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:22px;height:22px;font-size:13px;font-weight:800;display:flex}.FAQ-module__uDLo1a__questionText{font-family:var(--font-body);color:#0f172a;flex-grow:1;font-size:16.5px;font-weight:700}.FAQ-module__uDLo1a__chevronIcon{color:#64748b;flex-shrink:0;justify-content:center;align-items:center;width:16px;height:16px;display:flex}.FAQ-module__uDLo1a__answerWrapper{opacity:0;max-height:0;transition:max-height .25s cubic-bezier(.4,0,.2,1),opacity .25s cubic-bezier(.4,0,.2,1);overflow:hidden}.FAQ-module__uDLo1a__showAnswer{opacity:1;max-height:500px}.FAQ-module__uDLo1a__answerText{color:#64748b;padding:0 20px 16px 56px;font-size:15.5px;font-weight:500;line-height:1.55}.FAQ-module__uDLo1a__sidebarColumn{width:100%}.FAQ-module__uDLo1a__sidebarPanel{background:#fff;border:1px solid #e2e8f0cc;border-radius:12px;flex-direction:column;gap:20px;padding:24px 20px;display:flex;box-shadow:0 4px 6px #00000003}.FAQ-module__uDLo1a__sidebarHeader{text-align:center;flex-direction:column;align-items:center;gap:8px;display:flex}.FAQ-module__uDLo1a__headsetIconCircle{color:#1e62ec;background:#1e62ec0f;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.FAQ-module__uDLo1a__headsetIcon{width:18px;height:18px}.FAQ-module__uDLo1a__sidebarTitle{font-family:var(--font-headings);color:#0f172a;font-size:17px;font-weight:800}.FAQ-module__uDLo1a__sidebarDesc{color:#64748b;font-size:14px;font-weight:500;line-height:1.4}.FAQ-module__uDLo1a__contactRows{flex-direction:column;gap:16px;display:flex}.FAQ-module__uDLo1a__contactRow{text-align:left;align-items:center;gap:12px;display:flex}.FAQ-module__uDLo1a__iconWrapper{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.FAQ-module__uDLo1a__blueColor{color:#1e62ec;background-color:#1e62ec0f}.FAQ-module__uDLo1a__greenColor{color:#22c55e;background-color:#22c55e14}.FAQ-module__uDLo1a__contactIcon{width:15px;height:15px}.FAQ-module__uDLo1a__contactText{flex-direction:column;gap:1px;display:flex}.FAQ-module__uDLo1a__contactText span{color:#94a3b8;text-transform:uppercase;font-size:12px;font-weight:600}.FAQ-module__uDLo1a__contactText strong{font-family:var(--font-headings);color:#0f172a;font-size:15px;font-weight:800}.FAQ-module__uDLo1a__contactEmail{word-break:break-all;font-size:13px!important}.FAQ-module__uDLo1a__contactAddress{line-height:1.35;font-size:13px!important}.FAQ-module__uDLo1a__sidebarBtn{color:#fff;font-family:var(--font-headings);cursor:pointer;background:#1e62ec;border-radius:6px;justify-content:center;align-items:center;gap:8px;padding:12px;font-size:15px;font-weight:700;text-decoration:none;transition:all .2s;display:flex;box-shadow:0 4px 10px #1e62ec33}.FAQ-module__uDLo1a__sidebarBtn:hover{background:#154ec1;transform:translateY(-1px)}.FAQ-module__uDLo1a__btnCalendarIcon{width:14px;height:14px}.FAQ-module__uDLo1a__trustBanner{border-top:1px solid #e2e8f0;grid-template-columns:repeat(6,1fr);gap:20px;width:100%;padding-top:36px;display:grid}.FAQ-module__uDLo1a__trustBadge{align-items:center;gap:12px;display:flex}.FAQ-module__uDLo1a__trustIconWrapper{color:#1e62ec;flex-shrink:0;justify-content:center;align-items:center;display:flex}.FAQ-module__uDLo1a__trustIcon{width:22px;height:22px}.FAQ-module__uDLo1a__trustText{flex-direction:column;display:flex}.FAQ-module__uDLo1a__trustTitle{font-family:var(--font-headings);color:#0f172a;text-align:left;margin-bottom:2px;font-size:15px;font-weight:800;line-height:1.25}.FAQ-module__uDLo1a__trustDesc{color:#64748b;text-align:left;font-size:13px;font-weight:500;line-height:1.25}@media (max-width:1200px){.FAQ-module__uDLo1a__headerContainer{flex-direction:column;align-items:flex-start;gap:24px}.FAQ-module__uDLo1a__grid{grid-template-columns:1fr;gap:40px}.FAQ-module__uDLo1a__trustBanner{grid-template-columns:repeat(3,1fr);gap:24px}.FAQ-module__uDLo1a__sidebarPanel{width:100%;max-width:440px;margin:0 auto}}@media (max-width:768px){.FAQ-module__uDLo1a__sidebarColumn,.FAQ-module__uDLo1a__trustBanner{display:none!important}.FAQ-module__uDLo1a__controlsRow{flex-direction:column;align-items:stretch;gap:16px;margin-bottom:24px;padding:12px}.FAQ-module__uDLo1a__searchWrapper{width:100%;max-width:100%}.FAQ-module__uDLo1a__categoryTabs{scrollbar-width:none;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;flex-flow:row;gap:6px;width:100%;padding-bottom:6px;display:flex;overflow-x:auto}.FAQ-module__uDLo1a__categoryTabs::-webkit-scrollbar{display:none}.FAQ-module__uDLo1a__categoryTabBtn{flex-shrink:0;padding:6px 12px;font-size:13.5px}}@media (max-width:640px){.FAQ-module__uDLo1a__section{padding-bottom:48px}.FAQ-module__uDLo1a__headerTitle{font-size:28px;line-height:1.25}.FAQ-module__uDLo1a__headerRight{display:none}}
.Footer-module__3hUVsW__footer{width:100%}.Footer-module__3hUVsW__topContactBanner{color:#fff;background-color:#0b1120;border-bottom:1px solid #ffffff0d;padding:48px 0}.Footer-module__3hUVsW__bannerContainer{grid-template-columns:.9fr 1.1fr;align-items:center;gap:32px;display:grid}.Footer-module__3hUVsW__bannerLeft{flex-direction:column;align-items:flex-start;gap:4px;display:flex}.Footer-module__3hUVsW__bannerTag{font-family:var(--font-headings);color:#10b981;letter-spacing:1px;margin-bottom:4px;font-size:12px;font-weight:800}.Footer-module__3hUVsW__bannerTitle{font-family:var(--font-headings);color:#fff;letter-spacing:-.5px;font-size:30px;font-weight:900}.Footer-module__3hUVsW__bannerSubtitle{font-family:var(--font-headings);color:#1e62ec;margin-bottom:4px;font-size:20px;font-weight:800}.Footer-module__3hUVsW__bannerDesc{color:#94a3b8;text-align:left;font-size:15px;line-height:1.4}.Footer-module__3hUVsW__bannerRight{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.Footer-module__3hUVsW__channelCard{text-align:center;cursor:pointer;background-color:#0f172a;border:1px solid #ffffff0d;border-radius:8px;flex-direction:column;align-items:center;gap:8px;padding:16px 8px;text-decoration:none;transition:all .2s;display:flex}.Footer-module__3hUVsW__channelCard:hover{background-color:#111a30;border-color:#1e62ec59;transform:translateY(-2px)}.Footer-module__3hUVsW__channelIconCircle{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;display:flex}.Footer-module__3hUVsW__waBg{color:#22c55e;background-color:#22c55e1a}.Footer-module__3hUVsW__phoneBg{color:#1e62ec;background-color:#1e62ec14}.Footer-module__3hUVsW__callbackBg{color:#a855f7;background-color:#a855f71a}.Footer-module__3hUVsW__emailBg{color:#f97316;background-color:#f973161a}.Footer-module__3hUVsW__channelIcon{width:16px;height:16px}.Footer-module__3hUVsW__channelIconStroke{width:15px;height:15px}.Footer-module__3hUVsW__channelText{flex-direction:column;flex-grow:1;gap:2px;display:flex}.Footer-module__3hUVsW__channelText strong{font-family:var(--font-headings);color:#fff;font-size:13.5px;font-weight:800;line-height:1.25}.Footer-module__3hUVsW__channelText span{color:#94a3b8;font-size:11.5px;font-weight:500;line-height:1.2}.Footer-module__3hUVsW__emailSmall{word-break:break-all;font-size:10px!important}.Footer-module__3hUVsW__channelBtn{color:#1e62ec;text-transform:uppercase;background-color:#1e62ec14;border:1px solid #0000;border-radius:4px;width:fit-content;padding:3px 8px;font-size:11px;font-weight:800;transition:all .2s}.Footer-module__3hUVsW__channelCard:hover .Footer-module__3hUVsW__channelBtn{color:#fff;background-color:#1e62ec}.Footer-module__3hUVsW__bottomFooter{color:#94a3b8;background-color:#030712;padding:64px 0 0}.Footer-module__3hUVsW__bottomContainer{grid-template-columns:1.2fr .8fr .8fr 1.2fr;gap:40px;margin-bottom:48px;display:grid}.Footer-module__3hUVsW__footerCol{flex-direction:column;align-items:flex-start;gap:16px;display:flex}.Footer-module__3hUVsW__footerLogo{object-fit:contain;width:auto;height:38px;margin-bottom:4px}.Footer-module__3hUVsW__bioText{color:#94a3b8;text-align:left;font-size:15px;line-height:1.55}.Footer-module__3hUVsW__socialHandles{gap:10px;margin-top:4px;display:flex}.Footer-module__3hUVsW__socialIcon{color:#cbd5e1;background-color:#0f172a;border:1px solid #ffffff0d;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .2s;display:flex}.Footer-module__3hUVsW__socialIcon:hover{color:#fff;background-color:#1e62ec;border-color:#0000;transform:translateY(-1px)}.Footer-module__3hUVsW__colTitle{font-family:var(--font-headings);color:#fff;text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px;font-size:15.5px;font-weight:800}.Footer-module__3hUVsW__footerLinks{text-align:left;flex-direction:column;gap:10px;margin:0;padding:0;list-style:none;display:flex}.Footer-module__3hUVsW__footerLinks a{color:#94a3b8;font-size:15.5px;transition:color .15s}.Footer-module__3hUVsW__footerLinks a:hover{color:#1e62ec}.Footer-module__3hUVsW__newsletterDesc{color:#94a3b8;text-align:left;font-size:15px;line-height:1.4}.Footer-module__3hUVsW__newsletterForm{border:1px solid #ffffff1a;border-radius:6px;width:100%;display:flex;position:relative;overflow:hidden}.Footer-module__3hUVsW__newsletterInput{color:#fff;width:100%;font-size:15px;font-family:var(--font-body);background-color:#0f172a;border:none;padding:11px 48px 11px 14px}.Footer-module__3hUVsW__newsletterInput:focus{outline:none}.Footer-module__3hUVsW__newsletterBtn{color:#fff;cursor:pointer;background-color:#1e62ec;border:none;justify-content:center;align-items:center;width:38px;transition:background-color .2s;display:flex;position:absolute;top:0;bottom:0;right:0}.Footer-module__3hUVsW__newsletterBtn:hover{background-color:#154ec1}.Footer-module__3hUVsW__arrowIcon{width:16px;height:16px}.Footer-module__3hUVsW__footerValidationError{color:#ef4444;text-align:left;margin-top:5px;font-size:12.5px;font-weight:600;display:block}.Footer-module__3hUVsW__footerSuccessMsg{color:#10b981;text-align:left;margin-top:5px;font-size:13px;font-weight:600;display:block}.Footer-module__3hUVsW__footerErrorMsg{color:#ef4444;text-align:left;margin-top:5px;font-size:13px;font-weight:600;display:block}.Footer-module__3hUVsW__regulatoryBadges{flex-direction:column;gap:10px;width:100%;margin-top:14px;display:flex}.Footer-module__3hUVsW__regBadge{box-sizing:border-box;background-color:#0f172a;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:8px;width:100%;max-width:240px;padding:8px 12px;display:flex}.Footer-module__3hUVsW__badgeIcon{color:#1e62ec;flex-shrink:0;width:16px;height:16px}.Footer-module__3hUVsW__badgeLabel{text-align:left;flex-direction:column;display:flex}.Footer-module__3hUVsW__badgeLabel span{color:#94a3b8;letter-spacing:.3px;font-size:10px;font-weight:600}.Footer-module__3hUVsW__badgeLabel strong{font-family:var(--font-headings);color:#fff;margin-top:1px;font-size:12.5px;font-weight:800;line-height:1.1}.Footer-module__3hUVsW__disclaimerBox{border-top:1px solid #ffffff0d;margin-top:16px;padding-top:24px;padding-bottom:24px}.Footer-module__3hUVsW__disclaimerText{color:#64748b;text-align:justify;margin-bottom:20px;font-size:13px;line-height:1.55}.Footer-module__3hUVsW__copyrightRow{color:#64748b;text-align:center;font-size:13.5px;font-weight:500}.Footer-module__3hUVsW__floatingActions{z-index:1000;flex-direction:column;gap:10px;display:flex;position:fixed;bottom:20px;right:20px}.Footer-module__3hUVsW__floatBtn{cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .2s;display:flex;box-shadow:0 4px 12px #00000026}.Footer-module__3hUVsW__floatBtn:hover{transform:translateY(-2px)}.Footer-module__3hUVsW__floatWa{color:#fff;background-color:#22c55e}.Footer-module__3hUVsW__floatPhone{color:#fff;background-color:#1e62ec}.Footer-module__3hUVsW__floatTop{color:#fff;background-color:#1e293b;flex-direction:column;align-items:center;gap:1px;display:flex}.Footer-module__3hUVsW__floatTopText{font-family:var(--font-headings);text-transform:uppercase;letter-spacing:.2px;font-size:9.5px;font-weight:800}@media (max-width:1200px){.Footer-module__3hUVsW__bannerContainer{grid-template-columns:1fr;gap:24px}.Footer-module__3hUVsW__bannerDesc{max-width:600px}.Footer-module__3hUVsW__bottomContainer{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:992px){.Footer-module__3hUVsW__bannerRight{grid-template-columns:repeat(2,1fr);gap:12px}}@media (max-width:768px){.Footer-module__3hUVsW__bottomContainer{gap:32px;grid-template-columns:1fr!important}.Footer-module__3hUVsW__bottomContainer>.Footer-module__3hUVsW__footerCol:nth-child(2),.Footer-module__3hUVsW__bottomContainer>.Footer-module__3hUVsW__footerCol:nth-child(3),.Footer-module__3hUVsW__regulatoryBadges{display:none!important}.Footer-module__3hUVsW__floatingActions{bottom:12px;right:12px}.Footer-module__3hUVsW__floatWa,.Footer-module__3hUVsW__floatPhone{display:none!important}.Footer-module__3hUVsW__floatTop{width:38px;height:38px;bottom:70px!important}.Footer-module__3hUVsW__topContactBanner{padding:32px 16px!important}.Footer-module__3hUVsW__bannerContainer{grid-template-columns:1fr!important;gap:24px!important}.Footer-module__3hUVsW__bannerLeft{text-align:left!important;align-items:flex-start!important;width:100%!important}.Footer-module__3hUVsW__bannerTag{display:none!important}.Footer-module__3hUVsW__bannerTitle{margin-bottom:2px!important;font-size:24px!important;font-weight:900!important}.Footer-module__3hUVsW__bannerSubtitle{color:#3b82f6!important;margin-bottom:0!important;font-size:16px!important;font-weight:700!important}.Footer-module__3hUVsW__bannerDesc{display:none!important}.Footer-module__3hUVsW__bannerRight{grid-template-columns:1fr!important;gap:16px!important;width:100%!important}.Footer-module__3hUVsW__channelCard{box-shadow:none!important;text-align:left!important;background:0 0!important;border:none!important;flex-direction:row!important;align-items:center!important;gap:14px!important;width:100%!important;padding:0!important;display:flex!important}.Footer-module__3hUVsW__channelCard:hover{background:0 0!important;transform:none!important}.Footer-module__3hUVsW__channelIconCircle{background-color:#fff!important;border-style:solid!important;border-width:1.5px!important;border-radius:50%!important;flex-shrink:0!important;justify-content:center!important;align-items:center!important;width:38px!important;height:38px!important;display:flex!important}.Footer-module__3hUVsW__waBg{color:#22c55e!important;border-color:#22c55e!important}.Footer-module__3hUVsW__phoneBg{color:#1e62ec!important;border-color:#1e62ec!important}.Footer-module__3hUVsW__callbackBg{color:#a855f7!important;border-color:#a855f7!important}.Footer-module__3hUVsW__emailBg{color:#f97316!important;border-color:#f97316!important}.Footer-module__3hUVsW__channelIcon,.Footer-module__3hUVsW__channelIconStroke{width:18px!important;height:18px!important}.Footer-module__3hUVsW__channelText{text-align:left!important;flex-direction:column!important;align-items:flex-start!important;gap:2px!important;display:flex!important}.Footer-module__3hUVsW__channelText strong{font-family:var(--font-body)!important;color:#fff!important;font-size:15.5px!important;font-weight:700!important}.Footer-module__3hUVsW__channelText span{color:#94a3b8!important;font-size:13.5px!important;font-weight:500!important}.Footer-module__3hUVsW__channelSubtext{color:#64748b!important;margin-top:1px!important;font-size:12px!important;display:block!important}.Footer-module__3hUVsW__channelBtn{display:none!important}}.Footer-module__3hUVsW__channelSubtext,.Footer-module__3hUVsW__mobileActionBar{display:none}@media (max-width:768px){.Footer-module__3hUVsW__mobileActionBar{-webkit-backdrop-filter:blur(12px)!important;z-index:99999!important;background:#0b1120f2!important;border-top:1px solid #ffffff14!important;grid-template-columns:repeat(3,1fr)!important;display:grid!important;position:fixed!important;bottom:0!important;left:0!important;right:0!important;box-shadow:0 -4px 20px #0000004d!important}.Footer-module__3hUVsW__actionBtn{font-family:var(--font-headings)!important;color:#94a3b8!important;border-right:1px solid #ffffff0d!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;gap:4px!important;padding:10px 4px!important;font-size:13px!important;font-weight:700!important;text-decoration:none!important;transition:all .2s!important;display:flex!important}.Footer-module__3hUVsW__actionBtn:last-child{border-right:none!important}.Footer-module__3hUVsW__actionIcon{width:18px!important;height:18px!important}.Footer-module__3hUVsW__actionPhone{color:#3b82f6!important}.Footer-module__3hUVsW__actionWhatsapp{color:#22c55e!important}.Footer-module__3hUVsW__actionSiteVisit{color:#fff!important;background:#1e62ec!important}}@media (max-width:480px){.Footer-module__3hUVsW__topContactBanner{padding:32px 16px!important}.Footer-module__3hUVsW__bottomFooter{padding-top:48px}}
.BrochureModal-module__bZQqFq__modalOverlay{-webkit-backdrop-filter:blur(8px);z-index:999999;background-color:#0f172ab3;justify-content:center;align-items:center;padding:20px;animation:.25s ease-out BrochureModal-module__bZQqFq__fadeIn;display:flex;position:fixed;inset:0}.BrochureModal-module__bZQqFq__modalContent{border-radius:var(--border-radius-md);box-shadow:var(--shadow-lg);box-sizing:border-box;background:#fff;border:1px solid #e2e8f0cc;width:100%;max-width:440px;padding:36px 32px;animation:.3s cubic-bezier(.34,1.56,.64,1) BrochureModal-module__bZQqFq__scaleUp;position:relative}.BrochureModal-module__bZQqFq__closeBtn{color:#94a3b8;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:28px;line-height:1;transition:all .15s;display:flex;position:absolute;top:16px;right:16px}.BrochureModal-module__bZQqFq__closeBtn:hover{color:#0f172a;background-color:#f1f5f9}.BrochureModal-module__bZQqFq__header{text-align:center;flex-direction:column;align-items:center;gap:8px;margin-bottom:24px;display:flex}.BrochureModal-module__bZQqFq__iconCircle{color:#1e62ec;background:#1e62ec14;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;margin-bottom:4px;display:flex}.BrochureModal-module__bZQqFq__brochureIcon{width:22px;height:22px}.BrochureModal-module__bZQqFq__header h3{font-family:var(--font-headings);color:#0f172a;letter-spacing:-.5px;font-size:24px;font-weight:800}.BrochureModal-module__bZQqFq__header p{color:#64748b;font-size:15px;line-height:1.4}.BrochureModal-module__bZQqFq__form{flex-direction:column;gap:16px;display:flex}.BrochureModal-module__bZQqFq__inputGroup{width:100%}.BrochureModal-module__bZQqFq__input{width:100%;font-family:var(--font-body);color:#0f172a;box-sizing:border-box;background-color:#fff;border:1px solid #cbd5e1;border-radius:8px;padding:14px 16px;font-size:16px;transition:all .2s}.BrochureModal-module__bZQqFq__input:focus{border-color:#1e62ec;outline:none;box-shadow:0 0 0 4px #1e62ec1a}.BrochureModal-module__bZQqFq__input::placeholder{color:#94a3b8}.BrochureModal-module__bZQqFq__errorText{color:#ef4444;text-align:center;background:#fef2f2;border:1px solid #fee2e2;border-radius:6px;padding:10px;font-size:14px;font-weight:500}.BrochureModal-module__bZQqFq__phoneValidationError{color:#ef4444;text-align:left;margin-top:5px;font-size:13px;font-weight:600;display:block}.BrochureModal-module__bZQqFq__submitBtn{color:#fff;font-family:var(--font-headings);cursor:pointer;text-align:center;background:#1e62ec;border:none;border-radius:8px;margin-top:4px;padding:14px;font-size:17px;font-weight:700;transition:all .2s;box-shadow:0 4px 12px #1e62ec40}.BrochureModal-module__bZQqFq__submitBtn:hover:not(:disabled){background:#154ec1;transform:translateY(-1px);box-shadow:0 6px 18px #1e62ec59}.BrochureModal-module__bZQqFq__submitBtn:disabled{opacity:.6;cursor:not-allowed}.BrochureModal-module__bZQqFq__privacyNote{text-align:center;color:#94a3b8;margin-top:16px;font-size:12px;font-weight:500;display:block}.BrochureModal-module__bZQqFq__successState{text-align:center;flex-direction:column;align-items:center;gap:16px;padding:20px 0;display:flex}.BrochureModal-module__bZQqFq__successIcon{color:#059669;background:#d1fae5;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;font-size:32px;font-weight:700;display:flex;box-shadow:0 4px 12px #05966926}.BrochureModal-module__bZQqFq__successState h3{color:#059669;letter-spacing:-.5px;font-size:24px;font-weight:800}.BrochureModal-module__bZQqFq__successState p{color:#64748b;font-size:15px;line-height:1.45}.BrochureModal-module__bZQqFq__finishBtn{color:#334155;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:6px;margin-top:8px;padding:10px 24px;font-size:15px;font-weight:600;transition:all .15s}.BrochureModal-module__bZQqFq__finishBtn:hover{background:#e2e8f0;border-color:#cbd5e1}@keyframes BrochureModal-module__bZQqFq__fadeIn{0%{opacity:0}to{opacity:1}}@keyframes BrochureModal-module__bZQqFq__scaleUp{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@media (max-width:480px){.BrochureModal-module__bZQqFq__modalContent{padding:28px 24px}.BrochureModal-module__bZQqFq__header h3{font-size:22px}}
