.block-cs-faqs:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1920px 100%;
  left: 0;
  top: 0;
  mix-blend-mode: color-burn;
}
@media screen and (min-width: 1921px) {
  .block-cs-faqs:before {
    background-size: auto 100%;
  }
}
.block-cs-faqs .row {
  row-gap: 30px;
}
.block-cs-faqs .faqs-content-block {
  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: 15px;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper {
  row-gap: 24px;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single {
  -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.15);
  padding: 24px;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single .faq-title {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  cursor: pointer;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single .faq-title .plus {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  background-color: var(--theme-color-accent-default);
  border-radius: 50%;
  overflow: hidden;
  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;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single .faq-title .plus::before {
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: var(--theme-color-contrast-light);
  border-radius: 0px;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single .faq-title .plus::after {
  display: block;
  content: "";
  width: 8px;
  height: 2px;
  background-color: var(--theme-color-contrast-light);
  border-radius: 0px;
  position: absolute;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single .faq-content {
  display: none;
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single.active .plus {
  background-color: var(--theme-color-accent-muted);
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single.active .plus:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.block-cs-faqs .faqs-wrapper .faqs__wrapper .faq-single.active .plus:after {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.faqs-content-inner {
  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: 64px;
}

.block-cs-faqs.bg-bas-dar:before {
  opacity: 0.3;
  background-image: var(--faqs-block-texture-light);
}

.block-cs-faqs.bg-bas-mid:before {
  background-image: var(--faqs-block-texture-dark);
  opacity: 0.1;
}

.block-cs-faqs.bg-bas-lig::before {
  mix-blend-mode: unset;
  background-image: var(--faqs-block-texture-dark);
  opacity: 0.1;
}/*# sourceMappingURL=cs-faqs.css.map */