@keyframes map_ov {
  0% {
    margin-top:0;
  }
  50% {
    margin-top:-10px;
  }
  100% {
    margin-top:0;
  }
}

@keyframes place_on {
  0% {
    opacity:0;
    margin-top:0;
  }
  50% {
    margin-top:-10px;
  }
  100% {
    margin-top:0;
    opacity:1;
  }
}

@keyframes moveParticle01 {
  0% {
    offset-distance: -65px;
  }
  100% {
    offset-distance: 640px;
  }
}

@keyframes moveParticle02 {
  0% {
    offset-distance: 640px;
  }
  100% {
    offset-distance: 1490px;
  }
}

@keyframes moveParticle03 {
  0% {
    offset-distance: 1490px;
  }
  100% {
    offset-distance: 2170px;
  }
}
@keyframes moveParticle04 {
  0% {
    offset-distance: 2170px;
  }
  100% {
    offset-distance: 2930px;
  }
}
@keyframes moveParticle05 {
  0% {
    offset-distance: 2930px;
  }
  100% {
    offset-distance: 3570px;
  }
}
@keyframes moveParticle06 {
  0% {
    offset-distance: 3570px;
  }
  100% {
    offset-distance: 4350px;
  }
}
@keyframes moveParticle07 {
  0% {
    offset-distance: 4350px;
  }
  100% {
    offset-distance: 4840px;
  }
}




@keyframes drawPath01 {
  0% {
    stroke-dashoffset: 4913;
  }
  100% {
    stroke-dashoffset: 4190;
  }
}

@keyframes drawPath02 {
  0% {
    stroke-dashoffset: 4190;
  }
  100% {
    stroke-dashoffset: 3350;
  }
}
@keyframes drawPath03 {
  0% {
    stroke-dashoffset: 3350;
  }
  100% {
    stroke-dashoffset: 2670;
  }
}
@keyframes drawPath04 {
  0% {
    stroke-dashoffset: 2670;
  }
  100% {
    stroke-dashoffset: 1900;
  }
}
@keyframes drawPath05 {
  0% {
    stroke-dashoffset: 1900;
  }
  100% {
    stroke-dashoffset: 1270;
  }
}
@keyframes drawPath06 {
  0% {
    stroke-dashoffset: 1270;
  }
  100% {
    stroke-dashoffset: 490;
  }
}
@keyframes drawPath07 {
  0% {
    stroke-dashoffset: 490;
  }
  100% {
    stroke-dashoffset: 0;
  }
}