/* =============================================================================
   theme.css  -  Finance Market house theme (light cool)
   -----------------------------------------------------------------------------
   The look chosen on 2026-09-16: a cool grey-blue page, white cards and soft
   grey borders. The site's own orange (#FF6B35 / hover #E55524) is unchanged.

   This file only re-paints colour - backgrounds, surfaces, borders, shadows and
   text. Layout, spacing, fonts, wording and behaviour all come from each page's
   own CSS, which was never rewritten. It loads LAST in <head>, so it wins.

   It keys off two attributes on <html>, both of which must stay:

       <html lang="en" data-beta-page="index" data-theme="b">

   data-theme="b" selects this scheme; data-beta-page scopes rules to one page,
   because several selectors mean different things on different pages.

   Generated by _tools/trim-to-b.js from the four-scheme preview stylesheet, so
   every selector here matches one that really exists in the pages. Only scheme
   B and the shared base survived; schemes A and C and the preview's theme
   switcher were stripped out.

   RULES THIS FILE KEEPS
     - longhands only (background-color + background-image), never the
       'background' shorthand, which would reset background-clip - the site
       clips its orange gradient headings to text
     - the accent orange is deliberately identical to the current site
     - the logo markup is never touched or recoloured
     - no ::-webkit-scrollbar rules, so scrollbar width never shifts layout

   TO REMOVE IT
   Delete this file and the one <link> to it in each page's <head>, and drop the
   data-theme / data-beta-page attributes from <html>. The pages then look
   exactly as they did before.
   ========================================================================== */

/* Ask the browser for matching form controls / scrollbars in the dark scheme. */
html[data-theme="b"]{color-scheme: light;}
/* ============================================================
   SCHEME B — generated surface overrides
   ============================================================ */
