.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
/* ----------------------------------------------
 * Generated by Animista on 2023-12-13 12:26:47
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
@keyframes slide-in-fwd-center {
  0% {
    transform: translateZ(-1400px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slide-in-fwd-center {
  animation: slide-in-fwd-center cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-fwd-center.animated {
  animation-duration: 0.4s;
}
.bounce-in-top {
  animation: bounce-in-top ease;
}
.bounce-in-top.animated {
  animation-duration: 2s;
}
@keyframes bounce-in-top {
  0% {
    opacity: 0;
    transform: translateY(-500px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  90% {
    transform: translateY(5px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounce-in-bottom {
  animation: bounce-in-bottom ease;
}
.bounce-in-bottom.animated {
  animation-duration: 2s;
}
@keyframes bounce-in-bottom {
  0% {
    opacity: 0;
    transform: translateY(500px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  90% {
    transform: translateY(-5px);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(1000px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-bottom.animated {
  animation-duration: 0.5s;
}
@keyframes scale-in-center {
  0% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.scale-in-center {
  animation: scale-in-center cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.scale-in-center.animated {
  animation-duration: 0.5s;
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fade-in {
  animation: fade-in cubic-bezier(0.39, 0.575, 0.565, 1) both;
}
.fade-in.animated {
  animation-duration: 1.2s;
}
@keyframes scale-in-bl {
  0% {
    transform: scale(0);
    transform-origin: 0% 100%;
    opacity: 1;
  }
  100% {
    transform: scale(1);
    transform-origin: 0% 100%;
    opacity: 1;
  }
}
.scale-in-bl {
  animation: scale-in-bl cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.scale-in-bl.animated {
  animation-duration: 1.2s;
}
@keyframes slide-in-bck-center {
  0% {
    transform: translateZ(600px);
    opacity: 0;
  }
  100% {
    transform: translateZ(0);
    opacity: 1;
  }
}
.slide-in-bck-center {
  animation: slide-in-bck-center cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-bck-center.animated {
  animation-duration: 0.7s;
}
@keyframes slide-in-right {
  0% {
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  animation: slide-in-right cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-right.animated {
  animation-duration: 0.5s;
}
@keyframes slide-in-left {
  0% {
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  animation: slide-in-left cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-left.animated {
  animation-duration: 0.5s;
}
@keyframes slide-in-top {
  0% {
    transform: translateY(-300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-top {
  animation: slide-in-top cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-top.animated {
  animation-duration: 0.5s;
}
@keyframes slide-in-bottom {
  0% {
    transform: translateY(300px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.slide-in-bottom {
  animation: slide-in-bottom cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
.slide-in-bottom.animated {
  animation-duration: 0.5s;
}
