#page1.gwd-play-animation .gwd-motion-path-1gwf-anim-x {
  --gwd-motion-path: {
    "tangentFollowing":false, "sections":[ {
      "controlPoints": ["-28px", "6px", "0.16px", "8.19px", "29.16px", "-4.66px", "7px", "-35px"], "startTimeMs": 3013, "endTimeMs": 3507, "easing": "ease-in-out"
    }
    ], "positionTol":0.5, "angleTol":1, "optimizationLevel":0
  }
  ;
  animation: 0.494s linear 3.013s 1 normal forwards running gwd-motion-path-1gwf-keys-x;
  transform: translate3d(-28px, 0px, 0px);
}
@keyframes gwd-motion-path-1gwf-keys-x {
  0% {
    transform: translate3d(-28px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.5324, 0.0441, 0.6591, 0.6958);
  }
  57.5% {
    transform: translate3d(13.59px, 0px, 0px);
    animation-timing-function: cubic-bezier(0.2239, -0.7622, 0.566, 1.0977);
  }
  100% {
    transform: translate3d(7px, 0px, 0px);
  }
}
#page1.gwd-play-animation .gwd-motion-path-1gwf-anim-y {
  animation: 0.494s linear 3.013s 1 normal forwards running gwd-motion-path-1gwf-keys-y;
  transform: translate3d(0px, 6px, 0px);
}
@keyframes gwd-motion-path-1gwf-keys-y {
  0% {
    transform: translate3d(0px, 6px, 0px);
    animation-timing-function: cubic-bezier(0.7793, -0.1503, 0.4664, 0.7928);
  }
  97.5% {
    transform: translate3d(0px, -34.93px, 0px);
  }
  100% {
    transform: translate3d(0px, -35px, 0px);
  }
}
[data-gwd-motion-path-node] {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  pointer-events: none;
}