
/* 3E SITE HEALTH EXTENDED FAQ START */

.health-page .health-extended-faq {
  padding: 72px 0;
  background: #f3f6fa;
  border-top: 1px solid #d1d9e4;
}

.health-page .health-extended-faq-inner {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
}

.health-page .health-extended-faq-kicker {
  display: block;
  margin-bottom: 10px;
  color: #1765d8;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.health-page .health-extended-faq h2 {
  margin: 0;
  color: #071a38;
  font-size: clamp(34px, 4vw, 48px);
  line-height: 1.1;
  letter-spacing: -.035em;
}

.health-page .health-extended-faq-intro {
  max-width: 850px;
  margin: 18px 0 36px;
  color: #4c5c72;
  font-size: 16px;
  line-height: 1.75;
}

.health-page .health-extended-faq-list {
  border-top: 1px solid #cbd5e1;
}

.health-page .health-extended-faq-item {
  margin: 0;
  padding: 0;
  border: 0;
  border-bottom: 1px solid #cbd5e1;
  background: transparent;
}

.health-page .health-extended-faq-item summary {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 68px;
  padding: 19px 48px 19px 0;
  color: #071a38;
  font-size: 17px;
  font-weight: 800;
  line-height: 1.45;
  cursor: pointer;
  list-style: none;
}

.health-page .health-extended-faq-item summary::-webkit-details-marker {
  display: none;
}

.health-page .health-faq-symbol {
  position: absolute;
  top: 50%;
  right: 3px;
  width: 18px;
  height: 18px;
  transform: translateY(-50%);
}

.health-page .health-faq-symbol::before,
.health-page .health-faq-symbol::after {
  position: absolute;
  top: 8px;
  left: 1px;
  width: 16px;
  height: 2px;
  background: #071a38;
  content: "";
  transition: transform .2s ease;
}

.health-page .health-faq-symbol::after {
  transform: rotate(90deg);
}

.health-page .health-extended-faq-item[open]
.health-faq-symbol::after {
  transform: rotate(0deg);
}

.health-page .health-extended-faq-item[open] summary {
  color: #1765d8;
}

.health-page .health-extended-faq-answer {
  max-width: 980px;
  padding: 0 54px 25px 0;
  animation: healthFaqOpen .25s ease both;
}

.health-page .health-extended-faq-answer p {
  margin: 0 0 14px;
  color: #42536a;
  font-size: 15px;
  line-height: 1.8;
}

.health-page .health-extended-faq-answer strong,
.health-page .health-extended-faq-answer code {
  color: #071a38;
}

@keyframes healthFaqOpen {
  from {
    opacity: 0;
    transform: translateY(-5px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 700px) {
  .health-page .health-extended-faq {
    padding: 54px 0;
  }

  .health-page .health-extended-faq-inner {
    width: calc(100% - 28px);
  }

  .health-page .health-extended-faq h2 {
    font-size: 34px;
  }

  .health-page .health-extended-faq-intro {
    margin-bottom: 25px;
    font-size: 15px;
  }

  .health-page .health-extended-faq-item summary {
    min-height: 62px;
    padding: 17px 40px 17px 0;
    font-size: 15px;
  }

  .health-page .health-extended-faq-answer {
    padding-right: 0;
    padding-bottom: 21px;
  }

  .health-page .health-extended-faq-answer p {
    font-size: 14px;
    line-height: 1.75;
  }
}

/* 3E SITE HEALTH EXTENDED FAQ END */


/* 3E FAQ FORCE VISIBLE START */

.health-page .health-extended-faq {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.health-page .health-extended-faq-inner,
.health-page .health-extended-faq-list,
.health-page .health-extended-faq-item {
  opacity: 1 !important;
  visibility: visible !important;
  transform: none !important;
}

.health-page .health-extended-faq-item {
  display: block !important;
}

/* 3E FAQ FORCE VISIBLE END */
