.custom-animation_hidden {
  opacity: 0;
  /*transform: translateY(40px);*/
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.custom-animation_visible {
  opacity: 1;
  /*transform: translateY(0);*/
}
