/** Animation **/

.animate-1 {
  bottom: 0px !important;

  opacity: 0;
  opacity: 1\9;

  animation: animate-1 1s;
  -webkit-animation: animate-1 1s;

  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-1 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-1 {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.animate-2 {
  bottom: 0px !important;
  right: 0px !important;
  opacity: 0;
  opacity: 1\9;

  animation: animate-2 0.5s;
  -webkit-animation: animate-2 0.5s;

  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-2 {
  0% {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-2 {
  0% {
    transform: translate3d(0, 30px, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate-3 {
  bottom: 0px !important;
  opacity: 0;
  opacity: 1\9;

  animation-iteration-count: infinite;

  animation: animate-3 0.5s;
  -webkit-animation: animate-3 0.5s;

  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-3 {
  0% {
    transform: scale(1, 1);
    opacity: 0;
  }
  50% {
    transform: scale(1.05, 1.05);
    opacity: 1;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-3 {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.animate-4 {
  bottom: 0px !important;

  opacity: 0;
  opacity: 1\9;

  animation: animate-4 0.5s;
  -webkit-animation: animate-4 0.5s;

  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-4 {
  0% {
    transform: scale(0.5);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-4 {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0;
  }

  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.animate-5 {
  bottom: 0px !important;

  opacity: 0;
  opacity: 1\9;

  animation: animate-5 0.5s;
  -webkit-animation: animate-5 0.5s;

  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-5 {
  0% {
    transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-5 {
  0% {
    -webkit-transform: translate3d(-40px, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate-6 {
  bottom: 0px !important;
  right: -110px;
  opacity: 0;
  opacity: 1\9;

  animation: animate-6 0.5s;
  -webkit-animation: animate-6 0.5s;

  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-6 {
  0% {
    transform: translate3d(40px, 0, 0);
    opacity: 0;
  }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-6 {
  0% {
    -webkit-transform: translate3d(40px, 0, 0);
    opacity: 0;
  }

  100% {
    -webkit-transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.animate-7 {
  opacity: 0;
  opacity: 1\9;

  animation: animate-7 0.7s;
  -webkit-animation: animate-7 0.7s;

  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-7 {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@-webkit-keyframes animate-7 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.animate-8 {
  opacity: 0;
  opacity: 1\9;

  animation: animate-8 0.6s;
  -webkit-animation: animate-8 0.6s;

  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-8 {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  90% {
    transform: scale(1.05);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@-webkit-keyframes animate-8 {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  90% {
    -webkit-transform: scale(1.05);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}

.animate-9 {
  -webkit-animation: animate-9 1.8s infinite;

  animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;

  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;

  visibility: visible !important;
}
@keyframes animate-9 {
  0% {
    transform: scale(0.98);
  }
  50% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.98);
  }
}
@-webkit-keyframes animate-9 {
  0% {
    -webkit-transform: scale(0.98);
  }
  50% {
    -webkit-transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.98);
  }
}

.scale-title {
  animation: crescendo 0.4s ease-in;
}

@keyframes crescendo {
  from {
    transform: scale(1.5);
  }

  to {
    transform: scale(1);
  }
}
