.block_6 {
  padding-top: 7.5rem;
  padding-bottom: 5rem;
  background: var(--Primary-Rich-black, #121212);
}
.block_6 .faq_block {
  border-radius: 1rem;
  border: 1px solid var(--Grey-scale-800, #3C3C3C);
  background: var(--card_business_v2, linear-gradient(180deg, #101010 0%, #111 6.67%, #111 13.33%, #111 20%, #121212 26.67%, #131313 33.33%, #131313 40%, #151515 46.67%, #161616 53.33%, #171717 60%, #171717 66.67%, #181818 73.33%, #191919 80%, #191919 86.67%, #1A1A1A 93.33%, #1A1A1A 100%));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 52.625rem;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.5rem;
}
.block_6 .title {
  color: var(--Secondary-Platinum, #EAEAEA);
  text-align: center;
  font-family: "Switzer Variable";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 3rem */
  margin-bottom: 2.5rem;
}
.block_6 .item__name {
  color: var(--Secondary-Platinum, #EAEAEA);
  font-family: "Switzer Variable";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 150%; /* 1.875rem */
  position: relative;
  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;
}
.block_6 .item__desc {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: max-height 0.35s ease, opacity 0.35s ease, padding-top 0.35s ease;
  transition: max-height 0.35s ease, opacity 0.35s ease, padding-top 0.35s ease;
  color: var(--Secondary-Platinum, #EAEAEA);
  font-family: "Switzer Variable";
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 1.5rem */
  padding-right: 5rem;
  padding-top: 0;
}
.block_6 .item {
  padding-top: 1.5rem;
  border-top: 1px solid #B5B5B5;
  width: 100%;
  padding-bottom: 1.5rem;
}
.block_6 .item .plus_minus {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.block_6 .item .plus_minus .horizontal,
.block_6 .item .plus_minus .vertical {
  position: absolute;
  top: 50%;
  left: 50%;
  background: #B7FF00;
}
.block_6 .item .plus_minus .horizontal {
  width: 100%;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.block_6 .item .plus_minus .vertical {
  width: 2px;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.block_6 .item.active .item__desc {
  max-height: 30rem;
  opacity: 1;
  padding-top: 0.7rem;
}
.block_6 .item.active .plus_minus .vertical {
  opacity: 0;
}
.block_6 .link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  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;
  margin-left: auto;
  margin-right: auto;
  gap: 0.25rem;
  color: var(--Primary-Merlin-Lime, #B7FF00);
  font-size: 1rem;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-decoration: none;
}

/* ---------- Responsive ---------- */
@media (max-width: 767px) {
  .block_6 {
    padding-top: 4rem;
    padding-bottom: 3rem;
  }
  .block_6 .faq_block {
    padding: 2rem 1.5rem;
  }
  .block_6 .title {
    font-size: 1.75rem;
  }
  .block_6 .item__name {
    font-size: 1.125rem;
  }
  .block_6 .item__desc {
    padding-right: 0;
  }
  .block_6 .item.active .item__desc {
    max-height: 40rem;
  }
}
@media (max-width: 480px) {
  .block_6 .faq_block {
    padding: 1.5rem 1.25rem;
  }
}