:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-6b312c8 */.belc-story-page,
.belc-story-page *{
  box-sizing:border-box;
  font-family:"Nunito Sans","Montserrat",sans-serif;
}

.belc-story-page{
  color:#1f2937;
  background:#fff;
}

.story-container{
  width:min(1180px, calc(100% - 40px));
  margin:auto;
}

.story-narrow{
  max-width:880px;
}

/* HERO */

.story-hero{
  background:
  radial-gradient(circle at top left,
  rgba(255,145,77,.18),
  transparent 35%),
  linear-gradient(
  135deg,
  #fff7ed 0%,
  #ffffff 55%,
  #eef8ff 100%);
  padding:100px 0;
  text-align:center;
}

.story-kicker{
  display:inline-block;
  padding:8px 14px;
  border-radius:999px;
  background:#ffedd5;
  color:#c2410c;
  font-size:.78rem;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.08em;
}

.story-hero h1{
  margin:20px 0 10px;
  font-size:clamp(2.8rem,5vw,4.8rem);
  color:#002b5c;
  line-height:1.05;
}

.story-tagline{
  font-size:1.4rem;
  font-weight:800;
  color:#111827;
}

.story-hero-text{
  max-width:760px;
  margin:20px auto;
  line-height:1.8;
}

/* BUTTONS */

.story-buttons{
  display:flex;
  justify-content:center;
  gap:12px;
  flex-wrap:wrap;
  margin-top:30px;
}

.story-btn{
  padding:12px 22px;
  border-radius:999px;
  text-decoration:none;
  font-weight:800;
}

.story-btn.primary{
  background:#ff914d;
  color:white;
}

.story-btn.secondary{
  background:#002b5c;
  color:white;
}

/* SECTIONS */

.story-section{
  padding:80px 0;
}

.story-soft{
  background:#fffaf5;
}

.story-section h2{
  color:#002b5c;
  margin-bottom:18px;
  font-size:clamp(2rem,3vw,2.6rem);
}

.story-text-block p,
.story-split-content p{
  line-height:1.8;
  margin-bottom:18px;
}

.story-emphasis{
  color:#002b5c;
  font-size:1.15rem;
  font-weight:800;
}

/* SPLIT */

.story-split{
  display:grid;
  grid-template-columns:1.4fr .8fr;
  gap:40px;
  align-items:center;
}

.story-side-card{
  background:white;
  border-top:8px solid #ff914d;
  border-radius:24px;
  padding:30px;
  box-shadow:0 12px 30px rgba(0,0,0,.08);
}

/* CARDS */

.story-insight-grid,
.story-pathway-grid{
  display:grid;
  gap:24px;
}

.story-insight-grid{
  grid-template-columns:repeat(4,1fr);
}

.story-pathway-grid{
  grid-template-columns:repeat(3,1fr);
}

.story-insight-card,
.story-pathway-card{
  background:white;
  padding:28px;
  border-radius:24px;
  text-align:center;
  box-shadow:0 8px 20px rgba(0,0,0,.07);
  border-top:6px solid #ff914d;
}

.story-icon,
.story-insight-card span{
  font-size:2rem;
  display:block;
  margin-bottom:12px;
}

/* CTA */

.story-cta{
  background:linear-gradient(
  135deg,
  #002b5c,
  #14b8a6);
  color:white;
  text-align:center;
  padding:90px 0;
}

.story-cta h2{
  color:white;
}

.story-cta p{
  max-width:800px;
  margin:0 auto 16px;
  line-height:1.8;
}

/* RESPONSIVE */

@media (max-width:1024px){

  .story-split{
    grid-template-columns:1fr;
  }

  .story-insight-grid{
    grid-template-columns:repeat(2,1fr);
  }

  .story-pathway-grid{
    grid-template-columns:repeat(2,1fr);
  }
}

@media (max-width:700px){

  .story-insight-grid,
  .story-pathway-grid{
    grid-template-columns:1fr;
  }

  .story-buttons{
    flex-direction:column;
  }

  .story-btn{
    width:100%;
    text-align:center;
  }

  .story-hero{
    padding:70px 0;
  }

  .story-section,
  .story-cta{
    padding:60px 0;
  }
}/* End custom CSS */