.bx-animate-section,
.bx-animate-card,
.bx-animate-stat,
.bx-animate-table,
.bx-animate-toolbar {
  opacity: 1;
  visibility: visible;
  will-change: opacity, transform;
}

[dir="rtl"] .bx-animate-slide {
  --slide-x: -20px;
}

@media (prefers-reduced-motion: reduce) {
  .bx-animate-section,
  .bx-animate-card,
  .bx-animate-stat,
  .bx-animate-table,
  .bx-animate-toolbar {
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    will-change: auto;
    animation: none !important;
    transition: none !important;
  }
}