html[data-theme="b"][data-beta-page="about"] .header{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .header{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .header{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .header{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="contact"] .header{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .header{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .header{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .header{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="about"] #about{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="about"] #about::before{background-image:none!important}
html[data-theme="b"][data-beta-page="about"] #about::after{background-image:none!important}
html[data-theme="b"][data-beta-page="about"] .about-stat::before{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="about"] .about-stat::before{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="about"] .about-stat-icon{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="about"] .about-stat-icon{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="about"] .about-stat-num{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="about"] .about-stat-num{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="about"] .team-card::before{background-image:none!important;background-color:#6366F1!important}
html[data-theme="b"][data-beta-page="about"] .team-card::before{background-image:none!important;background-color:#14B8A6!important}
html[data-theme="b"][data-beta-page="about"] .team-card::after{background-image:none!important}
html[data-theme="b"][data-beta-page="about"] .team-photo{background-image:none!important;background-color:#EEF2FF!important;border:3px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .team-photo{background-image:none!important;background-color:#F0FDFA!important}
html[data-theme="b"][data-beta-page="about"] .team-photo::after{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="about"] .team-photo::after{background-image:none!important;background-color:#14B8A6!important}
html[data-theme="b"][data-beta-page="about"] .team-info .role{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="about"] .team-info .role{background-image:none!important;background-color:#14B8A6!important}
html[data-theme="b"][data-beta-page="about"] .team-contact a:hover{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="about"] .timeline-section{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="about"] .timeline-section::before{background-image:none!important}
html[data-theme="b"][data-beta-page="about"] .timeline-wrap::before{background-image:none!important;background-color:#6366F1!important}
html[data-theme="b"][data-beta-page="about"] .timeline-card{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .timeline-card::before{background-image:none!important;background-color:#7c3aed!important}
html[data-theme="b"][data-beta-page="about"] .why-card{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .why-card{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .why-card::before{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="index"] .why-card::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="about"] .why-icon{background-image:none!important;background-color:#A5B4FC!important}
html[data-theme="b"][data-beta-page="about"] .banks-section{background-image:none!important;background-color:#fff!important;border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .bank-pill{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .bank-pill{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .bank-pill{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .cta-band{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="about"] .cta-band::before{background-image:none!important}
html[data-theme="b"][data-beta-page="about"] .cta-band::after{background-image:none!important}
html[data-theme="b"][data-beta-page="about"] .team-contact a:not(.linkedin):not(.wa):hover{background-image:none!important;background-color:#14B8A6!important}
html[data-theme="b"][data-beta-page="about"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="apply"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="blog"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="brokers"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="builders"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="calculator"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="contact"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="documents"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="index"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="offers"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="products"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="templates"] .made-in-india-badge{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="about"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="blog"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="brokers"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="builders"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="contact"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="documents"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="products"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="templates"] .burger{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="about"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="contact"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="documents"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="templates"] .header-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .header-cta{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="about"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="contact"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="templates"] .mn-head{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="blog"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="brokers"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="builders"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="contact"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="documents"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="products"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="templates"] .mn-close{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="about"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="contact"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="templates"] .mn-foot{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="apply"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="blog"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="brokers"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="builders"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="calculator"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="contact"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="documents"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="index"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="products"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="templates"] .mn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="about"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="contact"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="documents"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="templates"] .mn-apply{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="about"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="contact"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="templates"] .dd-menu{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="apply"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="blog"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="brokers"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="builders"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="calculator"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="contact"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="documents"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="index"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="offers"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="products"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="templates"] .footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="brokers"] .footer{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="builders"] .footer{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="about"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="apply"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="blog"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="brokers"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="builders"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="calculator"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="contact"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="documents"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="index"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="offers"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="products"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="templates"] .footer::before{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="about"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="apply"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="builders"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="calculator"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="contact"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="documents"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="offers"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="products"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="templates"] .footer::after{background-image:none!important}
html[data-theme="b"][data-beta-page="about"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="contact"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="documents"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="templates"] .footer h5::after{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram{background-image:none!important;background-color:#dd2a7b!important}
html[data-theme="b"][data-beta-page="about"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="contact"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="documents"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="templates"] .footer-social a.email{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="about"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="about"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="apply"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="blog"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="brokers"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="builders"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="calculator"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="contact"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="contact"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="documents"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="index"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="offers"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="products"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="templates"] .nav-desk > a:not(.nav-cta),html[data-theme="b"][data-beta-page="templates"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="contact"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="documents"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="templates"] .nav-cta{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="about"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="products"]{--gray-6:#dfe5ec!important}
html[data-theme="b"][data-beta-page="about"]{--gray-7:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"]{--gray-7:#eaeff5!important}
html[data-theme="b"][data-beta-page="brokers"]{--gray-7:#eaeff5!important}
html[data-theme="b"][data-beta-page="builders"]{--gray-7:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"]{--gray-7:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"]{--gray-7:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"]{--bg:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"]{--bg:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"]{--line:#dfe5ec!important}
html[data-theme="b"][data-beta-page="about"] .about-stat:nth-child(3){--as-light:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .back-btn:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .back-btn:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="documents"] .back-btn:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .hero{background-image:none!important}
html[data-theme="b"][data-beta-page="documents"] .hero{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .hero{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="builders"] .hero{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .hero{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .hero{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="products"] .hero{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .hero{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="apply"] .hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="builders"] .hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="calculator"] .hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="documents"] .hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="products"] .hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="apply"] .hero::after{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .hero::after{background-image:none!important}
html[data-theme="b"][data-beta-page="builders"] .hero::after{background-image:none!important}
html[data-theme="b"][data-beta-page="calculator"] .hero::after{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .hero::after{background-image:none!important}
html[data-theme="b"][data-beta-page="apply"] .hero h1 span{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="documents"] .hero h1 span{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .hero h1 span{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .hero h1 span{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .hero h1 span{background-image:none!important;background-color:#6366F1!important}
html[data-theme="b"][data-beta-page="calculator"] .hero h1 span{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="calculator"] .hero h1 span{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="apply"] .progress-strip{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .progress-text .pct{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .progress-bar-wrap{background-color:#eaeff5!important;border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .progress-bar{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button .num-circle{background-color:#eaeff5!important;border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button.completed .num-circle{background-image:none!important;background-color:#D1FAE5!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="1"].active{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="1"].active .num-circle{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="2"].active{background-image:none!important;background-color:#ECFEFF!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="2"].active .num-circle{background-image:none!important;background-color:#06B6D4!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="3"].active{background-image:none!important;background-color:#F5F3FF!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="3"].active .num-circle{background-image:none!important;background-color:#6d28d9!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="4"].active{background-image:none!important;background-color:#F0FDF4!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button[data-tab="4"].active .num-circle{background-image:none!important;background-color:#10B981!important}
html[data-theme="b"][data-beta-page="apply"] .section-tabs button:not(.active):hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"]{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"]::before{background-image:none!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"]{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"]::before{background-image:none!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"]{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"]::before{background-image:none!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"]{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"]::before{background-image:none!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel-head{border-bottom:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .section-panel-head h2 .num{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .section-panel-head h2 .num{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .section-panel-head h2 .num{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .section-panel-head h2 .num{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .loan-card{background-image:none!important;background-color:#fff!important;border:2px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .loan-card::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .loan-card:hover{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="apply"] .loan-card.selected{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="apply"] .bank-pill.selected{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .field label .n{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="apply"] .field input,html[data-theme="b"][data-beta-page="apply"] .field select,html[data-theme="b"][data-beta-page="apply"] .field textarea{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .field input.filled,html[data-theme="b"][data-beta-page="apply"] .field select.filled,html[data-theme="b"][data-beta-page="apply"] .field textarea.filled{background-image:none!important;background-color:#F0FDF4!important}
html[data-theme="b"][data-beta-page="apply"] .field .row-inline .unit{background-image:none!important;background-color:#fff!important;border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field input,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field select,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field textarea{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field input:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field select:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field textarea:hover{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field label .n{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="1"] .field .row-inline .unit{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .field input,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .field select,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .field textarea{background-image:none!important;background-color:#F8FEFF!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .field input:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .field select:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .field textarea:hover{background-image:none!important;background-color:#ECFEFF!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="2"] .field label .n{background-image:none!important;background-color:#ECFEFF!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .field input,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .field select,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .field textarea{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .field input:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .field select:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .field textarea:hover{background-image:none!important;background-color:#F5F3FF!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .field label .n{background-image:none!important;background-color:#F5F3FF!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="3"] .sub-head{border-bottom-color:#dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .field input,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .field select,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .field textarea{background-image:none!important;background-color:#F8FFFA!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .field input:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .field select:hover,html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .field textarea:hover{background-image:none!important;background-color:#F0FDF4!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .field label .n{background-image:none!important;background-color:#F0FDF4!important}
html[data-theme="b"][data-beta-page="apply"] .section-panel[data-section="4"] .sub-head{border-bottom-color:#dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .radio-opt{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .radio-opt.selected{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="apply"] .radio-opt.green.selected{background-image:none!important;background-color:#D1FAE5!important}
html[data-theme="b"][data-beta-page="apply"] .radio-opt.red.selected{background-image:none!important;background-color:#FEE2E2!important}
html[data-theme="b"][data-beta-page="apply"] .tab-strip{background-image:none!important;background-color:#eaeff5!important;border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .panel-nav{border-top:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .panel-nav .prev:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .panel-nav .next{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="apply"] .rev-header{background-image:none!important;background-color:#FFF4ED!important;border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .rev-header .x:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .rev-row{border-bottom:1px dashed #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .rev-loan-block{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="apply"] .rev-footer{background-color:#eaeff5!important;border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="apply"] .submit-bar{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .blog-hero{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="blog"] .blog-hero::before{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .blog-hero::after{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .blog-hero h1 span{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .cat-tabs{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .cat-tab.active{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .blog-thumb::before{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .blog-meta{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .blog-meta .author::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .cta-banner{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .cta-banner{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="blog"] .cta-banner::before{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .cta-banner::before{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .cta-banner::after{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .cta-banner::after{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .cta-banner h2 span{background-image:none!important;background-color:#7A5BD9!important}
html[data-theme="b"][data-beta-page="blog"] .cta-banner .btn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="blog"] .article-overlay{background-color:rgba(234,239,245,0.88)!important}
html[data-theme="b"][data-beta-page="blog"] .article-modal{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .reading-progress{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .article-header{background-image:none!important;background-color:#FFF7ED!important;border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .article-header::before{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .article-header::after{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .article-close{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .article-cat-pill{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .article-byline{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .byline-avatar{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .byline-share{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="blog"] .article-body > p:first-of-type::first-letter{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .article-body h2::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .article-body p strong{background-image:none!important;background-color:#FFE8DD!important}
html[data-theme="b"][data-beta-page="blog"] .callout.key-point .callout-label{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .callout.tip-box .callout-label{background-image:none!important;background-color:#10B981!important}
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label{background-image:none!important;background-color:#dc2626!important}
html[data-theme="b"][data-beta-page="blog"] .callout.info-box{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label{background-image:none!important;background-color:#7c3aed!important}
html[data-theme="b"][data-beta-page="blog"] .pull-quote{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="blog"] .stat-inline{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .stat-grid .stat-box{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="blog"] .article-body table{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .article-body th{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .article-body td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .article-body tr:nth-child(even){background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="blog"] .article-signature{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="blog"] .sig-name span{background-image:none!important;background-color:#7A5BD9!important}
html[data-theme="b"][data-beta-page="blog"] .share-bar{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="documents"] .share-bar{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="blog"] .share-bar::before{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .share-bar .btn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="blog"] .related-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .article-footer{background-image:none!important;background-color:#eaeff5!important;border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="blog"] .article-footer::before{background-image:none!important}
html[data-theme="b"][data-beta-page="blog"] .article-footer .btn-primary{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .article-footer .btn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card.cat-home{--cat-accent-bg:#FF6B35!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card.cat-business{--cat-accent-bg:#4338ca!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card.cat-tips{--cat-accent-bg:#10B981!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card.cat-cibil{--cat-accent-bg:#F59E0B!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card.cat-nri{--cat-accent-bg:#be185d!important}
html[data-theme="b"][data-beta-page="blog"] .blog-card.cat-transfer{--cat-accent-bg:#06B6D4!important}
html[data-theme="b"][data-beta-page="brokers"] .hero h1 .gradient{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .hero h1 .gradient{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .btn-primary{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .btn-primary{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .btn-primary{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .btn-primary{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .btn-primary{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="brokers"] .btn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="builders"] .btn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="index"] .btn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="offers"] .btn-wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="brokers"] .h-stat .n{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .h-stat .n{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .floating-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .floating-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .fc-1 .fc-icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="builders"] .fc-1 .fc-icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="brokers"] .fc-2 .fc-icon{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="builders"] .fc-2 .fc-icon{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="brokers"] .fc-3 .fc-icon{background-image:none!important;background-color:#ECFDF5!important}
html[data-theme="b"][data-beta-page="builders"] .fc-3 .fc-icon{background-image:none!important;background-color:#ECFDF5!important}
html[data-theme="b"][data-beta-page="brokers"] .fc-4 .fc-icon{background-image:none!important;background-color:#FDF2F8!important}
html[data-theme="b"][data-beta-page="builders"] .fc-4 .fc-icon{background-image:none!important;background-color:#FDF2F8!important}
html[data-theme="b"][data-beta-page="brokers"] .section.alt{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="builders"] .section.alt{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .section.alt{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="brokers"] .section-header h2 .gradient{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .section-header h2 .gradient{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .section-header h2 .accent{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .section-header h2 .accent{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .card{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .card::before{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="builders"] .card::before{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="brokers"] .card-icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="builders"] .card-icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="builders"] .trust-wrap{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap::before{background-image:none!important}
html[data-theme="b"][data-beta-page="builders"] .trust-wrap::before{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap::after{background-image:none!important}
html[data-theme="b"][data-beta-page="builders"] .trust-wrap::after{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .t-item:not(:last-child)::after{background-image:none!important;background-color:rgba(255,255,255,0.15)!important}
html[data-theme="b"][data-beta-page="builders"] .t-item:not(:last-child)::after{background-image:none!important;background-color:rgba(255,255,255,0.15)!important}
html[data-theme="b"][data-beta-page="brokers"] .t-icon{background-image:none!important;background-color:rgba(255,107,53,0.15)!important}
html[data-theme="b"][data-beta-page="builders"] .t-icon{background-image:none!important;background-color:rgba(255,107,53,0.15)!important}
html[data-theme="b"][data-beta-page="brokers"] .t-item .n{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .t-item .n{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .step::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .step::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .step-num{background-image:none!important;background-color:#FF6B35!important;border:5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .step-num{background-image:none!important;background-color:#FF6B35!important;border:5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .step-num{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .testimonial{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .testimonial{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .t-author{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .t-author{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .t-avatar{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .t-avatar{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="builders"] .cta-wrap{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap::before{background-image:none!important}
html[data-theme="b"][data-beta-page="builders"] .cta-wrap::before{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap::after{background-image:none!important}
html[data-theme="b"][data-beta-page="builders"] .cta-wrap::after{background-image:none!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-feat::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .cta-feat::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-right{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="builders"] .cta-right{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-right::before{background-image:none!important;background-color:rgba(122,91,217,0.03)!important}
html[data-theme="b"][data-beta-page="builders"] .cta-right::before{background-image:none!important;background-color:rgba(122,91,217,0.03)!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-form button{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="builders"] .cta-form button{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="brokers"] .cta-form button:hover{background-image:none!important;background-color:#6b4fc5!important}
html[data-theme="b"][data-beta-page="builders"] .cta-form button:hover{background-image:none!important;background-color:#6b4fc5!important}
html[data-theme="b"][data-beta-page="brokers"] .wa-float{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="builders"] .wa-float{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="brokers"] .footer-divider{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .footer-divider{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="builders"] .nav-dd > span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="brokers"] .c-orange{--c-bg:#FFF7ED!important}
html[data-theme="b"][data-beta-page="builders"] .c-orange{--c-bg:#FFF7ED!important}
html[data-theme="b"][data-beta-page="brokers"] .c-orange{--c-icon-bg:#FFF7ED!important}
html[data-theme="b"][data-beta-page="builders"] .c-orange{--c-icon-bg:#FFF7ED!important}
html[data-theme="b"][data-beta-page="brokers"] .c-amber{--c-bg:#FFFBEB!important}
html[data-theme="b"][data-beta-page="builders"] .c-amber{--c-bg:#FFFBEB!important}
html[data-theme="b"][data-beta-page="brokers"] .c-amber{--c-icon-bg:#FFFBEB!important}
html[data-theme="b"][data-beta-page="builders"] .c-amber{--c-icon-bg:#FFFBEB!important}
html[data-theme="b"][data-beta-page="brokers"] .c-indigo{--c-bg:#EEF2FF!important}
html[data-theme="b"][data-beta-page="builders"] .c-indigo{--c-bg:#EEF2FF!important}
html[data-theme="b"][data-beta-page="brokers"] .c-indigo{--c-icon-bg:#EEF2FF!important}
html[data-theme="b"][data-beta-page="builders"] .c-indigo{--c-icon-bg:#EEF2FF!important}
html[data-theme="b"][data-beta-page="brokers"] .c-green{--c-bg:#ECFDF5!important}
html[data-theme="b"][data-beta-page="builders"] .c-green{--c-bg:#ECFDF5!important}
html[data-theme="b"][data-beta-page="brokers"] .c-green{--c-icon-bg:#ECFDF5!important}
html[data-theme="b"][data-beta-page="builders"] .c-green{--c-icon-bg:#ECFDF5!important}
html[data-theme="b"][data-beta-page="brokers"] .c-pink{--c-bg:#FDF2F8!important}
html[data-theme="b"][data-beta-page="builders"] .c-pink{--c-bg:#FDF2F8!important}
html[data-theme="b"][data-beta-page="brokers"] .c-pink{--c-icon-bg:#FDF2F8!important}
html[data-theme="b"][data-beta-page="builders"] .c-pink{--c-icon-bg:#FDF2F8!important}
html[data-theme="b"][data-beta-page="brokers"] .c-cyan{--c-bg:#ECFEFF!important}
html[data-theme="b"][data-beta-page="builders"] .c-cyan{--c-bg:#ECFEFF!important}
html[data-theme="b"][data-beta-page="brokers"] .c-cyan{--c-icon-bg:#ECFEFF!important}
html[data-theme="b"][data-beta-page="builders"] .c-cyan{--c-icon-bg:#ECFEFF!important}
html[data-theme="b"][data-beta-page="brokers"] .s-1{--s-accent:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .s-1{--s-accent:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .s-1{--s-num:#FF6B35!important}
html[data-theme="b"][data-beta-page="builders"] .s-1{--s-num:#FF6B35!important}
html[data-theme="b"][data-beta-page="brokers"] .s-2{--s-accent:#F59E0B!important}
html[data-theme="b"][data-beta-page="builders"] .s-2{--s-accent:#F59E0B!important}
html[data-theme="b"][data-beta-page="brokers"] .s-2{--s-num:#F59E0B!important}
html[data-theme="b"][data-beta-page="builders"] .s-2{--s-num:#F59E0B!important}
html[data-theme="b"][data-beta-page="brokers"] .s-3{--s-accent:#10B981!important}
html[data-theme="b"][data-beta-page="builders"] .s-3{--s-accent:#10B981!important}
html[data-theme="b"][data-beta-page="brokers"] .s-3{--s-num:#10B981!important}
html[data-theme="b"][data-beta-page="builders"] .s-3{--s-num:#10B981!important}
html[data-theme="b"][data-beta-page="brokers"] .s-4{--s-accent:#7c3aed!important}
html[data-theme="b"][data-beta-page="builders"] .s-4{--s-accent:#7c3aed!important}
html[data-theme="b"][data-beta-page="brokers"] .s-4{--s-num:#7c3aed!important}
html[data-theme="b"][data-beta-page="builders"] .s-4{--s-num:#7c3aed!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tabs{border-bottom:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tabs{border:1.5px solid #dfe5ec!important;border-bottom:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab .ic{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active{background-image:none!important;background-color:#047857!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active{background-image:none!important;background-color:#F0FDFA!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active .ic{background-image:none!important;background-color:#C7D2FE!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active .ic{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab.active .ic{background-image:none!important;background-color:#2DD4BF!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab:not(.active):hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab:not(.active):hover .ic{background-image:none!important;background-color:#E0E7FF!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab:not(.active):hover .ic{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab:not(.active):hover .ic{background-image:none!important;background-color:#ECFDF5!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab:not(.active):hover .ic{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-tab:not(.active):hover .ic{background-image:none!important;background-color:#F0FDFA!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card{background-image:none!important;background-color:#ECFDF5!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card{background-image:none!important;background-color:#F0EFFB!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected{background-image:none!important;background-color:#047857!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button{background-image:none!important;background-color:#10B981!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button{background-image:none!important;background-color:#A78BFA!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button{background-image:none!important;background-color:#2DD4BF!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button:hover{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button:hover{background-image:none!important;background-color:#3730a3!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button:hover{background-image:none!important;background-color:#065f46!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button:hover{background-image:none!important;background-color:#4c1d95!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button:hover{background-image:none!important;background-color:#14B8A6!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper input{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper .unit{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .input-block input[type="number"]{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card{background-image:none!important;background-color:#fff!important;border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card.winner::before{background-image:none!important;background-color:#10B981!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .loan-name{border-bottom:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .loan-name .num-badge{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button{background-image:none!important;background-color:#38BDF8!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button{background-image:none!important;background-color:#10B981!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button{background-image:none!important;background-color:#A78BFA!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button{background-image:none!important;background-color:#2DD4BF!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button:hover{background-image:none!important;background-color:#0369a1!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button:hover{background-image:none!important;background-color:#3730a3!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button:hover{background-image:none!important;background-color:#047857!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button:hover{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper button:hover{background-image:none!important;background-color:#14B8A6!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .compact-stepper input{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .result-row{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card.winner .result-row{background-image:none!important;background-color:#F0FDF4!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .breakdown-small{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .remove-btn{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-summary{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .result-card{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="calculator"] .result-card{background-image:none!important;background-color:#0f172a!important}
html[data-theme="b"][data-beta-page="calculator"] .pie-chart{background-image:none!important;background-color:#60A5FA!important}
html[data-theme="b"][data-beta-page="calculator"] .info-strip{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="calculator"] .info-item:not(:last-child)::after{background-image:none!important;background-color:rgba(99,102,241,0.15)!important}
html[data-theme="b"][data-beta-page="calculator"] .info-item.is-1 .icon{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="calculator"] .info-item.is-2 .icon{background-image:none!important;background-color:#FEF3C7!important}
html[data-theme="b"][data-beta-page="calculator"] .info-item.is-3 .icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="calculator"] .info-item.is-4 .icon{background-image:none!important;background-color:#F0FDFA!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card{background-image:none!important;background-color:#fff!important;border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card::before{background-image:none!important;background-color:#6366F1!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card::before{background-image:none!important;background-color:#059669!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card::before{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card::after{background-image:none!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card .lt-icon{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card .lt-arrow{background-image:none!important;background-color:#0EA5E9!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card .lt-arrow{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card .lt-arrow{background-image:none!important;background-color:#047857!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-card .lt-arrow{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .input-block label::before{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .input-block label::before{background-image:none!important;background-color:#10B981!important}
html[data-theme="b"][data-beta-page="calculator"] .input-block label::before{background-image:none!important;background-color:#A78BFA!important}
html[data-theme="b"][data-beta-page="calculator"] .eyebrow::before{background-image:none!important;background-color:#10B981!important}
html[data-theme="b"][data-beta-page="calculator"] .eyebrow::before{background-image:none!important;background-color:#A78BFA!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat .ic{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat .ic{background-image:none!important;background-color:#ECFDF5!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat .ic{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat.s2 .ic{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat.s2 .ic{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat.s2 .ic{background-image:none!important;background-color:#FDF4FF!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat.s3 .ic{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat.s3 .ic{background-image:none!important;background-color:#FEF3C7!important}
html[data-theme="b"][data-beta-page="calculator"] .hero-stat.s3 .ic{background-image:none!important;background-color:#ECFEFF!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card-header .head-icon{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card-header .head-icon{background-image:none!important;background-color:#ECFDF5!important}
html[data-theme="b"][data-beta-page="calculator"] .calc-card-header .head-icon{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .input-block label .val{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="calculator"] .input-block label .val{background-image:none!important;background-color:#ECFDF5!important}
html[data-theme="b"][data-beta-page="calculator"] .input-block label .val{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .stepper button::before{background-image:none!important;background-color:rgba(255,255,255,0.20)!important}
html[data-theme="b"][data-beta-page="calculator"] .quick-chip.active{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .quick-chip.active{background-image:none!important;background-color:#047857!important}
html[data-theme="b"][data-beta-page="calculator"] .quick-chip.active{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .result-card::before{background-image:none!important;background-color:#6366F1!important}
html[data-theme="b"][data-beta-page="calculator"] .result-card::before{background-image:none!important;background-color:#059669!important}
html[data-theme="b"][data-beta-page="calculator"] .result-card::before{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .result-card::after{background-image:none!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .num-badge{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .num-badge{background-image:none!important;background-color:#047857!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .num-badge{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .loan-name input:focus{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="calculator"] .trust-strip-wrap{background-image:none!important;background-color:#FFF!important}
html[data-theme="b"][data-beta-page="calculator"] .trust-strip-wrap::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .trust-heading h3 span{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card .result-row-top{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="calculator"] .compare-card.winner .result-row-top{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info{background-image:none!important;background-color:#F0EFFB!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info::before{background-image:none!important;background-color:#7A5BD9!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info::after{background-image:none!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info-head .ico{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="contact"] .contact-map-wrap{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="contact"] .contact-map-label{background-image:none!important;background-color:#F97316!important}
html[data-theme="b"][data-beta-page="contact"] .contact-map-label::after{background-image:none!important}
html[data-theme="b"][data-beta-page="contact"] .map-placeholder{background-image:none!important;background-color:#FFF7F3!important;background-image:none!important;background-color:rgba(255,107,53,0.04)!important}
html[data-theme="b"][data-beta-page="contact"] .map-placeholder:hover,html[data-theme="b"][data-beta-page="contact"] .map-placeholder:active{background-image:none!important;background-color:rgba(255,107,53,0.07)!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info-item .ic{background-image:none!important;background-color:#E9E2FB!important}
html[data-theme="b"][data-beta-page="contact"] .contact-divider::before,html[data-theme="b"][data-beta-page="contact"] .contact-divider::after{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="contact"] .contact-divider span{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="contact"] .contact-form{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="contact"] .contact-form::before{background-image:none!important;background-color:#5b3fb5!important}
html[data-theme="b"][data-beta-page="contact"] .contact-form .submit-btn{background-image:none!important;background-color:#1FE065!important}
html[data-theme="b"][data-beta-page="contact"] .contact-form .submit-btn::before{background-image:none!important;background-color:rgba(255,255,255,0.25)!important}
html[data-theme="b"][data-beta-page="contact"] .contact-form .submit-btn:hover{background-image:none!important;background-color:#16D158!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info-item.ch-phone{--accent-bg:#DBEAFE!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info-item.ch-email{--accent-bg:#F3E8FF!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info-item.ch-wa{--accent-bg:#DCFCE7!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info-item.ch-office{--accent-bg:#FFEDD5!important}
html[data-theme="b"][data-beta-page="contact"] .contact-info-item.ch-hours{--accent-bg:#FCE7F3!important}
html[data-theme="b"][data-beta-page="documents"] .selector-card{background-image:none!important;background-color:#fff!important;border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .selector-icon{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="documents"] .selector-arrow{background-image:none!important;background-color:#fff!important;border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .selector-card.open .selector-arrow{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="documents"] .selector-popup{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .popup-option:hover{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected:hover{background-image:none!important;background-color:#3730a3!important}
html[data-theme="b"][data-beta-page="documents"] .popup-icon{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="documents"] .progress-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .progress-track{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="documents"] .progress-fill{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="documents"] .docs-panel{background-image:none!important;background-color:#EEF2FF!important}
html[data-theme="b"][data-beta-page="documents"] .docs-panel::before{background-image:none!important;background-color:#4338ca!important}
html[data-theme="b"][data-beta-page="documents"] .cat-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .doc-item + .doc-item{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .doc-checkbox::after{border:solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="documents"] .doc-item.checked .doc-checkbox{background-image:none!important;background-color:#06B6D4!important}
html[data-theme="b"][data-beta-page="documents"] .sb-share{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="documents"] .cat-card[data-cat="poa"]{--cat-light:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .tagline{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .trust-item{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="index"] .trust-item::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .ti-icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="index"] .trust-item .num{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .section-head h2 span{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .product-card{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .product-card{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .product-card::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .product-card::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .product-card .icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="index"] .why-card .ic{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .why-card .ic{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="index"] .step{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .calc-teaser{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="index"] .calc-teaser::before{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .founder-card{background-image:none!important;background-color:#fff!important;border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .founder-card{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="index"] .founder-card::before{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .founder-avatar{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .banks-strip{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .st-num{background-image:none!important;background-color:#FF6B35!important;border:4px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .st-icon{background-image:none!important;background-color:#FFF7ED!important}
html[data-theme="b"][data-beta-page="index"] .fc-ribbon{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .fc-body{background-image:none!important;background-color:#F5F3FF!important}
html[data-theme="b"][data-beta-page="index"] .fc-body::before{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .fc-avatar{background-image:none!important;background-color:#FF6B35!important;border:3px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .fc-badge{border:2.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .fc-stats{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .fc-specialties{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .fc-wa-btn{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="index"] .fab-chat{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .fab-chat::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .fab-chat .notif{border:2px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .chat-header{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .chat-header::before{background-image:none!important}
html[data-theme="b"][data-beta-page="index"] .chat-body{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .chat-msg.bot{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .chat-msg.user{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .chat-chip:hover{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .chat-input-wrap input{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .chat-input-wrap button{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .chat-typing{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="index"] .faq-list{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="index"] .faq-item[open]{background-image:none!important;background-color:#FFFBEB!important}
html[data-theme="b"][data-beta-page="index"] .ti-1{--ti-accent:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .ti-1{--ti-icon-bg:#FFF7ED!important}
html[data-theme="b"][data-beta-page="index"] .ti-1{--ti-num-gradient:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .ti-2{--ti-accent:#F59E0B!important}
html[data-theme="b"][data-beta-page="index"] .ti-2{--ti-icon-bg:#FFFBEB!important}
html[data-theme="b"][data-beta-page="index"] .ti-2{--ti-num-gradient:#F59E0B!important}
html[data-theme="b"][data-beta-page="index"] .ti-3{--ti-accent:#4338ca!important}
html[data-theme="b"][data-beta-page="index"] .ti-3{--ti-icon-bg:#EEF2FF!important}
html[data-theme="b"][data-beta-page="index"] .ti-3{--ti-num-gradient:#4338ca!important}
html[data-theme="b"][data-beta-page="index"] .ti-4{--ti-accent:#10B981!important}
html[data-theme="b"][data-beta-page="index"] .ti-4{--ti-icon-bg:#ECFDF5!important}
html[data-theme="b"][data-beta-page="index"] .ti-4{--ti-num-gradient:#10B981!important}
html[data-theme="b"][data-beta-page="index"] .wc-1{--card-accent:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .wc-1{--card-icon-bg:#FFF7ED!important}
html[data-theme="b"][data-beta-page="index"] .wc-2{--card-accent:#F59E0B!important}
html[data-theme="b"][data-beta-page="index"] .wc-2{--card-icon-bg:#FFFBEB!important}
html[data-theme="b"][data-beta-page="index"] .wc-3{--card-accent:#4338ca!important}
html[data-theme="b"][data-beta-page="index"] .wc-3{--card-icon-bg:#EEF2FF!important}
html[data-theme="b"][data-beta-page="index"] .wc-4{--card-accent:#25D366!important}
html[data-theme="b"][data-beta-page="index"] .wc-4{--card-icon-bg:#ECFDF5!important}
html[data-theme="b"][data-beta-page="index"] .wc-5{--card-accent:#be185d!important}
html[data-theme="b"][data-beta-page="index"] .wc-5{--card-icon-bg:#FDF2F8!important}
html[data-theme="b"][data-beta-page="index"] .wc-6{--card-accent:#06B6D4!important}
html[data-theme="b"][data-beta-page="index"] .wc-6{--card-icon-bg:#ECFEFF!important}
html[data-theme="b"][data-beta-page="index"] .st-1{--st-num-bg:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .st-1{--st-icon-bg:#FFF7ED!important}
html[data-theme="b"][data-beta-page="index"] .st-2{--st-num-bg:#F59E0B!important}
html[data-theme="b"][data-beta-page="index"] .st-2{--st-icon-bg:#FFFBEB!important}
html[data-theme="b"][data-beta-page="index"] .st-3{--st-num-bg:#10B981!important}
html[data-theme="b"][data-beta-page="index"] .st-3{--st-icon-bg:#ECFDF5!important}
html[data-theme="b"][data-beta-page="index"] .st-4{--st-num-bg:#7c3aed!important}
html[data-theme="b"][data-beta-page="index"] .st-4{--st-icon-bg:#F5F3FF!important}
html[data-theme="b"][data-beta-page="index"] .fc-kamal{--fc-ribbon-bg:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .fc-kamal{--fc-avatar-bg:#FF6B35!important}
html[data-theme="b"][data-beta-page="index"] .fc-reema{--fc-ribbon-bg:#7c3aed!important}
html[data-theme="b"][data-beta-page="index"] .fc-reema{--fc-avatar-bg:#7c3aed!important}
html[data-theme="b"][data-beta-page="journey-lite"] .tbtn{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .tbtn.ghost:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .backbtn{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .attnav:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .attmsg code{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .atttbl td{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .lg::before{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .srch{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .who{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vL.asmodal .jwrap{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .jwrap::-webkit-scrollbar-thumb{border:3px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .jwrap::-webkit-scrollbar-track{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .kpi::before{background-image:none!important}
html[data-theme="b"][data-beta-page="journey-lite"] .kic{background-image:none!important;background-color:#F0654B!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fr .fb{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .tbl td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .tbl tr:hover td{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .lh::before{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .body{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .step.open{background-image:none!important;background-color:#FFFBF3!important}
html[data-theme="b"][data-beta-page="journey-lite"] .prevlabel{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mv{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .vseg{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fmsel{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fmprog .track{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fmprog .fill{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="journey-lite"] .catcard{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .ditem+.ditem{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .elout{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="journey-lite"] .elout .amt{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="journey-lite"] .ofcard{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .ofhd{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .ofc{border-bottom:1px dashed #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .offpan{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mhead{background-image:none!important;background-color:#FFF6F0!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mhi{background-image:none!important;background-color:#FFE7DB!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fsec{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .ipre span{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .altbl td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .altbl tbody tr:nth-child(even) td{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .altbl tbody tr:nth-child(even):hover td{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .altbl tbody tr:hover td{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .alprio{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .alact button:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .remopen:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .alfilters{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .dupct.one{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .dripmenu::-webkit-scrollbar-thumb{border:3px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .dripmenu::-webkit-scrollbar-track{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .dmhead{background-image:none!important;background-color:#FFF3EC!important}
html[data-theme="b"][data-beta-page="journey-lite"] .dmtab{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .dmtab.on{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .rembtn.on{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .toolopen{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .qlink{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .calcbig{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="journey-lite"] .calcbig span{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="journey-lite"] .calcrow div{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .anatot{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .anatopc{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .sbox2 .sic{border:1px solid color-mix(in srgb,var(--c) 25%,#dfe5ec)!important}
html[data-theme="b"][data-beta-page="journey-lite"] .anrow3:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .anrank{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .anrow3.lead .anrank{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .reftbl td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .reftbl tbody tr:hover td{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .docul li{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .docnote{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .attoffice{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .attcard.att-present{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .attcard.att-late{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="journey-lite"] .attsimple td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .achtbl td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mdsearch{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mdwrap::-webkit-scrollbar-track{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mdwrap::-webkit-scrollbar-thumb{border:3px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mdtbl tbody tr:hover td{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .mdico:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .finx{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .finfld input.fincalc{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fusave{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .cmpemibox.best{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .cfmno:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .cfmyes{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .lc-b.call{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .lc-stg{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .bnfab{border:3px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .cmpverdict{background-image:none!important;background-color:#FFF3EC!important}
html[data-theme="b"][data-beta-page="journey-lite"] .cmpverdict.tie{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fuh{background-image:none!important;background-color:#FFF3EC!important}
html[data-theme="b"][data-beta-page="journey-lite"] .fuform{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .futbl th{background-color:#eaeff5!important;border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .futbl td{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .futbl tr:nth-child(even) td{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vU .ast.hl{background-image:none!important;background-color:#FFF1EA!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vU thead th{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vU tbody td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vU tbody tr:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vU .radm{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] .amh{background-image:none!important;background-color:#FFF3EC!important}
html[data-theme="b"][data-beta-page="journey-lite"] .abtn{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vX .subnav button.on{background-image:none!important;background-color:#FF7A45!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vX .ast.hl{background-image:none!important;background-color:#FFF1EA!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vX thead th{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vX tbody td{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vX tbody tr:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vX .cfrow{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] #vX .rpline{border-bottom:1px dashed #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn{background-image:none!important;background-color:#7c3aed!important}
html[data-theme="b"][data-beta-page="journey-lite"] .aih{background-image:none!important;background-color:#7c3aed!important}
html[data-theme="b"][data-beta-page="journey-lite"] .ailog{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="journey-lite"] .aimsg.a{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .aihint{background-color:#eaeff5!important;border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="journey-lite"] .aiin button{background-image:none!important;background-color:#7c3aed!important}
html[data-theme="b"][data-beta-page="journey-lite"] .catcard[data-cat="poa"]{--cl:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .header::before{background-image:none!important}
html[data-theme="b"][data-beta-page="offers"] .header::after{background-image:none!important}
html[data-theme="b"][data-beta-page="offers"] .tabs{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .tabs{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .tab.active{background-image:none!important;background-color:#fff!important}
html[data-theme="b"][data-beta-page="offers"] .tab:hover:not(.active){background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .tab-badge{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .form-panel,html[data-theme="b"][data-beta-page="offers"] .preview-panel{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .panel-title{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="offers"] .form-row input,html[data-theme="b"][data-beta-page="offers"] .form-row select,html[data-theme="b"][data-beta-page="offers"] .form-row textarea{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="offers"] .form-row input:hover,html[data-theme="b"][data-beta-page="offers"] .form-row select:hover,html[data-theme="b"][data-beta-page="offers"] .form-row textarea:hover{background-image:none!important;background-color:#E0F2FE!important}
html[data-theme="b"][data-beta-page="offers"] .actions-bar{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .btn-share{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .btn-save{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="offers"] .mail-box input{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .preview-body{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .preview-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .pv-header{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .pv-header::before{background-image:none!important}
html[data-theme="b"][data-beta-page="offers"] .pv-rate{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="offers"] .pv-rate-val{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .pv-section-title::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .pv-note{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .pv-footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="offers"] .search-bar{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .search-bar input{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="offers"] .search-bar select{background-image:none!important;background-color:#F0F9FF!important}
html[data-theme="b"][data-beta-page="offers"] .saved-card{border:1.5px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="offers"] .sc-head{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .sc-head::before{background-image:none!important}
html[data-theme="b"][data-beta-page="offers"] .sc-rate{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .sc-saver{background-image:none!important;background-color:#FFF4ED!important}
html[data-theme="b"][data-beta-page="offers"] .sc-actions{background-image:none!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .offer-modal-head{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .offer-modal-actions{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .compare-table th.bank-col{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .compare-table td.label-cell{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .modal-head{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="offers"] .modal-actions{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="offers"] .site-footer{background-image:none!important;background-color:#1e293b!important}
html[data-theme="b"][data-beta-page="products"] .product-card::after{background-image:none!important}
html[data-theme="b"][data-beta-page="products"] .product-icon{background-image:none!important;background-color:#FFF1EB!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-hero{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-hero::before{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-close{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-cta{border-top:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-home{--pmaccent:#FF6B35!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-nri{--pmaccent:#F59E0B!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-lap{--pmaccent:#4338ca!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-cp{--pmbg:#eaeff5!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-cp{--pmaccent:#1e293b!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-cp{--pmlight:#dfe5ec!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-cf{--pmaccent:#65A30D!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-bl{--pmaccent:#991b1b!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-wc{--pmaccent:#16A34A!important}
html[data-theme="b"][data-beta-page="products"] .product-modal-inner.pm-bt{--pmaccent:#0c4a6e!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] input,html[data-theme="b"][data-beta-page="provisional-eligibility"] select{border:1px solid #dfe5ec!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .assume{background-color:#eaeff5!important;border:1px dashed #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .assume .sec-title .n{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .result-head{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .result-body{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .stat{border-bottom:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .btn-copy{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .btn-copy:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .fmu .who{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .fmu button{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .fmu button:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .rec-tools input{border:1px solid #dfe5ec!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .rbtn{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .rbtn:hover{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .rcard{border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .rbody{border-top:1px solid #dfe5ec!important;background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .rsec::after{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .rgrid{background-color:#eaeff5!important;border:1px solid #dfe5ec!important}
html[data-theme="b"][data-beta-page="provisional-eligibility"] .empty{border:1px dashed #dfe5ec!important}
html[data-theme="b"][data-beta-page="templates"] .app{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="templates"] .app-header{background-image:none!important;background-color:#FFE8D6!important}
html[data-theme="b"][data-beta-page="templates"] .app-header::before{background-image:none!important}
html[data-theme="b"][data-beta-page="templates"] .app-body{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="templates"] .main{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="templates"] .list{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="templates"] .content{background-color:#eaeff5!important}
html[data-theme="b"][data-beta-page="templates"] .act-btn.copy:hover{background-image:none!important;background-color:#FF6B35!important}
html[data-theme="b"][data-beta-page="templates"] .act-btn.wa{background-image:none!important;background-color:#25D366!important}
html[data-theme="b"][data-beta-page="templates"] .act-btn.wa:hover{background-image:none!important;background-color:#1FAD54!important}
html[data-theme="b"][data-beta-page="templates"] .act-btn.pin.active{background-image:none!important;background-color:#FCD34D!important}
html[data-theme="b"][data-beta-page="templates"] .sec-divider .sec-icon.sec-Sales{background-image:none!important;background-color:#FEF3C7!important}
html[data-theme="b"][data-beta-page="templates"] .sec-divider .sec-icon.sec-Operation{background-image:none!important;background-color:#D1FAE5!important}
html[data-theme="b"][data-beta-page="templates"] .sec-divider .sec-icon.sec-Broker{background-image:none!important;background-color:#DBEAFE!important}
html[data-theme="b"][data-beta-page="templates"] .sec-divider .sec-line{background-image:none!important;background-color:#FFE4D3!important}
html[data-theme="b"][data-beta-page="templates"] .toast.success{background-image:none!important;background-color:#F0FDF4!important}
@media(max-width:640px){
  html[data-theme="b"][data-beta-page="calculator"] .info-item{background-color:#eaeff5!important;border:1px solid #dfe5ec!important}
}
/* =============================================================================
   AUTHORITATIVE BASE - emitted after the generated block so it always wins.
   These selectors carry [data-beta-page] purely to out-rank the page-scoped
   rules above; every beta page has that attribute, so they always match.
   ========================================================================== */
/* ---------- page surface ----------
   Longhands throughout this file, never the `background` shorthand: the
   shorthand resets background-clip, and the site's orange gradient headings
   depend on background-clip:text. */
html[data-theme="b"][data-beta-page],html[data-theme="b"][data-beta-page] body{background-color:#F4F7FA !important; background-image:none !important;}
html[data-theme="b"][data-beta-page] body{color:#334155 !important;}
/* ---------- headings: black on light, near-white on dark ---------- */
html[data-theme="b"][data-beta-page] h1,html[data-theme="b"][data-beta-page] h2,html[data-theme="b"][data-beta-page] h3,html[data-theme="b"][data-beta-page] h4,html[data-theme="b"][data-beta-page] h5,html[data-theme="b"][data-beta-page] h6{color:#0A0A0A !important;}
/* Pure white, not a near-white: some headings sit on the orange CTA band,
   where #F2F4F7 measured slightly worse than the white the live site uses. */
/* ---------- the logo is TEXT, not an image: colour only, markup untouched --- */
/* ---------- accent actions are identical in all three schemes -------------- */
html[data-theme][data-beta-page] .nav-cta,html[data-theme][data-beta-page] .btn-primary,html[data-theme][data-beta-page] .btn-orange,html[data-theme][data-beta-page] .fab-chat{background-color:#FF6B35 !important; background-image:none !important; color:#FFFFFF !important;}
html[data-theme][data-beta-page] .nav-cta:hover,html[data-theme][data-beta-page] .btn-primary:hover,html[data-theme][data-beta-page] .btn-orange:hover,html[data-theme][data-beta-page] .fab-chat:hover{background-color:#E55524 !important; background-image:none !important;}
/* ---------- inline style="" surfaces the generated block cannot reach ------
   A stylesheet cannot rewrite a style="" attribute, only out-rank it, so these
   match on the attribute text itself. The list is the complete set of inline
   background/colour declarations used across the 14 pages - the big one being
   <section id="contact" style="background:var(--white)">, which is why the
   contact page stayed white in the dark scheme. */
/* dark greys and dark orange used as inline text colour */
html[data-theme="b"][data-beta-page] [style*="background:var(--gray-7)" i],html[data-theme="b"][data-beta-page] [style*="background:#f5f6f8" i],html[data-theme="b"][data-beta-page] [style*="background:#f6f6f6" i],html[data-theme="b"][data-beta-page] [style*="background:#f1f3f4" i]{background-color:#EAEFF5 !important;}
/* ---------- earlier inline catch-alls ------ */
html[data-theme="b"][data-beta-page] [style*="background:#f8fafc" i],html[data-theme="b"][data-beta-page] [style*="background:#f7f7f7" i],html[data-theme="b"][data-beta-page] [style*="background:#f1f5f9" i]{background-color:#EAEFF5 !important;}
/* ---------- form controls -------------------------------------------------- */
html[data-theme="b"][data-beta-page] input,html[data-theme="b"][data-beta-page] select,html[data-theme="b"][data-beta-page] textarea{border-color:#DFE5EC !important;}
/* ---------- dividers ------------------------------------------------------- */
html[data-theme="b"][data-beta-page] hr{border-color:#DFE5EC !important;}
/* ---------- shadows -------------------------------------------------------- */
/* ---------- text links stay blue (the only sanctioned blue) ----------------
   Scoped away from buttons: "Call Now" is a tel: link wearing .btn.btn-primary,
   and painting it blue put blue text on the orange button. */
/* ---------- the team-login modal from fm-api.js ----------------------------
   fm-api.js injects its own <style> at runtime, so the generated block above
   never saw it. Left alone it stayed a white box on the dark pages
   (journey-lite, offers, provisional-eligibility). */
html[data-theme][data-beta-page] ::selection{background:#FF6B35; color:#fff;}


/* --- dark-panel heading protection (generated) --- */
/* The base rule above sets every heading to #0A0A0A !important, which is
   right on the light page but unreadable inside these dark panels. Each one
   below was found by measuring contrast, not by guessing. */
html[data-theme="b"][data-beta-page="about"] .footer h1,
html[data-theme="b"][data-beta-page="about"] .footer h2,
html[data-theme="b"][data-beta-page="about"] .footer h3,
html[data-theme="b"][data-beta-page="about"] .footer h4,
html[data-theme="b"][data-beta-page="about"] .footer h5,
html[data-theme="b"][data-beta-page="about"] .footer h6,
html[data-theme="b"][data-beta-page="about"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="about"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="apply"] .footer h1,
html[data-theme="b"][data-beta-page="apply"] .footer h2,
html[data-theme="b"][data-beta-page="apply"] .footer h3,
html[data-theme="b"][data-beta-page="apply"] .footer h4,
html[data-theme="b"][data-beta-page="apply"] .footer h5,
html[data-theme="b"][data-beta-page="apply"] .footer h6,
html[data-theme="b"][data-beta-page="apply"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="apply"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label h1,
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label h2,
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label h3,
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label h4,
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label h5,
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label h6,
html[data-theme="b"][data-beta-page="blog"] .callout.info-box .callout-label strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label h1,
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label h2,
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label h3,
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label h4,
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label h5,
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label h6,
html[data-theme="b"][data-beta-page="blog"] .callout.warning-box .callout-label strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="blog"] .footer h1,
html[data-theme="b"][data-beta-page="blog"] .footer h2,
html[data-theme="b"][data-beta-page="blog"] .footer h3,
html[data-theme="b"][data-beta-page="blog"] .footer h4,
html[data-theme="b"][data-beta-page="blog"] .footer h5,
html[data-theme="b"][data-beta-page="blog"] .footer h6,
html[data-theme="b"][data-beta-page="blog"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="blog"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap h1,
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap h2,
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap h3,
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap h4,
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap h5,
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap h6,
html[data-theme="b"][data-beta-page="brokers"] .cta-wrap strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="brokers"] .footer h1,
html[data-theme="b"][data-beta-page="brokers"] .footer h2,
html[data-theme="b"][data-beta-page="brokers"] .footer h3,
html[data-theme="b"][data-beta-page="brokers"] .footer h4,
html[data-theme="b"][data-beta-page="brokers"] .footer h5,
html[data-theme="b"][data-beta-page="brokers"] .footer h6,
html[data-theme="b"][data-beta-page="brokers"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="brokers"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap h1,
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap h2,
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap h3,
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap h4,
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap h5,
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap h6,
html[data-theme="b"][data-beta-page="brokers"] .trust-wrap strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="builders"] .cta-wrap h1,
html[data-theme="b"][data-beta-page="builders"] .cta-wrap h2,
html[data-theme="b"][data-beta-page="builders"] .cta-wrap h3,
html[data-theme="b"][data-beta-page="builders"] .cta-wrap h4,
html[data-theme="b"][data-beta-page="builders"] .cta-wrap h5,
html[data-theme="b"][data-beta-page="builders"] .cta-wrap h6,
html[data-theme="b"][data-beta-page="builders"] .cta-wrap strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="builders"] .footer h1,
html[data-theme="b"][data-beta-page="builders"] .footer h2,
html[data-theme="b"][data-beta-page="builders"] .footer h3,
html[data-theme="b"][data-beta-page="builders"] .footer h4,
html[data-theme="b"][data-beta-page="builders"] .footer h5,
html[data-theme="b"][data-beta-page="builders"] .footer h6,
html[data-theme="b"][data-beta-page="builders"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="builders"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="builders"] .trust-wrap h1,
html[data-theme="b"][data-beta-page="builders"] .trust-wrap h2,
html[data-theme="b"][data-beta-page="builders"] .trust-wrap h3,
html[data-theme="b"][data-beta-page="builders"] .trust-wrap h4,
html[data-theme="b"][data-beta-page="builders"] .trust-wrap h5,
html[data-theme="b"][data-beta-page="builders"] .trust-wrap h6,
html[data-theme="b"][data-beta-page="builders"] .trust-wrap strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="calculator"] .footer h1,
html[data-theme="b"][data-beta-page="calculator"] .footer h2,
html[data-theme="b"][data-beta-page="calculator"] .footer h3,
html[data-theme="b"][data-beta-page="calculator"] .footer h4,
html[data-theme="b"][data-beta-page="calculator"] .footer h5,
html[data-theme="b"][data-beta-page="calculator"] .footer h6,
html[data-theme="b"][data-beta-page="calculator"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="calculator"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected h1,
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected h2,
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected h3,
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected h4,
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected h5,
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected h6,
html[data-theme="b"][data-beta-page="calculator"] .loan-type-option.selected strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="calculator"] .result-card h1,
html[data-theme="b"][data-beta-page="calculator"] .result-card h2,
html[data-theme="b"][data-beta-page="calculator"] .result-card h3,
html[data-theme="b"][data-beta-page="calculator"] .result-card h4,
html[data-theme="b"][data-beta-page="calculator"] .result-card h5,
html[data-theme="b"][data-beta-page="calculator"] .result-card h6,
html[data-theme="b"][data-beta-page="calculator"] .result-card strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="contact"] .footer h1,
html[data-theme="b"][data-beta-page="contact"] .footer h2,
html[data-theme="b"][data-beta-page="contact"] .footer h3,
html[data-theme="b"][data-beta-page="contact"] .footer h4,
html[data-theme="b"][data-beta-page="contact"] .footer h5,
html[data-theme="b"][data-beta-page="contact"] .footer h6,
html[data-theme="b"][data-beta-page="contact"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="contact"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="documents"] .footer h1,
html[data-theme="b"][data-beta-page="documents"] .footer h2,
html[data-theme="b"][data-beta-page="documents"] .footer h3,
html[data-theme="b"][data-beta-page="documents"] .footer h4,
html[data-theme="b"][data-beta-page="documents"] .footer h5,
html[data-theme="b"][data-beta-page="documents"] .footer h6,
html[data-theme="b"][data-beta-page="documents"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="documents"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected h1,
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected h2,
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected h3,
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected h4,
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected h5,
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected h6,
html[data-theme="b"][data-beta-page="documents"] .popup-option.selected strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="index"] .calc-teaser h1,
html[data-theme="b"][data-beta-page="index"] .calc-teaser h2,
html[data-theme="b"][data-beta-page="index"] .calc-teaser h3,
html[data-theme="b"][data-beta-page="index"] .calc-teaser h4,
html[data-theme="b"][data-beta-page="index"] .calc-teaser h5,
html[data-theme="b"][data-beta-page="index"] .calc-teaser h6,
html[data-theme="b"][data-beta-page="index"] .calc-teaser strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="index"] .footer h1,
html[data-theme="b"][data-beta-page="index"] .footer h2,
html[data-theme="b"][data-beta-page="index"] .footer h3,
html[data-theme="b"][data-beta-page="index"] .footer h4,
html[data-theme="b"][data-beta-page="index"] .footer h5,
html[data-theme="b"][data-beta-page="index"] .footer h6,
html[data-theme="b"][data-beta-page="index"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="index"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn h1,
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn h2,
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn h3,
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn h4,
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn h5,
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn h6,
html[data-theme="b"][data-beta-page="journey-lite"] .aibtn strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="journey-lite"] .aih h1,
html[data-theme="b"][data-beta-page="journey-lite"] .aih h2,
html[data-theme="b"][data-beta-page="journey-lite"] .aih h3,
html[data-theme="b"][data-beta-page="journey-lite"] .aih h4,
html[data-theme="b"][data-beta-page="journey-lite"] .aih h5,
html[data-theme="b"][data-beta-page="journey-lite"] .aih h6,
html[data-theme="b"][data-beta-page="journey-lite"] .aih strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="offers"] .footer h1,
html[data-theme="b"][data-beta-page="offers"] .footer h2,
html[data-theme="b"][data-beta-page="offers"] .footer h3,
html[data-theme="b"][data-beta-page="offers"] .footer h4,
html[data-theme="b"][data-beta-page="offers"] .footer h5,
html[data-theme="b"][data-beta-page="offers"] .footer h6,
html[data-theme="b"][data-beta-page="offers"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="offers"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="offers"] .pv-footer h1,
html[data-theme="b"][data-beta-page="offers"] .pv-footer h2,
html[data-theme="b"][data-beta-page="offers"] .pv-footer h3,
html[data-theme="b"][data-beta-page="offers"] .pv-footer h4,
html[data-theme="b"][data-beta-page="offers"] .pv-footer h5,
html[data-theme="b"][data-beta-page="offers"] .pv-footer h6,
html[data-theme="b"][data-beta-page="offers"] .pv-footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="offers"] .site-footer h1,
html[data-theme="b"][data-beta-page="offers"] .site-footer h2,
html[data-theme="b"][data-beta-page="offers"] .site-footer h3,
html[data-theme="b"][data-beta-page="offers"] .site-footer h4,
html[data-theme="b"][data-beta-page="offers"] .site-footer h5,
html[data-theme="b"][data-beta-page="offers"] .site-footer h6,
html[data-theme="b"][data-beta-page="offers"] .site-footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="products"] .footer h1,
html[data-theme="b"][data-beta-page="products"] .footer h2,
html[data-theme="b"][data-beta-page="products"] .footer h3,
html[data-theme="b"][data-beta-page="products"] .footer h4,
html[data-theme="b"][data-beta-page="products"] .footer h5,
html[data-theme="b"][data-beta-page="products"] .footer h6,
html[data-theme="b"][data-beta-page="products"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="products"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="templates"] .footer h1,
html[data-theme="b"][data-beta-page="templates"] .footer h2,
html[data-theme="b"][data-beta-page="templates"] .footer h3,
html[data-theme="b"][data-beta-page="templates"] .footer h4,
html[data-theme="b"][data-beta-page="templates"] .footer h5,
html[data-theme="b"][data-beta-page="templates"] .footer h6,
html[data-theme="b"][data-beta-page="templates"] .footer strong
  { color:#FFFFFF !important; }
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram h1,
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram h2,
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram h3,
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram h4,
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram h5,
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram h6,
html[data-theme="b"][data-beta-page="templates"] .footer-social a.instagram strong
  { color:#FFFFFF !important; }
