.elementor-kit-11{--e-global-color-primary:#0F4C81;--e-global-color-secondary:#2C2C2C;--e-global-color-text:#4A5056;--e-global-color-accent:#BE1D2C;--e-global-color-background:#FFFFFF;--e-global-color-backgroundAccent:#FFFFFF;--e-global-color-transparent:#00000000;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:24px;--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:20px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Figtree";--e-global-typography-text-font-size:16px;--e-global-typography-text-font-weight:400;--e-global-typography-text-line-height:1.5em;--e-global-typography-accent-font-family:"Figtree";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-line-height:1.5em;--e-global-typography-heading-xl-font-family:"Poppins";--e-global-typography-heading-xl-font-size:56px;--e-global-typography-heading-xl-font-weight:600;--e-global-typography-heading-xl-line-height:1.2em;--e-global-typography-heading-l-font-family:"Poppins";--e-global-typography-heading-l-font-size:48px;--e-global-typography-heading-l-font-weight:600;--e-global-typography-heading-l-line-height:1.2em;--e-global-typography-heading-m-font-family:"Poppins";--e-global-typography-heading-m-font-size:40px;--e-global-typography-heading-m-font-weight:600;--e-global-typography-heading-m-line-height:1.2em;--e-global-typography-heading-s-font-family:"Poppins";--e-global-typography-heading-s-font-size:18px;--e-global-typography-heading-s-font-weight:500;--e-global-typography-body-s-font-family:"Figtree";--e-global-typography-body-s-font-size:14px;--e-global-typography-body-s-font-weight:400;--e-global-typography-body-s-line-height:1.5em;background-color:var( --e-global-color-background );}.elementor-kit-11 e-page-transition{background-color:#FFBC7D;}.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.entity-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:row-reverse;align-items:center;}.site-header .header-inner{width:1933px;max-width:100%;}.site-header .site-description{color:#EC1313;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-kit-11{--e-global-typography-primary-font-size:22px;--e-global-typography-secondary-font-size:18px;--e-global-typography-heading-xl-font-size:48px;--e-global-typography-heading-l-font-size:40px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:18px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-kit-11{--e-global-typography-primary-font-size:18px;--e-global-typography-secondary-font-size:16px;--e-global-typography-heading-xl-font-size:40px;--e-global-typography-heading-l-font-size:32px;--e-global-typography-heading-m-font-size:32px;--e-global-typography-heading-s-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root{
  --base:#FFFFFF;
  --ink:#101418;
  --muted:#EEF2F6;
  --blue:#2B79C2;
  --red:#D8262D;
  --ring:0 0 0 3px rgba(43,121,194,.18);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{color:var(--ink); background:var(--base);}

.container{max-width:1180px;margin:0 auto;padding:0 20px}
.grid{display:grid;gap:28px}
.grid-2{grid-template-columns:1.1fr .9fr}
.grid-3{grid-template-columns:repeat(3,1fr)}
.card{
  background:#fff;border:1px solid #e6edf4;border-radius:16px;padding:22px;
  box-shadow:0 6px 20px rgba(16,20,24,.05)
}
.kpi{display:flex;gap:14px;align-items:flex-start}
.kpi h3{margin:0;font-size:1.15rem}
.badges{display:flex;flex-wrap:wrap;gap:10px}
.badge{
  display:inline-flex;align-items:center;gap:8px;
  border:1px solid #e6edf4;border-radius:999px;padding:8px 12px;background:#fff
}
.badge svg{width:16px;height:16px}

.btn{
  display:inline-flex;align-items:center;gap:10px;
  padding:14px 18px;border-radius:12px;border:1px solid transparent;
  font-weight:600;text-decoration:none;transition:.2s;
}
.btn-primary{background:var(--red);color:#fff}
.btn-primary:hover{transform:translateY(-1px);box-shadow:0 8px 20px rgba(216,38,45,.2)}
.btn-outline{background:#fff;color:var(--blue);border-color:var(--blue)}
.btn-outline:hover{box-shadow:var(--ring)}

.section{padding:60px 0}
.section-tight{padding:36px 0}
.eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--blue);font-weight:700;font-size:.78rem}
.h1{font-size:clamp(32px,5vw,56px);line-height:1.05;margin:.25em 0 .4em}
.h2{font-size:clamp(26px,3.5vw,36px);margin:.25em 0 .6em}
.lead{font-size:1.125rem;color:#334052;max-width:60ch}

.table{width:100%;border-collapse:separate;border-spacing:0 10px}
.table th{text-align:left;color:#3a4a5d;font-weight:700;font-size:.92rem}
.table td,.table th{padding:12px 16px;background:#fff;border:1px solid #e6edf4}
.table tr td:first-child,.table tr th:first-child{border-top-left-radius:10px;border-bottom-left-radius:10px}
.table tr td:last-child,.table tr th:last-child{border-top-right-radius:10px;border-bottom-right-radius:10px}

.ribbon{
  display:inline-flex;align-items:center;gap:8px;padding:8px 12px;border-radius:999px;
  background:linear-gradient(90deg,var(--blue),var(--red));color:#fff;font-weight:600
}

.notice{font-size:.86rem;color:#5e6b7a}
hr.div{border:0;height:1px;background:linear-gradient(90deg,#fff,#e6edf4,#fff);margin:24px 0}

/* Simple “flag” underline */
.u-flag:after{
  content:"";display:block;width:56px;height:4px;margin-top:10px;border-radius:4px;
  background:linear-gradient(90deg,var(--blue),var(--red));
}/* End custom CSS */