
.text-fake[data-v-d21d0443] {
  position: relative;
  border-radius: 20px;
  height: 20px;
  z-index: 0;
  background: linear-gradient(227deg, #f0f2ed, #cacdcc);
  background-size: 100% 100%;
  animation: AnimationName-d21d0443 0s ease infinite;
}
@keyframes AnimationName-d21d0443 {
0% {
    background-position: 0% 7%;
}
50% {
    background-position: 100% 94%;
}
100% {
    background-position: 0% 7%;
}
}
