.elementor-kit-5{--e-global-color-primary:#002678;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--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;}.elementor-kit-5 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.entry-title{display:var(--page-title-display);}@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 */.callout{
  background:linear-gradient(120deg, var(--brand-dark), var(--brand));
  color:#fff;
  border-radius:24px;
  padding:22px;
  box-shadow: var(--shadow);
  display:grid;
  grid-template-columns: 1.2fr .8fr;
  gap:14px;
  align-items:center;
}

.callout h2{
  margin:0 0 6px;
  font-size:26px;
  color:#FFFFFF;
}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid transparent;
  text-decoration:none;
  font-weight:700;
  letter-spacing:.2px;
  box-shadow: var(--shadow);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease, color .12s ease;
}

.btn:hover{
  transform: translateY(-1px);
  color:#24A0ED;
}

.hero{
  background:linear-gradient(135deg,var(--brand-dark),var(--brand));
  color:#fff;
  border-radius:24px;
  padding:56px 32px;
  box-shadow:var(--shadow);
  overflow:hidden;
  position:relative;

  display:grid;
  grid-template-columns:1.1fr .9fr;
  gap:40px;
  align-items:center;
}

.hero-content{
  position:relative;
  z-index:2;
}

.hero-video{
  position:relative;
  width:100%;
}

.video-wrap{
  position:relative;
  width:100%;
  padding-top:56.25%;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 10px 30px rgba(0,0,0,.25);
}

.video-wrap iframe{
  position:absolute;
  top:0;
  left:0;
  width:100%;
  height:100%;
  border:0;
}

.hero h1{
  color:#FFFFFF;
}

@media (max-width:900px){

  .hero{
    grid-template-columns:1fr;
  }

  .hero-video{
    margin-top:20px;
  }

}

.btn-primary{
  background:var(--brand);
  color:#fff;
}

.btn-primary:hover{
  background:var(--brand-dark);
  color:#24A0ED;
}

.btn-ghost{
  background:#fff;
  border-color:var(--border);
  color:var(--ink);
  box-shadow:0 8px 22px rgba(0,0,0,.06);
}

.btn-ghost:hover{
  color:#24A0ED;
}

h1,h2,h3{
  line-height:1.15;
  margin:0 0 16px;
}

h1{
  font-size:clamp(2rem,4vw,3.2rem);
  max-width:760px;
}

/* HERO H1 COLOR OVERRIDE */
.hero h1{
  color:#FFFFFF;
}

.hero p{
  font-size:1.08rem;
  max-width:760px;
  margin:0 0 24px;
  color:#eef5ff;
}/* End custom CSS */