.m-faq {
  background-color: #fff;
}

.m-faq .m-section-title {
  --section-title-margin-bottom: 0;
  border-bottom: none;
  font-size: 40px;
  font-style: normal;
  font-weight: 300;
  line-height: 44px;
  padding-top: 12px;
}

.m-faq-item {
  font-size: 24px;
  font-weight: 300;
  line-height: 1.25;
}

.m-faq-item .chevron {
  margin-left: 20px;
  width: 20px;
  height: 10px;
  transform-origin: center center;
  transform: rotate(180deg);
  transition: all ease-in-out 0.4s;
}

.m-faq-item[open] .chevron {
  transform: rotate(0);
}

.m-faq-item-wrapper {
  padding-top: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(1, 9, 22, 0.09);
}

@media only screen and (min-width: 864px) {
  .m-faq-item {
    font-size: 24px;
  }
}

@media only screen and (min-width: 1200px) {
  .m-faq-item {
    font-size: 24px;
  }
}

.m-faq-item-summary {
  display: flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  position: relative;
  cursor: pointer;
}

.m-faq-item-summary .accordion-title {
  flex: 1 1 0;
  white-space: normal;
  word-break: break-word;
}

.m-faq-item .content ul {
  font-size: 18px;
  line-height: 24px;
  list-style-type: none;
  padding-top: 1em;
  padding-left: 2em;
}

.m-faq-item .content ul li + li {
  margin-top: 0.5em;
}

/*# sourceMappingURL=faq.css.map */
