@-webkit-keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 705.2017211914062px;
    stroke-dasharray: 705.2017211914062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 705.2017211914062px;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 705.2017211914062px;
    stroke-dasharray: 705.2017211914062px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 705.2017211914062px;
  }
}

@-webkit-keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(39, 170, 225);
  }
}

@keyframes animate-svg-fill-1 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(39, 170, 225);
  }
}

.svg-elem-1 {
  -webkit-animation: animate-svg-stroke-1 1.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
  animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
  animation: animate-svg-stroke-1 1.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0s both,
  animate-svg-fill-1 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1s both;
}

@-webkit-keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 2344.870361328125px;
    stroke-dasharray: 2344.870361328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2344.870361328125px;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 2344.870361328125px;
    stroke-dasharray: 2344.870361328125px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 2344.870361328125px;
  }
}

.svg-elem-2 {
  -webkit-animation: animate-svg-stroke-2 1.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
  animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
  animation: animate-svg-stroke-2 1.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.12s both,
  animate-svg-fill-2 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.1s both;
}

@-webkit-keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1866px;
    stroke-dasharray: 1866px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1866px;
  }
}

@keyframes animate-svg-stroke-3 {
  0% {
    stroke-dashoffset: 1866px;
    stroke-dasharray: 1866px;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1866px;
  }
}

@-webkit-keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

@keyframes animate-svg-fill-3 {
  0% {
    fill: transparent;
  }

  100% {
    fill: rgb(255, 255, 255);
  }
}

.svg-elem-3 {
  -webkit-animation: animate-svg-stroke-3 1.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
  animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
  animation: animate-svg-stroke-3 1.7s cubic-bezier(0.47, 0, 0.745, 0.715) 0.24s both,
  animate-svg-fill-3 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) 1.2s both;
}