.leasing-offer-for-faq-container[data-v-bf8f6caa] {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  box-sizing: content-box;
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px 64px;
  display: flex;
  flex-direction: column;
  row-gap: 64px;
}
@media screen and (max-width: 767px) {
.leasing-offer-for-faq-container[data-v-bf8f6caa] {
    padding: 32px 16px;
    row-gap: 32px;
}
}
.leasing-offer-for-faq-container .faq-title-desc[data-v-bf8f6caa] {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
.leasing-offer-for-faq-container .faq-title-desc[data-v-bf8f6caa] {
    row-gap: 16px;
}
}
.leasing-offer-for-faq-container .faq-title-desc .faq-title[data-v-bf8f6caa] {
  max-width: 40%;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #000000;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
.leasing-offer-for-faq-container .faq-title-desc .faq-title[data-v-bf8f6caa] {
    width: 100%;
    max-width: 100%;
    font-size: 26px;
    line-height: 34px;
}
}
.leasing-offer-for-faq-container .faq-title-desc .faq-desc[data-v-bf8f6caa] {
  max-width: 60%;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #1a1d25;
}
@media screen and (max-width: 767px) {
.leasing-offer-for-faq-container .faq-title-desc .faq-desc[data-v-bf8f6caa] {
    width: 100%;
    max-width: 100%;
    font-size: 14px;
    line-height: 22px;
    font-weight: 500;
}
}
.leasing-offer-for-faq-container .el-collapse.faq-list[data-v-bf8f6caa] {
  box-sizing: border-box;
  border: unset;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.leasing-offer-for-faq-container .el-collapse.faq-list[data-v-bf8f6caa]::-webkit-scrollbar {
  display: none;
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa] {
  cursor: pointer;
  background-color: unset;
  border: 0px solid #193f89;
  border-radius: 12px;
  padding: 20px;
  transition: all 0.3s ease-in-out;
  position: relative;
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa]::before, .leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa]::after {
  content: "";
  background-color: #252728;
  position: absolute;
  top: 34px;
  transform: translateY(-50%);
  transition: all 0.3s ease-out;
}
@media screen and (max-width: 767px) {
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa]::before, .leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa]::after {
    top: 32px;
}
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa]::before {
  width: 16px;
  height: 2px;
  right: 24px;
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa]::after {
  width: 2px;
  height: 16px;
  right: 31px;
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item.is-active[data-v-bf8f6caa]::after {
  transform: translateY(-50%) rotate(90deg);
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa] .el-collapse-item__header {
  max-width: calc(100% - 40px);
  padding-right: 0px;
  height: -moz-fit-content;
  height: fit-content;
  border-bottom: unset;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  color: #252728;
  position: relative;
  background-color: unset;
  pointer-events: none;
  text-align: left;
}
@media screen and (max-width: 767px) {
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa] .el-collapse-item__header {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa] .el-collapse-item__header .el-collapse-item__arrow {
  display: none;
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa] .el-collapse-item__wrap {
  max-width: calc(100% - 40px);
  border: unset;
  background-color: unset;
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa] .el-collapse-item__wrap .el-collapse-item__content {
  margin-top: 16px;
  padding: unset;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #515253;
}
@media screen and (max-width: 767px) {
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item[data-v-bf8f6caa] .el-collapse-item__wrap .el-collapse-item__content {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}
}
.leasing-offer-for-faq-container .el-collapse.faq-list .el-collapse-item.is-active[data-v-bf8f6caa] {
  background: rgba(245, 247, 250, 0.66);
  border: 1px solid #193f89;
  border-radius: 12px;
}