<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 * Created by Vira Pardazesh
 */
.container-faq {
  display: flex;
  align-items: center;
  flex-direction: column;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  padding: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .container-faq {
    padding: 24px 5px;
  }
}
.container-faq .header-faq {
  margin-bottom: 25px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .container-faq .header-faq {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .container-faq .header-faq {
    margin-bottom: 12px;
  }
}
.container-faq .header-faq h3 {
  font-weight: 700;
  font-size: 24px;
  color: #000;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .container-faq .header-faq h3 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .container-faq .header-faq h3 {
    font-size: 18px;
  }
}
.container-faq .faqs {
  display: flex;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .container-faq .faqs {
    flex-direction: column;
  }
}
.container-faq .faqs-container {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  padding: 0 24px;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .container-faq .faqs-container {
    padding: 0 7px;
  }
}
.container-faq .faqs-container .faq-singular {
  cursor: pointer;
  padding: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 100%;
}
@media only screen and (min-width: 0px) and (max-width: 959px) {
  .container-faq .faqs-container .faq-singular {
    padding: 12px;
  }
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .container-faq .faqs-container .faq-singular {
    padding: 10px;
  }
}
.container-faq .faqs-container .faq-singular.active .faq-question {
  color: #eb3a3a;
}
.container-faq .faqs-container .faq-singular.active .faq-question i {
  transform: rotate(180deg);
}
.container-faq .faqs-container .faq-singular .faq-question {
  width: 100%;
  padding-bottom: 12px;
  border-bottom: 1px solid #e2e2e2;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.1s ease-in-out;
}
.container-faq .faqs-container .faq-singular .faq-question span {
  font-weight: 700;
  font-size: 16px;
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .container-faq .faqs-container .faq-singular .faq-question span {
    font-size: 14px;
  }
}
.container-faq .faqs-container .faq-singular .faq-question i {
  font-size: 22px;
  transition: all 0.3s ease-in-out;
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .container-faq .faqs-container .faq-singular .faq-question i {
    font-size: 20px;
  }
}
.container-faq .faqs-container .faq-singular .faq-answer {
  display: none;
  font-size: 14px;
  font-weight: 400;
  text-align: justify;
}
@media only screen and (min-width: 0px) and (max-width: 400px) {
  .container-faq .faqs-container .faq-singular .faq-answer {
    font-size: 12px;
  }
}
.container-faq .faqs-container .faq-singular .faq-answer p {
  line-height: 30px;
}
/*# sourceMappingURL=faq-question.css.map */</pre></body></html>