.elementor-kit-6{--e-global-color-primary:#6EC1E4;--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-6 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 */<link rel="stylesheet" href="https://use.typekit.net/sdr8tbr.css">

<style>
:root{
  --black:#000;
  --gray:#777D83;
  --line:#EBECEC;
  --teal:#007481;
  --teal2:#00A1AF;
  --cyan:#00C1DE;
  --ice:#E5F9FC;

  --font:"xo2","xo2-variable",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
  --r18:18px; --r24:24px; --r30:30px;
  --shadow:0 26px 70px rgba(0,0,0,.12);
  --shadow2:0 16px 44px rgba(0,0,0,.10);
}

.cfhc-svc{
  font-family:var(--font);
  color:var(--black);
  background:
    radial-gradient(circle at 14% 0%, rgba(0,193,222,.14), transparent 52%),
    radial-gradient(circle at 88% 10%, rgba(0,161,175,.12), transparent 55%),
    linear-gradient(180deg,#fff 0%, var(--ice) 100%);
  padding: 22px 18px 92px;
}

.cfhc-svc-hero{
  border:1px solid var(--line);
  border-radius:var(--r30);
  overflow:hidden;
  background:#fff;
  box-shadow:var(--shadow);
}
.cfhc-svc-hero__media{
  background:#000;
  border-bottom:1px solid var(--line);
}
.cfhc-svc-hero__video{
  width:100%;
  aspect-ratio:16/9;
  height:auto;
  object-fit:cover;
  display:block;
}
.cfhc-svc-hero__content{
  padding:18px 18px 16px;
}
.cfhc-pill{
  display:inline-flex;
  padding:8px 12px;
  border-radius:999px;
  background: rgba(229,249,252,.85);
  border:1px solid rgba(0,161,175,.22);
  color:var(--teal);
  font-weight:600;
  letter-spacing:.02em;
}
.cfhc-svc-hero h1{
  margin: 10px 0 6px;
  font-size: clamp(2rem, 3vw, 2.7rem);
  letter-spacing:-0.02em;
  font-weight:600;
  color: rgba(0,0,0,.86);
}
.cfhc-svc-hero p{
  margin:0;
  max-width: 88ch;
  color: rgba(0,0,0,.70);
  line-height:1.7;
  font-weight:400;
}
.cfhc-cta{ display:flex; gap:10px; flex-wrap:wrap; margin-top:14px; }
.cfhc-note{ margin-top:12px; color:rgba(0,0,0,.60); line-height:1.6; }

/* GRID */
.cfhc-svc-grid{
  margin-top:18px;
  display:grid;
  grid-template-columns: 1.55fr .85fr;
  gap:18px;
  align-items:start;
}

/* CARDS */
.cfhc-card{
  border:1px solid var(--line);
  border-radius:var(--r30);
  background:rgba(255,255,255,.92);
  box-shadow:var(--shadow);
  overflow:hidden;
  margin-bottom:18px;
}
.cfhc-card__head{
  padding:16px 18px 14px;
  border-bottom:1px solid var(--line);
  background:
    radial-gradient(circle at 0% 0%, rgba(0,193,222,.12), transparent 55%),
    rgba(229,249,252,.62);
}
.cfhc-card__head h2{
  margin:0;
  font-size: 1.18rem;
  font-weight:600;
  letter-spacing:-0.01em;
  color: rgba(0,0,0,.82);
}
.cfhc-card__body{
  padding:16px 18px 18px;
  color: rgba(0,0,0,.72);
  line-height:1.75;
}
.cfhc-cols{ display:grid; grid-template-columns: 1fr 1fr; gap:14px; }
.cfhc-list{ margin:0; padding-left:18px; }
.cfhc-list li{ margin: 6px 0; }

/* FAQ */
.cfhc-faq{
  border:1px solid var(--line);
  border-radius:var(--r24);
  padding:12px 12px;
  background: rgba(255,255,255,.96);
  margin-bottom:10px;
}
.cfhc-faq summary{
  cursor:pointer;
  font-weight:600;
  color: rgba(0,0,0,.82);
}
.cfhc-faq > div{ margin-top:10px; color: rgba(0,0,0,.70); line-height:1.7; }

/* SIDEBAR */
.cfhc-sticky{ position: sticky; top: 16px; display:flex; flex-direction:column; gap:14px; }
.cfhc-sideCard{
  border:1px solid var(--line);
  border-radius:var(--r30);
  background: rgba(255,255,255,.92);
  box-shadow:var(--shadow);
  padding:16px;
}
.cfhc-sideCard h3{
  margin:0 0 10px;
  font-size:1.05rem;
  font-weight:600;
  color: rgba(0,0,0,.82);
}

/* mini tabs */
.cfhc-miniTabs{ display:flex; gap:10px; margin: 10px 0 12px; }
.cfhc-miniTab{
  flex:1;
  border-radius:999px;
  border:1px solid var(--line);
  background: rgba(229,249,252,.65);
  padding:10px 12px;
  font-weight:600;
  cursor:pointer;
}
.cfhc-miniTab.is-active{
  border-color: rgba(0,161,175,.30);
  background: linear-gradient(180deg, rgba(0,161,175,.16), rgba(0,116,129,.10));
}

.cfhc-form{ display:none; }
.cfhc-form.is-active{ display:block; }
.cfhc-form label{ display:block; font-weight:600; color: rgba(0,0,0,.68); margin-bottom:6px; }
.cfhc-form input{
  width:100%;
  border-radius:14px;
  border:1px solid rgba(0,116,129,.18);
  padding:12px 12px;
  outline:none;
  font-size:1rem;
  font-family: var(--font);
}
.cfhc-form input:focus{
  border-color: rgba(0,193,222,.50);
  box-shadow: 0 0 0 4px rgba(0,193,222,.16);
}
.cfhc-form button{
  margin-top:10px;
  width:100%;
  border-radius:14px;
  border:0;
  padding:12px 14px;
  background: linear-gradient(180deg, var(--teal2), var(--teal));
  color:#fff;
  font-weight:600;
  cursor:pointer;
  font-family: var(--font);
}
.cfhc-sideBtns{ display:flex; gap:10px; flex-direction:column; margin-top:12px; }

.cfhc-svcList{ display:flex; flex-direction:column; gap:8px; margin-top:8px; }
.cfhc-svcList a{
  display:block;
  padding:12px 12px;
  border-radius:var(--r24);
  border:1px solid var(--line);
  background: rgba(229,249,252,.55);
  color: rgba(0,0,0,.78);
  text-decoration:none;
  font-weight:600;
  transition: transform .16s ease, border-color .16s ease;
}
.cfhc-svcList a:hover{ transform: translateY(-1px); border-color: rgba(0,161,175,.30); }
.cfhc-svcList a.is-current{
  border-color: rgba(0,161,175,.35);
  background: rgba(229,249,252,.90);
}

/* BUTTONS */
.cfhc-btn{
  border:0;
  border-radius:999px;
  padding:12px 16px;
  font-weight:600;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  cursor:pointer;
  transition: transform .16s ease, box-shadow .16s ease, border-color .16s ease;
  font-family: var(--font);
}
.cfhc-btn.primary{
  background: linear-gradient(180deg, var(--teal2), var(--teal));
  color:#fff;
  box-shadow: 0 18px 44px rgba(0,116,129,.22);
}
.cfhc-btn.primary:hover{ transform: translateY(-1px); box-shadow: 0 24px 60px rgba(0,116,129,.30); }
.cfhc-btn.ghost{
  background: rgba(255,255,255,.96);
  border:1px solid var(--line);
  color: rgba(0,0,0,.78);
}
.cfhc-btn.ghost:hover{ transform: translateY(-1px); border-color: rgba(0,161,175,.30); }

@media (max-width: 980px){
  .cfhc-svc-grid{ grid-template-columns: 1fr; }
  .cfhc-sticky{ position: static; }
  .cfhc-cols{ grid-template-columns: 1fr; }
}
</style>/* End custom CSS */