@keyframes fadeIn {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
#rec1133233936.t-animate {
  opacity: 0;
  animation: fadeIn 0.8s ease forwards;
}
.t-popup {
  animation: none !important;
  transition: none !important;
}
.t-popup__overlay {
  transition: none !important;
}