/*helpers*/
.block\:faq001--questions {
  margin-top: 40px;
}
@media (max-width: 1599px) {
  .block\:faq001--questions {
    margin-top: 30px;
  }
}
@media (max-width: 989px) {
  .block\:faq001--questions {
    margin-top: 20px;
  }
}
.block\:faq001--questions .questions--item {
  background: radial-gradient(127.12% 344.39% at 0% 0%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0.02) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 197, 197, 0.2);
  border-radius: 20px;
}
@media (max-width: 989px) {
  .block\:faq001--questions .questions--item {
    border-radius: 10px;
  }
}
.block\:faq001--questions .questions--item_title {
  color: #fff;
}
.block\:faq001--questions .questions--item_title svg {
  color: #DD3522;
}
.block\:faq001--questions .questions--item_body-content {
  border-top: 1px solid rgba(255, 197, 197, 0.2);
}
@media (max-width: 989px) {
  .block\:faq001--questions .questions--item_body-content {
    line-height: 18px;
  }
}
@media (max-width: 429px) {
  .block\:faq001--questions .questions--item_body-content {
    line-height: 17px;
  }
}
/*# sourceMappingURL=faq001.css.map */