.styles_skeleton_loader____rvw {
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    #e4e6eb;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: styles_shine__bYn0F 1s infinite;
}

@keyframes styles_shine__bYn0F {
  to {
    background-position: 100% 0, 0 0;
  }
}
.styles_skeleton_loader__tGLQH {
  width: 100%;
  height: 15px;
  display: block;
  background: linear-gradient(
      to right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.5) 50%,
      rgba(255, 255, 255, 0) 80%
    ),
    #e4e6eb;
  background-repeat: repeat-y;
  background-size: 50px 500px;
  background-position: 0 0;
  animation: styles_shine__p_VoY 1s infinite;
}

@keyframes styles_shine__p_VoY {
  to {
    background-position: 100% 0, 0 0;
  }
}

/*# sourceMappingURL=2fa73b312d999a7b.css.map*/