.faq .faq-content {
  padding: 80px 150px;
  max-width: 1500px;
  margin: auto;
}
.faq .faq-content .question-answers-wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.faq .faq-content .question-answers-wrapper .question-answer {
  position: relative;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #ABB7CC;
  margin-bottom: 15px;
  padding: 35px 45px 28px 35px;
  font-size: 16px;
  transition: background-color 0.3s;
}
.faq .faq-content .question-answers-wrapper .question-answer .toggler {
  height: 100%;
  position: absolute;
  right: 28px;
  top: 0;
  display: flex;
  align-items: center;
}
.faq .faq-content .question-answers-wrapper .question-answer .toggler img {
  width: 13px;
}
.faq .faq-content .question-answers-wrapper .question-answer .toggler .closeIcon {
  display: none;
  color: white;
}
.faq .faq-content .question-answers-wrapper .question-answer .toggler .openIcon {
  display: block;
}
.faq .faq-content .question-answers-wrapper .question-answer.open {
  background-color: #111f39;
}
.faq .faq-content .question-answers-wrapper .question-answer.open .question {
  color: white;
  overflow: unset;
  white-space: unset;
  text-overflow: unset;
}
.faq .faq-content .question-answers-wrapper .question-answer.open .answer {
  max-height: 100px;
  margin-top: 20px;
  opacity: 1;
  visibility: visible;
}
.faq .faq-content .question-answers-wrapper .question-answer.open .toggler .openIcon {
  display: none;
}
.faq .faq-content .question-answers-wrapper .question-answer.open .toggler .closeIcon {
  display: block;
}
.faq .faq-content .question-answers-wrapper .question-answer .question {
  transition: all 0.3s;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #262633;
}
.faq .faq-content .question-answers-wrapper .question-answer .answer {
  color: white;
  max-height: 0;
  visibility: hidden;
  opacity: 0;
  font-size: 15px;
  line-height: 23px;
  overflow-y: auto;
  transition: all 0.3s;
}
.faq .faq-content .question-answers-wrapper .question-answer .answer::-webkit-scrollbar {
  width: 2px;
  cursor: pointer;
}
.faq .faq-content .oder-question {
  margin-top: 85px;
}
.faq .faq-content .oder-question h4 {
  font-size: 21px;
}
.faq .faq-content .oder-question span {
  margin-top: 20px;
  font-size: 13px;
  display: block;
}
.faq .faq-content .oder-question a {
  display: inline-block;
  margin-top: 38px;
}
.faq .faq-content .oder-question .primary-button {
  margin-top: 0;
}

@media all and (max-width: 1500px) {
  .faq .faq-content {
    padding: 80px 100px;
  }
}
@media all and (max-width: 1300px) {
  .faq .faq-content {
    padding: 80px 70px;
  }
}
@media all and (max-width: 700px) {
  .faq .faq-content {
    padding: 40px;
  }
  .faq .faq-content .question-answers-wrapper .question-answer {
    padding: 30px 45px 30px 30px;
    font-size: 13px;
  }
  .faq .faq-content .question-answers-wrapper .question-answer .toggler {
    right: 20px;
  }
  .faq .faq-content .question-answers-wrapper .question-answer.open .answer {
    max-height: 200px;
  }
  .faq .faq-content .oder-question {
    margin-top: 45px;
  }
  .faq .faq-content .oder-question h4 {
    font-size: 18px;
  }
  .faq .faq-content .oder-question span {
    font-size: 11px;
  }
  .faq .faq-content .oder-question a {
    margin-top: 28px;
  }
}
@media all and (max-width: 400px) {
  .faq .faq-content {
    padding: 20px;
  }
}

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