._loader_p5all_1 {
  position: relative;
  margin: 0px auto;
  width: 50px;
}

._loader_p5all_1:before {
  content: '';
  display: block;
  padding-top: 100%;
}

._circular_p5all_13 {
  animation: _rotate_p5all_1 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

._path_p5all_26 {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: _dash_p5all_1 1.5s ease-in-out infinite, _color_p5all_1 6s ease-in-out infinite;
  stroke-linecap: round;
}
@keyframes _rotate_p5all_1 {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes _dash_p5all_1 {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124;
  }
}
@keyframes _color_p5all_1 {
  100%, 0% {
    stroke: #56A1F5;
  }
  40% {
    stroke: #7C48DD;
  }
  66% {
    stroke: #970ACC;
  }
  80%, 90% {
    stroke: #44C9FF;
  }
}
