/**
 * Don't edit this file. Find all style at ./sass folder.
 **/
/* Bootstrap abstracts */
/* Bootstrap related abstracts */
@keyframes spinning {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.wp-block-wwf-wwf-accordion-item {
  border-top: 1px solid #E6E6E6;
}
.wp-block-wwf-wwf-accordion-item:last-child {
  border-bottom: 1px solid #E6E6E6;
}

.wwf-accordion {
  position: relative;
  width: 100%;
  max-width: 50rem;
  margin: 0 auto;
}
.wwf-accordion__button {
  position: relative;
}
.wwf-accordion__button .btn {
  width: 100%;
  padding-left: 0;
  padding-top: 1.375rem;
  padding-bottom: 1.375rem;
  font-size: 1.125rem;
  font-weight: 700;
  font-family: "Open Sans", apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
}
.wwf-accordion__button .btn:after {
  position: absolute;
  content: "";
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M 4 10 H 0 V 7 H 7.1226 V 7 H 10.8652 V 7 H 17.479 V 10 H 11 V 10 H 8 V 10 Z' fill='%23000000'/></svg>");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  right: 0;
  top: calc(50% - 9px);
  font-size: 2.5rem;
  line-height: 1;
  transform: rotate(360deg);
  transition: transform 0.24s cubic-bezier(0.39, 0.575, 0.28, 0.995);
}
.wwf-accordion__button .btn.collapsed:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.12256 10.541H0.508789V6.79834H7.12256V0.133301H10.8652V6.79834H17.479V10.541H10.8652V17.1206H7.12256V10.541Z' fill='%23000000'/></svg>");
}
.wwf-accordion__button .btn > * {
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: 1.8;
  margin: 0;
}
.wwf-accordion__button:hover .btn {
  color: #f07f00;
}
.wwf-accordion__button:hover .btn:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M 4 10 H 0 V 7 H 7.1226 V 7 H 10.8652 V 7 H 17.479 V 10 H 11 V 10 H 8 V 10 Z' fill='%23F07D00'/></svg>");
}
.wwf-accordion__button:hover .btn.collapsed:after {
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M7.12256 10.541H0.508789V6.79834H7.12256V0.133301H10.8652V6.79834H17.479V10.541H10.8652V17.1206H7.12256V10.541Z' fill='%23F07D00'/></svg>");
}
.wwf-accordion__content {
  padding-bottom: 1.875rem;
}
.wwf-accordion__content > *:last-child {
  margin-bottom: 0;
}
.wwf-accordion__content p {
  font-size: 0.8125rem;
  line-height: 1.5625rem;
}

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