/**
 * @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
 */
.cms-spacer .separator {
  height: 64px;
}
.cms-spacer {
  text-align: center;
  height: auto;
}
.cms-spacer--XS {
  margin-bottom: 7px;
  padding-bottom: 1px;
}
.cms-spacer--S {
  margin-bottom: 15px;
  padding-bottom: 1px;
}
.cms-spacer--M {
  margin-bottom: 23px;
  padding-bottom: 1px;
}
.cms-spacer--L {
  margin-bottom: 39px;
  padding-bottom: 1px;
}
.cms-spacer--XL {
  margin-bottom: 63px;
  padding-bottom: 1px;
}
.cms-spacer--XXL {
  margin-bottom: 95px;
  padding-bottom: 1px;
}
.cms-spacer--XXXL {
  margin-bottom: 119px;
  padding-bottom: 1px;
}
@media (min-width: 1025px) {
.cms-spacer--XS {
    margin-bottom: 15px;
    padding-bottom: 1px;
}
.cms-spacer--S {
    margin-bottom: 23px;
    padding-bottom: 1px;
}
.cms-spacer--M {
    margin-bottom: 31px;
    padding-bottom: 1px;
}
.cms-spacer--L {
    margin-bottom: 63px;
    padding-bottom: 1px;
}
.cms-spacer--XL {
    margin-bottom: 95px;
    padding-bottom: 1px;
}
.cms-spacer--XXL {
    margin-bottom: 119px;
    padding-bottom: 1px;
}
.cms-spacer--XXXL {
    margin-bottom: 159px;
    padding-bottom: 1px;
}
}/**
 * @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
 */
.ticker-container[data-v-009a1d22] {
  position: absolute;
  background-position-x: 0px;
  background-position-y: center;
  background-repeat: repeat-x;
  width: 100%;
  height: 100vh;
  z-index: 100;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.ticker-section[data-v-009a1d22] {
  min-height: 50px;
}
@media (min-width: 768px) {
.ticker-section[data-v-009a1d22] {
    min-height: 100px;
}
}
.cmsmodule__hidden[data-v-009a1d22] {
  display: none;
}