/**
 * @param {string} $scheme - The color scheme of the button. Options are nothing, $scheme-light, $scheme-dark
 * if $scheme-dark is passed, the button will be black text and black outline
 * if $scheme-light is passed, the button will be white text and white outline
 * if no $scheme is passed, the button will depend on the background color via the bg-dark mixin
 *   - if ancestor DOES have bg-dark, then white text and white outline
 *   - if ancestor DOES NOT have bg-dark, then black text and black outline
 */
.quote-block[data-v-8196bed7] {
  text-align: center;
}
.quote-block--left[data-v-8196bed7] {
  text-align: left;
}
.quote-block--hang[data-v-8196bed7] {
  text-indent: -0.69em;
}
.quote-block__headline[data-v-8196bed7] {
  margin-bottom: 24px;
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.2;
  font-size: 32px;
  letter-spacing: 0rem;
  text-transform: none;
}
@media (min-width: 768px) {
.quote-block__headline[data-v-8196bed7] {
    font-size: 40px;
}
}
@media (min-width: 1025px) {
.quote-block__headline[data-v-8196bed7] {
    font-size: 64px;
}
}
.quote-block__headline[data-v-8196bed7] {
  color: #000000;
}
.-bg-dark .quote-block__headline[data-v-8196bed7], .-bg-section-dark .quote-block__headline[data-v-8196bed7], .-bg-page-dark .-bg-section-transparent .quote-block__headline[data-v-8196bed7] {
  color: #ffffff;
  fill: #ffffff;
}
.quote-block__citation[data-v-8196bed7] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 14px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .quote-block__citation[data-v-8196bed7], .-bg-section-dark .quote-block__citation[data-v-8196bed7], .-bg-page-dark .-bg-section-transparent .quote-block__citation[data-v-8196bed7] {
  color: #ffffff;
  fill: #ffffff;
}
.quote-block__citation a[data-v-8196bed7] {
  color: #000000;
}
.-bg-dark .quote-block__citation a[data-v-8196bed7], .-bg-section-dark .quote-block__citation a[data-v-8196bed7], .-bg-page-dark .-bg-section-transparent .quote-block__citation a[data-v-8196bed7] {
  color: #ffffff;
  fill: #ffffff;
}
.quote-block__citation[data-v-8196bed7] {
  color: #6e6e6e;
}