/* Preserve demo button variants without hover or gradient animation. */
a.static-demo-button,
a.static-demo-button:hover {
  color: #fff !important;
  background: var(--navy, #122a49) !important;
  transform: none !important;
  animation: none !important;
  transition: none !important;
  box-shadow: none !important;
}
a.static-demo-button.adb-button-light,
a.static-demo-button.adb-button-light:hover {
  color: var(--ink, #13233a) !important;
  background: #fff !important;
}
.final-cta a.static-demo-button.inv-button-dark,
.final-cta a.static-demo-button.inv-button-dark:hover,
a.static-demo-button.cat-final__secondary,
a.static-demo-button.cat-final__secondary:hover {
  background: transparent !important;
}
