/* ==============================
   NX SVG DRAW
============================== */

.nx-svg-draw path,
.nx-svg-draw circle,
.nx-svg-draw line,
.nx-svg-draw polyline,
.nx-svg-draw polygon,
.nx-svg-draw rect,
.nx-svg-draw ellipse {
  transition: stroke-dashoffset 1.6s cubic-bezier(.16, 1, .3, 1);
  will-change: stroke-dashoffset;
}

.nx-svg-draw > *:nth-child(2) {
  transition-delay: .18s;
}