<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq:not(:last-of-type) {
  margin: 0 0 40px;
}

.faqQ {
  display: grid;
  grid-template-columns: 35px 1fr;
  gap: 10px;
  background-color: #dcf0ff;
  font-weight: bold;
  min-height: 60px;
  align-items: center;
  font-size: 1.6rem;
  margin: 0 0 25px;
  line-height: 1.4;
  padding: 0 15px 0 0;
}
.faqQ::before {
  content: "Q";
  background-color: #65bfff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  align-self: stretch;
  flex-shrink: 0;
  color: #fff;
}

.faqQText {
  display: block;
  padding: 10px 0;
}

@media (min-width: 960px) {
  .faq:not(:last-of-type) {
    margin: 0 0 90px;
  }
  .faqQ {
    grid-template-columns: 51px 1fr;
    font-size: 2rem;
    gap: 14px;
  }
  .faqQ::before {
    font-size: 2rem;
  }
}

/*# sourceMappingURL=faq.css.map*/</pre></body></html>