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

.name[data-v-aa7e7580] {
  color: #334756;
  font-weight: bold;
  font-size: 12px;
}
