.elementor-kit-7{--e-global-color-primary:#13215A;--e-global-color-secondary:#59A0B5;--e-global-color-text:#E5E5E5;--e-global-color-accent:#FFB703;--e-global-color-a07ca62:#2FB26B;--e-global-color-16ae402:#D62828;--e-global-color-3447516:#FFFFFF;--e-global-color-30f9c7f:#3DA9FC;--e-global-color-5973ab5:#2CA58D;--e-global-color-2b6c975:#F5F5F5;--e-global-typography-primary-font-family:"Lexend";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#F9FAFB;color:#192a3d;font-family:"Poppins", Sans-serif;font-weight:400;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 a{font-family:"Poppins", Sans-serif;}.elementor-kit-7 h1{font-family:"Lexend", Sans-serif;font-size:49px;font-weight:600;line-height:58.8px;}.elementor-kit-7 h2{font-family:"Lexend", Sans-serif;font-size:4rem;}.elementor-kit-7 h3{font-family:"Playfair Display", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-7 h2{font-size:3rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-7 h2{font-size:2.4rem;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --brand-navy:#13215A; --brand-gold:#FFB703; --brand-green:#2FB26B; --brand-green-hover:#45C47F; --surface-white:#FFFFFF; --surface-soft:#F5F5F5; --border-line:#E4E7F2; --text-body:#5C6285; --text-on-dark:#E5E5E5; --text-muted:#7A809F; --text-muted-light:#8A90B4; --text-breadcrumb:#C3C9EA; --text-cta-sub:#A8B0D6; --hero-grad-start:#101A4D; --hero-grad-mid:#1C2B74; --hero-grad-end:#182568; --cta-grad-start:#141D54; --navy-tint-14:rgba(19, 33, 90, 0.14); --navy-tint-16:rgba(19, 33, 90, 0.16); --gold-border-18:rgba(255, 183, 3, 0.18); --gold-border-16:rgba(255, 183, 3, 0.16); --white-alpha-04:rgba(255, 255, 255, 0.04); --tab-idle-num:#A8AEC9; --font-heading:Lexend; --font-body:Roboto; --font-ui:Poppins; --container-wide:1240px; --container-mid:1040px; --container-narrow:940px; --container-faq:900px; --section-pad-y:84px; --section-pad-x:32px; --radius-card:16px; --radius-card-lg:18px; --radius-panel:20px; --radius-pill:28px; --text-body-size:16.5px; --text-h2-size:34px; --text-case-sub:#8B91B0; --text-case-note:#9AA0BB; --green-tint-08:rgba(47,178,107,0.08); --green-border-22:rgba(47,178,107,0.28); --font-display:"Playfair Display"; }
/* Start custom CSS */@media (max-width: 1024px) {
  #left-column {
    position: fixed;
    top: 0;
    left: 0;
    width: 80%;
    /*height: 100%;*/
    height:100vh;
    /*background: #fff;*/
    z-index: 999;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    overflow-y: auto;
  }

  #left-column.active {
    transform: translateX(0);
  }

  #right-column {
    transition: margin-left 0.3s ease;
  }

  #right-column.shifted {
    margin-left: 80%;
  }
}
/* font fallback stacks */
:root{
  --font-heading: Lexend, "Segoe UI", Arial, Helvetica, sans-serif;
  --font-body: Roboto, "Segoe UI", Arial, Helvetica, sans-serif;
  --font-ui: Poppins, "Segoe UI", Arial, Helvetica, sans-serif;
  --font-display: "Playfair Display", Georgia, "Times New Roman", serif;
}/* End custom CSS */