@charset "UTF-8";
/* CSS Document */

.path,.path2,.path3,.path4,.path5,.path6 {
  opacity: 0;
  animation: 0;
}

.path7 {
  opacity: 0; 
  transition: all 3s ease;
  transition-delay: 2s;
}


 @keyframes draw {
  from{}
 
  to {
	stroke-dashoffset: 0;
  }
}