@keyframes change01 {
  0% {
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
  }
  20% {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
  40% {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }
  60% {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
  }
  80% {
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
  }
}
@keyframes change02 {
  0% {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
  20% {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }
  40% {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
  }
  60% {
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
  }
  80% {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
}
@keyframes change03 {
  0% {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }
  20% {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
  }
  40% {
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
  }
  60% {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
  80% {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }
}
@keyframes change04 {
  0% {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
  }
  20% {
    top: 0;
    right: inherit;
    bottom: inherit;
    left: 0;
  }
  40% {
    top: 0;
    right: 0;
    bottom: inherit;
    left: inherit;
  }
  60% {
    top: inherit;
    right: 0;
    bottom: 0;
    left: inherit;
  }
  80% {
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 0;
  }
}
@keyframes slide-down {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes slide-up {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-moz-keyframes spinRotate {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes spinRotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spinRotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.2, 1.2);
  }
  100% {
    transform: scale(1, 1);
  }
}
@media (min-width: 1200px) {
  .testimonials .testimonial.animate .from,
.testimonials .testimonial.animate .preview {
    opacity: 1;
  }
  .testimonials .testimonial.animate .stars svg path {
    fill: #d3a50e;
  }
  .testimonials .testimonial.animate .icon-left {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  .testimonials .testimonial.animate .icon-right {
    opacity: 1;
    transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  .testimonials .testimonial .from,
.testimonials .testimonial .preview {
    opacity: 0.2;
    transition: all ease 0.5s;
  }
  .testimonials .testimonial .stars svg path {
    fill: #ddd;
    transition: all ease 0.5s;
  }
  .testimonials .testimonial .stars svg path:nth-child(1) {
    transition-delay: 0.5s;
  }
  .testimonials .testimonial .stars svg path:nth-child(2) {
    transition-delay: 0.4s;
  }
  .testimonials .testimonial .stars svg path:nth-child(3) {
    transition-delay: 0.3s;
  }
  .testimonials .testimonial .stars svg path:nth-child(4) {
    transition-delay: 0.2s;
  }
  .testimonials .testimonial .stars svg path:nth-child(5) {
    transition-delay: 0.1s;
  }
  .testimonials .testimonial .icon-left {
    opacity: 0;
    transition: all ease 1s;
    transform: translateX(-50px);
    transition-delay: 1s;
  }
  .testimonials .testimonial .icon-right {
    opacity: 0;
    transition: all ease 1s;
    transform: translateX(50px);
    transition-delay: 1s;
  }
}

/*# sourceMappingURL=animations.css.map */
