/***************************************************
 * Generated by SVG Artista on 6/23/2023, 3:02:30 PM
 * MIT license (https://opensource.org/licenses/MIT)
 * W. https://svgartista.net
 **************************************************/

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

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 821.14rem;
  }
}

@keyframes animate-svg-stroke-1 {
  0% {
    stroke-dashoffset: 821.14rem;
    stroke-dasharray: 821.14rem;
  }

  100% {
    stroke-dashoffset: 0;
    stroke-dasharray: 821.14rem;
  }
}

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

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

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

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

.svg-elem-1 {
  opacity: 0;
}
.svg-elem-1.active {
  opacity: 1;
  -webkit-animation: animate-svg-stroke-1 2s cubic-bezier(0.86, 0, 0.07, 1) 1.5s both,
                       animate-svg-fill-1 3s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s both;
          animation: animate-svg-stroke-1 2s cubic-bezier(0.86, 0, 0.07, 1) 1.5s both,
               animate-svg-fill-1 3s cubic-bezier(0.645, 0.045, 0.355, 1) 1.5s both;
}

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

  99% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1642.08rem;
  }

  100% {
    opacity: 0;
  }
}

@keyframes animate-svg-stroke-2 {
  0% {
    stroke-dashoffset: 1642.08rem;
    stroke-dasharray: 1642.08rem;
  }

  99% {
    stroke-dashoffset: 0;
    stroke-dasharray: 1642.08rem;
  }

  100% {
    opacity: 0;
  }
}

.svg-elem-2 {
  opacity: 0;
}
.svg-elem-2.active {
  opacity: 1;
  -webkit-animation: animate-svg-stroke-2 3s cubic-bezier(0.86, 0, 0.07, 1) 1.62s both,
                       animate-svg-fill-2 3s cubic-bezier(0.645, 0.045, 0.355, 1) 2.1s both;
          animation: animate-svg-stroke-2 3s cubic-bezier(0.86, 0, 0.07, 1) 1.62s both,
               animate-svg-fill-2 3s cubic-bezier(0.645, 0.045, 0.355, 1) 2.1s both;
}

