@keyframes isp_13oy3xo0 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.isp_13oy3xo1 {
  position: relative;
  background: var(--isp_surface-elevated);
  overflow: hidden;
}
.isp_13oy3xo1::after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  background: var(--isp_grayscale-translucent-_10);
  animation: isp_13oy3xo0 1.3s cubic-bezier(0.4,0,0.2,1) infinite;
}