:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--primary: #004AAD;--secondary: #FFDE59;--white: #ffffff;--light-bg: #f9fafb;--light-text: #111827;--light-button-bg: #e5e7eb;--light-link-hover: #003388;--dark-text: #ffffff;--dark-button-bg: #1f2937;--dark-link-hover: #60a5fa;--bg-color: var(--light-bg);--text-color: var(--light-text);--button-bg: var(--light-button-bg);--link-hover: var(--light-link-hover)}[data-theme=light]{--bg-color: var(--light-bg);--text-color: var(--light-text);--button-bg: var(--light-button-bg);--link-hover: var(--light-link-hover)}[data-theme=dark]{--bg-color: var(--dark-bg);--text-color: var(--dark-text);--button-bg: var(--dark-button-bg);--link-hover: var(--dark-link-hover)}body{margin:0;min-height:100vh;background-color:var(--bg-color);color:var(--text-color);overflow:auto;transition:background-color .3s ease,color .3s ease;scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar,body::-webkit-scrollbar{display:none}a{font-weight:500;color:var(--primary);text-decoration:none}a:hover{color:var(--link-hover)}h1{font-size:3.2em;line-height:1.1;color:var(--primary)}button{border-radius:8px;border:none;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--primary);color:var(--white);cursor:pointer;transition:background-color .3s,color .3s}input{box-sizing:border-box}._wrapper_g7ttj_1{min-height:100vh;background:linear-gradient(to bottom right,#f0f6ff,#fff);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}._blob1_g7ttj_25,._blob2_g7ttj_27,._blob3_g7ttj_29{position:absolute;border-radius:50%;filter:blur(80px);animation:_pulse_g7ttj_1 6s infinite ease-in-out;opacity:.3}._blob1_g7ttj_25{top:-150px;right:-150px;width:300px;height:300px;background-color:#dbeafe}._blob2_g7ttj_27{bottom:-180px;left:-180px;width:350px;height:350px;background-color:#e9d5ff;animation-delay:2s}._blob3_g7ttj_29{top:40%;left:25%;width:250px;height:250px;background-color:#fecdd3;animation-delay:4s}@keyframes _pulse_g7ttj_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._content_g7ttj_117{position:relative;z-index:10;max-width:1200px;width:100%;text-align:center}._heading_g7ttj_133{font-size:3rem;font-weight:700;color:#004aad;margin-bottom:1rem}._subheading_g7ttj_147{font-size:1.25rem;color:#4b5563;margin-bottom:3rem}._cardContainer_g7ttj_159{display:flex;flex-direction:column;gap:2rem;align-items:center;justify-content:center}@media (min-width: 768px){._cardContainer_g7ttj_159{flex-direction:row}}._card_g7ttj_159{background-color:#fff3;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:2rem;max-width:400px;width:100%;box-shadow:0 10px 40px #0000001a;transition:transform .3s ease,box-shadow .3s ease}._card_g7ttj_159:hover{transform:scale(1.05);box-shadow:0 12px 48px #00000026}._iconWrapper_g7ttj_221,._iconWrapperRed_g7ttj_223{width:64px;height:64px;margin:0 auto 1rem;border-radius:50%;display:flex;align-items:center;justify-content:center}._iconWrapper_g7ttj_221{background-color:#dbeafe}._iconWrapperRed_g7ttj_223{background-color:#fecaca}._icon_g7ttj_221{color:#004aad;font-size:1.5rem}._iconRed_g7ttj_269{color:#dc2626;font-size:1.5rem}._cardTitle_g7ttj_279{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1rem}._cardText_g7ttj_293{color:#4b5563;margin-bottom:1.5rem;line-height:1.6}._blueButton_g7ttj_305,._redButton_g7ttj_307{width:100%;padding:1rem;border-radius:9999px;font-weight:600;color:#fff;cursor:pointer;border:none;transition:all .3s ease}._blueButton_g7ttj_305{background-color:#004aad}._blueButton_g7ttj_305:hover{background-color:#003a89}._redButton_g7ttj_307{background-color:#dc2626}._redButton_g7ttj_307:hover{background-color:#b91c1c}._animateLeft_g7ttj_361{animation:_slide-in-left_g7ttj_1 .8s ease-out forwards;opacity:0;animation-delay:.4s}._animateRight_g7ttj_373{animation:_slide-in-right_g7ttj_1 .8s ease-out forwards;opacity:0;animation-delay:.6s}@keyframes _slide-in-left_g7ttj_1{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes _slide-in-right_g7ttj_1{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}@media (max-width: 640px){._heading_g7ttj_133{font-size:1.5rem;margin-bottom:.75rem}._subheading_g7ttj_147{font-size:.9rem;margin-bottom:1rem}._cardContainer_g7ttj_159{flex-direction:column;gap:1rem}._card_g7ttj_159{padding:1rem;width:70%;border-radius:16px}._cardTitle_g7ttj_279{font-size:1.1rem;margin-bottom:.5rem}._cardText_g7ttj_293{font-size:.85rem;margin-bottom:1rem}._blueButton_g7ttj_305,._redButton_g7ttj_307{padding:.6rem;font-size:.875rem}._iconWrapper_g7ttj_221,._iconWrapperRed_g7ttj_223{width:44px;height:44px;margin-bottom:.75rem}._icon_g7ttj_221,._iconRed_g7ttj_269{font-size:1rem}._wrapper_g7ttj_1{padding:1rem}._blob1_g7ttj_25,._blob2_g7ttj_27,._blob3_g7ttj_29{display:none}}._navbar_1y0s2_1{position:fixed;top:0;left:0;right:0;z-index:50;box-shadow:0 2px 4px #0000001a}._dark_1y0s2_21,._light_1y0s2_29{background-color:#fff}._container_1y0s2_37{padding:1.5rem 3rem;display:flex;align-items:center;justify-content:space-between}._logoContainer_1y0s2_51{display:flex;align-items:center}._logoCircle_1y0s2_61{width:20rem;height:3rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin-right:.75rem}._logoCircle_1y0s2_61 img{width:100%!important}._logoText_1y0s2_89{font-size:1.25rem;font-weight:700;color:#1e3a8a}._navLinks_1y0s2_101{display:flex;align-items:center;gap:2rem}._link_1y0s2_113{color:#4b5563;font-weight:500;cursor:pointer;text-decoration:none}._link_1y0s2_113:hover{color:#1e3a8a}._dropdown_1y0s2_135{position:relative}._dropdownButton_1y0s2_143{background:none;border:none;color:#4b5563;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.5rem}._dropdownButton_1y0s2_143:hover{color:#1e3a8a}._dropdownIcon_1y0s2_173{transition:transform .2s ease-in-out}._rotate_1y0s2_181{transform:rotate(180deg)}._dropdownMenu_1y0s2_189{position:absolute;top:100%;left:0;margin-top:.5rem;width:12rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 10px #0000001a;border:1px solid #e5e7eb;z-index:10}._dropdownItem_1y0s2_215{display:block;padding:.5rem 1rem;color:#4b5563;text-decoration:none;cursor:pointer}._dropdownItem_1y0s2_215:hover{background-color:#f9fafb}._actions_1y0s2_239{display:flex;align-items:center;gap:1rem}._registerBtn_1y0s2_251{padding:.5rem 1.5rem;color:#1e3a8a;border:1px solid #1e3a8a;border-radius:.5rem;background-color:transparent;cursor:pointer;white-space:nowrap}._registerBtn_1y0s2_251:hover{background-color:#eff6ff}._loginBtn_1y0s2_279{padding:.5rem 1.5rem;color:#fff;background-color:#1e3a8a;border:none;border-radius:.5rem;cursor:pointer;white-space:nowrap}._loginBtn_1y0s2_279:hover{background-color:#1c3485;color:#fff!important}._themeToggle_1y0s2_309{padding:.5rem;border-radius:.5rem;background-color:transparent;border:none;cursor:pointer}._themeToggle_1y0s2_309:hover{background-color:#f3f4f6}._light_1y0s2_29{background-color:#fff;color:var(--text)}._dark_1y0s2_21{color:var(--text)}._moon_1y0s2_353{color:#1a202c}._mobileToggle_1y0s2_361{display:none;background:none;border:none;cursor:pointer;color:inherit;padding:.5rem;z-index:110}._desktopMenu_1y0s2_383{display:flex}@media (max-width: 768px){._desktopMenu_1y0s2_383{display:none}._mobileToggle_1y0s2_361{display:block}._mobileMenu_1y0s2_407{position:fixed;top:80px;left:0;right:0;background-color:#fff;padding:1rem;box-shadow:0 4px 12px #0000001a;z-index:999;display:flex;flex-direction:column}._mobileNavLink_1y0s2_433,._mobileLoginButton_1y0s2_435,._mobileThemeToggle_1y0s2_437{font-size:16px;background:none;border:none;text-align:left;padding:.6rem 1rem;color:#222;cursor:pointer}._mobileNavLink_1y0s2_433{text-decoration:none;display:block}._mobileNavLink_1y0s2_433._active_1y0s2_467{background-color:#004aad;color:#fff;border-radius:4px}._mobileThemeToggle_1y0s2_437{display:flex;align-items:center;gap:.6rem}._logoCircle_1y0s2_61{width:13rem}}._mobileDropdown_1y0s2_501{display:flex;flex-direction:column}._mobileDropdownToggle_1y0s2_511{background:none;border:none;color:inherit;font-size:16px;padding:.6rem 1rem;text-align:left;display:flex;justify-content:space-between;align-items:center;cursor:pointer}._mobileDropdownMenu_1y0s2_537{display:flex;flex-direction:column;padding-left:1rem;margin-top:.5rem}._footer_15dl9_1{background-color:#004aad;color:#fff;padding:3rem 1rem}._container_15dl9_13{max-width:1200px;margin:0 auto}._grid_15dl9_23{display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}._title_15dl9_35{font-size:1.25rem;font-weight:700;margin-bottom:1rem}._text_15dl9_47{color:#fffc}._links_15dl9_55{list-style:none;padding:0;margin:0}._links_15dl9_55 li{margin-bottom:.5rem}._links_15dl9_55 a{color:#fffc;text-decoration:none;transition:color .2s ease-in-out}._links_15dl9_55 a:hover{color:#fff}._socials_15dl9_95{display:flex;gap:1rem}._socials_15dl9_95 a{color:#fffc;font-size:1.25rem;transition:color .2s ease-in-out}._socials_15dl9_95 a:hover{color:#fff}._bottom_15dl9_125{margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.2);text-align:center;color:#fffc}._heroWrapper_cmxzd_1{min-height:100vh;background:linear-gradient(to bottom right,#fff,#eff6ff);font-family:Inter,sans-serif}._heroContainer_cmxzd_13{max-width:1200px;margin:0 auto}._gridWrapper_cmxzd_25{display:grid;grid-template-columns:1fr;gap:3rem;min-height:600px}@media (min-width: 1024px){._gridWrapper_cmxzd_25{grid-template-columns:repeat(2,1fr);align-items:center}}._leftColumn_cmxzd_53{display:flex;flex-direction:column;gap:2rem}._heading_cmxzd_65{font-family:Poppins,sans-serif;font-size:2.5rem;line-height:1.3;font-weight:700;color:#1f2937}@media (min-width: 1024px){._heading_cmxzd_65{font-size:3rem}}._animatedWordWrapper_cmxzd_93{display:inline-block;position:relative}._animatedWord_cmxzd_93{transition:opacity .3s ease-in-out;color:#2563eb}._visible_cmxzd_113{opacity:1}._hidden_cmxzd_121{opacity:0}._subtext_cmxzd_129{font-size:1.125rem;color:#4b5563;max-width:40rem}._buttonGroup_cmxzd_141{display:flex;flex-direction:column;gap:1rem}@media (min-width: 640px){._buttonGroup_cmxzd_141{flex-direction:row}}._primaryBtn_cmxzd_165{border-radius:12px;background-color:#2563eb;color:#fff;padding:1rem 2rem;font-weight:600;font-size:1.125rem;transition:.2s ease;box-shadow:0 4px 10px #2563eb4d}._primaryBtn_cmxzd_165:hover{background-color:#1e40af;transform:scale(1.05)}._secondaryBtn_cmxzd_197{border-radius:12px;color:#f97316;padding:1rem 2rem;font-weight:600;font-size:1.125rem;transition:.2s ease;box-shadow:0 4px 8px #f9731633}._secondaryBtn_cmxzd_197:hover{background-color:#f97316;color:#fff}._statsRow_cmxzd_229{display:flex;gap:2rem;padding-top:2rem;flex-wrap:wrap}._statBox_cmxzd_243{text-align:center}._statNumber_cmxzd_251{font-size:1.75rem;font-weight:700;color:#1f2937}._statLabel_cmxzd_263{font-size:.875rem;color:#6b7280}._rightColumn_cmxzd_273{display:flex;justify-content:center}._imageBox_cmxzd_283{position:relative;max-width:400px;width:100%;background:linear-gradient(to bottom right,#dbeafe,#fef3c7);border-radius:1.5rem;padding:2rem;box-shadow:0 20px 50px #0000001a}._heroImage_cmxzd_303{width:100%;height:auto;object-fit:cover;border-radius:1.25rem}._floatingIcon_cmxzd_317{position:absolute;background:#fff;border-radius:50%;padding:.75rem;box-shadow:0 10px 20px #0000001a}._floatingIcon_cmxzd_317 i{font-size:1.5rem}._briefcase_cmxzd_341{top:-1rem;right:-1rem;animation:_bounce_cmxzd_1 2s infinite;color:#2563eb}._chart_cmxzd_355{bottom:-1rem;left:-1rem;animation:_pulse_cmxzd_1 2s infinite;color:#f97316}._users_cmxzd_369{top:50%;left:-1.5rem;transform:translateY(-50%);color:#10b981}@keyframes _bounce_cmxzd_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}@keyframes _pulse_cmxzd_1{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}._trustSection_cmxzd_419{margin-top:5rem;padding-top:3rem;border-top:1px solid #e5e7eb}._trustHeading_cmxzd_431{text-align:center;color:#4b5563;font-size:1.125rem;margin-bottom:2rem}._trustBrands_cmxzd_445{display:flex;justify-content:center;flex-wrap:wrap;gap:2rem;font-size:1rem;color:#6b7280}._trustBrands_cmxzd_445 i{font-size:1.5rem;margin-right:.5rem}@media (max-width: 1024px){._heroContainer_cmxzd_13{padding:3rem 1.5rem}._gridWrapper_cmxzd_25{grid-template-columns:1fr;gap:2.5rem;text-align:center}._heading_cmxzd_65{font-size:2.25rem}._subtext_cmxzd_129{font-size:1rem;margin:0 auto}._statsRow_cmxzd_229{justify-content:center;gap:1.5rem}._imageBox_cmxzd_283{margin:0 auto}._floatingIcon_cmxzd_317{display:none}}@media (max-width: 640px){._heroContainer_cmxzd_13{padding:2rem 1rem}._heading_cmxzd_65{font-size:1.75rem}._subtext_cmxzd_129{font-size:.95rem}._buttonGroup_cmxzd_141{flex-direction:column;gap:.75rem;align-items:center}._primaryBtn_cmxzd_165,._secondaryBtn_cmxzd_197{width:100%;font-size:1rem;padding:.85rem 1.5rem}._statsRow_cmxzd_229{flex-direction:column;align-items:center}._statBox_cmxzd_243{width:100%}._trustBrands_cmxzd_445{font-size:.875rem;gap:1.25rem}._trustBrands_cmxzd_445 i{font-size:1.25rem}._imageBox_cmxzd_283{padding:1.25rem;border-radius:1rem}._heroImage_cmxzd_303{border-radius:1rem}}._wrapper_1uzly_1{padding:6rem 0;background-color:#f9fafb}._container_1uzly_11{max-width:1200px;margin:0 auto;padding:0 1.5rem}._textCenter_1uzly_23{text-align:center;margin-bottom:4rem}._heading_1uzly_33{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}._subheading_1uzly_47{font-size:1.125rem;color:#6b7280;max-width:768px;margin:0 auto}._cardGrid_1uzly_61{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 768px){._cardGrid_1uzly_61{grid-template-columns:repeat(3,1fr)}}._card_1uzly_61{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px #0000000d;transition:box-shadow .3s ease;cursor:pointer}._card_1uzly_61:hover{box-shadow:0 12px 20px #00000014}._iconCircle_1uzly_111{width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}._icon_1uzly_111{font-size:1.5rem}._blueCircle_1uzly_141{background-color:#dbeafe;color:#2563eb}._greenCircle_1uzly_151{background-color:#d1fae5;color:#059669}._purpleCircle_1uzly_161{background-color:#ede9fe;color:#7c3aed}._cardTitle_1uzly_171{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}._cardText_1uzly_185{color:#6b7280;line-height:1.6}._wrapper_1h57z_1{position:relative;padding:5rem 0;background:linear-gradient(to right,#2563eb,#7e22ce);overflow:hidden}._overlay_1h57z_15{position:absolute;inset:0;background-color:#0003;z-index:1}._container_1h57z_29{position:relative;z-index:2;max-width:1200px;margin:0 auto;padding:0 1.5rem}._grid_1h57z_45{display:grid;gap:2rem;text-align:center}@media (min-width: 768px){._grid_1h57z_45{grid-template-columns:repeat(3,1fr)}}._statBox_1h57z_69{display:flex;flex-direction:column;gap:1rem;align-items:center}._statNumber_1h57z_83{font-size:3rem;font-weight:700;color:#fff}._statLabel_1h57z_95{font-size:1.25rem;color:#dbeafe}._statBadge_1h57z_105{display:inline-block;background-color:#fff3;padding:.5rem 1.25rem;border-radius:999px;font-size:.875rem;color:#fff}._wrapper_1pr78_1{background-color:#fff;padding:6rem 1.5rem}._container_1pr78_11{max-width:1200px;margin:0 auto}._header_1pr78_21{text-align:center;margin-bottom:4rem}._heading_1pr78_31{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}._subtext_1pr78_45{font-size:1.25rem;color:#4b5563;max-width:700px;margin:0 auto}._timelineGrid_1pr78_59{display:grid;gap:3rem;position:relative}@media (min-width: 768px){._timelineGrid_1pr78_59{grid-template-columns:repeat(3,1fr)}._horizontalLine_1pr78_81{display:block}}._horizontalLine_1pr78_81{display:none;position:absolute;top:5rem;left:33.3333%;right:33.3333%;height:2px;background-color:#d1d5db;z-index:0}._step_1pr78_113{text-align:center;position:relative}._circle_1pr78_123{width:4rem;height:4rem;border-radius:9999px;font-size:1.5rem;font-weight:700;color:#fff;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;z-index:10;position:relative}._blueCircle_1pr78_153{background-color:#2563eb}._greenCircle_1pr78_161{background-color:#16a34a}._purpleCircle_1pr78_169{background-color:#7e22ce}._stepTitle_1pr78_177{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:1rem}._stepDescription_1pr78_191{color:#4b5563;line-height:1.6}._learnMore_1pr78_201{margin-top:1rem;background:none;border:none;cursor:pointer;font-weight:500;display:inline-flex;align-items:center;transition:color .2s ease;font-size:1rem}._learnMore_1pr78_201:hover{text-decoration:underline}._icon_1pr78_233{margin-right:.5rem}._blueText_1pr78_241{color:#2563eb}._greenText_1pr78_249{color:#16a34a}._purpleText_1pr78_257{color:#7e22ce}._wrapper_1ad8p_1{background-color:#f9fafb;padding:6rem 1.5rem}._container_1ad8p_11{max-width:1120px;margin:0 auto}._header_1ad8p_21{text-align:center;margin-bottom:4rem}._title_1ad8p_31{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}._subtitle_1ad8p_45{font-size:1.25rem;color:#4b5563;max-width:768px;margin:0 auto}._testimonialCardWrapper_1ad8p_59{position:relative;max-width:768px;margin:0 auto}._testimonialCard_1ad8p_59{background-color:#fff;padding:2rem;border-radius:1rem;box-shadow:0 15px 30px #0000000d;text-align:center}._avatar_1ad8p_87{width:4rem;height:4rem;background-color:#2563eb;color:#fff;font-weight:700;font-size:1.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}._quote_1ad8p_115{font-size:1.25rem;color:#374151;font-style:italic;line-height:1.75;margin-bottom:2rem}._userInfo_1ad8p_131{text-align:center}._name_1ad8p_139{font-weight:700;font-size:1.125rem;color:#111827}._details_1ad8p_151{font-size:1rem;color:#6b7280}._dots_1ad8p_161{display:flex;justify-content:center;margin-top:2rem;gap:.5rem}._dot_1ad8p_161{width:12px;height:12px;border-radius:9999px;background-color:#d1d5db;border:none;cursor:pointer;transition:background-color .3s}._activeDot_1ad8p_195{background-color:#2563eb}._faqSection_1dd4v_3{background-color:#fff;padding:6rem 1.5rem}._faqContainer_1dd4v_13{max-width:1024px;margin:0 auto}._faqHeader_1dd4v_23{text-align:center;margin-bottom:4rem}._faqTitle_1dd4v_33{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1rem}._faqSubtitle_1dd4v_47{font-size:1.25rem;color:#4b5563}._accordion_1dd4v_57{display:flex;flex-direction:column;gap:1rem}._accordionItem_1dd4v_69{border:1px solid #e5e7eb;border-radius:.75rem;overflow:hidden;transition:all .3s ease}._accordionButton_1dd4v_83{width:100%;text-align:left;padding:1.5rem;background-color:transparent;border:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:background-color .2s}._accordionButton_1dd4v_83:hover{background-color:#f9fafb}._question_1dd4v_117{font-size:1.125rem;font-weight:600;color:#111827;margin-right:1rem}._chevron_1dd4v_131{color:#6b7280;transition:transform .3s}._open_1dd4v_141{transform:rotate(180deg)}._answerWrapper_1dd4v_149{max-height:0;overflow:hidden;transition:max-height .3s ease;padding:0 1.5rem}._expanded_1dd4v_163{max-height:300px;padding-bottom:1.5rem}._answer_1dd4v_149{color:#4b5563;line-height:1.75}._ctaSection_1dd4v_185{background:linear-gradient(to right,#eff6ff,#f5f3ff);padding:6rem 1.5rem;text-align:center}._ctaContainer_1dd4v_197{max-width:768px;margin:0 auto}._ctaTitle_1dd4v_207{font-size:2.5rem;font-weight:700;color:#111827;margin-bottom:1.5rem}._ctaSubtitle_1dd4v_221{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}._ctaButton_1dd4v_239{background-color:#2563eb;color:#fff;font-size:1.25rem;font-weight:600;padding:1rem 3rem;border-radius:.5rem;box-shadow:0 10px 20px #2563eb33;transition:background-color .3s ease,box-shadow .3s ease;cursor:pointer;border:none}._ctaButton_1dd4v_239:hover{background-color:#1d4ed8;box-shadow:0 15px 30px #2563eb4d}._ctaNote_1dd4v_275{font-size:.875rem;color:#6b7280;margin-top:1rem}._challengeSection_1y596_1{padding:5rem 0;background-color:#f9fafb}._container_1y596_11{max-width:72rem;margin:0 auto;padding:0 1.5rem}._card_1y596_23{position:relative;background-color:#fff;border-left:4px solid #2563eb;border-radius:1rem;padding:3rem;box-shadow:0 10px 15px #0000001a}._quoteIconWrapper_1y596_41{position:absolute;top:-1.5rem;left:2rem;background-color:#fff;padding:.25rem .5rem}._quoteIcon_1y596_41{font-size:2.25rem;color:#2563eb}._heading_1y596_67{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:1.5rem}._description_1y596_81{font-size:1.25rem;color:#374151;line-height:1.75;font-style:italic}._iconRow_1y596_95{display:flex;justify-content:space-between;margin-top:2rem}._icon_1y596_95{font-size:1.875rem;color:#93c5fd}._gapSection_qbt2t_1{padding:5rem 0;background-color:#fff}._container_qbt2t_11{max-width:72rem;margin:0 auto;padding:0 1.5rem}._heading_qbt2t_23{font-size:2.25rem;font-weight:700;text-align:center;color:#111827;margin-bottom:4rem}._grid_qbt2t_39{display:grid;gap:6rem}@media (min-width: 768px){._grid_qbt2t_39{grid-template-columns:repeat(2,1fr)}}._cardWrapper_qbt2t_61{transition:transform .3s ease;cursor:pointer}._cardWrapper_qbt2t_61:hover{transform:scale(1.05)}._card_qbt2t_61{border-radius:1rem;padding:2rem;border:1px solid;height:100%}._redCard_qbt2t_93{background-color:#fef2f2;border-color:#fee2e2}._orangeCard_qbt2t_103{background-color:#fff7ed;border-color:#ffedd5}._cardHeader_qbt2t_113{text-align:center;margin-bottom:1.5rem}._icon_qbt2t_123{font-size:3rem;margin-bottom:1rem}._redIcon_qbt2t_133{color:#ef4444}._orangeIcon_qbt2t_141{color:#f97316}._cardTitle_qbt2t_149{font-size:1.5rem;font-weight:700;color:#111827}._description_qbt2t_161{color:#374151;line-height:1.75}._visionSection_1358d_1{padding:5rem 0;background:linear-gradient(to bottom right,#eff6ff,#eef2ff)}._container_1358d_11{max-width:64rem;margin:0 auto;padding:0 1.5rem;text-align:center}._card_1358d_25{background-color:#fff;border-radius:1.5rem;padding:3rem;box-shadow:0 20px 25px #0000001a;border:1px solid #dbeafe}._header_1358d_41{margin-bottom:2rem}._mainIcon_1358d_49{font-size:3.75rem;color:#2563eb;margin-bottom:1.5rem}._heading_1358d_61{font-size:2.25rem;font-weight:700;color:#111827;margin-bottom:1.5rem}._description_1358d_75{font-size:1.25rem;color:#374151;line-height:1.75;margin-bottom:2rem}._iconRow_1358d_89{display:flex;justify-content:center;gap:2rem}._iconItem_1358d_101{text-align:center}._icon_1358d_89{font-size:1.875rem;color:#2563eb;margin-bottom:.5rem}._iconLabel_1358d_121{font-size:.875rem;color:#4b5563}._section_1b6rm_1{padding:5rem 0;background-color:#fff}._container_1b6rm_11{max-width:80rem;margin:0 auto;padding:0 1.5rem}._heading_1b6rm_23{font-size:2.25rem;font-weight:700;text-align:center;color:#111827;margin-bottom:1rem}._subheading_1b6rm_39{font-size:1.25rem;text-align:center;color:#4b5563;max-width:48rem;margin:0 auto 4rem}._grid_1b6rm_55{display:grid;gap:2rem}@media (min-width: 768px){._grid_1b6rm_55{grid-template-columns:repeat(3,1fr)}}._cardWrapper_1b6rm_77{transition:transform .3s ease;cursor:pointer}._cardWrapper_1b6rm_77:hover{transform:scale(1.05)}._card_1b6rm_77{background-color:#fff;border-radius:1rem;padding:2rem;border:1px solid #f3f4f6;box-shadow:0 10px 15px #0000000d;height:70%;transition:all .3s ease}._cardWrapper_1b6rm_77:hover ._card_1b6rm_77{box-shadow:0 15px 25px #0000001a;border-color:#bfdbfe}._cardHeader_1b6rm_125{text-align:center;margin-bottom:1.5rem}._iconCircle_1b6rm_135{width:4rem;height:4rem;background-color:#dbeafe;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;transition:background-color .3s ease}._cardWrapper_1b6rm_77:hover ._iconCircle_1b6rm_135{background-color:#2563eb}._icon_1b6rm_135{font-size:1.25rem;color:#2563eb;transition:color .3s ease}._cardWrapper_1b6rm_77:hover ._icon_1b6rm_135{color:#fff}._title_1b6rm_187{font-size:1.25rem;font-weight:700;color:#111827}._description_1b6rm_199{text-align:center;color:#4b5563;line-height:1.75}._section_u850e_1{padding:5rem 0;background-color:#f9fafb}._container_u850e_11{max-width:80rem;margin:0 auto;padding:0 1.5rem}._heading_u850e_23{font-size:2.25rem;font-weight:700;text-align:center;color:#111827;margin-bottom:4rem}._timelineWrapper_u850e_39{position:relative}._horizontalLine_u850e_47{display:none}@media (min-width: 1024px){._horizontalLine_u850e_47{display:block;position:absolute;top:50%;left:0;right:0;height:.25rem;background-color:#bfdbfe;transform:translateY(-50%);z-index:0}}._grid_u850e_83{display:grid;gap:2rem}@media (min-width: 1024px){._grid_u850e_83{grid-template-columns:repeat(4,1fr)}}._stepWrapper_u850e_105{position:relative}._card_u850e_113{background-color:#fff;border:1px solid #f3f4f6;border-radius:1rem;padding:2rem;text-align:center;box-shadow:0 10px 15px #0000000d;transition:box-shadow .3s ease;cursor:pointer;position:relative;z-index:10}._card_u850e_113:hover{box-shadow:0 15px 25px #0000001a}._iconWrapper_u850e_147{width:4rem;height:4rem;background-color:#2563eb;color:#fff;font-size:1.25rem;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem}._title_u850e_173{font-size:1.25rem;font-weight:700;color:#111827;margin-bottom:.5rem}._description_u850e_187{color:#4b5563;line-height:1.75;font-size:1rem}._connectorDot_u850e_199{display:none}._section_eb4t8_1{padding:5rem 0;background-color:#fff}._container_eb4t8_11{max-width:72rem;margin:0 auto;padding:0 1.5rem}._heading_eb4t8_23{font-size:2.25rem;font-weight:700;text-align:center;color:#111827;margin-bottom:4rem}._grid_eb4t8_39{display:grid;gap:2rem}@media (min-width: 768px){._grid_eb4t8_39{grid-template-columns:repeat(3,1fr)}}._cardWrapper_eb4t8_61{transition:transform .3s ease;cursor:pointer;margin-bottom:3rem}._cardWrapper_eb4t8_61:hover{transform:scale(1.05)}._card_eb4t8_61{background:linear-gradient(to bottom right,#eff6ff,#eef2ff);border:1px solid #dbeafe;border-radius:1rem;padding:2rem;height:100%}._cardHeader_eb4t8_97{text-align:center;margin-bottom:1.5rem}._iconCircle_eb4t8_107{width:5rem;height:5rem;background-color:#2563eb;border-radius:9999px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.875rem;margin:0 auto 1rem;transition:background-color .3s ease}._cardWrapper_eb4t8_61:hover ._iconCircle_eb4t8_107{background-color:#1d4ed8}._cardTitle_eb4t8_143{font-size:1.5rem;font-weight:700;color:#111827}._list_eb4t8_155{margin-top:1rem;display:flex;flex-direction:column;gap:.75rem}._listItem_eb4t8_169{display:flex;align-items:center;color:#374151;font-size:1rem}._checkIcon_eb4t8_183{color:#22c55e;margin-right:.75rem;font-size:1rem}._section_1i7g7_1{padding:5rem 0;background-color:#f9fafb}._container_1i7g7_11{max-width:80rem;margin:0 auto;padding:0 1.5rem}._heading_1i7g7_23{font-size:2.25rem;font-weight:700;text-align:center;color:#111827;margin-bottom:4rem}._tabWrapper_1i7g7_39{display:flex;justify-content:center;margin-bottom:3rem}._tabBackground_1i7g7_51{background-color:#fff;padding:.5rem;border-radius:9999px;box-shadow:0 10px 25px -5px #0000000d}._tab_1i7g7_39{padding:.75rem 1.5rem;border-radius:9999px;font-weight:600;color:#4b5563;background:transparent;border:none;cursor:pointer;transition:all .3s ease;white-space:nowrap}._tab_1i7g7_39:hover{color:#2563eb}._activeTab_1i7g7_97{background-color:#2563eb;color:#fff}._grid_1i7g7_107{display:grid;gap:4.5rem}@media (min-width: 768px){._grid_1i7g7_107{grid-template-columns:repeat(2,1fr)}}@media (min-width: 1024px){._grid_1i7g7_107{grid-template-columns:repeat(4,1fr)}}._cardWrapper_1i7g7_141{transition:transform .3s ease;cursor:pointer}._cardWrapper_1i7g7_141:hover{transform:scale(1.05)}._card_1i7g7_141{background-color:#fff;border-radius:1rem;padding:1.5rem;border:1px solid #f3f4f6;box-shadow:0 10px 25px -5px #0000000d;transition:box-shadow .3s ease,border-color .3s ease;height:100%;text-align:center}._card_1i7g7_141:hover{border-color:#bfdbfe;box-shadow:0 15px 30px -5px #2563eb26}._iconCircle_1i7g7_191{width:4rem;height:4rem;background-color:#f3f4f6;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;color:#4b5563;font-size:1.5rem;transition:background-color .3s ease,color .3s ease}._cardWrapper_1i7g7_141:hover ._iconCircle_1i7g7_191{background-color:#dbeafe;color:#2563eb}._cardTitle_1i7g7_229{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:.5rem}._description_1i7g7_243{font-size:.875rem;color:#4b5563;line-height:1.5}._container_1tmfl_1{display:flex;align-items:center;justify-content:center;height:100vh;background:linear-gradient(to bottom right,#f0f4f8,#e2e8f0);padding:20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow:hidden;text-align:center}._content_1tmfl_25{animation:_fadeInUp_1tmfl_1 1s ease-in-out both;max-width:700px;padding:2rem;background:#fff;border-radius:1rem;box-shadow:0 15px 40px #0000001a}._title_1tmfl_43{font-size:3rem;font-weight:700;color:#1e3a8a;margin-bottom:1rem;animation:_popIn_1tmfl_1 1s ease forwards}._subtitle_1tmfl_59{font-size:1.25rem;color:#4b5563;margin-bottom:2rem;animation:_fadeIn_1tmfl_1 1.5s ease-in-out forwards}._loader_1tmfl_75{width:48px;height:48px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#1e3a8a,#3b82f6);animation:_pulseGlow_1tmfl_1 1.4s infinite ease-in-out;box-shadow:0 0 #3b82f666;margin:0 auto}@keyframes _popIn_1tmfl_1{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}@keyframes _fadeIn_1tmfl_1{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes _fadeInUp_1tmfl_1{0%{transform:translateY(40px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes _pulseGlow_1tmfl_1{0%{transform:scale(.95);box-shadow:0 0 #3b82f666}70%{transform:scale(1);box-shadow:0 0 0 15px #3b82f600}to{transform:scale(.95);box-shadow:0 0 #3b82f600}}@media (max-width: 600px){._title_1tmfl_43{font-size:2.25rem}._subtitle_1tmfl_59{font-size:1rem}._content_1tmfl_25{padding:1.5rem}}._wrapper_1x3eo_1{background-color:#fff;border-radius:1rem;box-shadow:0 15px 40px #00000014;overflow:hidden;padding:2rem}._inner_1x3eo_17{padding:1.5rem}._headerSection_1x3eo_25{display:flex;flex-direction:column;gap:1.5rem}._iconBox_1x3eo_37{width:3.5rem;height:3.5rem;background-color:#dbeafe;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._headerIcon_1x3eo_59{font-size:1.5rem;color:#2563eb}._headerText_1x3eo_69{flex:1}._title_1x3eo_77{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}._subtitle_1x3eo_91{font-size:1rem;color:#2563eb;font-weight:500;margin-bottom:.5rem}._caption_1x3eo_105{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}._descriptionBox_1x3eo_117{background-color:#eff6ff;border-radius:.75rem;padding:1.25rem;margin-bottom:2rem;font-size:.95rem;color:#374151;line-height:1.6}._featuresGrid_1x3eo_137{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}._featureCard_1x3eo_151{padding:1rem;border-radius:.75rem;text-align:center;font-weight:500;font-size:.9rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;border:1px solid transparent}._greenCard_1x3eo_177{background-color:#ecfdf5;border-color:#bbf7d0;color:#065f46}._purpleCard_1x3eo_189{background-color:#f5f3ff;border-color:#ddd6fe;color:#6b21a8}._orangeCard_1x3eo_201{background-color:#fff7ed;border-color:#fdba74;color:#9a3412}._featureIcon_1x3eo_213{font-size:1.25rem}._eligibility_1x3eo_221{border-top:1px solid #e5e7eb;padding-top:1.5rem}._eligibilityTitle_1x3eo_231{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem}._eligibilityList_1x3eo_245{list-style:none;padding:0;margin:0;color:#374151;display:grid;gap:.5rem}._eligibilityList_1x3eo_245 li{display:flex;align-items:center;font-size:.95rem}._checkIcon_1x3eo_275{color:#10b981;margin-right:.5rem;font-size:1rem}._buttonRow_1x3eo_287{display:flex;justify-content:center;margin-top:2rem}._applyButton_1x3eo_299{background-color:#2563eb;color:#fff;padding:.75rem 2rem;font-weight:500;font-size:.95rem;border:none;border-radius:.5rem;cursor:pointer;transition:background-color .3s ease}._applyButton_1x3eo_299:hover{background-color:#1d4ed8}@media (min-width: 768px){._headerSection_1x3eo_25{flex-direction:row;align-items:flex-start}._featuresGrid_1x3eo_137{grid-template-columns:repeat(3,1fr)}._wrapper_1x3eo_1{padding:3rem}._title_1x3eo_77{font-size:1.875rem}._subtitle_1x3eo_91{font-size:1.125rem}._buttonRow_1x3eo_287{justify-content:flex-end}}._wrapper_aic8c_1{background-color:#fff;border-radius:1rem;overflow:hidden;box-shadow:0 4px 20px #0000000f;padding:3rem}._inner_aic8c_17{padding:2rem}._topRow_aic8c_25{display:flex;align-items:flex-start;gap:1.5rem;margin-bottom:2rem}._iconBox_aic8c_39{width:4rem;height:4rem;background-color:#d1fae5;border-radius:1rem;display:flex;justify-content:center;align-items:center}._mainIcon_aic8c_59{font-size:1.75rem;color:#059669}._content_aic8c_69{flex:1}._heading_aic8c_77{font-size:1.875rem;font-weight:700;color:#111827;margin-bottom:.5rem}._subheading_aic8c_91{font-size:1.125rem;color:#059669;font-weight:600;margin-bottom:.5rem}._caption_aic8c_105{font-size:.875rem;color:#6b7280;margin-bottom:2rem}._highlight_aic8c_117{display:flex;justify-content:center;align-items:center;background-color:#ecfdf5;padding:1.5rem;border-radius:.75rem;margin-bottom:2rem}._highlightItem_aic8c_137{text-align:center}._highlightValue_aic8c_145{font-size:1.875rem;font-weight:700;color:#059669}._highlightLabel_aic8c_157{font-size:.875rem;color:#6b7280}._divider_aic8c_167{width:1px;height:3rem;background-color:#a7f3d0;margin:0 2rem}._benefits_aic8c_181{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}._benefitCard_aic8c_195{text-align:center}._benefitIcon_aic8c_203{width:4rem;height:4rem;margin:0 auto 1rem;background-color:#d1fae5;border-radius:1rem;display:flex;align-items:center;justify-content:center;color:#059669;font-size:1.5rem}._benefitCard_aic8c_195 h3{font-weight:600;color:#111827;margin-bottom:.5rem}._benefitCard_aic8c_195 p{font-size:.875rem;color:#6b7280}._progression_aic8c_251{background-color:#f9fafb;padding:1.5rem;border-radius:.75rem}._progression_aic8c_251 h3{font-weight:600;color:#111827;margin-bottom:1rem}._progressionPath_aic8c_275{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}._tag_aic8c_289{background-color:#059669;color:#fff;padding:.5rem 1rem;border-radius:999px;font-size:.875rem}._arrow_aic8c_305{color:#9ca3af}._ctaRow_aic8c_313{display:flex;justify-content:flex-end}._ctaButton_aic8c_323{background-color:#059669;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .3s ease}._ctaButton_aic8c_323:hover{background-color:#047857}._ctaIcon_aic8c_357{font-size:1rem}._ctaButtonView_aic8c_365{background-color:#047857;margin-right:1rem}._ctaButtonView_aic8c_365{background-color:#059669;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:background-color .3s ease}._ctaButtonView_aic8c_365:hover{background-color:#047857}@media (max-width: 768px){._wrapper_aic8c_1{padding:2rem}._inner_aic8c_17{padding:1.5rem}._topRow_aic8c_25{flex-direction:column;align-items:flex-start;gap:1rem}._heading_aic8c_77{font-size:1.5rem}._subheading_aic8c_91{font-size:1rem}._caption_aic8c_105{font-size:.8125rem}._highlight_aic8c_117{flex-direction:column;text-align:center;gap:1.25rem}._divider_aic8c_167{display:none}._benefits_aic8c_181{grid-template-columns:1fr}._benefitCard_aic8c_195 h3{font-size:1rem}._progressionPath_aic8c_275{flex-direction:column;align-items:flex-start}._ctaRow_aic8c_313{justify-content:center;margin-top:2rem}._ctaButton_aic8c_323{justify-content:center}}@media (max-width: 480px){._wrapper_aic8c_1{padding:1.5rem}._heading_aic8c_77{font-size:1.25rem}._subheading_aic8c_91{font-size:.9375rem}._highlightValue_aic8c_145{font-size:1.5rem}._highlightLabel_aic8c_157{font-size:.8125rem}._benefitIcon_aic8c_203{width:3.5rem;height:3.5rem;font-size:1.25rem}._ctaButton_aic8c_323{padding:.65rem 1.5rem;font-size:.875rem}._tag_aic8c_289{font-size:.75rem;padding:.4rem .8rem}}._highlightBox_aic8c_603{background-color:#fffbeb;padding:1.25rem;border-radius:.75rem;margin-bottom:2rem}._center_aic8c_617{text-align:center}._amount_aic8c_625{font-size:1.5rem;font-weight:700;color:#d97706;margin-bottom:.25rem}._label_aic8c_639{font-size:.85rem;color:#4b5563}._smallNote_aic8c_649{font-size:.75rem;color:#6b7280;margin-top:.25rem}._modalOverlay_si0cl_1{position:fixed;top:0;left:0;width:100%;height:100%;background:#000000b3;display:flex;justify-content:center;align-items:center;z-index:1000}._modalContent_si0cl_27{background:#fff;width:90%;max-width:800px;height:90%;padding:1rem;position:relative;display:flex;flex-direction:column;border-radius:8px}._modalHeader_si0cl_51{display:flex;justify-content:flex-end}._closeButton_si0cl_61{font-size:1.5rem;background:none;border:none;cursor:pointer;color:#000}._previewBox_si0cl_77{flex:1;margin:1rem 0;border:1px solid #ccc;overflow:hidden}._actionButtons_si0cl_91{display:flex;justify-content:flex-end;gap:1rem}._actionButtons_si0cl_91 button{padding:.5rem 1rem;cursor:pointer;border:none;border-radius:4px;background-color:#007bff;color:#fff;transition:background-color .3s ease}._actionButtons_si0cl_91 button:hover{background-color:#0056b3}@media (max-width: 600px){._modalContent_si0cl_27{padding:.75rem;width:100%;height:95%;border-radius:4px}._previewBox_si0cl_77{height:50vh}._actionButtons_si0cl_91{flex-direction:column;align-items:stretch;gap:.5rem}._actionButtons_si0cl_91 button{width:100%}}._card_cyocf_1{background-color:#fff;border-radius:1rem;box-shadow:0 8px 20px #00000014;overflow:hidden;padding:2rem}._inner_cyocf_17{padding:1.5rem}._topRow_cyocf_25{display:flex;flex-direction:column;gap:1.25rem;margin-bottom:2rem}._iconBox_cyocf_39{width:3.5rem;height:3.5rem;background-color:#fef3c7;border-radius:1rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._mainIcon_cyocf_61{font-size:1.5rem;color:#d97706}._content_cyocf_71{flex:1}._heading_cyocf_79{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}._subheading_cyocf_93{font-size:1rem;font-weight:500;color:#d97706;margin-bottom:.5rem}._muted_cyocf_107{font-size:.85rem;color:#6b7280;margin-bottom:2rem}._highlightBox_cyocf_119{background-color:#fffbeb;padding:1.25rem;border-radius:.75rem;margin-bottom:2rem}._center_cyocf_133{text-align:center}._amount_cyocf_141{font-size:1.5rem;font-weight:700;color:#d97706;margin-bottom:.25rem}._label_cyocf_155{font-size:.85rem;color:#4b5563}._smallNote_cyocf_165{font-size:.75rem;color:#6b7280;margin-top:.25rem}._bridge_cyocf_177{margin-bottom:2rem}._bridgeTitle_cyocf_185{text-align:center;font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1.25rem}._bridgeFlow_cyocf_201{display:flex;flex-direction:column;align-items:center;gap:1rem}._bridgeItem_cyocf_215{text-align:center}._bridgeIcon_cyocf_223{width:4rem;height:4rem;background-color:#fef3c7;border-radius:9999px;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;font-size:1.25rem;color:#d97706}._arrows_cyocf_249{display:none;gap:.25rem;color:#d97706}@media (min-width: 768px){._topRow_cyocf_25{flex-direction:row}._mainIcon_cyocf_61{font-size:1.75rem}._heading_cyocf_79{font-size:1.875rem}._subheading_cyocf_93{font-size:1.125rem}._amount_cyocf_141{font-size:1.875rem}._bridgeFlow_cyocf_201{flex-direction:row;justify-content:space-between;flex-wrap:wrap}._arrows_cyocf_249{display:flex}}._featuresBox_cyocf_329{background-color:#f9fafb;border-radius:.75rem;padding:1.25rem}._featuresBox_cyocf_329 h3{font-weight:600;color:#111827;margin-bottom:1rem}._featuresGrid_cyocf_353{display:grid;grid-template-columns:1fr;gap:1rem;font-size:.875rem;color:#374151}@media (min-width: 640px){._featuresGrid_cyocf_353{grid-template-columns:1fr 1fr}}._tick_cyocf_383{margin-right:.5rem;color:#d97706}._ctaBox_cyocf_395{display:flex;justify-content:center;margin-top:2rem}@media (min-width: 768px){._ctaBox_cyocf_395{justify-content:flex-end}}._ctaButton_cyocf_419{background-color:#d97706;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background-color .2s}._ctaButton_cyocf_419:hover{background-color:#b45309}._appWrapper_pbqhy_1{min-height:100vh;background:linear-gradient(135deg,#fdfbfb,#ebedee)}._container_pbqhy_11{max-width:1280px;margin:0 auto;padding:3rem 1.5rem}._header_pbqhy_23{text-align:center;margin-bottom:4rem;position:relative}._floatingIcon_pbqhy_35{position:absolute;top:0;right:25%;animation:_bounce_pbqhy_1 2s infinite;font-size:3.75rem;color:#3b82f633}@keyframes _bounce_pbqhy_1{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}._title_pbqhy_73{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1rem;text-shadow:0 2px 4px rgba(0,0,0,.1)}._subtitle_pbqhy_89{font-size:1.25rem;color:#4b5563}._form_pbqhy_99{display:flex;flex-direction:column;gap:3rem}._section_pbqhy_111{background-color:#fff;border-radius:1.5rem;padding:2rem;box-shadow:0 10px 30px #0000000d;border:1px solid rgba(255,255,255,.5)}._sectionTitle_pbqhy_129{font-size:2rem;font-weight:600;text-align:center;color:#1f2937;margin-bottom:2rem;display:flex;align-items:center;justify-content:center}._programGrid_pbqhy_151{display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}._programCard_pbqhy_163{position:relative;padding:1.5rem;border:2px solid #e5e7eb;border-radius:1rem;cursor:pointer;background-color:#fff9;transition:all .3s ease;text-align:center}._programCard_pbqhy_163:hover{transform:scale(1.03);box-shadow:0 12px 24px #0000001a;border-color:#93c5fd}._selectedCard_pbqhy_197{border-color:#3b82f6;background:linear-gradient(to bottom right,#eff6ff,#f5f3ff);box-shadow:0 10px 20px #0000001a}._iconWrapper_pbqhy_209{width:4rem;height:4rem;margin:0 auto 1rem;border-radius:9999px;background-color:#f3f4f6;color:#4b5563;display:flex;align-items:center;justify-content:center;font-size:1.5rem}._iconSelected_pbqhy_235{background:linear-gradient(to bottom right,#3b82f6,#7c3aed);color:#fff}._programName_pbqhy_245{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}._programDesc_pbqhy_259{font-size:.875rem;color:#4b5563}._checkmark_pbqhy_269{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;background-color:#10b981;border-radius:9999px;color:#fff;font-size:.75rem;display:flex;align-items:center;justify-content:center;animation:_pulse_pbqhy_1 1.5s infinite}@keyframes _pulse_pbqhy_1{0%{transform:scale(1);opacity:1}50%{transform:scale(1.2);opacity:.7}to{transform:scale(1);opacity:1}}._grid2_pbqhy_331{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._grid2_pbqhy_331{grid-template-columns:1fr 1fr}._colSpan2_pbqhy_353{grid-column:span 2}}._input_pbqhy_363{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:.75rem;background-color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;box-sizing:border-box;font-size:1rem}._input_pbqhy_363:focus{border-color:#3b82f6;outline:none}._select_pbqhy_197{width:100%;padding:1rem 1rem 1rem 3rem;border:2px solid #e5e7eb;border-radius:.75rem;background-color:#ffffffb3;appearance:none;cursor:pointer}._select_pbqhy_197 option{font-size:1rem}._inputIcon_pbqhy_421{position:absolute;left:1rem;top:1rem;color:#9ca3af;pointer-events:none;z-index:10}._textareaWrapper_pbqhy_439{position:relative}._textarea_pbqhy_439{width:100%;padding:1.5rem;border:2px solid #e5e7eb;border-radius:1rem;background-color:#ffffffb3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);resize:none;transition:all .3s ease;box-sizing:border-box;font-size:1rem}._textarea_pbqhy_439:focus{border-color:#a855f7;outline:none}._charCount_pbqhy_483{position:absolute;bottom:1rem;right:1rem;font-size:.75rem;color:#9ca3af}._dropzone_pbqhy_499{border:3px dashed #d1d5db;border-radius:1rem;padding:3rem;text-align:center;cursor:pointer;transition:all .3s ease}._dropzone_pbqhy_499:hover{border-color:#fb923c;background-color:#fdba7433}._dragOver_pbqhy_527{background-color:#fff7ed;border-color:#fb923c}._uploadPrompt_pbqhy_537 i{font-size:3rem;color:#fb923c;margin-bottom:1rem}._uploadPrompt_pbqhy_537 p{margin:.25rem 0;color:#1f2937}._smallText_pbqhy_559{color:#4b5563;font-size:.875rem}._supported_pbqhy_569{font-size:.75rem;color:#6b7280}._hiddenFile_pbqhy_579{display:none}._uploaded_pbqhy_587{display:flex;flex-direction:column;align-items:center;gap:.75rem}._uploaded_pbqhy_587 i{font-size:3rem;color:#10b981}._uploaded_pbqhy_587 p{margin:0;color:#1f2937}._uploaded_pbqhy_587 button{color:#ef4444;background:none;border:none;font-size:.875rem;cursor:pointer;transition:color .2s ease}._uploaded_pbqhy_587 button:hover{color:#b91c1c}._submitWrapper_pbqhy_647{text-align:center}._submitBtn_pbqhy_655{background:var(--primary);padding:1rem 3rem;color:#fff;font-size:1.25rem;font-weight:600;border-radius:.75rem;cursor:pointer;transition:all .3s ease;border:none}._submitBtn_pbqhy_655:hover{transform:scale(1.05);box-shadow:0 12px 24px #00000026}._iconHighlight_pbqhy_691{color:var(--primary);margin-right:1rem}._FaCloudUploadAlt_pbqhy_701{width:3rem;height:3rem;color:var(--primary)}._error_pbqhy_713{color:#ef4444;font-size:.8rem;margin-top:.3rem}@media (max-width: 1024px){._container_pbqhy_11{padding:2rem 1rem}._floatingIcon_pbqhy_35{font-size:2.75rem;right:10%}._title_pbqhy_73{font-size:2.25rem}._sectionTitle_pbqhy_129{font-size:1.5rem}._programGrid_pbqhy_151{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}._input_pbqhy_363,._select_pbqhy_197,._textarea_pbqhy_439{padding:.75rem .75rem .75rem 2.5rem}._inputIcon_pbqhy_421{top:.75rem;left:.75rem;font-size:.875rem}._dropzone_pbqhy_499{padding:2rem 1rem}._FaCloudUploadAlt_pbqhy_701{width:2.5rem;height:2.5rem}._submitBtn_pbqhy_655{font-size:1.125rem;padding:.9rem 2rem}._programName_pbqhy_245{font-size:1.1rem}._programDesc_pbqhy_259{font-size:.8rem}}@media (max-width: 768px){._grid2_pbqhy_331{grid-template-columns:1fr!important}._title_pbqhy_73{font-size:2rem}._section_pbqhy_111{padding:1.5rem}._textareaWrapper_pbqhy_439{margin-bottom:1rem}._uploaded_pbqhy_587 p{font-size:.875rem}._checkmark_pbqhy_269{width:1.25rem;height:1.25rem;font-size:.65rem;top:.5rem;right:.5rem}._programCard_pbqhy_163{padding:1rem}._iconWrapper_pbqhy_209{width:3.25rem;height:3.25rem;font-size:1.25rem}}@media (max-width: 480px){._title_pbqhy_73{font-size:1.75rem}._subtitle_pbqhy_89{font-size:1rem}._submitBtn_pbqhy_655{width:100%;padding:1rem}._sectionTitle_pbqhy_129{font-size:1.25rem;text-align:left;justify-content:flex-start}._charCount_pbqhy_483{font-size:.7rem}}._field_pbqhy_979 label{font-size:.95rem;font-weight:500;color:#374151;margin-bottom:.5rem}._categoryTitle_pbqhy_993{font-size:1.75rem;font-weight:700;color:#1e3a8a;margin:2rem 0 1.5rem;padding-bottom:.5rem;border-bottom:3px solid #e0e7ff;position:relative}._readMoreBtn_pbqhy_1049{margin-top:1rem;display:inline-block;color:#fff;font-weight:500;text-decoration:none;transition:color .2s ease-in-out}._readMoreBtn_pbqhy_1049:hover{color:#1e40af;background-color:#bbbaba}._wrapper_4eedm_1{background:#fff;border-radius:1rem;box-shadow:0 10px 30px #0000000d;overflow:hidden;padding:2rem}._inner_4eedm_17{padding:1.5rem}@media (min-width: 768px){._inner_4eedm_17{padding:3rem}._topRow_4eedm_37{flex-direction:row}}._topRow_4eedm_37{display:flex;flex-direction:column;gap:1.5rem;margin-bottom:2rem}._iconBox_4eedm_65{width:3.5rem;height:3.5rem;background-color:#e0e7ff;border-radius:.75rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}._content_4eedm_89{flex:1}._headerRow_4eedm_99{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:1rem}._heading_4eedm_115{font-size:1.5rem;font-weight:700;color:#111827}@media (min-width: 768px){._heading_4eedm_115{font-size:1.875rem}}._badge_4eedm_141{background:#e0e7ff;color:#3730a3;padding:.25rem .75rem;border-radius:9999px;font-size:.875rem;font-weight:500}._subheading_4eedm_161{font-size:1rem;color:#4f46e5;font-weight:500;margin-bottom:.5rem}@media (min-width: 768px){._subheading_4eedm_161{font-size:1.125rem}}._caption_4eedm_187{font-size:.875rem;color:#6b7280;margin-bottom:2rem}._grid_4eedm_201{display:grid;gap:2rem}@media (min-width: 1024px){._grid_4eedm_201{grid-template-columns:2fr 1fr}}._sectionTitle_4eedm_223{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1.25rem}@media (min-width: 768px){._sectionTitle_4eedm_223{font-size:1.25rem;margin-bottom:1.5rem}}._steps_4eedm_253{display:flex;flex-direction:column;gap:1rem}._step_4eedm_253{display:flex;gap:1rem;align-items:flex-start}._stepIcon_4eedm_277{width:2rem;height:2rem;background:#4f46e5;color:#fff;border-radius:9999px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700}._stepTitle_4eedm_303{font-weight:500;color:#111827}._stepDesc_4eedm_313{font-size:.875rem;color:#6b7280}._benefitsColumn_4eedm_325{display:flex;flex-direction:column}._benefitList_4eedm_335{display:flex;flex-direction:column;gap:1rem}._benefitCard_4eedm_347{padding:1rem;border-radius:.75rem;border:1px solid;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;font-weight:500;font-size:.875rem}._benefitCard_4eedm_347 i{font-size:1.25rem}._green_4eedm_379{background-color:#ecfdf5;border-color:#a7f3d0;color:#047857}._blue_4eedm_391{background-color:#eff6ff;border-color:#bfdbfe;color:#1d4ed8}._purple_4eedm_403{background-color:#f5f3ff;border-color:#ddd6fe;color:#7c3aed}._ctaRow_4eedm_417{display:flex;justify-content:center;margin-top:2rem;gap:1rem}@media (min-width: 768px){._ctaRow_4eedm_417{justify-content:flex-end}}._ctaButton_4eedm_443{background-color:#4f46e5;border:1px solid #4f46e5;color:#fff;padding:.75rem 2rem;border-radius:.5rem;font-weight:500;cursor:pointer;transition:background .2s}._ctaButton_4eedm_443:hover{background:#eef2ff;color:#4f46e5}._mainIcon_4eedm_477{font-size:1.75rem;color:#4f46e5}._description_4eedm_493{font-size:.95rem;color:#444;margin:.5rem 0 1rem;line-height:1.6}._heroSection_qeguz_1{padding-top:2rem;padding-bottom:4rem;background:linear-gradient(to bottom right,#eff6ff,#eef2ff)}._container_qeguz_13{max-width:80rem;margin:0 auto;padding:0 1.5rem}._textCenter_qeguz_25{text-align:center;margin-bottom:4rem}._heading_qeguz_35{font-size:3rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}._subheading_qeguz_49{font-size:1.25rem;color:#4b5563;max-width:48rem;margin:0 auto;line-height:1.75}._card_qeguz_77{background-color:#fff;border-radius:1rem;padding:2rem;box-shadow:0 10px 15px #0000000f;border:1px solid #f3f4f6;margin-bottom:2rem}._cardTitle_qeguz_97{display:flex;align-items:center;font-size:1.5rem;font-weight:700;color:#1f2937;margin-bottom:1.5rem}._iconBlue_qeguz_115{color:#2563eb;margin-right:.75rem}._iconOrange_qeguz_125{color:#ea580c;margin-right:.5rem}._cardBody_qeguz_135 p{color:#374151;line-height:1.6}._contactRow_qeguz_145{display:flex;gap:1.5rem;padding-top:1rem;color:#4b5563;align-items:center}._contactRow_qeguz_145 div{display:flex;align-items:center}._officeHours_qeguz_171 div{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:.95rem}._closed_qeguz_185{color:#dc2626;font-weight:600}._deptList_qeguz_195{display:flex;flex-direction:column;gap:1.5rem}._deptBlockBlue_qeguz_207,._deptBlockGreen_qeguz_209,._deptBlockPurple_qeguz_211,._deptBlockOrange_qeguz_213{border-left:4px solid;padding-left:1rem}._deptBlockBlue_qeguz_207{border-color:#2563eb}._deptBlockGreen_qeguz_209{border-color:#16a34a}._deptBlockPurple_qeguz_211{border-color:#7c3aed}._deptBlockOrange_qeguz_213{border-color:#ea580c}._deptList_qeguz_195 h4{font-weight:600;color:#1f2937}._deptList_qeguz_195 p{color:#4b5563;font-size:.875rem}._emergencyBox_qeguz_269{background-color:#fffbeb;border:1px solid #fed7aa;border-radius:.75rem;padding:1rem;color:#92400e;font-weight:600;display:flex;flex-direction:column;gap:.5rem}._leftColumn_qeguz_293{display:flex;flex-direction:column;width:100%;gap:3rem}@media (min-width: 720px){._leftColumn_qeguz_293{flex-direction:row;justify-content:space-between}._card_qeguz_77{width:100%!important}}._section_5eo5f_1{padding:5rem 0;background-color:#fff}._container_5eo5f_11{max-width:64rem;margin:0 auto;padding:0 1.5rem}._heading_5eo5f_23{text-align:center;margin-bottom:3rem}._heading_5eo5f_23 h2{font-size:2.25rem;font-weight:700;color:#1f2937;margin-bottom:1rem}._heading_5eo5f_23 p{font-size:1.25rem;color:#4b5563}._card_5eo5f_57{background-color:#fff;border-radius:1.5rem;box-shadow:0 10px 40px #0000000d;border:1px solid #f3f4f6;padding:2rem}._successMsg_5eo5f_73{background-color:#ecfdf5;border:1px solid #d1fae5;padding:1rem;border-radius:.5rem;margin-bottom:2rem}._successContent_5eo5f_89{display:flex;align-items:center;color:#065f46;font-weight:600}._successIcon_5eo5f_103{margin-right:.75rem}._form_5eo5f_111{display:flex;flex-direction:column;gap:1.5rem}._grid2_5eo5f_123{display:grid;grid-template-columns:1fr;gap:1.5rem}@media (min-width: 768px){._grid2_5eo5f_123{grid-template-columns:repeat(2,1fr)}}label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}._input_5eo5f_163,._select_5eo5f_165,._textarea_5eo5f_167{width:100%;padding:.75rem 1rem;border:2px solid #e5e7eb;background-color:#f9fafb;border-radius:.5rem;font-size:.875rem;transition:.3s;box-sizing:border-box}._input_5eo5f_163:focus,._select_5eo5f_165:focus,._textarea_5eo5f_167:focus{outline:none;border-color:#3b82f6;background-color:#fff;box-shadow:0 0 0 3px #3b82f633}._errorInput_5eo5f_207{background-color:#fef2f2!important;border-color:#fca5a5!important}._errorText_5eo5f_217{margin-top:.25rem;color:#dc2626;font-size:.875rem;display:flex;align-items:center}._errorIcon_5eo5f_233{margin-right:.5rem}._buttonWrap_5eo5f_241{text-align:center;padding-top:1rem}._button_5eo5f_241{padding:1rem 2rem;font-size:1.125rem;font-weight:600;color:#fff;border-radius:.5rem;transition:.3s;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;white-space:nowrap}._buttonActive_5eo5f_279{background-color:#2563eb}._buttonActive_5eo5f_279:hover{background-color:#1d4ed8;transform:scale(1.05)}._buttonDisabled_5eo5f_297{background-color:#9ca3af;cursor:not-allowed}._spinner_5eo5f_307{animation:_spin_5eo5f_307 1s linear infinite}._icon_5eo5f_315{margin-right:.5rem}@keyframes _spin_5eo5f_307{to{transform:rotate(360deg)}}._whatsappSection_4jpk5_1{background-color:#e8f5e9;border:1px solid #c8e6c9;border-radius:12px;padding:2rem;margin:2rem auto;text-align:center;max-width:800px;box-shadow:0 4px 12px #0000000d}._heading_4jpk5_23{font-size:1.8rem;margin-bottom:.5rem;color:#1a202c}._description_4jpk5_35{font-size:1rem;margin-bottom:1rem;color:#444}._link_1nsy9_1{text-decoration:none}._button_1nsy9_9{background-color:#25d366;color:#fff;border:none;padding:12px 20px;border-radius:8px;font-size:1rem;font-weight:500;display:inline-flex;align-items:center;gap:8px;cursor:pointer;transition:background-color .3s ease}._button_1nsy9_9:hover{background-color:#1ebe5d}._icon_1nsy9_47{font-size:1.2rem}
