/* Body Typo */
/* H1 */
/* H2 */
/* H3 */
/* H4 */
/* H5 */
/* H6 */
.faq-acc-wrap .faq-acc-inner {
  margin-bottom: 0;
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.37);
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item:not(:first-child) .acc-details {
  display: none;
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item.acc-active .acc-title::after {
  background-image: url("../../images/landing/landing_minus.png");
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title {
  line-height: 1.75;
  position: relative;
  padding: 20px 40px 20px 0;
  cursor: pointer;
}
@media only screen and (min-width: 1025px) {
  .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title {
    padding: 24px 48px 24px 0;
  }
}
@media only screen and (min-width: 1440px) {
  .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title {
    padding: 30px 60px 30px 0;
  }
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title::after {
  content: "";
  background-image: url("../../images/landing/landing_plus.png");
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 16px;
  width: 16px;
  height: 16px;
  position: absolute;
  right: 0;
}
@media only screen and (min-width: 1025px) {
  .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title::after {
    background-size: 34px;
    width: 34px;
    height: 34px;
  }
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details {
  margin-top: -10px;
  padding-bottom: 20px;
  color: #fff;
}
@media only screen and (min-width: 1025px) {
  .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details {
    padding-bottom: 24px;
    margin-top: -16px;
  }
}
@media only screen and (min-width: 1440px) {
  .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details {
    padding-bottom: 30px;
    margin-top: -20px;
  }
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details ul {
  margin: 0;
  padding-left: 20px;
}
.faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details ul li {
  list-style: disc;
  line-height: 1.875;
  color: inherit;
}

.landing-faq-section {
  background: linear-gradient(180deg, #5857F9 0%, #0D0D26 156.35%);
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .landing-faq-section {
    padding-top: 35px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-faq-section {
    padding-top: 40px;
    padding-bottom: 70px;
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-faq-section {
    padding-top: 50px;
    padding-bottom: 90px;
    margin-top: 130px;
  }
}
.landing-faq-section .faq-title {
  margin-bottom: 10px;
  text-align: center;
  color: #fff;
  font-size: 18px;
  line-height: 1.265;
  font-weight: 600;
  letter-spacing: normal;
}
@media only screen and (min-width: 576px) {
  .landing-faq-section .faq-title {
    font-size: 20px;
    line-height: 1.265;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 768px) {
  .landing-faq-section .faq-title {
    font-size: 28px;
    line-height: 1.265;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1025px) {
  .landing-faq-section .faq-title {
    font-size: 32px;
    line-height: 1.265;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 34px;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-faq-section .faq-title {
    font-size: 38px;
    line-height: 1.265;
    font-weight: 600;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-faq-section .faq-title {
    font-size: 44px;
    line-height: 1.265;
    font-weight: 600;
    letter-spacing: normal;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1600px) {
  .landing-faq-section .faq-title {
    font-size: 50px;
    line-height: 1.265;
    font-weight: 600;
    letter-spacing: normal;
  }
}
.landing-faq-section .faq-inner {
  max-width: 100%;
  margin: 0 auto;
}
.landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item:first-child h5 {
  padding-top: 0;
}
.landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item:last-child {
  padding-bottom: 0;
}
.landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title {
  line-height: 1.2;
  padding: 20px 8% 20px 0;
  color: #fff;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: normal;
  font-family: "Inter", Arial, Verdana, Tahoma, sans-serif !important;
}
@media only screen and (min-width: 1025px) {
  .landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title {
    padding: 20px 10% 20px 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-title {
    padding: 25px 12.478% 25px 0;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: normal;
  }
}
.landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details {
  margin-top: -14px;
  padding-bottom: 14px;
  padding-right: 8%;
  line-height: 1.4;
}
@media only screen and (min-width: 1025px) {
  .landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details {
    margin-top: -14px;
    padding-bottom: 20px;
    padding-right: 10%;
  }
}
@media only screen and (min-width: 1440px) {
  .landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details {
    margin-top: -21px;
    padding-bottom: 25px;
    padding-right: 12.478%;
  }
}
.landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 400;
  letter-spacing: normal;
}
@media only screen and (min-width: 1025px) {
  .landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details p {
    font-size: 20px;
    line-height: 1.70533;
    font-weight: 400;
    letter-spacing: normal;
  }
}
@media only screen and (min-width: 1281px) {
  .landing-faq-section .faq-inner .faq-acc-wrap .faq-acc-inner .faq-acc-item .acc-details p {
    font-size: 30px;
    line-height: 1.70533;
    font-weight: 400;
    letter-spacing: normal;
  }
}/*# sourceMappingURL=landing_faq_section.css.map */