/* Contenuto sempre visibile, nessuna animazione scroll */
.anim,
.animated,
[class*='fadeIn'],
[class*='fadeOut'] {
  visibility: visible !important;
  animation: none !important;
  -webkit-animation: none !important;
  animation-name: none !important;
  -webkit-animation-name: none !important;
  opacity: 1 !important;
  transform: none !important;
  -webkit-transform: none !important;
}
