
.anim-bounce[data-v-d62c5695] {
  animation: bounce-d62c5695 2.5s ease-in-out infinite;
  opacity: 1;
}
@keyframes bounce-d62c5695 {
0%,
  40%,
  60%,
  80% {
    transform: scale(1.0);
}
50%,
  70%,
  90% {
    transform: scale(0.95);
}
}
.triangle[data-v-d62c5695]::before {
  content: '';
  position: absolute;
  top: -3px;
  background: #F5F9FF;
  z-index: 9;
  height: 40px;
  width: 100%;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (min-width: 912px) {
.triangle[data-v-d62c5695]::before {
    content: '';
    position: absolute;
    top: -1px;
    background: #F5F9FF;
    z-index: 1;
    height: 40px;
    width: 720px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
}
}
