.elementor-76 .elementor-element.elementor-element-fa83c96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-06ec1d8 */.hw-cg-page{
  --hw-text:#1e1d1f;
  --hw-muted:#66616a;
  --hw-muted-2:#847d86;
  --hw-surface:#ffffff;
  --hw-border:#e8e1e5;
  --hw-accent:#c52c61;
  --hw-accent-dark:#a61f4f;
  --hw-shadow:0 10px 30px rgba(30, 22, 28, 0.045);
  --hw-radius:22px;
  font-family: Arial, Helvetica, sans-serif;
  color:var(--hw-text);
}

.hw-cg-page *{
  box-sizing:border-box;
}

.hw-cg-wrap{
  max-width:1200px;
  margin:0 auto;
}

.hw-cg-hero{
  padding:48px 0 28px;
}

.hw-cg-label{
  font-size:11px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:1.8px;
  text-transform:uppercase;
  color:var(--hw-muted-2);
  margin-bottom:16px;
}

.hw-cg-hero h1{
  font-size:56px;
  line-height:1.05;
  font-weight:800;
  letter-spacing:-1.2px;
  margin:0 0 18px;
  color:var(--hw-text);
  max-width:760px;
}

.hw-cg-hero p{
  font-size:18px;
  line-height:1.85;
  color:var(--hw-muted);
  margin:0;
  max-width:790px;
}

.hw-cg-links{
  padding:10px 0 58px;
}

.hw-cg-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.hw-cg-card{
  background:var(--hw-surface);
  border:1px solid var(--hw-border);
  border-radius:var(--hw-radius);
  padding:26px 24px 22px;
  box-shadow:var(--hw-shadow);
  min-height:100%;
  display:flex;
  flex-direction:column;
  transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.hw-cg-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 34px rgba(30, 22, 28, 0.07);
  border-color:#ddcfd5;
}

.hw-cg-card h3{
  font-size:19px;
  line-height:1.18;
  font-weight:800;
  margin:0 0 12px;
  color:var(--hw-text);
}

.hw-cg-card p{
  font-size:14px;
  line-height:1.82;
  color:var(--hw-muted);
  margin:0 0 18px;
  flex-grow:1;
}

.hw-cg-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:14px;
  line-height:1.4;
  font-weight:700;
  color:var(--hw-accent);
  text-decoration:none;
}

.hw-cg-link:hover{
  color:var(--hw-accent-dark);
}

.hw-cg-featured{
  padding:0 0 54px;
}

.hw-cg-section-head{
  margin-bottom:24px;
}

.hw-cg-section-head h2{
  font-size:44px;
  line-height:1.08;
  font-weight:800;
  letter-spacing:-0.9px;
  margin:0 0 12px;
  color:var(--hw-text);
}

.hw-cg-section-head p{
  font-size:16px;
  line-height:1.85;
  color:var(--hw-muted);
  margin:0;
  max-width:760px;
}

.hw-cg-feature-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}

.hw-cg-feature-card{
  background:var(--hw-surface);
  border:1px solid var(--hw-border);
  border-radius:var(--hw-radius);
  padding:24px 22px 22px;
  box-shadow:var(--hw-shadow);
  min-height:100%;
  display:flex;
  flex-direction:column;
}

.hw-cg-kicker{
  display:inline-block;
  font-size:10px;
  line-height:1.4;
  font-weight:700;
  letter-spacing:1.6px;
  text-transform:uppercase;
  color:#8a6c78;
  margin-bottom:14px;
}

.hw-cg-feature-card h3{
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  margin:0 0 12px;
  color:var(--hw-text);
}

.hw-cg-feature-card p{
  font-size:14px;
  line-height:1.82;
  color:var(--hw-muted);
  margin:0 0 18px;
  flex-grow:1;
}

.hw-cg-note{
  padding:0 0 38px;
}

.hw-cg-note-box{
  background:#fbf5f8;
  border:1px solid #ecdce3;
  border-radius:24px;
  padding:24px 26px;
}

.hw-cg-note-box h2{
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  margin:0 0 10px;
  color:var(--hw-text);
}

.hw-cg-note-box p{
  font-size:14px;
  line-height:1.85;
  color:var(--hw-muted);
  margin:0;
  max-width:860px;
}

@media (max-width:1024px){
  .hw-cg-hero h1{
    font-size:46px;
  }

  .hw-cg-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .hw-cg-feature-grid{
    grid-template-columns:1fr;
  }
}

@media (max-width:767px){
  .hw-cg-hero{
    padding:26px 0 22px;
  }

  .hw-cg-label{
    margin-bottom:12px;
  }

  .hw-cg-hero h1{
    font-size:35px;
    line-height:1.1;
    letter-spacing:-0.6px;
    margin-bottom:14px;
  }

  .hw-cg-hero p,
  .hw-cg-section-head p{
    font-size:16px;
    line-height:1.75;
  }

  .hw-cg-links{
    padding:8px 0 46px;
  }

  .hw-cg-grid{
    grid-template-columns:1fr;
    gap:18px;
  }

  .hw-cg-featured{
    padding:0 0 40px;
  }

  .hw-cg-section-head{
    margin-bottom:18px;
  }

  .hw-cg-section-head h2{
    font-size:31px;
    line-height:1.1;
    margin-bottom:10px;
  }

  .hw-cg-card,
  .hw-cg-feature-card,
  .hw-cg-note-box{
    padding:22px 20px;
    border-radius:18px;
  }
}/* End custom CSS */