:root {
  --help-navy: #061b3d;
  --help-blue: #064cff;
}

body {
  background: #f8fafc;
}

.hc-topline {
  background: var(--help-navy);
  color: #eaf2ff;
  font-size: 13px;
  font-weight: 780;
}

.hc-topline .hc-shell {
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.hc-topline span {
  display: inline-flex;
  align-items: center;
  gap: 9px;
}

.hc-topline span::before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #18c779;
  box-shadow: 0 0 0 4px rgba(24, 199, 121, .14);
}

.hc-utility {
  display: flex;
  gap: 22px;
  white-space: nowrap;
}

.hc-utility a {
  color: #ffffff;
  font-weight: 780;
}

.hc-header {
  top: 0;
  min-height: 88px;
  padding-block: 17px;
  background: #ffffff;
  box-shadow: 0 10px 34px rgba(7, 27, 54, .06);
}

.hc-nav {
  border: 0;
  background: transparent;
  border-radius: 0;
  gap: 30px;
}

.hc-nav a {
  padding: 12px 0;
  border-radius: 0;
  color: #06152f;
  font-weight: 850;
}

.hc-nav a:nth-child(1)::after,
.hc-nav a:nth-child(2)::after,
.hc-nav a:nth-child(4)::after,
.hc-nav a:nth-child(5)::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 1.8px solid currentColor;
  border-bottom: 1.8px solid currentColor;
  transform: rotate(45deg);
  margin: 0 0 4px 8px;
}

.hc-login {
  border-radius: 10px;
  background: var(--help-brand);
  box-shadow: 0 14px 32px rgba(2, 69, 231, .22);
}

.hc-hero {
  position: relative;
  padding-top: 88px;
  background: #f8fbff;
}

.hc-hero::before {
  content: none;
}

.hc-hero-grid {
  position: relative;
  z-index: 1;
}

.hc-hero h1,
.hc-section-head h2,
.hc-category h3 {
  letter-spacing: 0;
}

.hc-assist,
.hc-block,
.hc-popular-item,
.hc-category,
.hc-article,
.hc-panel {
  border-radius: 10px;
}

.hc-trust-strip {
  overflow: hidden;
  color: #ffffff;
  background: var(--help-blue);
}

.hc-trust-strip-track {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.hc-trust-strip-group {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  gap: 0;
  padding: 12px 0;
  font-size: 14px;
  font-weight: 850;
}

.hc-trust-strip-group span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 34px;
  border-right: 1px solid rgba(255, 255, 255, .24);
  text-align: center;
}

.hc-trust-strip-group span::before {
  content: "";
  width: 6px;
  height: 6px;
  flex: 0 0 auto;
  border-radius: 999px;
  background: #7ee6ba;
}

.hc-trust-strip-group span:last-child {
  border-right: 0;
}

@media (max-width: 980px) {
  .hc-topline .hc-shell {
    justify-content: center;
  }

  .hc-utility {
    display: none;
  }

  .hc-nav {
    gap: 18px;
  }
}

@media (max-width: 640px) {
  .hc-topline .hc-shell {
    min-height: 36px;
    text-align: center;
  }

  .hc-header {
    min-height: auto;
  }

  .hc-trust-strip-group {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    font-size: 14px;
  }

  .hc-trust-strip-group span:nth-child(2) {
    border-right: 0;
  }
}
