/**
 * @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
 */
.initiatives-h-scroller__wrapper[data-v-630d685b] {
  cursor: grab;
  overflow-x: scroll;
  position: relative;
  width: 100%;
  -webkit-overflow-scrolling: touch;
  z-index: 100;
}
.initiatives-h-scroller__wrapper.-initiatives-active[data-v-630d685b] {
  cursor: grabbing;
}
.initiatives-h-scroller__content[data-v-630d685b] {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}