.hcpc-tab,
.hcpc-tab * {
  box-sizing: border-box;
}

.hcpc-tab {
  width: 100%;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  color: #414141;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.hcpc-tab img {
  max-width: 100%;
  height: auto;
}

.hcpc-tab--features {
  padding: 24px 28px;
}

.hcpc-tab--features ul {
  margin: 0 0 20px;
  padding-left: 22px;
}

.hcpc-tab--features li {
  margin-bottom: 10px;
}

.hcpc-tab--faq {
  padding: 24px 28px 32px;
}

.hcpc-tab--faq .faq-question-headings,
.hcpc-tab--faq .block.faq-question-headings {
  width: 100%;
}

.hcpc-tab--faq .faq-title {
  display: flex;
  align-items: center;
  gap: 18px;
  margin: 0 0 28px;
}

.hcpc-tab--faq .faq-title > img {
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin: 0;
  object-fit: contain;
}

.hcpc-tab--faq .faq-title .content {
  color: #555b64;
  font-size: 14px;
  line-height: 1.35;
}

.hcpc-tab--faq .faq-title h3 {
  margin: 3px 0 0;
  color: #121417;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.05;
}

body#product .block.faq-question-headings,
body#product [data-hc-legacy-faq-heading="true"] {
  display: none !important;
}

.hc-product-faq-accordion,
.hc-product-faq-accordion * {
  box-sizing: border-box;
}

.hc-product-faq-accordion {
  clear: both;
  width: 100%;
  margin-top: 40px;
  overflow: visible;
  background: #fff;
  border: 0;
  border-radius: 0;
  color: #414141;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.55;
}

.hc-product-faq-heading {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin: 0 0 28px;
  gap: 18px;
}

.hc-product-faq-icon-wrap {
  display: block;
  flex: 0 0 56px;
  width: 56px;
  height: 56px;
  margin: 0;
}

.hc-product-faq-icon {
  display: block;
  width: 56px;
  height: 56px;
  max-width: none;
  margin: 0;
  object-fit: contain;
}

.hc-product-faq-heading-content {
  min-width: 0;
  color: #555b64;
  font-size: 14px;
  line-height: 1.35;
}

.hc-product-faq-kicker {
  margin: 0;
  color: #555b64;
  font: inherit;
}

.hc-product-faq-title {
  margin: 3px 0 0;
  color: #121417;
  font-family: "Barlow Condensed", Arial, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.05;
  overflow-wrap: anywhere;
}

.hc-product-faq-accordion .card {
  margin: 0;
  background: #fff;
  border: 0;
  border-right: 1px solid #e2e4e7;
  border-bottom: 1px solid #e5e7e9;
  border-left: 1px solid #e2e4e7;
  border-radius: 0;
  box-shadow: none;
}

.hc-product-faq-accordion .hc-product-faq-heading + .card {
  border-top: 1px solid #e2e4e7;
  border-radius: 2px 2px 0 0;
}

.hc-product-faq-accordion .card:last-child {
  border-bottom: 1px solid #e2e4e7;
  border-radius: 0 0 2px 2px;
}

.hc-product-faq-accordion .card-header {
  margin: 0;
  padding: 0;
  background: #fff;
  border: 0;
}

.hc-product-faq-accordion .card-header h5,
.hc-product-faq-accordion .card-header .h5 {
  margin: 0;
  padding: 0;
}

.hc-product-faq-accordion .hc-product-faq-trigger {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 58px;
  margin: 0;
  padding: 17px 52px 17px 21px;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #17191c;
  cursor: pointer;
  font-family: inherit;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  text-decoration: none;
}

.hc-product-faq-accordion .hc-product-faq-trigger:hover,
.hc-product-faq-accordion .hc-product-faq-trigger:focus {
  color: #356f9f;
  outline: 0;
  text-decoration: none;
}

.hc-product-faq-accordion .hc-product-faq-trigger:focus-visible {
  box-shadow: inset 0 0 0 2px #356f9f;
}

.hc-product-faq-accordion .hc-product-faq-trigger::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 9px;
  height: 9px;
  border-top: 2px solid currentColor;
  border-left: 2px solid currentColor;
  transform: translateY(-25%) rotate(45deg);
  transition: transform 180ms ease;
}

.hc-product-faq-accordion .hc-product-faq-trigger.collapsed::after,
.hc-product-faq-accordion .hc-product-faq-trigger[aria-expanded="false"]::after {
  transform: translateY(-70%) rotate(225deg);
}

.hc-product-faq-accordion .collapse {
  display: none;
}

.hc-product-faq-accordion .collapse.in,
.hc-product-faq-accordion .collapse.show {
  display: block;
}

.hc-product-faq-accordion .card-block {
  padding: 0 21px 20px;
  color: #50555c;
  background: #fff;
  font-size: 14px;
  line-height: 1.55;
}

.hc-product-faq-accordion .card-block p {
  margin: 0 0 10px;
}

.hc-product-faq-accordion .card-block p:last-child {
  margin-bottom: 0;
}

.hc-product-faq-accordion .card-block span {
  color: inherit !important;
  background: transparent !important;
  font-family: inherit !important;
  font-size: inherit !important;
  line-height: inherit !important;
}

@media (max-width: 767px) {
  .hcpc-tab--features,
  .hcpc-tab--faq {
    padding-right: 16px;
    padding-left: 16px;
  }

  .hcpc-tab--faq .faq-title {
    gap: 13px;
    margin-bottom: 20px;
  }

  .hcpc-tab--faq .faq-title > img {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .hcpc-tab--faq .faq-title h3 {
    font-size: 23px;
  }

  .hc-product-faq-accordion {
    margin-top: 32px;
  }

  .hc-product-faq-heading {
    align-items: flex-start;
    gap: 13px;
    margin-bottom: 20px;
  }

  .hc-product-faq-icon-wrap,
  .hc-product-faq-icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .hc-product-faq-title {
    font-size: 23px;
  }

  .hc-product-faq-accordion .hc-product-faq-trigger {
    min-height: 56px;
    padding: 15px 44px 15px 16px;
  }

  .hc-product-faq-accordion .hc-product-faq-trigger::after {
    right: 17px;
  }

  .hc-product-faq-accordion .card-block {
    padding: 0 16px 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hc-product-faq-accordion .hc-product-faq-trigger::after {
    transition: none;
  }
}
