.breadcrumb-wrapper[data-v-f70e2b62] {
  background: white;
  z-index: 1;
  padding: 0.277778rem;
  padding-top: 0.388889rem;
  font-size: 0.666667rem;
  /*font-weight: 700;*/
}
.breadcrumb-wrapper .breadcrumb-item[data-v-f70e2b62] {
  font-size: 0.666667rem;
  color: #58595B;
  /*color: rgba(255, 255, 255, .8);*/
  /*&:last-child {*/
  /*color: #1890ff;*/
  /*}*/
}
.scene[data-v-57584204] {
  margin: 0;
  padding: 0;
  list-style-type: none;
  overflow-x: hidden;
  box-sizing: border-box;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 0.888889rem;
  font-smooth: auto;
  font-weight: 300;
  line-height: 1.5;
  color: #444;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-color: rgba(32, 41, 58, 0.3);
}
.scene[data-v-57584204] ::after {
  box-sizing: border-box;
  outline: none;
}
.scene[data-v-57584204] ::before {
  box-sizing: border-box;
  outline: none;
}
.scene div[data-v-57584204] {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11.111111rem;
  height: 11.111111rem;
  opacity: 0.6;
  /*<!--background: url("../../../assets/img/logo.png") center/auto 100%  no-repeat;-->*/
  color: #20293a;
  border-radius: 50%;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  animation: text-57584204 10s ease infinite;
}
.scene div[data-v-57584204]:after {
  position: absolute;
  content: "";
  top: -5%;
  left: -5%;
  right: 0;
  z-index: -1;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  transform: scale(0.85);
  filter: blur(5vw);
  /*background: linear-gradient(270deg, #00fcbd, #7400f9);*/
  /*<!--background: url("../../../assets/img/logo.png") center/auto 100%  no-repeat;-->*/
  background-size: 150% 150%;
  border-radius: 50%;
  animation: glowmation-57584204 10s linear infinite;
}
@keyframes glowmation-57584204 {
0% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
}
12.5% {
    top: -3%;
    left: 0;
    background-size: 70% 30%;
}
25% {
    top: -3%;
    left: 3%;
    background-size: 100% 50%;
}
37.5% {
    top: 0;
    left: 3%;
    background-size: 70% 30%;
}
50% {
    top: 3%;
    left: 3%;
    background-position: 100% 50%;
    background-size: 30% 30%;
}
62.5% {
    top: 3%;
    left: 0;
    background-size: 30% 70%;
}
75% {
    top: 3%;
    left: -3%;
    background-size: 50% 100%;
}
87.5% {
    top: 0;
    left: -3%;
    background-size: 30% 70%;
}
100% {
    top: -3%;
    left: -3%;
    background-position: 0% 50%;
    background-size: 150% 150%;
}
}
@keyframes text-57584204 {
0% {
    color: #00BFFF;
}
50% {
    color: #00fcbd;
}
100% {
    color: #00BFFF;
}
}
