<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.faq {
  background-color: #f8f8f8;
  padding: 2rem 0;
}
.faq h2 {
  color: #3F4E5C;
  font-family: "ProximaNovaSemiBold", sans-serif;
  font-size: 2.125rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  text-align: center;
}
.section-sub-head {
  font-size: 26px;
  font-family: "ProximaNovaSemiBold";
  margin-bottom: 20px;
}
.faq .container {
  max-width: 700px;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 991px) {
  .faq .container {
    max-width: none;
  }
  .faq h2 {
    margin-left: 0 !important;
  }
}
.faq .faq-question {
  line-height: normal;
  position: relative;
  border: 0;
  cursor: pointer;
  outline: 0;
  width: 100%;
  text-align: left;
  background: #f8f8f8;
  padding: 0 0 0 35px;
}
.faq .faq-question h3 {
  font-family: "ProximaNovaBold";
  color: #3F4E5C;
  font-size: 22px;
  line-height: 125%;
  font-weight: 400;
  margin: 0;
}
.faq .faq-question:before {
  content: "";
  border: solid #f89728;
  border-width: 0 3px 3px 0;
  position: absolute;
  padding: 5px;
  transform: rotate(-45deg);
  left: 4px;
  top: 10px;
  rotate: 90deg;
  transition: 0.2s;
}
.faq .faq-question.open:before {
  rotate: -90deg;
  top: 15px;
}
.faq-answer {
  display: none;
  font-size: 18px;
  margin-left: 50px;
}
.faq-answer p {
  color: #3F4E5C;
  font-size: 22px;
  line-height: 150%;
  margin: 20px 0 0;
}
.faq-answer h4 {
  color: #3F4E5C;
  font-family: 'ProximaNovaSemiBold';
  margin: 20px 0 5px;
}
.faq .faq-answer p a,
.faq .label__items a {
  color: var(--dark-blue);
  font-size: inherit;
  transition: 0.2s;
}
.faq-item,
.faq__labels {
  padding: 20px 0;
  border-bottom: 1px solid #bec8d1;
}
.faq__labels {
  padding: 30px 0;
}
.labels__title {
  font-size: 18px;
  font-family: "ProximaNovaBold";
  line-height: normal;
  margin: 0 0 20px;
}
.label__items {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.faq .label__items a {
  font-size: 16px;
  text-decoration: none;
  border: 1px solid var(--dark-blue);
  border-radius: 4px;
  padding: 8px 15px;
  line-height: normal;
}
.faq .label__items a:hover {
  color: var(--link-blue);
  border-color: var(--link-blue);
}</pre></body></html>