@charset "UTF-8";

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

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

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0);
  }

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

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.55,.01,.34,1);
  animation-timing-function: cubic-bezier(.55,.01,.34,1);
}

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

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

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

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

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.55,.01,.34,1);
  animation-timing-function: cubic-bezier(.55,.01,.34,1);
}

@-webkit-keyframes fadeInLeftDot {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0) rotate(-5deg);
    transform: translate3d(-50px, 0, 0) rotate(-5deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }
}

@keyframes fadeInLeftDot {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0) rotate(-5deg);
    transform: translate3d(-50px, 0, 0) rotate(-5deg);
  }

  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) rotate(-5deg);
    transform: translate3d(0, 0, 0) rotate(-5deg);
  }
}

.fadeInLeftDot {
  -webkit-animation-name: fadeInLeftDot;
  animation-name: fadeInLeftDot;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.55,.01,.34,1);
  animation-timing-function: cubic-bezier(.55,.01,.34,1);
}


@-webkit-keyframes shadowInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

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

@keyframes shadowInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-50px, 0, 0);
    transform: translate3d(-50px, 0, 0);
  }

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

.shadowInLeft {
  -webkit-animation-name: shadowInLeft;
  animation-name: shadowInLeft;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.55,.01,.34,1);
  animation-timing-function: cubic-bezier(.55,.01,.34,1);
}

@-webkit-keyframes shadowInRight {
  from {
    box-shadow: 0px 0px 0px 0px #000;
  }

  to {
    box-shadow: -20px 20px 0px 0px #000;
  }
}

@keyframes shadowInRight {
  from {
    box-shadow: 0px 0px 0px 0px #000;
  }

  to {
    box-shadow: -20px 20px 0px 0px #000;
  }
}

.shadowInRight {
  -webkit-animation-name: shadowInRight;
  animation-name: shadowInRight;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.55,.01,.34,1);
  animation-timing-function: cubic-bezier(.55,.01,.34,1);
}

@-webkit-keyframes fadeInImg {
  from {
    box-shadow: 0px 0px 0px 0px #000;
  }

  to {
    box-shadow: 20px 20px 0px 0px #000;
  }
}

@keyframes fadeInImg {
  from {
    box-shadow: 0px 0px 0px 0px #000;
  }

  to {
    box-shadow: 20px 20px 0px 0px #000;
  }
}

.fadeInImg {
  -webkit-animation-name: fadeInImg;
  animation-name: fadeInImg;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.55,.01,.34,1);
  animation-timing-function: cubic-bezier(.55,.01,.34,1);
}

@-webkit-keyframes dropShadow {
  from {
    box-shadow: 0px 0px 0px 0px #000;
  }

  to {
    box-shadow: 30px 30px 0px 0px #000;
  }
}

@keyframes dropShadow {
  from {
    box-shadow: 0px 0px 0px 0px #000;
  }

  to {
    box-shadow: 30px 30px 0px 0px #000;
  }
}

.dropShadow {
  -webkit-animation-name: dropShadow;
  animation-name: dropShadow;
  animation-duration: .7s;
  -webkit-animation-timing-function: cubic-bezier(.55,.01,.34,1);
  animation-timing-function: cubic-bezier(.55,.01,.34,1);
}

[data-animate-stat="animated"] {
  -webkit-animation-duration: .7s;
  animation-duration: .7s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@media (print), (prefers-reduced-motion: reduce) {
  [data-animate-stat="animated"] {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
  }
}