.elementor-1187 .elementor-element.elementor-element-7c9644c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-7b7ae1f */.hl-faq {
  max-width: 100%;
  margin: 0 auto 3rem auto;
  padding: 0 1rem;
  --hl-blue: #1f6fbf;
  --hl-border: #c7d8f0;
}

.hl-faq h2 {
  text-align: left;
  margin: 0 0 1.5rem 0;
  padding-bottom: 0.25rem;
  border-bottom: 3px solid var(--hl-blue);
}

.hl-faq__item {
  border: 1px solid var(--hl-border);
  border-radius: 10px;
  margin-bottom: 1rem;
  background-color: #ffffff;
  overflow: hidden;
}

.hl-faq__item > summary {
  list-style: none;
  cursor: pointer;
  padding: 1.1rem 1.25rem;
  font-weight: 600;
  font-size: 1.05rem;
  color: #123047;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hl-faq__item > summary::-webkit-details-marker {
  display: none;
}

.hl-faq__item > summary::after {
  content: "+";
  font-weight: 700;
  color: var(--hl-blue);
  margin-left: 0.75rem;
}

.hl-faq__item[open] {
  border-color: var(--hl-blue);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.hl-faq__item[open] > summary::after {
  content: "–";
}

.hl-faq__item > summary:hover,
.hl-faq__item > summary:focus {
  background-color: #f5f8fc;
  outline: none;
}

.hl-faq__item > summary:focus-visible {
  outline: 2px solid var(--hl-blue);
  outline-offset: 2px;
}

.hl-faq__panel {
  padding: 0.9rem 1.25rem 1.2rem;
  border-top: 1px solid var(--hl-border);
  font-size: 0.98rem;
}

.hl-faq__panel p {
  margin: 0.3rem 0 0.6rem;
}/* End custom CSS */