.triangle[data-v-d91a8729],
.triangle[data-v-51958591] {
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  height: 0;
  width: 0;
}
.book-a-demo[data-v-b47a03de] {
  border: 1px solid hsla(0, 0%, 100%, 0.8);
  overflow: hidden;
  position: relative;
  transition: border 0.3s ease;
  z-index: 1;
}
.book-a-demo[data-v-b47a03de]:hover {
  border-color: transparent;
}
.book-a-demo[data-v-b47a03de]:before {
  background: linear-gradient(90deg, #0a57ff, #00c2ff, #0a57ff, #00c2ff);
  background-size: 400%;
  border-radius: inherit;
  content: "";
  inset: -2px;
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease;
  z-index: -1;
}
.book-a-demo[data-v-b47a03de]:hover:before {
  animation: neon-border-b47a03de 6s linear infinite;
  opacity: 1;
}
.book-a-demo[data-v-b47a03de]:after {
  background: #0a57ff;
  border-radius: inherit;
  content: "";
  inset: 1px;
  position: absolute;
  z-index: -1;
}
@keyframes neon-border-b47a03de {
  0% {
    background-position: 0;
  }
  50% {
    background-position: 200%;
  }
  to {
    background-position: 0;
  }
}
