.elementor-kit-28{--e-global-color-primary:#5000AA;--e-global-color-secondary:#E1CDFF;--e-global-color-text:#003285;--e-global-color-accent:#FF7F3E;--e-global-color-c0d6e7a:#22365E;--e-global-color-ce25171:#FFFFFF;--e-global-color-18fcccf:#9E6EF7;--e-global-color-0efaf77:#44007C;--e-global-typography-primary-font-family:"Clash Display";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Clash Display";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Clash Display";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Clash Display";--e-global-typography-accent-font-weight:500;--e-global-typography-d82793f-font-family:"Sawarabi Gothic";--e-global-typography-d82793f-font-weight:600;}.elementor-kit-28 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:#44007C;padding-inline-end:0px;padding-inline-start:0px;}.elementor-kit-28 a{color:#50B3F6;}.elementor-kit-28 a:hover{color:#A532F1;}.elementor-kit-28 h2{color:var( --e-global-color-c0d6e7a );}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header .site-branding .site-logo img{width:197px;max-width:197px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */:root {
  --cp-navy: #201E4B;
  --cp-blue: #365CFF;
  --cp-light: #F5F7FB;
  --cp-card: #FFFFFF;
  --cp-text: #141827;
  --cp-muted: #667085;
  --cp-border: #E5E7EF;
  --cp-radius: 24px;
  --cp-shadow: 0 20px 50px rgba(20, 24, 39, 0.10);
}

.cp-section {
  padding: 96px 24px;
}

.cp-container {
  max-width: 1240px;
  margin: 0 auto;
}

.cp-eyebrow {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--cp-blue);
  margin-bottom: 16px;
}

.cp-h1 {
  font-size: clamp(44px, 6vw, 76px);
  line-height: 0.98;
  letter-spacing: -0.055em;
  font-weight: 800;
  color: var(--cp-text);
  margin: 0 0 24px;
}

.cp-h2 {
  font-size: clamp(34px, 4vw, 56px);
  line-height: 1.02;
  letter-spacing: -0.045em;
  font-weight: 800;
  color: var(--cp-text);
  margin: 0 0 20px;
}

.cp-h3 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 750;
  color: var(--cp-text);
  margin: 0 0 10px;
}

.cp-body {
  font-size: 19px;
  line-height: 1.55;
  color: var(--cp-muted);
  margin: 0;
  max-width: 680px;
}

.cp-small {
  font-size: 15px;
  line-height: 1.5;
  color: var(--cp-muted);
}

.cp-button-row {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 34px;
}

.cp-btn-primary,
.cp-btn-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 24px;
  border-radius: 999px;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.2s ease;
}

.cp-btn-primary {
  background: var(--cp-blue);
  color: #fff;
}

.cp-btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(54, 92, 255, 0.25);
  color: #fff;
}

.cp-btn-secondary {
  background: #fff;
  color: var(--cp-text);
  border: 1px solid var(--cp-border);
}

.cp-btn-secondary:hover {
  transform: translateY(-2px);
  box-shadow: var(--cp-shadow);
  color: var(--cp-text);
}

.cp-card {
  background: var(--cp-card);
  border: 1px solid var(--cp-border);
  border-radius: var(--cp-radius);
  padding: 32px;
  box-shadow: 0 8px 30px rgba(20, 24, 39, 0.05);
}

.cp-grid-2 {
  display: flex;
  gap: 56px;
  align-items: center;
}

.cp-grid-3 {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  display: flex;
  gap: 24px;
  align-items: stretch;
  justify-content: center;
}

.cp-grid-3 > * {
  flex: 1 1 0;
  min-width: 0;
}

.cp-grid-6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
}

.cp-dark {
  background: var(--cp-navy);
  color: #fff;
}

.cp-dark .cp-h1,
.cp-dark .cp-h2,
.cp-dark .cp-h3 {
  color: #fff;
}

.cp-dark .cp-body,
.cp-dark .cp-small {
  color: rgba(255, 255, 255, 0.72);
}

.cp-dark-card {
  width: 100%;
  box-sizing: border-box;
  background: rgba(255,255,255,0.08);
  border: 1px solid rgba(255,255,255,0.14);
  border-radius: 24px;
  padding: 32px;
}

.cp-light-bg {
  background: var(--cp-light);
}

.cp-centre {
  text-align: center;
}

.cp-centre .cp-body {
  margin-left: auto;
  margin-right: auto;
}

.cp-visual {
  min-height: 420px;
  border-radius: 32px;
  background: linear-gradient(135deg, #EEF2FF, #FFFFFF);
  box-shadow: var(--cp-shadow);
  border: 1px solid var(--cp-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--cp-muted);
  font-weight: 700;
}

.cp-logo-strip {
  display: flex;
  justify-content: center;
  gap: 36px;
  flex-wrap: wrap;
  margin-top: 40px;
  color: var(--cp-muted);
  font-weight: 700;
}

.cp-feature-icon {
  width: 44px;
  height: 44px;
  border-radius: 14px;
  background: rgba(54, 92, 255, 0.10);
  margin-bottom: 22px;
}

.cp-final-cta {
  border-radius: 36px;
  padding: 72px 48px;
  background: var(--cp-navy);
  color: #fff;
  text-align: center;
}

.cp-final-cta .cp-h2,
.cp-final-cta .cp-body {
  color: #fff;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 900px) {
  .cp-section {
    padding: 72px 20px;
  }

  .cp-grid-2,
  .cp-grid-3,
  .cp-grid-6 {
    grid-template-columns: 1fr;
  }

  .cp-visual {
    min-height: 300px;
  }

  .cp-button-row {
    flex-direction: column;
  }

  .cp-btn-primary,
  .cp-btn-secondary {
    width: 100%;
  }

  .cp-final-cta {
    padding: 52px 24px;
  }
}
.cp-grid-2 > * {
  flex: 1;
}

.cp-grid-2 > *:first-child {
  flex: 1.2;
}

.cp-grid-2 > *:last-child {
  flex: 0.8;
}/* End custom CSS */