/**handles:styles-inview**/
/* inview animation */
.inview {
  opacity: 0;
  transform: translate3d(0, 0, 0);
  transition: opacity 0.6s ease-in;
}

.visible {
  opacity: 1;
}/*# sourceMappingURL=inview.css.map */