/*!*******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/faq/style.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************/
.faq-module-wrapper {
  margin: 0 auto;
  padding: 42px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.faq-content-wrapper {
  max-width: 1040px;
}

.faqs_wrapper {
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 40px 0;
}

.faqs_accordion {
  font-size: 20px;
  line-height: 70px;
  background-color: #fff;
  padding: 20px 0px;
  cursor: pointer;
  box-sizing: border-box;
  width: 100%;
}

.bottom-border {
  border-bottom: 1px solid #E6E6E6;
}

#faqAccordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
  padding: 20px 0;
}

.question-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}

.faq-drop-down {
  width: 100%;
  overflow: hidden;
  max-height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  box-sizing: border-box;
}

.faq-slide-in {
  max-height: 500px;
}

.arrowSvg {
  transition: all 0.3s ease-in-out;
}

.rotate {
  transform: rotate(180deg);
}

.answer-content-wrapper {
  padding: 0 40px 10px 10px;
  cursor: default;
  box-sizing: border-box;
}

.answer-title {
  font-size: 18px;
  line-height: 26px;
  color: #333333;
  font-weight: normal;
  padding-bottom: 10px;
}

.answer-link {
  color: #1969A0;
  text-decoration: none;
}

.disclaimer-wrapper {
  font-size: 14px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 42px;
}

@media screen and (max-width: 1024px) {
  .faqs_accordion {
    width: 100%;
  }
  .answer-content-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
    padding: 10px;
  }
  .answer-item-wrapper {
    max-width: unset;
  }
  .answer-title {
    font-size: 18px;
    line-height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .faqs_accordion {
    font-size: 18px;
    line-height: 50px;
    padding: 0 20px;
  }
  .question-title {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style-index.css.map*/