.faq[data-v-6ba7f3c0] {
  border-radius: 24px;
  padding: 32px 16px;
}
@media (min-width: 768px) {
  .faq[data-v-6ba7f3c0] {
    padding: 32px 40px;
  }
}
@media (min-width: 1024px) {
  .faq[data-v-6ba7f3c0] {
    padding: 72px 102px;
  }
}
.gray[data-v-6ba7f3c0] {
  background-color: #f5f5f7;
}
.item[data-v-6ba7f3c0] {
  border-top: 1px solid rgba(6, 6, 6, 0.12);
  position: relative;
  width: 100%;
}
.item[data-v-6ba7f3c0]:last-of-type {
  border-bottom: 1px solid rgba(6, 6, 6, 0.12);
}
.item.active .item-text[data-v-6ba7f3c0] {
  display: block;
}
.item.active .item-title[data-v-6ba7f3c0]:after {
  transform: rotate(0);
}
.faq-title[data-v-6ba7f3c0] {
  margin-bottom: 32px;
}
@media (min-width: 1024px) {
  .faq-title[data-v-6ba7f3c0] {
    margin-bottom: 72px;
  }
}
.item-title[data-v-6ba7f3c0] {
  align-items: center;
  cursor: pointer;
  display: flex;
  font-weight: 500;
  gap: 8px;
  justify-content: space-between;
  padding: 20px 0;
  text-align: left;
}
@media (min-width: 768px) {
  .item-title[data-v-6ba7f3c0] {
    padding: 32px 0;
  }
}
.item-title[data-v-6ba7f3c0]:hover {
  color: #26914a;
}
.item-title[data-v-6ba7f3c0]:after {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23191d1b'%3E%3Cpath stroke-linecap='square' d='m1.766 8 4.242-4.243L10.251 8'/%3E%3C/svg%3E")
    no-repeat 50%;
  background-size: cover;
  content: "";
  cursor: pointer;
  display: block;
  height: 14px;
  margin-inline-end: 16px;
  min-width: 14px;
  position: relative;
  transform: rotate(180deg);
  transition: transform 0.2s ease;
  width: 14px;
}
@media (min-width: 768px) {
  .item-title[data-v-6ba7f3c0]:after {
    height: 20px;
    width: 20px;
  }
}
.item-text[data-v-6ba7f3c0] {
 
  margin-bottom: 20px;
}
@media (min-width: 1280px) {
  .item-text[data-v-6ba7f3c0] {
    margin-bottom: 40px;
  }
}
.item-text[data-v-6ba7f3c0] a {
  color: #26914a;
}
.item-text[data-v-6ba7f3c0] a:hover {
  color: #31b95f;
}
