/**
 * @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
 */
.footer-redesign-app-container[data-v-64c4e7ce] {
  --icon-white: #ffffff;
}
.footer-redesign-app-container__inner[data-v-64c4e7ce] {
  width: 100%;
}
.footer-redesign-app-container .app-download-text[data-v-64c4e7ce] {
  font-family: "DenimINK-Regular", Arial, sans-serif;
  font-style: normal;
  line-height: 1.4;
  font-size: 16px;
  letter-spacing: 0rem;
  text-transform: none;
  color: #000000;
}
.-bg-dark .footer-redesign-app-container .app-download-text[data-v-64c4e7ce], .-bg-section-dark .footer-redesign-app-container .app-download-text[data-v-64c4e7ce], .-bg-page-dark .-bg-section-transparent .footer-redesign-app-container .app-download-text[data-v-64c4e7ce] {
  color: #ffffff;
  fill: #ffffff;
}
.footer-redesign-app-container .app-download-text a[data-v-64c4e7ce] {
  color: #000000;
}
.-bg-dark .footer-redesign-app-container .app-download-text a[data-v-64c4e7ce], .-bg-section-dark .footer-redesign-app-container .app-download-text a[data-v-64c4e7ce], .-bg-page-dark .-bg-section-transparent .footer-redesign-app-container .app-download-text a[data-v-64c4e7ce] {
  color: #ffffff;
  fill: #ffffff;
}
.footer-redesign-app-container .app-download-text[data-v-64c4e7ce] {
  width: 100%;
  padding-bottom: 20px;
  color: #b3b3b3;
}
.footer-redesign-app-container .app-list[data-v-64c4e7ce] {
  width: 100%;
}
.footer-redesign-app-container .app-list .googlePlay-icon[data-v-64c4e7ce],
.footer-redesign-app-container .app-list .appstore-icon[data-v-64c4e7ce] {
  transition: opacity 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer-redesign-app-container .app-list .googlePlay-icon[data-v-64c4e7ce]:hover,
.footer-redesign-app-container .app-list .appstore-icon[data-v-64c4e7ce]:hover {
  opacity: 0.6;
}
.footer-redesign-app-container .app-list .googlePlay-icon[data-v-64c4e7ce] {
  display: inline-block;
  width: 135px;
  height: 40px;
  margin-right: 8px;
}
.footer-redesign-app-container .app-list .googlePlay-icon[data-v-64c4e7ce] g[clip-path] {
  clip-path: none;
}
.footer-redesign-app-container .app-list .appstore-icon[data-v-64c4e7ce] {
  display: inline-block;
  width: 120px;
  height: 40px;
}