.page-faq {
  padding: 0;
}
@media (max-width: calc(992px - 1px)) {
  .page-faq .container {
    padding: 0;
  }
}

.faq-page-header {
  padding: 108px 16px;
  background-color: #F5F5F4;
  text-align: center;
}
@media (max-width: calc(992px - 1px)) {
  .faq-page-header {
    padding: 48px 16px;
  }
}
.faq-page-header h1 {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 1.21428571em;
  color: #1C1917;
  margin: 0;
}
@media (max-width: calc(768px - 1px)) {
  .faq-page-header h1 {
    font-size: 20px;
    line-height: 1.4em;
  }
}
.faq-page-header .entry-content {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
  margin: 0;
}
@media (max-width: calc(992px - 1px)) {
  .faq-page-header .entry-content {
    font-size: 16px;
  }
}

.faq-page-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items: start;
  padding: 108px 0;
}
@media (max-width: calc(992px - 1px)) {
  .faq-page-content {
    grid-template-columns: 1fr;
    padding: 72px 0 108px;
    gap: 72px;
  }
}

.faq-quick-topics {
  background-color: #FAFAF9;
}
@media (min-width: 992px) {
  .faq-quick-topics {
    align-self: start;
  }
}
@media (max-width: calc(992px - 1px)) {
  .faq-quick-topics {
    padding: 24px 0 24px 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-quick-topics {
    width: 100%;
    overflow: hidden;
  }
}
.faq-quick-topics.is-sticky {
  position: sticky;
  top: 73.59px;
}
@media (min-width: 992px) {
  .faq-quick-topics.is-sticky {
    top: 100px;
  }
}

.faq-quick-topics-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.21428571em;
  color: #1C1917;
  margin-bottom: 16px;
}
@media (max-width: calc(768px - 1px)) {
  .faq-quick-topics-title {
    font-size: 20px;
  }
}

.faq-quick-topics-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
@media (max-width: calc(992px - 1px)) {
  .faq-quick-topics-nav {
    justify-content: flex-start;
    padding-right: 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-quick-topics-nav {
    flex-wrap: nowrap;
    overflow: scroll;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .faq-quick-topics-nav::-webkit-scrollbar {
    display: none;
  }
}

.faq-quick-topics-link {
  display: block;
  padding: 11px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
  color: #1C1917;
  text-decoration: none;
  background-color: #F5F5F4;
  border-radius: 1000px;
  transition: all 0.3s ease;
  text-align: center;
}
.faq-quick-topics-link:hover {
  background-color: #E5E5E4;
  color: #1C1917;
}
@media (max-width: calc(768px - 1px)) {
  .faq-quick-topics-link {
    flex-shrink: 0;
    white-space: nowrap;
  }
}

.faq-topics-content {
  display: flex;
  flex-direction: column;
  gap: 64px;
}
@media (max-width: calc(992px - 1px)) {
  .faq-topics-content {
    padding: 0 24px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-topics-content {
    gap: 48px;
  }
}

.faq-topic-section {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  scroll-margin-top: 24px;
}
@media (max-width: calc(768px - 1px)) {
  .faq-topic-section {
    scroll-margin-top: 16px;
  }
}

.faq-topic-title {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.21428571em;
  color: #1C1917;
  margin: 0 0 1rem 0;
}
@media (max-width: calc(768px - 1px)) {
  .faq-topic-title {
    font-size: 20px;
  }
}

.faq-topic-description {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5em;
  color: #666;
  margin: 0 0 1rem 0;
}
@media (max-width: calc(768px - 1px)) {
  .faq-topic-description {
    font-size: 16px;
  }
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: calc(768px - 1px)) {
  .faq-list {
    gap: 16px;
  }
}

.faq-item {
  overflow: hidden;
}

.faq-item-header {
  width: 100%;
  padding: 24px 8px 24px 24px;
  background-color: #F5F5F4;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border: none;
  cursor: pointer;
}
@media (max-width: calc(768px - 1px)) {
  .faq-item-header {
    padding: 20px 8px 20px 16px;
  }
}

.faq-item-question {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4em;
  color: #1C1917;
  text-align: left;
}
@media (max-width: calc(992px - 1px)) {
  .faq-item-question {
    font-size: 18px;
  }
}
@media (max-width: calc(768px - 1px)) {
  .faq-item-question {
    font-size: 16px;
  }
}

.faq-item-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.2s ease;
}
.faq-item-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.faq-item.is-open .faq-item-icon {
  transform: rotate(180deg);
}

.faq-item-body {
  padding: 8px 24px;
}
@media (max-width: calc(768px - 1px)) {
  .faq-item-body {
    padding: 8px 16px;
  }
}
.faq-item-body[hidden] {
  display: none;
}

.faq-item-answer {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  color: #1C1917;
}
.faq-item-answer p {
  margin: 0 0 8px;
}
.faq-item-answer p:last-child {
  margin-bottom: 0;
}
.faq-item-answer ul, .faq-item-answer ol {
  margin: 1rem 0;
  padding-left: 2rem;
}
.faq-item-answer li {
  margin-bottom: 0.5rem;
}
.faq-item-answer a {
  color: #0073aa;
  text-decoration: underline;
}
.faq-item-answer a:hover {
  text-decoration: none;
}
@media (max-width: calc(768px - 1px)) {
  .faq-item-answer {
    font-size: 16px;
  }
}

.no-faqs-message {
  font-family: "SF Pro Text", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #666;
  text-align: center;
  padding: 2rem;
  margin: 2rem 0;
}

/*# sourceMappingURL=faq-page.css.map */
