/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/section_CC2-578_faq-full-width/scss/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.faq-section-large .wp-block-heading {
  margin-bottom: 1rem;
}
.faq-section-large .unique-active-accordeon, .faq-section-large .multiple-active-accordeon {
  width: 100%;
  padding: 2.5rem 0;
  margin-top: 1rem;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-toggle, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-toggle {
  width: 100%;
  background-color: var(--Cool-Gray-50, #F9FAFB);
  margin-bottom: 1rem;
  border-radius: 0.5rem;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button {
  width: 100%;
  padding: 40px;
  position: relative;
  justify-content: flex-start;
  background-color: transparent;
  text-align: left;
  color: var(--Color-Header);
  font-size: 1.2rem;
  font-family: var(--Font-Headline);
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button::before, .faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button::after, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button::before, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button::after {
  content: "";
  position: absolute;
  right: 2rem;
  top: 3rem;
  width: 1.05rem;
  height: 2px;
  background-color: var(--Color-Text-Accent);
  border-radius: 1px;
  -webkit-mask-image: none !important;
          mask-image: none !important;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button::after, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-toggle .wp-element-button::after {
  transform: rotateZ(90deg);
  transition: ease-out 0.25s;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-content, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-content {
  max-height: 0;
  opacity: 0;
  padding: 0 1.5rem;
  transition: max-height ease-out 0.4s, opacity ease-out 0.4s;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-content p, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-content p {
  font-size: 1rem;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper .accordeon-content > *:last-child, .faq-section-large .multiple-active-accordeon .accordeon-wrapper .accordeon-content > *:last-child {
  margin-bottom: 1rem;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper.is-active .accordeon-toggle .wp-element-button::after, .faq-section-large .multiple-active-accordeon .accordeon-wrapper.is-active .accordeon-toggle .wp-element-button::after {
  transform: rotateZ(0deg);
  opacity: 0;
}
.faq-section-large .unique-active-accordeon .accordeon-wrapper.is-active .accordeon-content, .faq-section-large .multiple-active-accordeon .accordeon-wrapper.is-active .accordeon-content {
  transition: max-height ease-out 1s, opacity ease-out 0.25s 0.25s;
  max-height: 3000px;
  overflow: hidden;
  opacity: 1;
}
@media screen and (max-width: 834px) {
  .faq-section-large .unique-active-accordeon {
    width: 100%;
    padding: 1.25rem;
    box-sizing: border-box;
    margin-top: 2.5rem;
  }
  .faq-section-large .unique-active-accordeon .accordeon-wrapper:not(:first-child) {
    border-top: solid 1px var(--Color-Text-Accent);
  }
}
.faq-section-large .accordeon-wrapper {
  transform: translateY(1rem);
}
.faq-section-large .in-view.accordeon-wrapper {
  opacity: 1;
  transform: translateY(0);
  transition: opacity ease-out 0.4s, transform ease-out 0.4s;
}

/*# sourceMappingURL=style-index.css.map*/