.faq .container {
  max-width: 64.75rem;
}
.faq__accordion {
  padding: 1.5rem 0;
  border-bottom: 1px solid var(--white-01);
}
.faq__accordion-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.faq__accordion-button {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 3rem;
  height: 3rem;
  background-color: var(--white-01);
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1.5rem;
}
.faq__accordion-button::before, .faq__accordion-button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 1.375rem;
  height: 1.375rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity var(--hover-transition), visibility var(--hover-transition);
  transition: opacity var(--hover-transition), visibility var(--hover-transition);
}
.faq__accordion-button::before {
  background-image: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M16 5.33301V26.6663" stroke="url(%23paint0_linear_6017_19328)" stroke-width="2" stroke-linecap="round" /%3E%3Cpath d="M5.33594 16L26.6693 16" stroke="url(%23paint1_linear_6017_19328)" stroke-width="2" stroke-linecap="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_6017_19328" x1="16" y1="15.9997" x2="17" y2="15.9997" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3ClinearGradient id="paint1_linear_6017_19328" x1="16.0026" y1="16" x2="16.0026" y2="15" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.faq__accordion-button::after {
  opacity: 0;
  visibility: hidden;
  background-image: url('data:image/svg+xml,%3Csvg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"%3E%3Cpath d="M26.6719 15.9946L5.33854 15.9946" stroke="white" stroke-width="2" stroke-linecap="round" /%3E%3Cpath d="M26.6719 15.9946L5.33854 15.9946" stroke="url(%23paint0_linear_6001_7084)" stroke-width="2" stroke-linecap="round" /%3E%3Cpath d="M5.33594 16L26.6693 16" stroke="url(%23paint1_linear_6001_7084)" stroke-width="2" stroke-linecap="round" /%3E%3Cdefs%3E%3ClinearGradient id="paint0_linear_6001_7084" x1="26.6719" y1="15.9946" x2="26.6701" y2="17.0236" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%23E9FF8F" /%3E%3Cstop offset="1" stop-color="%238BF258" /%3E%3C/linearGradient%3E%3ClinearGradient id="paint1_linear_6001_7084" x1="16.0026" y1="16" x2="16.0026" y2="15" gradientUnits="userSpaceOnUse"%3E%3Cstop stop-color="%2346FB65" /%3E%3Cstop offset="1" stop-color="%23F5FC44" /%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E');
}
.faq__accordion-content {
  display: none;
}
.faq__accordion-wrapper {
  color: var(--white-07);
  padding-top: 1rem;
  max-width: 79.75rem;
  width: 100%;
}
.faq__accordion-wrapper strong {
  color: var(--white);
}
.faq__accordion-wrapper ul {
  padding-left: 1.25rem;
  list-style: disc;
}
.faq__accordion-wrapper a {
  display: inline-block;
  color: transparent;
  background: -webkit-gradient(linear, left top, right top, from(#46fb65), to(#f5fc44));
  background: linear-gradient(90deg, #46fb65 0%, #f5fc44 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-transition: color var(--hover-transition);
  transition: color var(--hover-transition);
}
@media (any-hover: hover) {
  .faq__accordion-wrapper a:hover {
    color: var(--white);
  }
}
.faq__accordion-wrapper > *:not(:last-child) {
  margin-bottom: 1rem;
}
.faq__accordion.is-open .faq__accordion-button::before {
  opacity: 0;
  visibility: hidden;
}
.faq__accordion.is-open .faq__accordion-button::after {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  .faq__title {
    margin-bottom: 20px;
  }
  .faq__accordion-button {
    width: 40px;
    height: 40px;
  }
  .faq__accordion-button::before, .faq__accordion-button::after {
    width: 20px;
    height: 20px;
  }
}
/*# sourceMappingURL=faq.css.map */
/*# sourceMappingURL=faq.css.map */