.faq__wrapper___livie {
  margin-bottom: 50px;
  background: var(--color-bg, var(--bgColor));
}

.faq__inner___IBehm {
  max-width: var(--defaultWidth);
  width: 98%;
  margin: 0 auto;
}

.faq__faq___aecpv {
  background: var(--color-bg, var(--bgColor));
  border: 1px solid var(--lightGray);
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 160%;
  -webkit-border-radius: var(--drv-borderRadiusDefault);
  -moz-border-radius: var(--drv-borderRadiusDefault);
  -ms-border-radius: var(--drv-borderRadiusDefault);
  -o-border-radius: var(--drv-borderRadiusDefault);
  border-radius: var(--drv-borderRadiusDefault);
}
.faq__faq-last-child___JIHwJ {
  margin-bottom: 0;
}
.faq__faq-question___LFD1U {
  padding: 16px 20px;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq__faq-question___LFD1U h3 {
  flex: 1;
  padding-left: 12px;
}
.faq__faq-question___LFD1U .faq__expand-icon___tinsi {
  background: #f1f3f5;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: 0.3s;
}
.faq__faq-question___LFD1U .faq__expand-icon___tinsi:hover {
  background: var(--color-primary, var(--mainColor));
}
.faq__faq-question___LFD1U:hover .faq__expand-icon___tinsi {
  background: var(--color-primary, var(--mainColor));
}
.faq__faq-question___LFD1U:hover .faq__expand-icon___tinsi:not(.faq__light___JCOup) {
  color: var(--white);
}
.faq__faq-answer___j9mhf {
  background: #f9f9f9;
  border-top: 1px solid var(--lightGray);
  padding: 20px;
  display: none;
}
.faq__faq-expanded___IB4Mw {
  display: block;
}

@media only screen and (max-width: 979px) {
  .faq__inner___IBehm {
    max-width: 92%;
  }
}
/* Colors */
/* Font */
/* Width & Height */
.styles__title-wrapper___tWCsP {
  text-align: center;
  margin-bottom: 36px;
  position: relative;
}

.styles__title___ahPIV {
  color: #0c0c0c;
  display: inline-block;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  font-size: 21px;
  line-height: 170%;
}

.styles__title-dark___RtEdW .styles__title___ahPIV {
  color: #fff;
}
.styles__title-dark___RtEdW:after {
  background: #fff;
}

.styles__description___eMr9q {
  margin-top: 12px;
  color: #6B7C93;
  font-size: 14px;
  line-height: 160%;
}

@media only screen and (max-width: 979px) {
  .styles__title___ahPIV {
    font-size: 20px;
  }
}
