/*order-option*/
/*order-option*/
/*order-option*/
/*order-option*/
.new-byd-accordion-for-faq-container[data-v-15405576] {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  max-width: 1312px;
  margin: 0 auto;
  padding: 80px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container[data-v-15405576] {
    padding: 20px 16px;
    row-gap: 20px;
}
}
.new-byd-accordion-for-faq-container .faq-title-desc[data-v-15405576] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .faq-title-desc[data-v-15405576] {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
}
}
.new-byd-accordion-for-faq-container .faq-title-desc .faq-title[data-v-15405576] {
  max-width: 40%;
  font-size: 32px;
  font-weight: 600;
  line-height: 48px;
  color: #252728;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .faq-title-desc .faq-title[data-v-15405576] {
    width: 100%;
    max-width: 100%;
}
}
.new-byd-accordion-for-faq-container .faq-title-desc .faq-desc[data-v-15405576] {
  max-width: 60%;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #7c7d7e;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .faq-title-desc .faq-desc[data-v-15405576] {
    width: 100%;
    max-width: 100%;
}
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list[data-v-15405576] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 16px;
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list[data-v-15405576]::-webkit-scrollbar {
  display: none;
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] {
  cursor: pointer;
  background-color: unset;
  border: 1px solid #dcdddf;
  border-radius: 12px;
  padding: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] {
    padding: 12px;
}
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576]::before, .new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576]::after {
  content: "";
  background-color: #1a1d25;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576]::before {
  width: 16px;
  height: 2px;
  right: 20px;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576]::before {
    right: 12px;
}
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576]::after {
  width: 2px;
  height: 16px;
  right: 27px;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576]::after {
    right: 19px;
}
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item.is-active[data-v-15405576]::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] .el-collapse-item__header {
  max-width: calc(100% - 36px);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: unset;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #1a1d25;
  position: relative;
  background-color: unset;
  pointer-events: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] .el-collapse-item__header {
    max-width: calc(100% - 28px);
}
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] .el-collapse-item__header .el-collapse-item__arrow {
  display: none;
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] .el-collapse-item__wrap {
  max-width: calc(100% - 36px);
  border: unset;
  background-color: unset;
}
@media screen and (max-width: 767px) {
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] .el-collapse-item__wrap {
    max-width: calc(100% - 28px);
}
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-15405576] .el-collapse-item__wrap .el-collapse-item__content {
  margin-top: 12px;
  padding: unset;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  color: #515253;
}
.new-byd-accordion-for-faq-container .el-collapse.faq-list .el-collapse-item.is-active[data-v-15405576] {
  background-color: #f7f7f7;
}