.paragraph--faq-item {
  --text-color: black;
  cursor: pointer;
  backdrop-filter: blur(25px);
  background: linear-gradient(91deg, #e2eeff 1.89%, #f6f2ff 100%);
  border: 1px solid #e2e2e2;
  border-radius: 20px;
  justify-content: space-between;
  gap: 15px;
  padding: 40px 30px;
  display: flex;
  position: relative;
  overflow: hidden;
}

@media (width <= 1023.98px) {
  .paragraph--faq-item {
    padding: 20px;
  }
}

.paragraph--faq-item:not(.is-active) .only-active {
  display: none;
}

.paragraph--faq-item.is-active {
  --text-color: white;
  backdrop-filter: blur(25px);
  background: radial-gradient(107.84% 98.82% at 88.81% 4.23%, #3fbfff80 0%, #7314e040 100%), linear-gradient(115deg, #4689e3 6.65%, #739de180 97.28%);
  border: 1px solid #bebebe;
  border-radius: 20px;
  box-shadow: 0 10px 50px #a7b2df80;
}

.paragraph--faq-item.is-active .unless-active {
  display: none;
}

.paragraph--faq-item.is-active .paragraph__bar {
  background: #0170f7;
}

.paragraph--faq-item.is-active .field--faq-item-question h4, .paragraph--faq-item.is-active .field--faq-item-question p {
  color: var(--text-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (width <= 1023.98px) {
  .paragraph--faq-item.is-active .field--faq-item-question h4, .paragraph--faq-item.is-active .field--faq-item-question p {
    font-size: 18px;
    line-height: calc(1em + 10px);
  }
}

.paragraph--faq-item .paragraph__bar {
  background: #ccc;
  width: 6px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.paragraph--faq-item .paragraph__toggle {
  color: var(--text-color);
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 24px;
  display: flex;
}

.paragraph--faq-item .paragraph__toggle .fa-minus {
  color: var(--text-color);
}

.paragraph--faq-item .paragraph__content {
  width: 100%;
  max-width: 800px;
}

.paragraph--faq-item .field--faq-item-question h4, .paragraph--faq-item .field--faq-item-question p {
  color: var(--text-color);
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}

@media (width <= 1023.98px) {
  .paragraph--faq-item .field--faq-item-question h4, .paragraph--faq-item .field--faq-item-question p {
    font-size: 18px;
    line-height: calc(1em + 10px);
  }
}

.paragraph--faq-item .field--faq-item-answer {
  cursor: auto;
  margin-top: 20px;
}

.paragraph--faq-item .field--faq-item-answer p {
  color: var(--text-color);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph--faq-item .field--faq-item-answer ul {
  margin-top: 10px;
}

.paragraph--faq-item .field--faq-item-answer ul li {
  color: var(--text-color);
  line-height: 20px;
}

.paragraph--faq-item .field--faq-item-answer ul li + li {
  margin-top: 10px;
}
/*# sourceMappingURL=paragraph--faq-item.css.map */
